/*
	MorphTabs styles
*/

.morphtabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 70px;
	margin-bottom: 10px;
}

.morphtabs_title li {
	float: left;
	padding: 25px;
	cursor: pointer;
	background-color: #999999;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}

.morphtabs_title li.over {
	color: #ffffff;
	background-color: #666666;
}

.morphtabs_title li.active {
	color: #ffffff;
	background-color: #333333;
}

.morphtabs_panelwrap { 
	position: relative;	
	top: -1px;
	clear: both;
	overflow: hidden;
}


.morphtabs_panel {
	
}

.morpthtabs_panel p {
	
}
