* { 
	margin: 0;
	padding: 0;
}

body  {
	background-color: #edebe7;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

img {
	border-width: 0;
	vertical-align: middle;
}

* html img {
	position: relative;
	z-index: 1;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

ul  {
	list-style-type: none;
}

fieldset {
	border-width: 0;
}

a.form_link:link,
a.form_link:visited
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.simple_link:link, 
a.simple_link:visited
{
	color: #A49E91;
	text-decoration: none;
}

a.simple_link:hover
{
	text-decoration: underline;
}

strong.catalog
{
	color: #FF981B;
}

option.weight_brand
{
	font-weight: bold;		
	color: #ff7900;
}

/** Gabarit page accueil **/
div#header div,
div#content,
div#footer,
div#context_menu div,
div#onglets ul,
div#engine,
div#wrapper
{
	width: 984px;
	margin: 0 auto;
}

div#header
{
	background: url('/images/header/background_header.gif') repeat-x #ffc500;
	height: 121px;
	width: 100%;
}

div#header div
{
	height: 80%;
	position: relative;
}

div#header div h1,
div#header div p,
div#header ul#onglets,
div#header div div#flash_bann
{
	position: absolute;
	top: 15px;
}

div#header div h1 
{
	left: 0;
	width: 307px;
	height: 64px;
}

div#header div div#flash_bann
{
	left: 340px;  
	width: 468px; 
	height: 60px;
}

div#header div p
{
	right: 15px;
}

div#header ul#onglets
{
	top: 86px;
}

div#header ul#onglets li 
{
	float: left;
	height: 23px;
	font-weight: bold;
	padding-top: 13px;
}

div#header ul#onglets li.left_active_tab,
div#header ul#onglets li.right_active_tab,
div#header ul#onglets li.left_tab,
div#header ul#onglets li.right_tab
{
	width: 9px;
	background: url('/images/header/round_shape_menu.gif') no-repeat;
}

div#header ul#onglets li.left_active_tab
{
	background-position: left top;
}

div#header ul#onglets li.right_active_tab
{
	background-position: right top;
}

div#header ul#onglets li.left_tab
{
	background-position: left bottom;
}

div#header ul#onglets li.right_tab
{
	background-position: right bottom;
}

div#header ul#onglets li.active_tab,
div#header ul#onglets li.tab
{
	background: url('/images/header/shape_menu.gif') repeat-x;
	padding-left: 25px;
	padding-right: 25px;
}

div#header ul#onglets li.active_tab
{
	background-position: 0 bottom;
}

div#header ul#onglets li.active_tab a:link,
div#header ul#onglets li.active_tab a:visited
{
	color: #282828;
}

div#header ul#onglets li a:link,
div#header ul#onglets li a:visited
{
	text-decoration: none;	
	color: #b2b2b2;
}

div#context_menu
{
	clear: both;
	font-weight: bold;
	height: 42px;
	font-size: 11px;
	padding-top: 15px;
	background: url('/images/header/background_context_menu.gif') repeat-x;
}

div#context_menu div
{
	position: relative;
	height: 100%;
}

div#context_menu div ul,
div#context_menu div fieldset,
div#context_menu div p
{
	float: left;
	height: 100%;
	width: 40%;
	line-height: 22px;
}

div#context_menu div fieldset form
{
	display: inline;
}

div#context_menu div p
{
	width: 20%;
}

div#context_menu div ul
{
	float: none;
	width: 400px;
	position: absolute;
	right: 0;
	line-height: 20px;
}

div#context_menu div ul li
{
	display: inline;
	width: 2%;
}

div#context_menu div ul li span
{
	display: inline-block;
	width: 20px;
	height: 22px;
	vertical-align: middle;
}

div#context_menu div ul li#account,
div#context_menu div ul li#cart,
div#context_menu div ul li#garages
{
	width: 23%;
	height: 15px;
}

div#context_menu div ul li#cart
{
	width: 21%;
}

div#context_menu div ul li#garages
{
	width: 32%;
}

div#context_menu div ul li span
{
	background: url('/images/header/pictos.gif') no-repeat;
	width: 20px;
	height: 20px;
	margin-top: -3px;
}

div#context_menu div ul li#cart span
{
	background: url('/images/header/pictos.gif') no-repeat -22px 0;
}

div#context_menu div ul li#garages span
{
	background: url('/images/header/pictos.gif') no-repeat -45px 0;
}

div#context_menu div fieldset form input
{
	width: 242px;
	color: #7e7e7e;
}

div#context_menu div fieldset form input#reference
{
	width: 180px;
}

div#content,
div#footer
{
	text-align: center;
}

div#content div.column,
div#center_column
{
	float: left;
}

div#content div.column
{
	width: 201px;
}

div#content div.column div.shape,
div#content div.column div.shape_right
{
	background-color: #FFF;
	margin-bottom: 28px;
	width: 100%;
}

div#content div.column div.shape_right
{
	margin-bottom: 18px;
}

div#content div.column div.shape span,
div#content div.column div.shape_right span
{
	display: block;
	width: 201px;
	height: 13px;
	background: url('/images/homepage/round_shape.gif') no-repeat;
}

div#content div.column div.shape span.bottom_shape,
div#content div.column div.shape_right span.bottom_shape
{
	background-position: 0 100%;
}

div#content div.column div.shape div,
div#content div.column div.shape_right div
{
	width: 100%;
}

div#content div.column div.shape_right div h3
{
	color: #242424;
	font-size: 14px;
}

div#content div.column div.shape_right div h3 strong,
div#content div.column div.shape_right div h3.orange
{
	color: #ff7800;
}

div#content div.column div.shape_right div h3.orange
{
	font-size: 20px;
}

div#content div.column div.shape_right div p,
div#content div.column div.shape_right div fieldset
{
	text-align: left;
	padding: 0 0 0 5px;
}

div#content div.column div.shape_right div fieldset form label,
div#content div.column div.shape_right div p
{
	font-weight: bold;
	font-size: 11px;
}

div#content div.column div.shape_right div p
{
	font-weight: 400;
	margin: 5px 0;
}

div#content div.column div.shape_right div#search_garages
{
	background: url('/images/homepage/map.gif') no-repeat left center;
	margin: 10px 20px 0 15px;
	height: 131px;
	width: 131px;
	padding: 45px 0 0 35px;
	text-align: left;
}

div#content div.column div.shape_right div#search_garages fieldset form label 
{
	color: #FFF;
}

div#content div.column div.shape_right div#search_garages fieldset form input
{
	width: 41px;
}

div#content div.column div.shape_right div#search_garages fieldset form input.form_link,
div#content div.column div.shape_right div fieldset form input.form_link
{
	padding-left: 3px;
	width: auto;
}

div#center_column
{
	margin: 0 10px;
	width: 562px;
}

* html div#center_column
{
	margin: 0 10px;
}

div#center_column div
{
	float: left;
}

div#center_column div#search_engine
{
	width: 100%;
	height: 317px;
}

div#center_column div#search_engine h2 
{
	color: #FFF;
	font-size: 14px;
	padding: 11px 0;
	width: 100%;
}

div#center_column div#search_engine span
{
	display: block;
	width: 13px;
	height: 317px;
	background: url('/images/homepage/round_shape_se.gif') no-repeat;
}

div#center_column div#search_engine span.left_se_shape
{
	background-position: left bottom;
	float: left;
}

div#center_column div#search_engine span.right_se_shape
{
	background-position: right bottom;
	float: right;
}

div#center_column div#search_engine div#content_se
{
	width: 536px;
	background: url('/images/homepage/search_engine_vehicle.gif') repeat-x;
	height: 317px;
}

div#center_column div#search_engine div#content_se div
{
	float: none;
	width: 100%;
	margin: 10px auto 0;
	height: 118px;
	width: 515px;
}

div#center_column div#search_engine div#content_se div#prime_engine
{
	background: url('/images/homepage/vehicle_illustration.jpg') no-repeat -8px 0;
	margin: 0;
	padding-left: 15px;
	height: 140px;
	width: 515px;
}

div#center_column div#search_engine div#content_se div fieldset
{
	text-align: left;
	padding-left: 20px;
	height: 118px;
}

div#center_column div#search_engine div#content_se div fieldset form p
{
	font-weight: bold;
	color: #FFF;
	width: 90%;
	margin: 5px 0;
}

div#center_column div#search_engine div#content_se div#prime_engine fieldset form p
{
	width: 100%;
	margin: 0;
}

div#center_column div#search_engine div#content_se div#prime_engine fieldset
{
	text-align: right;
	padding: 10px 0 5px;
	height: 120px;
}

div#center_column div#search_engine div#content_se div fieldset form select
{
	width: 368px;
	height: 21px;
	margin: 3px 0;
}

div#center_column div#search_engine div#content_se div img
{
	float: left;
}

div#center_column div#search_engine div#content_se hr
{
	border: 1px solid #ffc50c;
	border-width: 1px 0 0;
	width: 95%;
	margin: 0 auto;
	height: 1px;
}

div#center_column div#category_listing
{
	width: 	562px;
	height: 251px;
	margin-top: 20px;
	text-align: center;
}

div#center_column div#category_listing span
{
	display: block;
	width: 13px;
	height: 251px;
	background: url('/images/homepage/round_shape_cat.gif') no-repeat;
}

div#center_column div#category_listing span.left_cat_shape
{
	background-position: left bottom;
	float: left;
}

div#center_column div#category_listing span.right_cat_shape
{
	background-position: right bottom;
	float: right;
}

div#center_column div#category_listing div#category_content {
	background-color: #FFF;
	height: 231px;
	padding: 0 0 20px;
	width: 536px;
	float: left;
}

* html div#center_column div#category_listing div#category_content {
	padding: 0 0 8px;
	margin: 0;
}

