/*
MorphTabs styles
*/

.morphtabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 1px 0px 1px;
	height: 28px;
	text-align: center;
	width: 348px;
	background:url(../../images/public/tabMenuBg.gif) repeat-x 0 0;
	border:solid 1px #c6cdb0;
	border-top: none;
	margin-bottom: 1px;
}

.morphtabs_title li {
	float: left;
	padding: 0px 0px 2px 0px;
	margin-right: 3px;
	margin-left: 2px;
	cursor: pointer;
	color: #4D621A;
	font-family: "tahoma";
	font-size: 11px;
	height: 24px;
	line-height: 24px;
}

.morphtabs_title li.over {
	text-decoration:underline;
}

.morphtabs_title li.active {
	background:url(../../images/public/tabMenuSelected.gif) no-repeat bottom left;
	float: left;
	padding: 0px;
	margin-right: 3px;
	margin-left: 2px;
	height: 26px;
	line-height: 24px;	
	_width: 100px;
}

.morphtabs_title li.active span{
	background:url(../../images/public/tabMenuSelectedRight.gif) no-repeat bottom right;
	height: 26px;
	padding: 0px 10px 0px 10px;
	color: #6e9300;
	display: block;
}

.morphtabs_panelwrap {
	position: relative;
	top: -1px;
	*top: -5px;
	clear: both;
	overflow: hidden;
	text-align: center;
}

.morphtabs_panel {
	text-align:center;
	background-color: #FAFCF2;
	color: #fff;
	width:346px;
	height:100px;
	border:solid 1px #e5e8dc;
	border-top: solid 1px #FAFCF2;
	border-bottom:solid 1px #e5e8dc;
	margin: 0px;	
}

.morpthtabs_panel p {
	text-align: center;
	padding-left:5px;
	padding-right:5px;
}
.tagsViewMore {
	text-align: center;
}
.tagsViewMore a {
	text-decoration: none;
	color: #6e9300;
}
.tagsViewMore a:hover {
	text-decoration: underline;
	color: #6e9300;
}