/* =USEFUL CLASSES
----------------------------------------------------------------------------------------------- */
.hide{ display: none; }
.tr{ text-align: right; }
.tl{ text-align: left; }
.fr{ float: right; }
.fl{ float: left; }
.btn{
	clear: both;
	height: 24px;
	padding: 0;
}
#overall .clear{
	clear:both;
	display:block;
	overflow:hidden;/* fix ie 1px */
	height:0px;
	font-size:1%;
	padding:0;
	margin:0;
	background:none;
}

/* =HEADER
----------------------------------------------------------------------------------------------- */
#header{
	position: relative;
	min-height: 185px;
	padding:0 2px;
}
#top-nav{
	/*display: none;*/
	visibility: hidden;
	height: 45px;
	line-height: 43px;
	padding-right: 10px;
	text-align: right;
}
#top-nav li{
	display: inline;
	padding: 0 5px;
}
#top-nav li a{
	font-family: verdana;
	text-decoration: none;
}
#logo a{
	position: absolute;
	left: 24px;
	top: 12px;
	display: block;
	width: 216px;
	height: 129px;
	background: url(/includes/cobrand/img/logo.png) left top no-repeat;
	text-indent: -999em;
}
#search{
	background: url(/includes/cobrand/img/bg-search.gif) right top no-repeat;
}
#search form{
	height: 31px;
	padding: 0 5px;
	margin-right: 5px;
}
#search p{ padding: 2px 0 0 0; }
#search label{ display: none; }
#search input{ display: inline; }
#search #qsearch{
	width: 175px;
	padding: 2px;
	font-size: 11px;
	border: 1px solid #CCC;
}
#search-query{ width: 190px; }

/* =MAIN NAV
----------------------------------------------------------------------------------------------- */
#main-nav{
	/*position: absolute;
	bottom: -3px;
	left: 18px;*/
	height: 30px;
	padding-top: 110px;
	margin: 0 0 0 8px;
}
#main-nav li{
	float: left;
	margin-right: 1px;
	background:url(/includes/cobrand/img/nav-lv1-a.gif) right top;
	cursor: pointer;
}
#main-nav li a{
	float: left;
	display: block;
	height: 24px;
	padding:0 12px 0 14px; margin-right:2px;
	font:bold 1em/24px helvetica, arial, sans-serif;
	text-decoration: none; text-transform:uppercase;
	background:url(/includes/cobrand/img/nav-lv1-a.gif) left -30px;
	color:#FFF;
	cursor: pointer;
}
#main-nav li.tuttomoto{ background-position: right -132px; margin-left: 10px; }
#main-nav li.tuttomoto a{
	background-position: left -161px;
	padding-top:5px;
	height: 19px;
}
#main-nav li.riders{ background-position: right -132px; }
#main-nav li.riders a{
	background-position: left -161px;
	padding:1px 5px 0;
}

#main-nav li.mini-site{ background-position: right -193px; }
#main-nav li.mini-site a{ background-position: left -223px; }

#main-nav li.cinquino{ background-position: right -251px; }
#main-nav li.cinquino a{ background-position: left -281px; }

/* =SUB NAV
----------------------------------------------------------------------------------------------- */
#sub-nav{
	height: 28px;
	line-height: 25px;
	padding-left: 10px;
	border-bottom: 1px solid #CDDCF3;
	background: transparent url(/includes/cobrand/img/bg-header.jpg) no-repeat scroll center -78px;
}
#sub-nav li{
	display: inline;
	color: #444;
}
#sub-nav li:before{ content: "|" }
#sub-nav a{
	padding: 0 15px;
	font-size: 1.1em;
	text-decoration: none;
	color: #444;
}
#sub-nav a:hover{ color: #F00; }
#sub-nav li:first-child:before{ content: ''; }
#sub-nav li:first-child a{ padding-left: 0; }

/* =FOOTER
----------------------------------------------------------------------------------------------- */
#footer{
	height: 141px;
	padding:0 2px;
}
#footer{
	padding-top: 10px;
	font-family: verdana;
}
#footer ul{
	margin: 0 10px 5px;
}
#footer li{ display: inline; }
#footer p{
	margin: 0 10px;
	font-size: 1em;
}
#footer a{ text-decoration: none; }