div#center_column div#category_listing div#category_content h3
{
	color: #242425;
	margin-top: 10px;
}

div#center_column div#category_listing div#category_content div
{
	border: 1px solid #DFDFDF;
	border-width: 1px 0 0;
	margin: 15px auto 0;
	width: 96%;
	clear: both;
	height: 90px;
}

div#center_column div#category_listing div#category_content div ul
{
	float: left;
	width: 32.5%;
}

div#center_column div#category_listing div#category_content div ul li.category
{
	color: #FF7800;
}

div#center_column div#category_listing div#category_content div ul li a.simple_link
{
	color: #242425;
}

div#center_column div#category_listing div#category_content div ul li.category a.simple_link
{
	color: #FF7800;
}

/* RESTE DU SITE */
/*-- Gabarits --*/
div#gabarit_gauche,
div#gabarit_droit,
div#gabarit_gauche_bis,
div#gabarit_droit_bis,
div#gabarit_3_gauche,
div#gabarit_3_droit,
div#gabarit_3_center
{
	float: left;
}

/* 3 colonnes */
div#gabarit_3_gauche,
div#gabarit_3_droit
{
	width: 200px;
}

div#gabarit_3_gauche
{
	margin: 0 6px 0 4px;
}

div#gabarit_3_center
{
	width: 57.5%;
}

* html div#gabarit_3_center
{
	width: 56%;
}

/* 2 colonnes => content à gauche */
div#gabarit_gauche
{
	width: 30%; 
}

div#gabarit_droit
{
	width: 68%;
	margin-right: 19px;
}

* html div#gabarit_droit
{
	width: 67%;
}

/* 2 colonnes => content à droite */
div#gabarit_gauche_bis
{
	width: 196px; 
	margin-right: 9px;
}

* html div#gabarit_gauche_bis
{
	width: 186px; 
}

div#gabarit_droit_bis
{
	width: 765px;
}

#engine #car_selection
{
	padding: 10px 0;
	height: 40px;
	margin-bottom: 15px;
}

#engine #car_selection img
{
	display: block;
	float: left;
	padding-right: 5px;
}

#engine #car_selection dl
{
	width: 60%;
	float: left;
	padding-top: 2px;
}

#engine #car_selection dl dd
{
	padding-top: 4px
}

#engine #car_selection dl dd ul li
{
	display: inline;
	padding-right: 10px;
}

ul .radiolist li{
	display: inline;
}

#engine #car_selection dl dd ul li a:link, 
#engine #car_selection dl dd ul li a:visited 
{
	color: #3d474e;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.80em;
}

#engine div#search_engine_turbo form#TurbosSearchEngine fieldset,
#engine div#search_engine_turbo form#TurbosSearchEngine
{
	width: 662px; 
}

#engine div#search_engine_body form#BodySearchEngine fieldset,
#engine div#search_engine_body form#BodySearchEngine
{
	width: 641px;
}

#engine div#search_engine_body form#BodySearchEngine,
#engine div#search_engine_turbo form#TurbosSearchEngine
{
	float: right;
	margin-top: 25px;
}

#engine div#search_engine_body form#BodySearchEngine fieldset p,
#engine div#search_engine_turbo form#TurbosSearchEngine fieldset p
{
	width: 35%; 
	padding-top: 32px; 
	float: right;
}

#engine div#search_engine_body form#BodySearchEngine fieldset p
{
	padding-top: 41px;
}

#engine div#search_engine_body form#BodySearchEngine fieldset ul,
#engine div#search_engine_turbo form#TurbosSearchEngine fieldset ul
{
	width: 55.4%;
	margin-left: 30px;
}

#search_for
{
	width: 28%; 
	list-style-type: none;
}

#search_for li
{
	padding: 5px 0;
	width: 100%;
	font-style: italic;
}

#engine div#search_engine_turbo,
#engine div#search_engine_body,
#engine span
{
	float: left;	
}

#engine span
{
	height: 161px;
	width: 7px;
	background: url('/images/turbo/round_shape_turbo.gif') no-repeat;
	display: block;
}

#engine span.round_shape_left_turbo
{
	background-position: left top;	
}

#engine span.round_shape_right_turbo
{
	background-position: 100% top;
	float: right;
}

#engine div#search_engine_body form#BodySearchEngine fieldset ul li,
#engine div#search_engine_turbo form#TurbosSearchEngine fieldset ul li
{
	margin-top: 10px;
}

select.searchengine_car option {
	padding: 1px;
}

#engine div#search_engine_body,
#engine div#search_engine_turbo
{
	/*padding: 25px 0;*/
	width: 970px;
	background: url('/images/turbo/background_moteur.gif') repeat-x #0097CC;
	height: 161px;
	margin-bottom: 5px;
}

#engine div#search_engine_body
{
	width: 977px;	
}

#engine div#search_engine_body div,
#engine div#search_engine_turbo div
{
	width: 308px;
	height: 161px;
	float: left;
	background: url('/images/turbo/moteur_gauche.jpg') no-repeat;
}

#engine div#search_engine_body div
{
	width: 318px;
}

#engine div#search_engine_body form#BodySearchEngine
{
		margin-top: 20px;
}

/* Carrosserie */
#engine div#search_engine_body div
{
	background: url('/images/bodyparts/moteur_gauche.jpg') no-repeat;
}
#engine div#search_engine_turbo div
{
	background: url('/images/turbo/moteur_gauche.jpg') no-repeat;
}

#engine div#search_engine_turbo,
#engine div#search_engine_body
{
	background: url('/images/turbo/background_moteur.gif') repeat-x #88A4B2;
}

select.searchengine_body,
select.searchengine_turbos
{
	width: 360px;
}

/*-- TURBO Universe --*/
div#astuce_turbo {
	background: url('/images/turbo/astuce_turbo_fr.jpg') no-repeat; 
	width: 992px; 
	height: 105px;
	margin: 0 auto;
}

div#astuce_turbo p {
	float: right; 
	width: 43%; 
	color: #242424; 
	font-weight: bold; 
	font-style: italic; 
	padding: 21px 28px 0 0;
}

/*-- BODYPARTS universe --*/
dl.bodyparts_offer  {
	border: 1px solid #D0D0D0;
	height: 107px;
	margin: 10px 20px 20px 0;
	width: 50%;
	background-color: #FFF;
}

dl.bodyparts_offer dt {
	background: url("/images/turbo/background_moteur.gif") repeat-x scroll 0 0 transparent;
	color: #FFFFFF;
	height: 20px;
	padding: 2px 0 0 20px;
	color: #000; 
}

dl.bodyparts_offer dd {
	float: left;
	background: url("/images/carrosserie/background_categories.gif") repeat-x scroll 0 0 transparent;
	height: 73px;
	padding: 10px 0 0 10px;
	width: 59%;
}

dl.bodyparts_offer dd.image {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
	width: 38%;
	height: auto;
}

