/*
MorphTabs styles
*/

#morphTabs, #morphTabsAccordion {
	position:relative;
	width:650px;
	height:250px;
	overflow:hidden;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
}

#morphTabsAccordion {
	width:100%;
	height:250px;
}

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

.morphtabs_title li {
	float: left;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	background-image: url(../images/deco/tabs_off.png);
	background-repeat: repeat;
	background-position: center bottom;
	letter-spacing: 1px;
}

.morphtabs_title a {
	text-decoration:none;
	color: #fff;
}

.morphtabs_title li.over {
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/deco/tabs_over.png);
	background-repeat: repeat;
	background-position: center bottom;
}

.morphtabs_title li.active {
	border: 1px solid #336600;
	color: #FFFFFF;
	background-image: url(../images/deco/tabs_on.png);
	background-repeat: repeat;
	background-position: center bottom;
}

.morphtabs_panelwrap {
	position: absolute;
	top:28px;
	overflow: hidden;
	width:650px;
	height:250px;
	margin-bottom: 30px;
}

.morphtabs_panel {
	/*position:absolute;
	top:28px;*/
	width:650px;
	height:250px;
	display:none;
	overflow: auto;
	background-color: #FFFFFF;
	color: #666666;
	clear: both;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
}

#morphTabsAccordion .morphtabs_panelwrap,  #morphTabsAccordion .morphtabs_panel {
	width:100%;
}

.morphtabs_panel.active {
	display: block;
}

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