/* =TABS
----------------------------------------------------------------------------------------------- */
.tabs{
	height: 25px;
	margin-bottom: 1px;
	border-bottom: 1px solid #D7D7D7;
}
.tabs li{
	float: left;
	margin-left: 1px;
}
.tabs li:first-child{ margin: 0; }
.tabs a{
	position: relative;
	top: 1px;
	float: left;
	display: block;
	height: 22px;
	padding: 0 16px;
	font: normal 1.2em/21px trebuchet,gergia, times, serif;
	text-decoration: none;
	text-align: center;
	color: #036;
	background: #E5EBF4;
	border: 1px solid #C0C1D1;
	border-bottom: 0;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}
/* tab hover */
.tabs a:hover{ color: #C00; }
/* tab selected */
.tabs .selected a{
	position: relative;
	top: -1px;
	height: 25px;
	border: 1px solid #D7D7D7;
	border-bottom-color: #FFF;
	background: #FFF url(/includes/cobrand/img/sprite-pb.gif) center bottom no-repeat;
	color: #C00;
}

/* =TABLEAU
----------------------------------------------------------------------------------------------- */
.tableau{
	width: 100%;
	margin-bottom :8px;
	font-size: 12px;
}
.tableau caption,
.tableau th,
.tableau td{
	padding: 3px;
}
.tableau caption,
.tableau thead th,
.tableau thead td,
.tableau tfoot th,
.tableau tfoot td{
	font-weight: bold;
}
.tableau thead th,
.tableau thead td,
.tableau tbody th,
.tableau tbody td{
	border-left: 1px solid #C0C1D1;
	border-bottom: 1px solid #C0C1D1;
}
.tableau thead th,
.tableau tbody th{
	border-left: 0;
}
.tableau caption{ background: #C0C1D1; }
.tableau tr.odd th,
.tableau tr.odd td{
	background: #F1F5F6;
}
.tableau thead th{
	font: bold 10px/10px verdana, sans-serif;
	background-color: #D0DADD;
	color: #1A2634;
}
.tableau .val{ text-align: right; }
.tableau .fix{ width: 130px; }
/* mini list in .tableau (cf http://static.in.autonews.fr/@templates/fiche-spec.html) */
.tableau ul{ padding-left: 20px; }
.tableau li{
	padding: 2px 0 2px 10px;
	background: url(/includes/cobrand/img/puce.gif) left center no-repeat;
	font-size: .83em;
	font-family: verdana;
	color: #000;
}
.tableau li em{
	font-style: normal;
	color: #676E75;
}

/* =LISTE
----------------------------------------------------------------------------------------------- */
.list{
	border-top: 1px solid #C0C1D1;
	margin-bottom: 5px;
}
.list li{
	padding: 5px;
	border-bottom: 1px solid #C0C1D1;
	font-size: 1.2em;
	color: #000;
}
.list .odd{ background-color: #F1F5F6; }
.list a{
	color: #000;
	text-decoration: none;
}
.list a:hover{ color: #285287; }

/* =LISTE PHOTOS
----------------------------------------------------------------------------------------------- */
.listing li{
	overflow: hidden;
	float: left;
	width: 208px;
	height: 140px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.listing li img{
	width: 196px;
	height: 98px;
	margin-bottom: 2px;
}
.listing a{
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	color: #285287;
}
.listing .overlay{
	position: relative;
	top: -32px;
	display: block;
	width: 30px;
	height: 20px;
	margin:0 10px -20px auto;
	background-repeat: no-repeat;
	background-position: left top;
}
.listing .overlay.video{
	top: -73px;
	width: 59px;
	height: 40px;
	margin:0 auto -40px;
}
.listing span.overlay.photo{ background-image: url(/includes/cobrand/img/photo-overlay.png); }
.listing span.overlay.video{ background-image: url(/includes/cobrand/img/player-overlay.png); }

/* =PAGINATION
----------------------------------------------------------------------------------------------- */
.pagine{ height: 18px; }
.pagine li,
.pagine a{
	float: left;
	background:#FFF;
}
.pagine a{
	display: block;
	width: 16px;
	height: 16px;
	font-size: 1.1em;
	text-align: center;
	line-height: 16px;
	text-decoration: none;
	border-left: 1px solid #C9C9C9;
	color: #666;
}
.pagine .on a{ background: #D8D8D8; }
.pagine .prev a,
.pagine .first a,
.pagine .next a{
	border: 0;
}
.pagine .prev a,
.pagine .next a{
	width: auto;
	color: #285287;
}
.pagine .prev a{
	padding: 0 10px;
	background: url(/includes/cobrand/img/arr-blue-rtl.gif) left center no-repeat;
}
.pagine .next a{
	padding: 0 10px;
	background: url(/includes/cobrand/img/arr-blue-ltr.gif) right center no-repeat;
}
.pagine .off{ visibility: hidden; }

/* =TOOLTIP
----------------------------------------------------------------------------------------------- */
.tooltip em{
	font:10px Verdana;
	display: none;
	position: absolute;
	z-index: 999;
	width: 100px;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #AAA;
	font-style: normal;
}
/*.tooltip em span{
	position: absolute;
	left: 5px;
	top: -11px;
	display: block;
	width: 7px;
	height: 11px;
	background: url(/includes/cobrand/img/bg-tooltip.png) left top no-repeat;
	text-indent: -999em;
}*/

/* =RELATED LINKS
----------------------------------------------------------------------------------------------- */
.related-links h2{ padding-bottom: 5px; }
.related-links li{
	padding: 0 0 5px 12px;
	font-size: 1.2em;
	background: url(/includes/cobrand/img/arr-grey.gif) left 5px no-repeat;
}
.related-links a{
	text-decoration: none;
	color: #000;
}
.related-links span{ color: #666; }

/* =COMMENTS
----------------------------------------------------------------------------------------------- */
#comments .content{ padding: 10px 15px 15px; }
#comments h2{
	padding-bottom: 10px;
}
#comments ul{
	overflow: auto;
	margin-bottom: 15px;
}
#comments li{
	margin-right: 10px;
	padding-top: 12px;
	border-top: 1px solid #C0C1D1;
}
#comments li.first{
	border-top: 0;
}
#comments .comment-infos,
#comments .comment-infos *{
	color: #D40007;
	font-weight: bold;
	font-style: normal;
}
#comments .comment-infos .date{
	font-weight: normal;
}
#comments .btn-com{
	float: right;
	padding: 7px 0;
	color: #285287;
}
#comments .btn-com .p-com{
	position: relative;
	bottom: -3px;
	float: left;
	margin: 0 5px -3px 0 ;
}
#comments .email{ display: none; }
#countReaction-wrapper{
	float: right;
	padding-right: 30px;
}
#c_form #countReaction{ width: 25px; }
#c_form{ margin-bottom: 10px; }
#c_form label{
	display: block;
	font-size: 1.1em;
	color: #000;
}
#c_form .field input,
#c_form .field textarea{
	width: 96%;
	padding: 3px;
	border: 1px solid #999;
	font: normal .92em/1.4em aria, sans-serif;
	color: #333;
}
#c_form textarea{ height: 100px; }
#c_form .submit{ text-align: right; }