dl.bodyparts_offer dd a:link,
dl.bodyparts_offer dd a:visited
{
	color: #3d474e;
}

/*-- GARAGES Universe --*/
div#garage_universe
{
	width: 80%; 
	margin: 15px auto;
 	color: #4a535c;
}

div#garage_universe div#garage_list
{
	float: right; 
	width: 50%; 
	font-size: 11px;
}

div#garage_universe div#garage_list h3
{
	background: url('/images/garages/list_garages.gif') no-repeat; 
	color: #FFF; 
	font-weight: bold; 
	font-size:10px; 
	height: 43px; 
	padding: 15px 0 0 22px; 
	width: 381px;
}

div#garage_universe div#garage_list div
{
 	margin-left: 25px;
 	width: 363px;
}

div#garage_universe div#garage_list div h4
{
	margin: 10px 0;
}

div#garage_universe div#garage_list div p
{
	margin-bottom: 10px;
}

div#garage_universe div#garage_list div p#note
{
	font-size: 9px; 
	margin: 2px 0 0;
}

div#garage_universe div#garage_list div form select
{
	width: 280px;
}

div#garage_universe div#garage_list div ul
{
 	background-color: #f0f0f1; 
 	margin-top: 10px; 
 	padding-left: 10px;
}

div#garage_universe div#garage_list div ul li
{
	color: #4a535c; 
	padding: 10px 0;
}

div#garage_universe div#garage_list div ul li dl.garage_info
{
	height: 100px;
	width: 353px;
}

div#garage_universe div#garage_list div ul li dl.garage_info dt
{
 	background: url('/images/garages/separator.gif') no-repeat bottom left; 
 	font-weight: bold; 
 	margin-bottom: 5px; 
 	padding-bottom: 2px;
}

div#garage_universe div#garage_list div ul li dl.garage_info dd
{ 
 	float: left;
 	width: 193px;
}

div#garage_universe div#garage_list div ul li dl.garage_info dd.garage_notation
{
	height: 99%;
	width: 160px;
}

div#garage_universe div#garage_list div ul li dl.garage_info dt a
{
	text-decoration: none;
	color: #c00;
	float: right;
	margin-right: 15px;
}

div#garage_universe div#garage_list div ul li dl.garage_info dd a
{
	text-decoration: none; 
	color: #4a535c;
}

div#garage_universe div#garage_list div ul li dl.garage_info dd.garage_notation ul
{
	padding-left: 0;
	margin-top: 0;
}

div#garage_universe div#garage_list div ul li dl.garage_info dd.garage_notation li.starsno,
div#garage_universe div#garage_list div ul li dl.garage_info dd.garage_notation li.starsyes,
div#garage_universe div#garage_list div ul li dl.garage_info dd.garage_notation li.starson
{
	width: 29px;
	height: 28px;
	float: left;
	cursor: pointer;
}
 
div#garage_universe div#garage_list div ul li dl.garage_info dd.garage_notation li.starsno
{
	background: url('../images/garages/star1.png') no-repeat;
}

div#garage_universe div#garage_list div ul li dl.garage_info dd.garage_notation li.starsyes
{
	background: url('../images/garages/star3.png') no-repeat;
}

div#garage_universe div#garage_list div ul li dl.garage_info dd.garage_notation li.starson
{
	background: url('../images/garages/star2.png') no-repeat;
}

div#garage_explanations
{
	width: 90%; 
	color: #4a535c; 
	margin: 0 auto; 
	font-size: 11px; 
	margin-top: 20px;
	height: 153px;
}

div#garage_explanations div
{ 
	width: 46%;
}

div#garage_explanations div.garage_right_column
{
	float: right;
}

div#garage_explanations div h4.garage_title
{
	font-size: 11px; 
	color: #c80212; 
	margin-bottom: 20px;
}

p#information_garage
{
	color: #c80212; 
	font-size: 15px; 
	width: 80%; 
	font-style: italic; 
	font-weight: bold; 
	margin: 10px auto; 
	text-align: center;
}

div#garage_submission
{
	width: 75%; 
	margin: 0 auto 10px; 
	font-size: 14px; 
	font-weight: bold;
	height: 156px; 
}

div#garage_submission div
{
	float: left; 
	background: url('/images/garages/right_inscription.jpg') no-repeat; 
	height: 156px; 
	width: 417px;
}

div#garage_submission div#image
{
	background: url('/images/garages/left_inscription.jpg') no-repeat; 
	width: 311px;
}

div#garage_submission div p
{
	color: #FFF; 
	margin: 40px 20px 0;
}

div#garage_submission div p#link
{
	margin: 15px 40px 0 100px;
}

/* Listing */
/*- Top sells -*/
div#gabarit_gauche_bis dl#top_sells {
	background-color: #FFF;
	border: 1px solid #ABABAB;
}

div#gabarit_gauche_bis dl#top_sells,
div#gabarit_gauche_bis dl#top_sells dd ul {
	width: 195px;
}

div#gabarit_gauche_bis dl#top_sells dd ul {
	padding: 10px;
	width: 175px;
	background: url("/images/universes/background_top_sells.gif") repeat-x;
}

div#gabarit_gauche_bis dl#top_sells dd ul li a:link,
div#gabarit_gauche_bis dl#top_sells dd ul li a:visited {
	color: #4F4F4F;
	text-decoration: none;
}

div#gabarit_gauche_bis dl#top_sells dd ul li.category a:link,
div#gabarit_gauche_bis dl#top_sells dd ul li.category a:visited {
	color: #FFA539;
	font-weight: bold;
}

div#gabarit_gauche_bis dl#top_sells dd ul li a:hover {
	text-decoration: underline;
}

ul#filters
{
	width: 98.7%;
	background-color: #EAEAEB;
	height: 24px;
	padding: 10px 0 0 10px;
	border-width: 1px 1px 0;
	border: 1px solid #ABABAB;
	color: #3D474E;
	position: relative;
}

ul#filters li
{
	display: inline;
}

ul#filters li a
{
	background: url('/images/catalog/puce_filtre.gif') no-repeat left;
	padding: 10px 0 10px 25px;
}

ul#filters li a:link, 
ul#filters li a:visited
{
	color: #3D474E;
	text-decoration: none;
}

ul#filters li a:hover,
ul#filters li a.desc {
	background: url('/images/catalog/puce_filtre_up.gif') no-repeat left;
}

ul#filters li a.desc:hover {
	background: url('/images/catalog/puce_filtre.gif') no-repeat left;
}

ul#filters li input 
{
	position: absolute;
	right: 33px;
	top: 6px;
}

div#wrapper
{
	margin-bottom: 10px;
	clear: both;
}

div#wrapper ul.products 
{
	font-size: 0.90em;
	border: 1px solid #ABABAB;
	background-color: #FFF;
	border-width: 0 1px 1px;
	padding: 20px 0;
	width: 765px;
}

div#wrapper ul.products li
{
	float: left;
	width: 30%;
}

div#wrapper ul.products li.comparaison
{
	width: 7%; 
	text-align: center;
}

div#wrapper ul.products li.description
{
	margin-left: 10px;
	width: 298px;
}

div#wrapper ul.products li.photo
{	
	width: 20%;
	position: relative;
}

div#wrapper ul.products li.photo img,
div#wrapper ul.products li.photo a img
{
	display: block;
	margin: 0 auto;
}

div#wrapper ul.products li.photo a img {
	width: 80px;
}

div#wrapper ul.products li.photo a img.zoom,
div#worksheet div a.wk_link_picture img.zoom, 
td.photo a img.zoom {
	width: auto;
	position: absolute;
	left:100px;
	top: 0;
}

div#worksheet div a.wk_link_picture img.zoom {
	left: 130px;
}

td.photo a img.zoom {
	left: 83px;
	top: -30px;
}

div#wrapper ul.products li.displaying
{
	float: none;
	clear: both;	
}

div#wrapper ul.products li a:link,
div#wrapper ul.products li a:visited
{
	color: #3D474E;
	text-decoration: none;
	font-size: 13px;
}

div#wrapper ul.products li h3,
div#wrapper ul.products li h3 span 
{	
	font-size: 13px;
}

div#wrapper ul.products li h3 span
{
	font-style: italic; 
	font-weight: 400;
}

div#wrapper ul.products li.description table
{
	width: 100%;
	margin-bottom: 10px;
}

