#simpleTabs div.simpleTabs-nav {
	width:687px;
	float:right;
	border-bottom: 1px solid #8dc4e6;
	margin-left:3px;
	margin-right:3px;
}
#simpleTabs .simpleTabs-nav ul{
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	top:1px;
	z-index:500;
	float: left;
	margin-bottom:-1px;
	width:auto;
}
#simpleTabs .simpleTabs-nav li{
	float: left;
	cursor: pointer;
	width:154px;
	height:24px;
	background:url(/2009/img/tab_i.png) no-repeat;
	margin-right:2px;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	z-index:500;
}
#simpleTabs .simpleTabs-nav li:hover {
	background:url(/2009/img/tab_i.png) no-repeat;

}
#simpleTabs li#simpleTabs-nav-1 {
	margin-left:25px;
}
#simpleTabs .simpleTabs-nav li.actif{
width:154px;
height:24px;
background: url(/2009/img/tab_a.png) no-repeat;
margin-bottom:-1px;
z-index:500;

}
#simpleTabs .simpleTabs-content{
	padding: 10px 5px 10px 20px;
	height: 136px;
	float: left;
	width: 669px;
	background:url(/2009/img/tab_cont_fon.png) no-repeat;

}
#simpleTabs .simpleTabs-content a:hover{
text-decoration:none;
}

div.hot_cont {
	width:105px;
	height:auto;
	float:left;
	margin-right: 5px;
	font-family:Arial, sans-serif;
	position:relative;
}

div.hot_cont a.h_cont:link, div.hot_cont a.h_cont:active, div.hot_cont a.h_cont:visited {
	display: block;
	width: 105px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background:transparent url(../images/transparent1.png) repeat;  errlog*/
	clear:both;
}
div.hot_cont a.h_cont:hover {
	text-decoration:none;
}

div.hot_offer_h {
	font-size:9px;
	text-transform: uppercase;
	width: 105px;
	float:left;
	color: #ff9000;
}
div.hot_offer_d {
	font-size:10px;
	text-transform: none;
	width: 105px;
	height: 12px;
	float:left;
	overflow: hidden;
}
div.hot_offer_d_price {
	font-size:11px;
	text-transform: none;
	width: 105px;
	height: 12px;
	float:left;
	color: #ff9000;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