/* =BREADCRUMB
----------------------------------------------------------------------------------------------- */
#breadcrumb{ margin-bottom: 15px; }
#breadcrumb li{
	display: inline;
	padding: 0 15px 0 11px;
	background: url(/includes/cobrand/img/p-bread.gif) right 50% no-repeat;
	font-size: 1.1em;
}
 #comments ul{
        overflow: auto;
          margin-bottom: 15px;
  }
  #comments li{
          margin-right: 10px;
          padding-top: 12px;
          border-top: 1px solid #C0C1D1;}

#breadcrumb li.first{ padding-left: 0; }
#breadcrumb li.last{
	padding-right: 0;
	background: none;
}
#breadcrumb a{
	text-decoration: none;
	color: #666;
}
#breadcrumb .last a{ color: #000; }

/* =MEDIA
----------------------------------------------------------------------------------------------- */
.media h2{display: none;}
.media h3{
	padding: 10px 0 10px;
	font-size: 2em;
	font-family: arial, sans-serif;
	color: #003366;
}
.media h3.first{ padding-top: 0 }
.media h4{
	padding: 6px 0;
	font: normal 1.2em/1.2em arial, sans-serif;
}
.media h4 a{
	display: block;
	padding: 0px 0 0 12px;
	background: url(/includes/cobrand/img/p-flecheblanche.gif) left 4px no-repeat; 
	color: #FFF;
	text-decoration: none;
}
.media img{ border: 3px solid #262626; }

.media .fake{
	position: relative;
	padding-top:5px;
}
/* video */
.media-video .fake a{ display: block; }
.media-video .fake span{
	position: absolute;
	left: 3px;
	top: 6px;
	display: block;
	width: 162px;
	height: 139px;
	background: url(/includes/cobrand/img/player-fake.png) left top no-repeat;
}
.media-video .fake img{

	border-bottom-width: 18px; 
}

/* photo */
.media-photo .fake img{
	width: 159px;
	height: 80px;
}
.media-photo .fake span{
	position: absolute;
	left: 3px;
	top: 7px;
	display: block;
	width: 162px;
	height: 81px;
	background: url(/includes/cobrand/img/photo-fake.png) center center no-repeat;
}
.media-photo li{ padding: 5px 0; }
.media-photo li img{
	float: left;
	width: 60px;
	height: 30px;
}
.media-photo li h4{
	margin-left: 70px;
	padding-top: 0;
	font-size: 1.1em;
}

/* =POLL
----------------------------------------------------------------------------------------------- */
#sondage,
#poll{ display: none; }
#sondage h3{
	padding:10px 0 13px;
	font: bold 1.1em/1em arial;
	color: #000;
}
#sondage li{
	position: relative;
	padding: 6px 3px;
}
#sondage li:hover{
	background: #EEE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#sondage label{
	font-size: 1.2em;
	cursor: pointer;
}
#sondage li p{
	padding: 0;
	float: none;
}
#sondage li div{
	position: relative;
	margin-bottom: 5px;
}
#sondage li span{
	display: block;
	height: 11px;
	background:transparent url(/includes/cobrand/img/bg-poll.gif) repeat-x;
}
#sondage li em{
	position: absolute;
	top: 6px;
	right: 5px;
	line-height: 12px;
	color: #000;
}
#sondage-loader p{ float: right; }
#email-sondage{ display: none; }