div#wrapper ul.products li.description table td
{
	width: 55%;
	padding: 2px 0;
}

div#wrapper ul.products li.description ul li
{
	width: 50%;
}

span.price_1,
span.price_7
{
	font-weight: bold;
	font-size: 14px;
}

span.price_1 {
	color: #F39419;
}
span.price_7 {
	color: #32CBD0;
}

div#pager
{
	width: 100%;
	margin: 10px 0;
	color: #3d474e;
	font-size: 11px;
	font-weight: bold;
	position: relative;
}

div#pager p
{
	width: 50%;
}

div#pager ul
{
	right: 0;
	text-align: right;
	position: absolute;
}

div#pager ul li
{
	float: left;
	border: 1px solid #d0d0d0;
	right: 0;
	padding: 4px 0;
	margin-right: 5px;
}

div#pager ul li a:link, 
div#pager ul li a:visited 
{
	text-decoration: none;
	color: #3d474e;
	width: 100%;
	height: 100%;
	padding: 4px;
}

div#pager ul li.active_1,
div#pager ul li.active_7
{
	padding: 5px;
}

div#pager ul li.active_1,
div#pager ul li.active_7,
div#pager ul li.link_1 a:hover,
div#pager ul li.link_7 a:hover
{
	color: #FFF;
	border-width: 0;
}

div#pager ul li.active_1,
div#pager ul li.link_1 a:hover {
	background-color: #F39419;
}
div#pager ul li.active_7,
div#pager ul li.link_7 a:hover {
	background-color: #32CBD0;
}
/*-- Catalog --*/
ul#headpiece_catalog,
div#headpiece_list_categories,
div#headpiece_list_categories_bottom,
h2#title_catalog,
dl.categories
{
	width: 100%;
}

/* Top Categories */
ul#headpiece_catalog
{
	font-size: 11px; 
	height: 34px; 
	padding-top: 10px; 
	margin: 0 auto; 
	background: url('/images/catalog/background_top_tab_inactive.gif') repeat-x 0 9px; 
	color: #FFF; 
	font-weight: bold;
}

ul#headpiece_catalog li
{
	float: left;
}

ul#headpiece_catalog li.catalogActivated
{
	color: #3d474e;
	height: 27px;
	margin-top: -8px;
	padding: 18px 20px 0;
	background: url('/images/catalog/background_top_tab_active.gif') repeat-x 0 1px;	
}

ul#headpiece_catalog li.catalogUnActivated
{
	padding: 10px 10px 0;
	background: url('/images/catalog/background_top_tab_separator.gif') no-repeat 99.7% 10px;
}

ul#headpiece_catalog li a
{
	text-decoration: none;
}

ul#headpiece_catalog li.catalogActivated a
{
	color: #3d474e;
}

ul#headpiece_catalog li.catalogUnActivated a
{
	color: #FFF;
}

div#headpiece_list_categories_bottom
{
	clear: both;
}

div#headpiece_list_categories,
div#end_process_content
{
	background: #FFF url('/images/catalog/background_top.gif') repeat-x; 
	margin: 0 auto; 
	padding-top: 10px;
	clear: both;
}

div#headpiece_list_categories_bottom,
div#bottom_end_process_content
{
	background: url('/images/catalog/background_top_bottom.gif') repeat-x; 
	margin: 0 auto 20px; 
	height: 13px;
	clear: both;
}

div#headpiece_list_categories p
{
	background: url('/images/catalog/background_top_cat.gif') no-repeat -2px 0;
	color: #3d474e;
	font-size: 12px;
	font-weight: bold;
	height: 66px;
	padding: 15px 0 0 22px;
	position: relative;
}

div#headpiece_list_categories p span
{
	display: block;
	height: 26px;
	left: 30px;
	padding: 4px 0 0 40px;
	width: 20%;
}

div#headpiece_list_categories div
{
	width: 425px;
	margin-left: 20px;
}

div#headpiece_list_categories div#right_column
{
	background: url('/images/catalog/background_top_separator.gif') repeat-y;
	padding-left: 55px;
	width: 445px;
	margin: 0;
	float: right;
}

* html div#headpiece_list_categories div#right_column
{
	padding-left: 10px;	
}

div#headpiece_list_categories div dl
{
 	width: 100%; 
 	padding-bottom: 10px;
 	padding-left: 5%;
}

div#headpiece_list_categories div dl ul li a
{
	color: #000;
	text-decoration: none;	
}

div#headpiece_list_categories div dl ul li a:hover
{
	text-decoration: underline; 
}

/* Listing Categories */
h2#title_catalog
{
	margin: 0 auto 10px 10px;
	clear: both;
}

dl.categories
{
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	background-color: #FFF;
}

dl.categories dt
{
	background: transparent url('/images/catalog/background_categories.gif') repeat-x;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 0 12px;
	width: 100%;
	height: 15px;
	position: relative;
}

dl.categories dt span
{	position: absolute; 
	/*margin:-8px 0 0 30px;*/
}

dl.categories dt span
{
	display: block;
	height: 26px;
	left: 30px;
	top: 4px;
	padding: 5px 0 0 40px;
	width: 20%;
	background: transparent url('/images/catalog/catalog_pictos.png') no-repeat; 
}

span#sp_300000
{
	background: transparent url('/images/catalog/catalog_pictos.png') no-repeat left -59px;
}
span#sp_300001
{
	background: transparent url('/images/catalog/catalog_pictos.png') no-repeat left top;
}
span#sp_300002
{
	background: transparent url('/images/catalog/catalog_pictos.png') no-repeat left -29px;
}
span#sp_300003
{
	background: transparent url('/images/catalog/catalog_pictos.png') no-repeat left -179px;
}
span#sp_300004
{
	background: transparent url('/images/catalog/catalog_pictos.png') no-repeat left -89px;
}
span#sp_300005
{
	background: transparent url('/images/catalog/catalog_pictos.png') no-repeat left -149px;
}
span#sp_300006
{
	background: transparent url('/images/catalog/catalog_pictos.png') no-repeat left -209px;
}
span#sp_90116
{
	background: transparent url('/images/catalog/catalog_pictos.png') no-repeat left -119px;
}

dl.categories dt a.top
{
	bottom: 14px;
	color: #FFC77F;
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	right: 20px;
}

dl.categories dd
{
	width: 100%;
	background: #FFF url('/images/catalog/background_subcategories.gif') repeat-x;
	overflow: hidden;
	padding: 10px 0;
}

dl.categories dd dl.subcategories
{
	clear: none;
	float: left;
	margin: 0 0 0 15px;
	width: 26%;
	padding: 0 5px; 
}

dl.categories dd dl.subcategories dt, 
div#headpiece_list_categories div dl.subcategories dt
{	
	background: transparent url('/images/catalog/square_subcategory.gif') no-repeat center left;
	color: #3d474e;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 10px 15px;
}

dl.categories dd dl.subcategories dd
{
	background: none;
	height: inherit;
}

dl.categories dd dl.subcategories dd ul li,
div#headpiece_list_categories div dl.subcategories dd ul li
{
	color: #F39419;
	padding-left: 15px;
}

dl.categories dd dl.subcategories dd ul li a,
div#headpiece_list_categories div dl dd ul li a
{
	color: #3d474e;
	text-decoration: none;
}

dl.categories dd dl.subcategories dd ul li a:hover,
div#headpiece_list_categories div dl dd ul li a:hover
{
	text-decoration: underline;
}

/* Left Catalog */
dl#left_catalog dt
{
	background: transparent url('/images/catalog/top_category.gif') no-repeat;
	text-align: center;
	font-size: 11px;
	height: 24px;
	padding: 9px 0 0 17px;
	font-weight: bold;
	color: #FFF;
}

* html dl#left_catalog dt
{
	font-size: 10px;
}

dl#left_catalog dl.categories
{
	margin: 0 auto;
	width: 100%;
	clear: none;
	background-color: #EFEFEF;
	font-size: 11px; 
}

dl#left_catalog dl.categories dt
{
	background: transparent url('/images/background_categories.gif') repeat-x;
	padding: 5px 0 2px;
	height: 20px;
	font-size: 11px;
	color: #000;
	margin-top: 0;
	text-align: left;
}

dl#left_catalog dl.categories dd
{
	background: none;
	height: inherit;
	padding: 0;
}

