.printhidden { display: none }

body {
	font: 75%/1.6em Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
}


#main   {
	background: url(none) repeat-x;
	padding: 0px;	
}

/* ************************************************** */
/* ******************* Navigation ******************* */
/* ************************************************** */

.nav   {
	margin: 0px;
	padding: 0px;	/*background-color:#FF9;*/
	border-bottom: 1px solid #d7d7d4;
}

.nav a {
	color: #333;
	text-decoration: none;
}



.nav ul {
	color: #333;
	font-size: 1.2em;
	line-height:1.4em;
	text-align: left;
	white-space: nowrap;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 20px;
	display:block;
}

.nav ul li {
	display: inline;
	list-style: none;
	color: #333;
	margin: 0px 5px 0px 0px;
	background: url(none) repeat-x;
	font-weight: bold;
	padding: 4px 10px;
	height: 14px;
}

.nav .actif{
	color: #333;
	text-decoration: none;
	background: url(none);
}

.nav .actif a {
	color: #333;
	text-decoration: none;
}



.contentline{
	background: #FFF;	
	}
.contentinner{
	background-color:#FFF;
	height:100%;
	
	}
	
.greybg{
	background-color:#fff;
	height:100%;
	}



.detailcontent{
	background: url(none) repeat-y;	
	}

.detailleft{
	width:100%;
	float:left;
	}

.detailright{
	width:100%;
	float:left;
	
	}
	

.cardata{
	color:#666;
	font-weight:bold;
	background: url(none) repeat-x;
	height:30px;
	padding-top:5px;
	padding-left:0px;
	border-bottom: 1px solid #d7d7d4;
	border-top: 1px solid #d7d7d4;
	}
	
	
.dexprice{
	color:#333;
	font-weight:bold;
	background: url(../images/bg/bg_dexprice_print.gif) repeat-x center;
	padding-top:5px;
	padding-left:5px;
	border-top: 0px solid #fff;
	}

.dexeasyprice{
	color:#333;
	font-weight:bold;
	background: url(../images/bg/bg_dexeasyprice-print.gif) repeat-x center;
	padding-top:5px;
	padding-left:5px;
	border-top: 0px solid #fff;
	
	}
	
	
.carleft{
	width:0px;
	float:left;
	margin-right:0px;
	}

.carright{
	float:left;
	width:100%;
	}