/* =INFO TRAFIC
----------------------------------------------------------------------------------------------- */
#info-trafic h2{ padding: 5px 0 0 }
#info-trafic img{
	display: block;
	width: 150px;
	margin: 10px auto;
	border: 3px solid #AAA;
}

/* =PRIX CARBURANT
----------------------------------------------------------------------------------------------- */
#prix-carburant h3{
	padding: 10px 0;
	font: bold 1.2em/1em arial;
}
#prix-carburant li{
	padding-bottom: 10px;
	border-top: 1px solid #DDD;
}
#prix-carburant li.first{ border-top: 0; }
#prix-carburant li li{
	padding-bottom: 3px;
	border-top: 0;
}
#prix-carburant li a{
	display: block;
	text-decoration: none;
	font-size: 12px;
}
#prix-carburant li span{
	float: right;
	font: bold 14px/1em gerogia, times, serif;
	color: #002e5b;
}

/* =ABONNEMENT
----------------------------------------------------------------------------------------------- */
#subscription .photo{
	float: right;
	margin-left: 5px;
}
#subscription .photo img{
	width: 85px;
	border: 0;
	background: #FFF;
}
#subscription ul{ margin-bottom: 8px; }
#subscription li{
	padding: 8px 0 0 15px;
	background:url(/includes/cobrand/img/arr-grey.gif) 0 11px no-repeat;
	font-size: 1.1em;
	line-height: 1.1em;
	color :#000;
}
#subscription .btn{ clear: none; }

/* =SCAN
----------------------------------------------------------------------------------------------- */
#scan h2{ padding-bottom: 5px; }
#scan h2 a{
	float: right;
	margin-top: 8px;
}
#scan .wrap{
	overflow: auto;
	height: 150px;
}
#scan ul a{
	display: block;
	padding: 3px 2px;
	font-size: 1.1em;
	line-height: 1.4em;
	text-decoration: none;
	color: #285287;
}
#scan ul a:hover{ background: #EEE; }
#scan ul span{ font-weight: bold; }
#scan ul li{ border-top: 1px solid #DDD; }
#scan ul li:first-child{ border: 0; }
#scan .btn{ margin-top: 10px; }
#scan ol{
	display: none;
	height: 18px;
}
#scan ol li{
	float: left;
	width: 18px;
	height: 18px;
	border-left: 1px solid #C9C9C9;
	text-align: center;
	line-height: 18px;
	font-size: 1.2em;
}
#scan ol li:first-child{ border: 0; }
#scan ol li.on{	background-color: #D8D8D8; }