dl#left_catalog dl.categories dd dl.subcategories
{
	float: none;
	margin: 0;
	width: 100%;
	padding: 0;
}

dl#left_catalog dl.categories dd dl.subcategories dt
{	
	background: transparent url('/images/background_subcategories.gif') repeat-x;
	color: #FFF;
	font-size: 11px;
	padding: 5px 0 2px;
	height: 20px;
}

dl#left_catalog dl.categories dd dl.subcategories dd ul
{
	background-color: #FFF;
	list-style-type: none;
}

dl#left_catalog dl.categories dd dl.subcategories dd ul li
{
	padding: 5px 0 5px 10px;
}

dl#left_catalog dl.categories dd dl.subcategories dd ul li a:link,
dl#left_catalog dl.categories dd dl.subcategories dd ul li a:visited
{
	color: #3d474e;
	text-decoration: none;
}

dl#left_catalog dl.categories dd dl.subcategories dd ul li a:hover
{
	text-decoration: underline;
}

/* Conseils */
div#advices
{
	margin-top: 5px;
	width: 100%;
}

/* Top Category */
div#top_category
{
	width: 745px; 
	padding: 10px 0 10px 20px; 
	background-color: #D0D0D0; 
	border: 1px solid #ABABAB; 
	border-width: 1px 1px 0;
	font-size: 10px;
}

div#top_category h2
{
	color: #3D474E;
	font-size: 16px;
}

div#top_category ul li
{
	display: inline;
}

div#top_category ul li a,
div#top_category p a
{
	color: #000;
}

/* Comparaison de produits */
table#product_comparison
{
	width: 95%;
	margin: 0 auto;
	color: #4A535C;
}

table#product_comparison tr.infos
{
	height: 30px;
	background-color: #ECEBED;
}

table#product_comparison tr th
{
	width: 20%;
	padding-left: 5px;
}

table#product_comparison tr td
{
	text-align: center;
}

/*-- Plan de site --*/
dl.sitemap_index
{
	text-align: center; 
	width: 40%; 
	margin: 0 0 0 5%; 
	border: 1px solid #D0D0D0;
	color: #4A535C;
	background-color: #FFF;
}

dl.sitemap
{
	width: 100%; 
	border: 1px solid #D0D0D0;
	color: #4A535C;
	background-color: #FFF;
}

dl.sitemap dt,
dl.sitemap_index dt
{
	background: transparent url(/images/cart/background_header_listing.gif) repeat-x scroll 0 0;
	color: #FFFFFF;
	font-weight: bold;
	height: 22px;
	padding: 5px 5px 0;
}

dl.sitemap dd
{
	padding: 5px 0 5px 10px;
}

dl.sitemap_index dd
{
	padding: 0 5px 5px;
}

dl.sitemap_index dd ul li a.simple_link,
dl.sitemap dd ul li a.simple_link 
{
	color: #4A535C;
}

/*-- Fiche produit --*/
div#worksheet
{
	background-color: #FFF;
	margin-bottom: 10px;
	width: 765px;
}

div#worksheet span
{
	display: block;
	width: 765px;
	height: 23px;
	background: url('/images/worksheet/round_shape_top_worksheet.gif.gif') no-repeat;
}

div#worksheet span.bottom_worksheet
{
	background-position: 0 100%;
}

div#worksheet div,
div#worksheet dl,
div#worksheet ul#garanties 
{
	float: left;
}

div#worksheet div
{
	width: 25%;	
}

div#worksheet div h4
{
	margin-top: 20px;
	height: 20px;
}

div#worksheet dl
{
	width: 50%;	
}

div#worksheet ul#garanties
{
	font-style: italic;
	color: #3d474e;
	margin-left: 2%;
	width: 22%;
	list-style-type: none;
}

div#worksheet ul#garanties li a
{
	font-style: italic;
	color: #3d474e;
	text-decoration:none;
	
}

/* HACK IE6 */
* html div#worksheet ul#garanties
{
	margin-left: 2%;
}

div#worksheet ul#garanties li
{
	padding:10px 0 0 30px;
	border: 1px dotted #000;
	border-width: 0 0 1px;
	height: 40px;
}

div#worksheet ul.garanties_1 li {
	background: url('/images/worksheet/puce_garantie_1.gif') no-repeat left center;
}
div#worksheet ul.garanties_2 li {
	background: url('/images/worksheet/puce_garantie_2.gif') no-repeat left center;
}
div#worksheet ul.garanties_3 li {
	background: url('/images/worksheet/puce_garantie_3.gif') no-repeat left center;
}
div#worksheet ul.garanties_5 li {
	background: url('/images/worksheet/puce_garantie_5.gif') no-repeat left center;
}
div#worksheet ul.garanties_7 li {
	background: url('/images/worksheet/puce_garantie_7.gif') no-repeat left center;
}
div#worksheet ul.garanties_8 li {
	background: url('/images/worksheet/puce_garantie_7.gif') no-repeat left center;
}

div#worksheet dl dt,
div#worksheet dl dd
{
	color: #3d474e;	
	font-weight: bold;
	font-size: 15px;
}

div#worksheet dl dd 
{
	font-size: 11px;
}

div#worksheet dl dd.infos_product
{
	font-weight: 400; 
	margin-top: 5px;
}

div#worksheet dl dd.infos_product strong
{
	font-size: 11px;
}

div#worksheet dl dd.infos_product a:link, 
div#worksheet dl dd.infos_product a:visited
{ 
	color: #FF981B;
}

div#worksheet dl dd.infos_product a.simple_link
{
	color: #FF981B;
}

div#worksheet dl dd#infosLivraison
{
	position: relative;
}

div#worksheet dl dd#infosLivraison div
{
	background-color: #FFFFFF;
	border: 1px solid #FF981B;
	top: 5px;
	padding: 3px;
	position: absolute;
	width: 250px;
	z-index: 1010; 
	font-weight: 400;
	font-size: 11px;
	overflow: hidden; 
}

div#worksheet dl dd#infosLivraison div h4
{
	margin: 0; 
	padding: 0; 
	color: #FF981B;
}

div#worksheet dl dd#infosLivraison div table
{
	width: 100%;
}

div#worksheet dl dd#infosLivraison div table tr td.transporteur
{
	width: 60%;
}

div#worksheet dl dd#infosLivraison div table tr td.shipping_price
{
	text-align: right;
}

div#worksheet dl dd.price_1,
div#worksheet dl dd.price_2,
div#worksheet dl dd.price_3,
div#worksheet dl dd.price_4,
div#worksheet dl dd.price_5
{
	margin-top: 5px;
	font-size: 16px;
}

div#worksheet dl dd.price_1
{
	color: #F39419;
}
div#worksheet dl dd.price_2
{
	color: #1a65b1;
}
div#worksheet dl dd.price_3
{
	color: #ff7e00;
}
div#worksheet dl dd.price_4
{
	
}
div#worksheet dl dd.price_5
{
	color: #87328a;
}

div#worksheet dl dd.wk_basket
{
	margin-top: 10px;
}

div#worksheet div a.wk_link_picture,
td.photo a {

	position: relative;
}

div#worksheet div img.worksheet_picture {
	display: block; 
	margin: 0 auto;
	border: 1px solid #CCC;
}

div#worksheet div ul#pictures li {
	display: inline;
}

div#worksheet div ul#pictures li img
{
	height: 40px;	
	border: 1px solid #d0d0d0;
}

/* FICHE TECHNIQUE */
div.datas
{
	border: 1px solid #d0d0d0;
}

div.datas ul.wk_content,
div.datas div
{
	 background: #FFF url('/images/worksheet/background.gif') repeat-x; 
	 padding: 20px;
	 color: #3d474e;
}

div.datas ul.header_datas
{
	width: 100%; 
	height: 30px;
	font-size: 10px; 
	font-weight: bold; 
	background: url('/images/worksheet/tab_background.gif') repeat-x;
}

div.datas ul.header_datas li
{
	float: left; 
	padding: 8px 18px 0;
	color: #FFF;
	height: 22px;
}

div.datas ul.header_datas li.active
{
	background: url('/images/worksheet/tab_background_active.gif') repeat-x; 
	padding: 8px 18px 0;
	color: #3d474e;
}

div.datas ul.header_datas li a
{
	text-decoration: none;
	color: #FFF;
}
div.datas ul.header_datas li a:hover
{
	text-decoration: underline;
}

