/*
MorphTabs styles
*/

.morphtabs_title {
	list-style-image: none;
	list-style-type: none;
	margin-left: 13px;
	padding: 0px;
}

.morphtabs_title li {
	float: left;
	background-image: url("images/bg_tabtitle.png");
	background-position: bottom;
	background-repeat: no-repeat;
	width: 135px;
	height: 24px;
	padding: 20px 20px 0px 20px;
	margin-right: 4px;
	cursor: pointer;
	color: #AAA;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.morphtabs_title li.over {
}

.morphtabs_title li.active {
	background-image: none;
	color: #FF001b;
}

.morphtabs_panelwrap { 
	position: relative;	
	top: -1px;
	clear: both;
	overflow: hidden;
}

.morphtabs_panel {
	overflow: hidden;
}

.morphtabs_panel .wrap {
	overflow: auto;
	width: 725px;
	height: 235px;
}
.morphtabs_panel .wrap .inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 5px 0px 5px;
}