#scan a span{display:none;}

/* =RECHERCHE FICHE TECHNIQUE
----------------------------------------------------------------------------------------------- */
#fiche-search #quick-acces-form{ padding:5px 0; }
#fiche-search #quick-acces-form li{
	width:139px;
	float:left;
}
#fiche-search #quick-acces-form select{ width:130px; }

/* =FORUM
----------------------------------------------------------------------------------------------- */
#forum{ display: none; }
#forum li{
	padding: 8px 0 4px;
	border-top: 1px solid #D8D8D8;
}
#forum li:first-child{ border: 0; }
#forum img{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	padding: 5px;
	border: 1px solid #D7D7D7;
}
#forum cite,
#forum cite a{
	font-style: normal;
	color:#285287;
}
#forum strong{
	display: block;
	margin-top: -2px;
}
#forum strong a{
	color: #000;
	text-decoration: none;
}

/* =GUIDE D'ACHAT
----------------------------------------------------------------------------------------------- */
#guide{ display: none; }
#guide h2{ padding: 3px 0 5px; }
#guide h3{ font: normal 1.2em/1.5em arial; }
#guide li{
	padding-top:2px;
	margin-bottom: 8px;
	border-top: 1px solid #D8D8D8;
}
#guide li:first-child{
	padding-top:0;
	border-top:0;
}
#guide li.neuf{ background: url(http://autonews.fr/fr/includes/nav/images/aramis.gif) no-repeat scroll right bottom; }
#guide li.occasion{ background: url(http://autonews.fr/fr/includes/nav/images/annonces-jaunes.gif) no-repeat scroll right bottom; }
#guide img{
	float: left;
	width: 73px;
	padding: 5px;
	border: 1px solid #D8D8D8;
}
#guide p a{
	display: block;
	margin-left: 90px;
	text-decoration: none;
	line-height: 1.1em;
}
#guide strong{
	color: #000;
}
#guide em{
	display: block;
	font:normal 2em/1em georgia, times, serif;
	color: #032149;
}

/* =BUZZ
----------------------------------------------------------------------------------------------- */
#buzz{ display: none; }
#buzz h2{ 
	padding: 3px 0 8px;
	color:#98afc5;
}
#buzz .content{ padding-bottom: 10px; }
#buzz li{ display: inline; }
#buzz a{
	padding: 5px;
	margin: 2px;
	font-family: georgia, times, serif;
	line-height: 1.2em;
	text-decoration: none;
}
#buzz .s1 a{
	font-size: 1em;
	color: #d1dae8;
}
#buzz .s2 a{
	font-size: 1.5em;
	color: #98afc5;
}
#buzz .s3 a{
	font-size: 2em;
	color: #FFF;
}
#buzz a:hover{ 
	background: #E5EBF4; 
	color:#426485;
}

/* =RATINGS
----------------------------------------------------------------------------------------------- */
span.rating{
	width:64px; height:11px;
	margin-top:2px;
	float:right;
	background-repeat:none;
	background-image:url(/includes/cobrand/img/star-rating.png);
}
span.rate0{ background-position:0 -68px; }
span.rate1{ background-position:0 -57px; }
span.rate2{ background-position:0 -45px; }
span.rate3{ background-position:0 -33px; }
span.rate4{ background-position:0 -22px; }
span.rate5{ background-position:0 0; }

/* =ADS
----------------------------------------------------------------------------------------------- */
/*#adsLoader{ display: none; }*/
#adbanner{
	position: absolute;
	top: 45px;
	right: 10px;
	width:728px;
	height:90px;
}
#adbanner2{
/*	clear: both;
	width:468px;
	height: 60px;
	margin: 10px auto;*/
}
#adrectangle,
#adrectangle2{
	width:300px;
	-height:250px; min-height: 250px;
	margin-bottom: 10px;
}
#adbanner-load,
#adbanner2-load,
#adrectangle-load,
#adrectangle2-load,
#adbannerside1-load,
#adbannerside2-load{
	display: none;
}
/*#adsquare{
	width:200px;
	height:200px;
	margin-bottom: 10px;
}
#adsquare{
	background-color: #000;
}*/
#newsletter{ display: none; }