div.datas div h3.designation
{
	margin-bottom: 10px; 
	color: #3d474e; 
	font-weight: bold;
}

/* Description technique */
div.datas div#technic_infos table
{
	width: 100%;
}

div.datas div#technic_infos table tr
{
	background: url('/images/worksheet/separator.gif') no-repeat bottom center; 
	height: 20px;
}

div.datas div#technic_infos table tr#car_infos
{
	background: none;
}

div.datas div#technic_infos table tr#car_infos th
{
	padding-top: 10px;
}

div.datas div#technic_infos table tr td.property
{
	width: 40%;
}

div.datas div#technic_infos table tr td.value
{
	width: 60%;
}

div.datas div#technic_infos h4
{
	margin: 10px 0;
}

div.datas div#technic_infos ul
{
	list-style-type: square;
	list-style-position: inside;
}

/* Vehicules associés + Vehicules associés au compte client */
div.datas ul.wk_content li.vehicle,
div.block_account ul.wk_content li.vehicle
{
	width: 70%; 
	margin-top: 10px;
	background: url('/images/worksheet/car_separator.gif') no-repeat scroll 50px bottom;
	clear: both; 
	overflow: hidden;
}

div.datas ul.wk_content li.vehicle img,
div.block_account ul.wk_content li.vehicle img
{
	display: block;
}

div.datas ul.wk_content li.vehicle ul.vehicle_model,
div.block_account ul.wk_content li.vehicle ul.vehicle_model
{
	float: right; 
	width: 88%; 
	padding: 0 0 20px 0;
	background: none;
}

div.datas ul.wk_content li.vehicle ul.vehicle_model li,
div.block_account ul.wk_content li.vehicle ul.vehicle_model li
{
	font-style: italic; 
	font-size: 11px; 
}

div.datas ul.wk_content li.vehicle ul.vehicle_model li span.wk_infos,
div.block_account ul.wk_content li.vehicle ul.vehicle_model li span.wk_infos
{
	font-style: italic; 
	font-weight: 400; 
	font-size: 10px;
}

div.datas ul.wk_content li.vehicle ul.vehicle_model li img,
div.block_account ul.wk_content li.vehicle ul.vehicle_model li img
{
	display: inline;
}

p#info_tecdoc
{
	color: #4A535C; 
	font-size: 11px;
	margin: 10px 0;
}

/* Steps */
h2.steps
{
	width: 961px;
	height: 40px;
	text-indent: -9999px;
	margin: 15px auto;
	background: transparent url('/images/cart/steps_fr.gif') no-repeat;
}

h2#step_cart_fr
{
	background-position: left -10px;
}
h2#step_checkout_fr
{
	background-position: left -91px;
}
h2#step_account_fr
{
	background-position: left -51px;
}

/*-- Account --*/
/* FICHE COMMANDE */
dl.formulaire dd.conditions 
{
	padding: 10px 15px;
}

dl.formulaire dd.conditions ul {
	list-style-position: inside;
	list-style-type: square;
	margin: 10px 0;
}

dl.formulaire dd.conditions p {
	line-height: 12px;
}

dl.formulaire dd.conditions h4 {
	margin: 10px 0;
}

dl.formulaire dd.conditions div#conteneur_info,
dl.formulaire dd.conditions div.custcommande
{
	overflow: auto; 
}

dl.formulaire dd.conditions div#conteneur_info
{
	margin: 10px auto; 
	width: 67%;
	font-size: 11px;
}

dl.formulaire dd.conditions div.custcommande
{
	float: left;
	text-align: center;
	margin: 0;
	padding: 5px 0 0 10px;
	height: 130px;
}

/* Inscription */
ul.radio_list li {
	display: inline;
}

ul#subscribe_type_customer
{
	width: 100%;
	height: 50px;
}

ul#subscribe_type_customer li.nonactive,
ul#subscribe_type_customer li.active
{
	float: left; 
	height: 30px; 
	padding: 10px 10px 5px; 
	text-align: center; 
}

ul#subscribe_type_customer li.active
{
	background: url('/images/account/type_active.gif') no-repeat;
}

.block_account,
div.personal_infos
{
	border: 1px solid #d0d0d0; 
	width: 93.5%; 
	margin: 10px auto;
	padding: 10px;
	color: #3d474e;
	background: #FFF url('/images/account/background_insert.gif') repeat-x;
}

div#listing_orders,
div#demandes
{
	padding: 0;
	background: none;
	width: 95%;
	font-size: 11px;
}

div#demandes 
{
	border: none;
}

div#demandes div#garantie,
div#demandes div#retour
{
	position: relative;
	width: 49%; 
}

div#demandes div#garantie
{
	 float: right;
}

div#demandes div#retour
{
	left: 0;
}

div#demandes div p
{
	 border: 1px solid #d0d0d0; 
}

div#demandes div#retour p
{
	 color: #3d474e; 
	 margin: 0 auto; 
	 height: 75px; 
	 padding: 10px;  
	 background: url('/images/account/background_insert.gif') repeat-x;
}

div#demandes div#garantie p
{
	 height: 90px; 
	 text-align: right; 
	 width: 355px; 
	 padding: 5px 15px 0 80px; 
	 background: url('/images/account/background_guaranty.gif') no-repeat;
}

div#demandes div h3
{
	font-weight: 400; 
	margin-bottom: 10px;
}

h3.account,
h3.personal_infos
{
	color: #4a535c; 
	font-weight: 400; 
	margin: 10px auto; 
	width: 95%;
}

h3.personal_infos
{
	 width: 85%;
}

div.personal_infos
{
	width: 80%; 
	padding: 20px; 
	margin: 0 auto; 
}

div.personal_infos dl#coordonnees,
div.personal_infos dl#address_book
{
	width: 49%;
}

div.personal_infos dl#address_book
{
	float: right;
}

div.personal_infos dl#coordonnees dt,
div.personal_infos dl#address_book dt
{
 	margin-bottom: 5px;
}

div.personal_infos dl#coordonnees dd span
{
	 color: #FF7800;
}

p.account_return,
p.account_return_mod
{
	width: 96%;
	margin: 0 auto;
}

p.account_return_mod
{
	width: 95%;
}

/* Return products */
dl.block_account dt
{
	padding: 0 0 10px;
	font-weight: bold;	
}

dl.formulaire dd#return_conditions
{
	padding: 0 15px;
}

dl.formulaire dd#return_conditions h4
{
	margin: 10px 0;
}

dl.formulaire dd#return_conditions p
{
	line-height: 12px;
}

dl.formulaire dd#return_conditions ol,
dl.formulaire dd#return_conditions table
{
	margin: 5px 0 0;
}

dl.formulaire dd#return_conditions ol
{
	list-style-position: inside;
}

/* Formulaire */
dl.formulaire
{
	margin: 0 auto 10px; 
	 width: 99%;
	 border: 1px solid #d0d0d0; 
	 background: #FFF url('/images/account/background_insert.gif') repeat-x 0 28px; 
	 color: #4a535c;
}

dl.formulaire dt
{
	background: url('/images/cart/background_header_listing.gif') repeat-x; 
	height: 22px; 
	color: #FFF; 
	font-weight: bold; 
	padding: 5px 5px 0;
}

dl.formulaire dd
{
	padding: 0 5px 5px 10px;
}

dl.formulaire dd a:link,
dl.formulaire dd a:visited {
	color: #4A535C;
	text-decoration: none;
}

dl.formulaire dd a:hover {
	text-decoration: underline;
}

dl.formulaire dd#loginform
{
	padding-top: 5px;
}

dl.formulaire dd fieldset
{
	 margin: 10px 0; 
	 width: 100%; 
	 color: #4a535c;
}

dl.formulaire dd fieldset input.submit
{
	margin: -4px 0pt 0pt 10px; 
	vertical-align: middle;
}

h3.title_form
{
	color: #919aa3; 
	font-size: 12px; 
	margin: 5px 0; 
	padding-bottom: 5px; 
	background: url('/images/account/separator.gif') repeat-x bottom center;
}

dl.formulaire dd fieldset table
{
	 width: 80%; 
}

dl.formulaire dd fieldset table
{
	width: 100%;
}

dl.formulaire dd fieldset table tr th
{
	width: 24%;	
}

