img
	{
	display:block;
	}
.mootabs
	{
	margin:7px 0px 0px 10px;
	}
.mootabs_title {
	padding:0 0 0 20px; background:url(../images/ul-bg.gif) repeat-x 0px 21px; width:430px; height:31px;
}

.mootabs_title li {
	float: left;	
	margin-right: 0px;
	cursor: pointer;
	
}
.mootabs_title li span
	{
	display:block; float:left; height: 16px;  font:normal 14px/14px Arial, Helvetica, sans-serif; color:#464646;
	}
.mootabs_title li span.one
	{
	background:url(../images/tab-l-2-m.gif) no-repeat -3px -1px; padding:12px 7px 0px 11px; width:117px
	}
.mootabs_title li span.two
	{
	background:url(../images/tad-r.gif) no-repeat 0px 0px; padding:12px 0px 0px 20px; width:114px;
	}
	
	.mootabs_title li span.three
	{
	background:url(../images/tab-rated.gif) no-repeat 0px 0px; padding:12px 28px 0px 20px;
	}
	
.mootabs_title li.active span {
padding-bottom:0px;
}
.mootabs_title li.active span.one
	{
	background-position:-3px -33px; padding-bottom:1px;
	}
.mootabs_title li.active span.two
	{
	background-position:0px -31px; padding:12px 0px 1px 20px; width:114px;
	}
	
.mootabs_title li.active span.three
	{
	background-position:left top;
	}
.mootabs_panel {
	display: none;
	position: relative;
	width: 450px;
	clear: both;
	/*overflow: auto;*/
	
}

.mootabs_panel.active {
	display: block;
}
.mootabs_panel div
{
	position:absolute;
	margin:10px 0 0 0;
}

.mootabs_panel li
	{
	background:url(../images/tab-img-bg.gif) no-repeat 0px 0px; float:left; width:109px; margin:0; height:135px;
	}
.mootabs_panel li img
	{
	margin:6px 0px 0px 6px;
	background-color:#f1f1f1;
	}
.mootabs_panel li h6
	{
font:bold;
	color:#000;
	text-transform:capitalize;
	margin:4px 0;
	text-align:center;
	padding:0;
	width:109px;
	font-size:9px;
	}
	
.mootabs_panel li h6 span.one {
	color:#828282;
	font-size:9px;
	text-transform:none;
	}