/*
MorphTabs styles
*/

.morphtabs_title {
	background-position:bottom;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 34px;
}

.morphtabs_title li {
	float: left;
	background-repeat:no-repeat;
	background-position:bottom;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family: "Arial";
	font-size: 14px;
	
	height: 34px;
	width:100px;
	text-align:center;
	line-height: 34px;
}

.morphtabs_title li.over {
	font-weight: bold;
}

.morphtabs_title li.active {
	background-image:url(tab.png);
	
}

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

.morphtabs_panel {
	background-color: #663d02;
	color: #fff;
	
}

.morpthtabs_panel p {
	margin-left:5px;
}