dl.formulaire dd fieldset table#billing tr th.town,
dl.formulaire dd fieldset table#shipping tr th.town
{
	width: 20%;
}

dl.formulaire dd fieldset p
{
	margin: 10px 0 0;
	/*margin: 10px 0 0 10px;*/	 
	width: 100%; 
	color: #4a535c;
}

dl.formulaire dd fieldset p.submit
{
	text-align: right; 
	margin: 0 10px 0 0;
	width: 98%;
}

/* Listing commandes */
div#listing_orders table
{
	width: 100%;
	border-collapse: collapse;
	color: #3d474e;
	border: 1px solid #d0d0d0;
	font-size: 11px;
}

div#listing_orders table tr
{
	background-color: #ecebed;
	height: 30px;
}

div#listing_orders table th,
div#listing_orders table td
{
	border: 1px solid #FFF;
	text-align: center;	
}

div#listing_orders table th 
{
	background: url('/images/cart/background_header_listing.gif') repeat-x #4a535c;
	color: #FFF;
	height: 27px;
	font-size: 10px;
}

div#listing_orders table td.bold
{
	font-weight: bold;
}

/*-- Cart --*/
/* Rappel panier */
#basket_summation_products_order {
	overflow: auto;
	height: 210px;
}

#basket_summation_products_panier {
	overflow: auto;
	height: 350px;
}

input#promotionnal_code {
	width: 150px;
}

div#basket_summation
{
	background-color: #949da6; 
	color: #FFF;
	padding: 10px;
	font-size: 11px;
	height: 400px;
}

div#basket_summation ul
{
 	width: 100%; 
 	margin: 10px 0;
}

div#basket_summation ul li
{
	margin-top: 10px;
}

div#basket_summation ul li img
{
	float: left; 
	margin-right: 10px;
	width: 67px;
}

div#basket_summation ul li dl
{
	width: 70%; 
	float: left; 
	font-weight: bold;
}

div#basket_summation ul li dl dt
{
	color: #3d474e;
}

div#basket_summation ul li dl dd
{
	font-style: italic; 
	font-weight: 400;
}

div#basket_summation table#totals
{
 	font-weight: bold; 
 	width: 100%; 
 	border-collapse: collapse;
}

div#basket_summation table#totals tr
{
	height: 30px;
}

div#basket_summation table#totals tr td
{
	border: 1px solid #d5d9dc; 
	border-width: 0 0 1px;
}

div#basket_summation table#totals tr td.right
{
	text-align: right;
}

div#basket_summation table#totals tr td span
{
	font-style: italic;
}

div#basket_summation form fieldset h4
{
	margin: 10px 0;
}

div#process_logistique
{
	width: 297px; 
	background: url('/images/cart/logistique_longueur.jpg') no-repeat;
}

div#process_logistique h4
{
	background: url('/images/cart/logistique_longueur.jpg') no-repeat scroll top center; 
	text-indent: -9999px; 
	height: 91px;
}

div#process_logistique div
{
 	padding: 27px 20px 0; 
 	height: 132px;
}

div#process_logistique div img
{
	float: left; 
	margin-right: 17px;
}

div#process_logistique div p
{
 	padding-top: 20px; 
 	font-weight: bold; 
 	font-style: italic; 
 	color: #4A535C;
}

/* Listing */
div#top_cart,
div#top_cart div
{
	width: 992px;
	background-color: #FFF;
}

div#top_cart div div#cart_buttons
{
	text-align: right;
	width: 97%;
	margin: 10px auto 0;
}

div#top_cart div div#cart_buttons ul li
{
	display: inline;
}

div#top_cart span
{
	display: block;
	width: 992px;
	height: 23px;
	background: url('/images/cart/round_shape_top_cart.gif') no-repeat;
}

div#top_cart span.bottom_shape
{
	background-position: 0 100%;
}

div#top_cart div p
{
	font-weight: bold;
	width: 97%;
	margin: 0 auto;
	color: #3d474e;
}

div#top_cart div table#listing_cart
{
	width: 97%;
	margin: 0 auto;
	border-collapse: collapse;
	color: #3d474e;
	font-weight: bold;
	border: 1px solid #d0d0d0;
}

div#top_cart div table#listing_cart tr
{
	background-color: #f3f1ec;
}

div#top_cart div table#listing_cart tr.products_cart 
{
	height: 50px;
}

div#top_cart div table#listing_cart th,
div#top_cart div table#listing_cart td
{
	border: 1px solid #FFF;	
}

div#top_cart div table#listing_cart th 
{
	background: url('/images/cart/background_header_listing.gif') repeat-x #4a535c;
	color: #FFF;
	height: 27px;
	text-align: center;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

div#top_cart div table#listing_cart td
{
	text-align: center;
}

div#top_cart div table#listing_cart td.designation_cart
{
	text-align: left;
	padding-left: 5px;
}

div#top_cart div table#listing_cart td.designation_cart a:link, 
div#top_cart div table#listing_cart td.designation_cart a:visited 
{
	color: #3D474E;
	text-decoration: none;
}

div#top_cart div table#listing_cart td.designation_cart strong
{
	font-weight: normal;
	font-size: 10px;
}

div#top_cart div table#listing_cart td.delete_cart
{
	width: 70px;
}
div#top_cart div table#listing_cart td.product_quantity
{
	padding: 0 5px;
	width: 50px;
}

div#top_cart div table#listing_cart td.price_cart
{
	width: 100px;
}

div#top_cart div table#listing_cart td input 
{
	float: right;
	margin-top: 6px;
	width: 20px;	
}

/* advertising_insert */
div#top_cart div div#insert_garage
{
	width: 97%;
	margin: 10px auto;
}

div#top_cart div div#insert_garage
{
	height: 95px;
}

div#top_cart div div#insert_garage form,
div#top_cart div div#insert_garage div
{
	float: left;
}

div#top_cart div div#insert_garage form
{
	width: 423px;
	background: transparent url('/images/cart/background_garage.gif') repeat-x;
}

div#top_cart div div#insert_garage form fieldset
{
	margin: 25px 0 0 10px; 
	font-weight: bold;
	color: #3d474e;
	height: 20px;
}

div#top_cart div div#insert_garage form fieldset input#field
{
	width: 20px;
}

div#top_cart div div#insert_garage form fieldset input.confirm
{
	margin: -5px 0 0;
	vertical-align: middle;
	width: auto;
}

div#top_cart div div#insert_garage form fieldset a:link,
div#top_cart div div#insert_garage form fieldset a:visited
{
	color: #3D474E;
}

div#top_cart div div#insert_garage div,
div#top_cart div div#insert_garage form
{
	height: 95px;
}

div#top_cart div div#insert_garage div
{
	width: 539px;
	background: transparent url('/images/cart/background_garage_insert.gif') no-repeat;
}

/* products_feature */
div#feature_products 
{
	width: 992px;
	height: 171px;
	font-weight: bold;
	margin: 20px auto 30px;
	color: #3D474E;
	font-size: 11px;
	background-color: #FFF;
}

div#feature_products span
{
	display: block;
	width: 11px;
	height: 171px;
	background: url('/images/cart/round_shape_furth_p.gif') no-repeat;
}

div#feature_products span.left_furthp_shape
{
	background-position: left bottom;
	float: left;
}

div#feature_products span.right_furthp_shape
{
	background-position: right bottom;
	float: right;
}

div#feature_products div
{
	float: left;	
}

div#feature_products div
{
	width: 970px;
}

div#feature_products div ul
{
	width: 930px;
	padding: 0 20px;
	height: 109px;
}

div#feature_products div h3.cart_title
{
	color: #3d474e;
	width: 930px;
	margin: 10px auto 15px;
	border: 1px solid #d0d0d0;
	border-width: 0 0 1px;
}

div#feature_products div ul li 
{
	float: left;
	width: 30%;
	height: 109px;
}

div#feature_products div ul li.separator
{
	background: transparent url('/images/cart/separator_feature.gif') no-repeat;
	height: 100%;
	padding: 0 5px;
	width: 5px;
}

div#feature_products div ul li div.product_info_cart
{
	float: none;
	width: auto;
}

div#feature_products div ul li div p
{
	padding-left: 80px;
}

div#feature_products div ul li div p.display_both
{
	clear: both; 
	margin: 0; 
	padding: 0;
}

div#feature_products div ul li ul.price
{
	width: 100%;
	margin-top: 10px;
	padding: 0;
	height: auto;
}

div#feature_products div ul li ul.price li
{
	width: 48%;
	text-align: right;
	color: #FF7800;
}

div#feature_products div ul li ul.price li strong
{
	display: block;
	margin: 0;
	padding-top: 7px;
	font-size: 13px;
}

div#feature_products div ul li img
{
	float: left;
}

/*-- Checkout --*/
/* Livraison */
.checkout_block
{
	border: 1px solid #d0d0d0;
	background-color: #FFF;
}

.checkout_block h3
{
 	font-size: 12px; 
 	padding: 4px; 
 	height: 23px; 
 	background: url('/images/cart/background_header_listing.gif') repeat-x; 
 	color: #FFF; 
 	border: 1px solid #FFF; 
 	border-width: 0 0 1px;
}

.checkout_block h3 span
{
 	font-weight: 400;
}

.checkout_block div.address
{
	float: left; 
	width: 45%; 
	padding: 10px;
}

.checkout_block div.address p a
{
	text-decoration: none;
}

.checkout_block div#shipping_block
{
	width: 100%; 
	border: 1px solid #d0d0d0; 
	border-width: 0 0 1px; 
	height: 175px;
}

.checkout_block div#shipping_block div
{
	height: 100%;
}

.checkout_block div#shipping_block div#checkout_shipping_address
{
	border: 1px solid #d0d0d0; 
	border-width: 0 0 0 1px; 
	float: right; 
	width: 42%; 
	padding-left: 10px;
}

.checkout_block div#shipping_block div#shipping_list {
	width: 54%; 
	margin: 10px; 
	font-size: 11px;
}

