
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 100px;
}

.mootabs_title li {
	float: left;
	background-color: #ddd;
	padding: 30px 8px 10px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 80px;
	width:100px;
	font-size:24px;
	line-height:12px;
	text-align:center;
	background-image:url(../images/2010/bg-table-tab.jpg);
	background-repeat:no-repeat;
	
}

.mootabs_title li.active {
	background-color: #242424;
	background-image:url(../images/2010/bg-table-tab-on.jpg);
	background-repeat:no-repeat;

}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow:hidden;
	
}

.mootabs_panel.active {
	background-color: #000;
	color:#FFFFFF;
	display: block;
}

.small{
font-size:14px;
}


.title-black{
background-image:url(../images/tableTabs/bg-title-black.jpg);
background-repeat:repeat-x;
height:31px;
color:#FFFFFF;
}

.title-red{
background-image:url(../images/tableTabs/bg-title-red.jpg);
background-repeat:repeat-x;
height:31px;
color:#FFFFFF;
}

.title-gold{
background-image:url(../images/tableTabs/bg-title-gold.jpg);
background-repeat:repeat-x;
height:31px;
color:#000;
}

/*.product-light{
background-image:url(images/tableTabs/bg-product-light.jpg);
background-repeat:repeat-x;
height:25px;
color:#000000;
font-size:13px;
}*/

.product-light{
background-image:url(../images/tableTabs/bg-product-light2.jpg);
background-repeat:repeat-x;
height:20px;
color:#000000;
font-size:12px;
}

.product-dark{
background-image:url(../images/tableTabs/bg-product-light.jpg);
background-repeat:repeat-x;
height:25px;
color:#000000;
font-size:13px;
}

.text{
padding-left:15px;
}