.checkout_block div#shipping_block div#shipping_list ul {
	margin-bottom: 10px;
}

.checkout_block div#shipping_block div#shipping_list p {
	width: 92%;
}

.checkout_block div#shipping_block div#shipping_list p input {
	width: 203px;
	height: 38px;
}

.checkout_block div#shipping_block div#shipping_list p label {
	font-style: italic;
}

.checkout_block div#shipping_block div#shipping_list a,
.checkout_block div.address p a,
.checkout_block div.payment_mode ul li a,
.checkout_block div#shipping_block div#shipping_list {
	color: #4A535C;
}

.checkout_block div#shipping_block div#shipping_list li
{
	height: 24px;
}

.checkout_block div.address p a,
.checkout_block div#shipping_block div#shipping_list li span,
.checkout_block div div.payment_mode ul li span {
	font-weight: bold;
}

.checkout_block div h4
{
	font-size: 14px;
	color: #4A535C;
	font-weight: 400;
}

.checkout_block div address
{
	margin-top: 10px;
}

/* Paiement */
.checkout_block div#payment_block
{
	padding: 8px 20px 10px;
}

.checkout_block div div.payment_mode
{
	float: right; 
	width: 50%; 
	color: #4a535c;
}

.checkout_block div div.payment_mode h4
{
	margin-bottom: 10px;
}

.checkout_block div div.payment_mode ul li
{
	height: 30px;
}

.checkout_block div div.payment_mode ul li.logos
{
	margin-left: 18px;
	height: 23px;
}

form#checkout p.confirmation, 
form#checkout p.confirmation_texte
{
	color: #4a535c; 
	margin: 10px auto; 
	width: 30%;
}

form#checkout p.confirmation_texte
{
 	width: 50%;
}

/* Confirmation commande */
h3#end_process_title,
div#end_process_content,
div#bottom_end_process_content,
p#end_process_return
{
	width: 65%;
	margin: 0 auto;
	color: #4a535c;
	text-align: center;
}

p.important_end_process
{
	margin-bottom: 10px;		
}

h3#end_process_title span,
p.important_end_process span
{
	color: #FF7800;
}

div#end_process_content
{
	background: #FFF url('../images/cart/background_confirmation.gif') repeat-x;
	margin-top: 20px;
	padding: 20px;
	text-align: left;
}

div#end_process_content div h4
{
	margin: 10px 0;
}

div#end_process_content div p
{
	line-height: 12px;
}

div#end_process_content div img#warning
{
	float: left;
	margin: 10px 10px 0 20px;
}

div#end_process_content div p.justif
{
	width: 80%;
	margin: 10px auto 0;
	font-weight: bold;
} 

div#end_process_content div ul li span
{
	font-weight: bold;
}

div#bottom_end_process_content
{
	padding: 0 20px 10px;
}

p#end_process_return
{
	text-align: right;
}
/*****************/

/** FOOTER **/
div#footer div#infos_footer
{
	clear: both;
	background-color: #FFF;
	width: 100%;
	height: 109px;
}

div#footer div#infos_footer span
{
	display: block;
	width: 14px;
	height: 109px;
	background: url('/images/footer/round_shape_footer.gif') no-repeat;
}

div#footer div#infos_footer span.left_foot_shape
{
	background-position: left top;
	float: left;
}

div#footer div#infos_footer span.right_foot_shape
{
	background-position: right top;
	float: right;
}

div#footer div#infos_footer dl
{
	text-align: left;
	float: left;
	width: 32%;
	height: 89px;
	padding-top: 20px;
}

div#footer div#infos_footer dl#help_footer,
div#footer div#infos_footer dl#guarantees
{
	background: url('/images/footer/dotted_shape.gif') no-repeat 95% top;
}

div#footer div#infos_footer dl#help_footer
{
	padding: 5px 0 0 18px;
	width: 24%;
}

div#footer div#infos_footer dl#guarantees
{
	width: 36%;
}

div#footer div#infos_footer dl dt
{
	color: #ff7800;
	font-size: 16px;
	font-weight: bold;
}

div#footer p 
{
	clear: both;
	margin-top: 15px;
}

div#footer ul 
{
	margin-top: 5px;
	color: #a49e91;
	font-size: 11px;
}

/* 
 * Brandbox
 */
div.brands_box
{
	width: 984px;
	margin: 0 auto 12px auto;
	background-color: #fff;
	height: 74px;
}

div.brands_box ul 
{
	text-align: center;
	width: 972px;
	display: inline;
	position: relative;
	padding-left: 6px;
	height: 74px;
}

div.brands_box ul li
{
	display: inline;
}

div.brands_box ul li img
{
	margin-left: -2px;
	margin-top: 14px;
}

div.brands_box span
{
	display: block;
	width: 14px;
	height: 75px;
	background: url('/images/header/round_brand_box.gif') no-repeat;
}

div.brands_box span.left_brand_box
{
	background-position: left top;
	float: left;
}

div.brands_box span.right_brand_box
{
	background-position: right top;
	float: right;
}

/*
 * Nos marques
 */
dl#brands
{
	border: 1px solid #D0D0D0;
	color: #4A535C;
}

dl#brands dt
{
	background: transparent url(/images/cart/background_header_listing.gif) repeat-x scroll 0 0;
	color: #FFFFFF;
 	font-weight: bold;
	height: 22px;
	padding: 5px 5px 0;
}

dl#brands dd
{
	background-color: #fff;
	padding: 5px;
}

dl#brands dd table
{
	border-collapse: collapse; 
	width: 100%;
}

/*
 * Centres de montages
 */
#centresmontages {
	background-color: #F0F0F1;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
	color: #4a535c;
	width: 950px;
}

centresmontages h3
{
	color: #FFF; 
	font-weight: bold; 
	font-size:10px; 
}

#centresmontagestitre {
	background: transparent url('/images/catalog/background_top_tab_inactive.gif') repeat-x;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	height: 37px;
	font-weight: bold;
	color: #FFF;
}

#centresmontages a {
	text-decoration: none; 
	color: #c00;
}
	
.centresmontagescol {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #4A535C;
	background-color: #D0D0D0;
	height: 25px;
	
}

#centresmontages li.starsno,
#centresmontages li.starsyes,
#centresmontages li.starson {
	width: 29px;
	height: 28px;
	float: left;
	cursor: pointer;
}
#centresmontages li.starsno {
	background: url('/images/garages/star1.png') no-repeat;
}

#centresmontages li.starsyes {
	background: url('/images/garages/star3.png') no-repeat;
}

#centresmontages li.starson {
	background: url('/images/garages/star2.png') no-repeat;
}
.centresmontagesligne {
	border-bottom-style: none;
	padding: 5px;
	padding-bottom: 10px;
}
