/* stylesheet css - 10/2012 */
/* bleu : 99ccff
/* orange : ff9933 
*/
/******************************** MAIN SECTIONS ********************************/
body {
	color: #333;
	font-family: "Arial", Geneva, sans-serif;
	/*font-size:55%;*/
}

header, #main, footer, #menu {
	width: 100%; 
	min-width:1000px;
} 

header { 
	height:120px;
	background-color:#fff;
	border-bottom:1px solid #999;
	/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #202020), color-stop(100%, #181818));
	background-image: -webkit-linear-gradient(top, #202020, #181818);
	background-image: -moz-linear-gradient(top, #202020, #181818);
	background-image: -ms-linear-gradient(top, #202020, #181818);
	background-image: -o-linear-gradient(top, #202020, #181818);
	background-image: linear-gradient(top, #202020, #181818);*/
}

#menu { 
	height:40px;
	background-color:#ff9933;
	border-bottom:1px solid #999;
	/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #951009), color-stop(100%, #700));
	background-image: -webkit-linear-gradient(top, #951009, #700);
	background-image: -moz-linear-gradient(top, #951009, #700);
	background-image: -ms-linear-gradient(top, #951009, #700);
	background-image: -o-linear-gradient(top, #951009, #700);
	background-image: linear-gradient(top, #951009, #700);*/
}

#main { 
	min-height:100px;
	background-color:#f5f5f5;
}
#main_home { 
	min-height:100px;
	background-color:#f5f5f5;
}

footer { 
	height:440px;
	background-color:#666;
	/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #181818), color-stop(100%, #202020));
	background-image: -webkit-linear-gradient(top, #181818, #202020);
	background-image: -moz-linear-gradient(top, #181818, #202020);
	background-image: -ms-linear-gradient(top, #181818, #202020);
	background-image: -o-linear-gradient(top, #181818, #202020);
	background-image: linear-gradient(top, #181818, #202020);*/
}


/******************************* INSIDE SECTIONS *******************************/
#header_content, #menu_content, #main_content, #footer_content, #footer_icons_content, #footer_bottom_content  {
	width:1000px;
	margin: 0px auto 0 auto;
	position:relative;
}

#main_content {
	padding: 1px 0 30px 0;  /* Empeche aussi la fusion des marges */
	height:auto;
}

#column { 
	float:left;
	width: 24%; 
	height:auto;
	margin:0; 
}

#with_column { 
	float:left;
	width: 75%; 
	height:auto;
	margin: 25px 0 0 25px; 
}


/******************************** HEADER ***************************************/
#header_logo {
	margin-top:0px;
	float: left;
	width: 25%;
	height:120px;
	background: url(../images/img/slide-logo-3.png) left;
	background-repeat:no-repeat;
	background-size:100%;
}

#header_button {
	float: left;
	width: 75%;
	height:120px;
}

#header_button li {
	float:right;
	width: 17%;
	height: 27px;
	margin:92px 0 0 1%;
	background-color:#fff;

	font-size:120%;
	line-height:29px;
	letter-spacing: 2px;
	text-align:center;
	text-transform:uppercase;
	
	border-width:1px 1px 0px 1px; 
	border-color: #999;
	border-style:solid;
}

#header_button li a {
	color:#333;
}
#header_button li a:hover {
	/*background-color: #ff9933;*/
	background-color:#99ccff;
	color:#fff;
}
#header_button li.active {
	height: 27px;
	background-color: #ff9933;
	border-width:1px 1px 1px 1px; 
	border-color: #ff9933;
	border-style:solid;
}
#header_button li.active a {
	color:#fff;
	background-color: #ff9933;
}

/*********************************/ 
#signature {
	top:24px;
	left:330px;
	width:30%;
	position:absolute;
	line-height:24px;
	font-size:170%;
	font-style:italic;
	/*text-transform:uppercase;*/
	color:#666;

}

/*********************************/ 
#language {
	top:38px;
	right:230px;
	width:15%;
	position:absolute;
	line-height:24px;
}

/*********************************/ 
#search {
	top:28px;
	right:-20px;
	width:28.5%;
	position:absolute;
}

#search input {
	width:80%;
	height:auto;
	padding:9px 0 11px 12%;
	color:#000;
	font-size: 110%;
	letter-spacing:2px;
	text-transform:none;
	background: #fff url(../images/icons/icon-search.png) 9px center no-repeat;
	border-width:1px; 
	border-color: #999;
	border-style:solid;
}
#search input::placeholder {
	color:#999;
	font-size: 110%;
}


/******************************** MENU *****************************************/
#menu_content {
	height:inherit;
}

#menu_home, #menu_default, #menu_navigation, #menu_account, #menu_cart {
	top:0px;
	height:40px;
	cursor:pointer;
	position:absolute;
}
#menu_home {
	left:0px;
	width:35px;
}
#menu_default {
	left:35px;
	width:auto;
}
#menu_navigation {
	left:35px;
	width:65%;
}
#menu_account, #menu_cart {
	width:14%;
}
#menu_account {
	left:72%;
}
#menu_cart {
	left:87%;
}

/* Sprite pour les icnoes du menu */
span.menu_icon {
	float:left;
	width:35px;
	height:40px;
	display:block;
}
.icon_home, .icon_account, .icon_cart {
	background: url(../images/icons/icon-sprite_menu.png); 
	background-repeat:no-repeat;
}
.icon_home {
	background-position:left center; 
}
.icon_account {
	background-position:-35px center; 
}
.icon_cart {
	background-position:-70px center; 
}

/* Texte des titres des menus */
span.menu_title, span.menu_title_account, span.menu_title_cart, span.breadcrumb {
	float:left;
	width:auto;
	height:inherit;
	display:block;
	
	color:#333;
	text-align:left;
	letter-spacing:0px;
	text-transform:uppercase;
}
span.menu_title {
	font-size:150%;
	font-weight:400;
	line-height:44px;


}
span.breadcrumb {
	font-size:150%;
	font-weight:400;
	line-height:45px;
	text-transform:none;

}
span.menu_title_account, span.menu_title_cart {
	font-size:120%;
	line-height:44px;
}
span.menu_title a,  span.menu_title_account a, span.menu_title_cart a, span.breadcrumb a {
	color:#333;
}

/* Titre des menus de navigation */
.nav_menu_list {
	float:left;
	width:23%;
	height:auto;
	cursor:pointer;
	position:relative;
	text-align:left;
}
.nav_menu_list:hover .icon_open {
	background: url(../images/icons/arrow-down.png); 
	background-repeat: no-repeat;
	background-position: center 18px;
}

/* Menu de navigation ouverts */
.nav_menu_content {
	display:none;
	margin-top:40px;
	padding:14% 6% 14% 6%;
	position:absolute;
	
	background-color:#fff;
	/*background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #181818), color-stop(100%, #202020));
	background-image: -webkit-linear-gradient(left, #181818, #202020);
	background-image: -moz-linear-gradient(left, #181818, #202020);
	background-image: -ms-linear-gradient(left, #181818, #202020);
	background-image: -o-linear-gradient(left, #181818, #202020);
	background-image: linear-gradient(left, #181818, #202020);*/
}
.nav_menu_list:hover .nav_menu_content {
	display:block;
	-moz-box-shadow: 0px 3px 4px #606060;
	-webkit-box-shadow: 0px 3px 4px #606060;
	box-shadow: 0px 3px 4px #606060;
	z-index:10;
}
.veh {
	width:250px;
}
.cat {
	width:300px;
}
.eng {
	width:200px;
}
.man {
	width:480px;
	padding-left:20px;
}

/* Intérieur des menus de navigation ouverts */
.nav_menu_li {
	width:auto;
	height:32px;
	margin-top:-1px;
	padding-left:8px;
	/*border-top:1px solid #fff;*/
	border-bottom:1px solid #ddd;
	font-size:140%;
	text-align:left;
	line-height:32px;
}
.nav_menu_li:hover {
	background-color:#99ccff;
}
.nav_menu_man_li {
	float:left;
	width:80px;
	height:75px;
	padding:5px 0 0 0;
	margin:-1px 0 0 -1px;
}
.nav_menu_man_li:hover {
	/* faire qq ch */
}
.nav_menu_content a {
	color:#333;
	letter-spacing:0px;
	text-transform:uppercase;
	
}
.nav_menu_content a:hover {
	color:#fff;
}

/*A finir */
/* Menu Mon compte et mon panier *//*
#cust_menu {
	width:28.5%;
	height:inherit;
}
#cust_menu ul {
	float:left;
	height:inherit;
	color:#fff;
	font-size:110%;
	line-height:47px;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor:pointer;
}
#cust_menu ul a {
	color:#fff
}
.cm_icon_acc {
	background: url(../images/icons/icon-account.png); 
	background-position: 5% 14px;
	background-repeat:no-repeat;
	width:36%;
	padding-left:12%;
	margin-right:4%;
}
.cm_icon_cart {
	background: url(../images/icons/icon-cart.png); 
	background-position: 5% 14px;
	background-repeat:no-repeat;
	width:36%;
	padding-left:12%;
}
.cust_menu_content {
	clear:both;
}
/*A finir */


/******************************* HOME_PAGE ************************************/
#home_banner {
	width:1000px;
	height:auto;
	margin:20px auto 0 auto;
	/*background-image: url(../images/img/home.jpg); 
	background-position:center; 
	background-repeat:no-repeat;*/
}

#home_banner_title, #home_banner_sub_title {
	position:absolute;
	width:820px;
	height:50px;
	left:78px;
	text-align:right; 
	display:block;
	z-index:2;
	/*font-family:"futura";*/
	color:#222;
}

#home_banner_title {
	top:70px;
	font-size:500%;
	font-weight:200;
	letter-spacing:1px;
}
#home_banner_sub_title {
	top:142px;
	font-size:240%;
	font-weight:200;
}
.home_banner_title_strong {
	font-weight:500;
	letter-spacing:0px;
}


/*** Entrée des stores ***/
.home_store {
	height:222px;
	margin:32px auto 24px auto;
	position:relative;
}
.home_store_link {
	width: 32%;
	height:240px;
	position:absolute;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position: left bottom;
	/*box-shadow: 0 0 65px #CDBE9F inset, 0 0 20px #BEAE8C inset, 0 0 15px #b6a684;*/
}

#link_aircooled {
	top:0;
	left:0px;
	background-image: url(../images/img/home-aircooled-link.png);
}
#link_youngtimers {
	top:0;
	left:34%;
	background-image: url(../images/img/home-youngtimer-link.png);
}
#link_porsche {
	top:0;
	right:0px;
	background-image: url(../images/img/home-porsche-link.png);
}

#link_vwclassic {
	bottom:0;
	left:0%;
	background-image: url(../images/img/home-vwclassicparts-link.png);
}
#link_atelier {
	bottom:0;
	left:34%;
	background-image: url(../images/img/home-atelier-link-2.png);
}
#link_location {
	bottom:0;
	right:0px;
	background-image: url(../images/img/home-transporteur-link.png);
}


.home_store_link:hover, .home_store_link:focus {
	transform: scale(1);
	box-shadow: 0 0 65px #CDBE9F inset, 0 0 20px #BEAE8C inset, 0 0 15px #b6a684;
}

.home_store_link a {
	/*background-repeat:no-repeat;
	background-position:right top;
	/*background-image: url(../images/icons/sprite-home-link.png);*/ 
}
.home_store_link a:hover {
	color:#3949ab;
	/*background-position:right bottom;*/
	/*transition:0;*/
	/*background-color:#e0e0e0;*/

}

.home_store_link .title {
	left:3%;
	width:93%;
	height:51px;
	display:block;
	position:absolute;
	
	color:#000;
	font-size:2.25em;
	font-weight:600;
	line-height:60px;
	border-bottom:1px solid #bdbdbd;
	/*font-family:"Futura", Geneva, sans-serif;*/
}

.home_store_link .description {
	right:5%;
	top: 63px;
	width:70%;
	height:auto;
	display:block;
	position:absolute;
	z-index:2;
	
	text-align:right; 
	line-height:21px;
	font-size:1.25em;
}



#home_link {
	width:1001px;
	height:206px;
	margin:10px auto 0 auto;
	position:relative;
}
/*
#link_aircooled, #link_youngtimers, #link_porsche {
	background-image: url(../images/img/sprite-home-link.png); 
	background-repeat:no-repeat;
}
#link_aircooled:hover, #link_youngtimers:hover, #link_porsche:hover {
	background-position:left bottom; 
}

.home_link_title, .home_link_sub_title {
	position:absolute;
	width:260px;
	height:45px;
	right:30px;
	text-align:right; 
	display:block;
	z-index:2;
	font-family:"futura";
}
.home_link_title {
	top:15px;
	font-size:430%;
	font-weight:500;
	letter-spacing:1px;
	color:#333;
}
.home_link_sub_title {
	top:75px;
	font-size:390%;
	font-weight:200;
	color:#777;
}

.home_link_description {
	position:absolute;
	display:block;
	z-index:2;
	left:20px;
	bottom:15px;
	width:140px;
	height:65px;
	font-size:120%;
	font-weight:400;
	color:#555;
	text-align:left; 
	line-height:17px;
}*/


#home_video {
	width:1002px;
	height:390px;
	margin:20px auto 0px auto;
	position:relative;
	background-color:#202020;
}

#home_video span {
	font-size:340%;
	letter-spacing:1px;
	padding:20px 35px 0px 35px;
	font-family:"Futura", Geneva, sans-serif;
}
#home_video span a  {
	color: #777;
}
#home_video span a:hover  {
	color: #fff;
}

.home_video {
	width:1002px;
	height:275px;
	top:65px;
	left:0px;
	text-align:center;
	position:absolute;
	background-color:#000;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

#home_video p {
	font-size:120%;
	color: #ccc;
	font-family:Geneva, sans-serif;
	position:absolute;
	left:50px;
	top:350px;
}



#home_video_1  {
	background-image: url(../images/img/sprite-home-link.png); 
	background-repeat:no-repeat;
	background-position:left top; 
}
#home_video_2  {
	background-image: url(../images/img/slide-performance-les-mayas.png); 
	background-repeat:no-repeat;
	background-position:left top; 
}



/******************************* HOME_STORE ***********************************/
/* Bases de désign pour les pages d'acceuil des Stores */
.module_box > div {
	background-color:#fff;
	/*border: 1px solid #c0c0c0;*/
}
.module_box {
	width: 100%;
	height: auto;
	margin:10px auto 10px auto;
	position:relative;
}

/* Hauteur des boites */
.banner_box {
	height: 350px;
	margin-top:20px;
}
.featured_box {
	height: 460px;
}
.two_box {
	height: 350px;
}
.three_box {
	height: 280px;
}
.four_box {
	height: 180px;
}

/* Intérieur des boites */
.home_box_1_title {
	width:99%;
	padding:5px 0 5px 1%;
	height:25px;
	text-align:left;
	color:#333;
	font-size:200%;
	line-height:25px;
	font-weight:bold;
	border-bottom:1px solid #d7d7d7;
}

.home_box_1 {
	width: 100%;
	height:inherit;
}

/* Modèle à 2 boites */
.home_box_2_1, .home_box_2_2 {
	position:absolute;
	width: 49.3%;
	height:inherit;
	text-align:center;
}
.home_box_2_1  {
	left:0px;
}
.home_box_2_2  {
	right:0px;
}

.home_box_2_text {
	margin:15px auto 5px auto;
	font-size:190%;
	font-weight:bold;
	color:#333;
}

/* Modèle à 3 boites */
.home_box_3_1, .home_box_3_2, .home_box_3_3  {
	position:absolute;
	width: 32.5%;
	height:inherit;
	text-align:center;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(100%, #f6f6f6));
	background-image: -webkit-linear-gradient(top, #fff, #f6f6f6);
	background-image: -moz-linear-gradient(top, #fff, #f6f6f6);
	background-image: -ms-linear-gradient(top, #fff, #f6f6f6);
	background-image: -o-linear-gradient(top, #fff, #f6f6f6);
	background-image: linear-gradient(top, #fff, #f6f6f6);
}
.home_box_3_1  {
	left:0px;
}
.home_box_3_2  {
	left:33.5%;
}
.home_box_3_3  {
	right:0px;
}

.home_box_3_1:hover, .home_box_3_2:hover, .home_box_3_3:hover  {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(100%, #e5e5e5));
	background-image: -webkit-linear-gradient(top, #fff, #e5e5e5);
	background-image: -moz-linear-gradient(top, #fff, #e5e5e5);
	background-image: -ms-linear-gradient(top, #fff, #e5e5e5);
	background-image: -o-linear-gradient(top, #fff, #e5e5e5);
	background-image: linear-gradient(top, #fff, #e5e5e5);
}

.home_box_3_text {
	margin:15px auto 0px auto;
	font-size:180%;
	color:#000;
}
.home_box_3_sub_text {
	margin:10px auto 0 auto;
	font-size:140%;
	line-height:22px;
	color:#777;
}


/* Modèle à 4 boites */
.home_box_4_1, .home_box_4_2, .home_box_4_3, .home_box_4_4 {
	position:absolute;
	width: 24%;
	height:inherit;
}
.home_box_4_1  {
	left:0px;
}
.home_box_4_2  {
	left:25.3%;
}
.home_box_4_3  {
	right:25.3%;
}
.home_box_4_4  {
	right:0px;
}

/* Home Caroussel */
.banner_carousel {
	width: 100%;
	height:inherit;
	position:relative;
	overflow: hidden;
}
.banner_carousel li {
	left:0px;
	top:0px;
	width:100%;
	height:inherit;
	position:absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: none;
}

/* Home Featured */
.featured_content {
	float:left;
	width:25%;
	/*height:auto;*/
	height:225px;
	text-align:center;
}
.featured_content img {
	margin:10px auto 10px auto;
}
.featured_content span {
	display:block;
	width:90%;
	padding:0 5% 0 5%;
}
.featured_content a {
	color:#aaa;
	font-size:120%;
	line-height:16px;
	font-weight:normal;
}
.featured_content a:hover {
	color:#555;
}


/******************************* PAGE GENERALES *******************************/
.page {
	width: 90%;
	min-height: 300px;
	height:auto;
	position:relative;
	margin-top:20px;
	padding:30px 5% 60px 5%;
	background-color: #fff;
	border:1px solid #d7d7d7;
}

.page div {
	margin: 20px 0 20px 0;
}

.page h1 {
	color: #000;
	font-size:340%;
	letter-spacing:1px;
	padding:5px 0 15px 5px;
	font-family:"Futura", Geneva, sans-serif;
}
.smaller h1 {
	font-size:320%;
}

.page h2 {
	color: #000;
	font-size:170%;
	letter-spacing:0px;
	padding: 25px 0 10px 5px;
}
.smaller h2 {
	font-size:150%;
}
.separation h2 {
	width:98%;
	margin:25px 0 10px 0;
	padding:0px 0 7px 5px;
	border-bottom: 1px solid #d7d7d7;
}

p {
	font-size:130%;
	text-align:justify;
	line-height:20px;
	padding: 5px 15px 5px 5px;
}
.smaller p, p.smaller {
	font-size:120%;
	line-height:18px;
}

.page li {
	font-size:130%;
	padding: 6px 0 8px 5px;
}

.address {
	color:#333;
	line-height:20px;
}

.page label {
	width:24%;
	height:20px;
	font-size:140%;
	padding: 0 0 12px 5px;
	display:inline-block;
}
.gender label {
	height:22px;
	padding-top:0;
}

.page input[type=text], .page input[type=email], .page input[type=tel], .page input[type=password] {
	width:35%;
	height:17px;
	padding: 5px 0 5px 10px;
	background-color:#f8f8f8;

	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	color:#333;
	font-size:120%;
	letter-spacing:1px;
}
.page select {
	width: 36%;
}


/* Spécificité - WHO */
.who p {
	width:60%;
}
.who img {
	top:50px;
	right:10px;
	position: absolute;
}

/* Spécificité - 404 */
.page_404 img {
	top:30px;
	right:30px;
	position: absolute;
}

.page_404 h1 {
	font-size:250%;
}
.page_404 h2 {
	font-size:200%;
}
.page_404 p {
	font-size:160%;
}



/* Spécificité - account create */
.login_must {
	color: #888;
	font-size:120%;
	padding:10px 0 0 5px;
}

/* Spécificité - address book */
.ad_book_left {
	float:left;
	margin:5px 0 0 5px;
}
.ad_book_right {
	float:right;
	text-align:right;
	padding:5px 25px 0 0;
}
.ad_book_right a {
	color:#555;
	font-size:180%;
	line-height:25px;
}

/* Spécificité - ACCOUNT HISTORY */
.history {
	width:95%;
	height:auto;
	margin:0px 0 0 20px;
}
.history_title {
	height:20px;
	color: #000;
	font-size:180%;
	text-align:left;
	letter-spacing:1px;
	border-bottom:1px solid #d7d7d7
}
.history_list {
	height:20px;
	text-align:left;
	line-height:22px;
}
li.history_list {
	font-size:130%;
}
.history a:hover {
	background-color:#D6E5F2;
	color:#333;
}
.history div {
	float:left;
	margin:0;
	padding:0;
}
.ah_date, .ah_nb, .ah_etat  {
	width:15%;
}
.ah_status {
	width:30%;
}
.ah_dispo {
	width:9%;
}
.ah_total {
	width:15%;
	text-align:right;
}

/* Spécificité - ACCOUNT HISTORY INFO */
.ahi h2 {
	border-bottom:1px solid #d7d7d7;
	margin:0;
	padding:5px 0 10px 0;
}
.ahi_head {
	float:left;
	width:33%;
	min-height:120px;
	margin:10px 0 0 0;
}
.ahi_head h2 {
	width:85%;
	padding-left:5px;
}
.ahi_head p {
	width:85%;
	line-height:22px;
	padding:10px 0 0 5px;
}
.address span {
	color: #888;
	padding-left:10px;
}

.ahi_body {
	width:100%;
	min-height:150px;
	margin:20px auto 0 auto;
	line-height:22px;
}
.ahi_body h2 {
	width:99.4%;
	padding-left:5px;
}
.history_info a:hover {
	color:#333;
	background-color:#D6E5F2;
}
.history_info div {
	float:left;
	height:20px;
	margin:0;
	padding:0;
}
.ahi_model {
	width:14%;
}
.ahi_name {
	width:44%;
}
.ahi_qty {
	width:10%;
	text-align:center;
}
.ahi_del {
	width:10%;
	text-align:center;
}
.ahi_avail {
	width:10%;
	text-align:center;
}
.ahi_total {
	width:10%;
	text-align:right;
}

.ahi_footer {
	width:100%;
	position:relative;
	min-height:120px;
	margin:0;
}
.ahi_footer textarea {
	top:0px;
	left:5px;
	position:absolute;
	border:1px solid #d7d7d7;
}
.ahi_footer_total {
	position:absolute;
	top:-5px;
	right:0px;
	width:30%;
	text-align:right;
}
.ahi_footer li {
	height:20px;
	padding:3px 0 2px 0;
}
.ahi_footer_total span {
	width:40%;
	padding-right:10px;
	display:inline-block;
}
.ahi_footer li:Last-Child {
	color:#333;;
}

.ahi_hist div {
	float:left;
	margin:5px 0 0 10px;
}
.ahi_date {
	width:16%;
}
.ahi_type {
	width:24%;
}
.ahi_text {
	width:78%;
	text-align:left;
}

/******************************* PAGE TECHNIQUES *******************************/
/* Reprends les classes des pages générales*/

/* Spécificité - TECH */
#rv_inputs {
	width:65%;
	height:250px;
	float:left;
}

#rv_results {
	width:30%;
	height:250px;
	float:left;
	line-height:35px;
}
#rv_results p {
	line-height:25px;
}

.tech label {
	width:50%;
}

.tech input[type=text] {
	width:20%;
}

/* Boutons pages générales */
.red_button, .grey_button {
	bottom:0px;
	position:absolute;
	display:inline-block;
	margin:30px 0 30px 10px;
	padding:8px 15px 8px 15px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	color: #fcfcfc;
	font-size:120%;
	text-align: center;
	letter-spacing:1px;
	text-transform:uppercase;
  }
  .red_button {
  	right:65px;
	background-color: #ff9933;
	/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #900), color-stop(100%, #700));
	background-image: -webkit-linear-gradient(top, #900, #700);
	background-image: -moz-linear-gradient(top, #900, #700);
	background-image: -ms-linear-gradient(top, #900, #700);
	background-image: -o-linear-gradient(top, #900, #700);
	background-image: linear-gradient(top, #900, #700);*/
  }
  .grey_button {
  	left:45px;
	background-color: #202020;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303030), color-stop(100%, #181818));
	background-image: -webkit-linear-gradient(top, #202020, #181818);
	background-image: -moz-linear-gradient(top, #202020, #181818);
	background-image: -ms-linear-gradient(top, #202020, #181818);
	background-image: -o-linear-gradient(top, #202020, #181818);
	background-image: linear-gradient(top, #202020, #181818);
  }
.red_button:hover, .grey_button:hover {
	cursor: pointer;
	color: #fff;
	-moz-box-shadow: 0px 0px 2px 1px #700;
 	-webkit-box-shadow:  0px 0px 2px 1px #700;
 	box-shadow:  0px 0px 2px 1px #700;
}


/******************************* PAGE SI COLONNE GAUCHE **********************/
#page_column {
	float:right;
	width: 75%;
	margin-top:20px;
	position:relative;
	min-height: 400px;
	height:auto;
}

#header_page_column {
	width:96%;
	min-height:28px;
	height:auto;
	position:relative;
	padding:16px 2% 6px 2%;
	border:1px solid #d7d7d7;
	/*font-family:"Futura", Geneva, sans-serif;*/
	background: url(../images/bg/bg-listing-title.png) repeat-x; background-size: auto 100%;
}

#header_page_column h1 {
	color:#333;
	font-size: 220%;
	letter-spacing:0px;
	font-weight:500;
}

#header_page_column span {
	position:absolute;
	font-size:130%;
	right:20px;
	top:25px;
}

#man_image {
	float:right;
	width: 15%;
	margin:0px 0 0 0;
	padding:10px;
	height:auto;
}

#man_description {
	float:left;
	width: 70%;
	margin:10px 0 0 0;
	padding:10px;
	height:auto;
	font-size:130%;
	line-height:18px;
}


/******************************* DIVERS VALABLE TOUTES PAGES *****************/
.white_box {
	background-color: #fff;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.white_box_title {
    width:100%;
	height: 40px;
	color:#333;
	font-size:150%;
	text-align:left;
	line-height:42px;
	letter-spacing:1px;
	text-transform:uppercase;
	-moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
	background: url(../images/bg/bg-listing-title.png) repeat-x; background-size: auto 100%;
}
.white_box_title span {
    padding:0 0 0 15px;
}
/*
.arrow_back {
	 display:inline-block;
	 width:30px;
	 height:40px;
	 border-right:1px solid #e5e5e5;
	 margin-top:-4px;
	background: url(../images/icons/arrow-back.png) no-repeat;
	background-position:12px 8px;
}
*/
.messageStack { 
	color: #fff;
	line-height:24px;
	letter-spacing:1px;
	margin:0 10px 0 0;
	padding:12px 12px 12px 12px; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.messageStackError, .messageStackWarning, .messageStackSuccess {
	color:#fff;
	padding:7px; 
	font-size: 120%; 
}
.messageStackError, .messageStackWarning {
	background-color:#3399ff; 
}
.messageStackSuccess {
	background-color:#64E03E; 
}


.in_stock {
	color:#009900;
}
.to_come {
	color:#009900;
}
.to_order {
	color:#ff6633;
}
.no_stock {
	color:#990000;
}



/******************************* NAVIGATION BOX *********************************/
#nav_box_title {
    width: 224px;
	height: 40px;
	margin-top:20px;
	padding-left:10px;

	color:#fff;
	font-size:150%;
	letter-spacing:1px;
	line-height:42px;
	text-transform:uppercase;
	background-color:#666;
}

#nav_box {
    width:232px;
	min-height:150px;
	background-color:#fff;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	z-index:1;
	font-family:"Tahoma", Geneva, sans-serif;
}
.nav_title {
	height:30px;
	padding:0 0 0 15px;
	margin:0px 0 10px 0;
	position:relative;
	color:#000;
	font-size:130%;
	line-height:30px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background: url(../images/bg/bg-nav-title.png) repeat-x; background-size: auto 100%;
	cursor:pointer;
	letter-spacing:1px;
}
.nav_title_button {
	top:6px;
	right:15px;
	width:21px;
	height:20px;
	position:absolute;
}
.nav_title_plus, .nav_title_minus {
	background: url(../images/icons/sprite-nav-menu.png) no-repeat;
}
.nav_title_plus {
	background-position:left top;
}
.nav_title_minus {
	background-position:-29px top;
}

.nav_list {
	height:25px;
	/*height:auto;*/
	margin:0px 0 10px 0;
	font-size:130%;
	overflow:hidden;
}
.nav_item {
	height:25px;
	padding:0 0 0 5px;
	line-height:25px;
}
.nav_item:hover {
	background-color:#D6E5F2;
}
.nav_item a {
	color:#777;
	width:93%;
	height:100%;
	padding:0 0 0 7%;
}
.nav_item a:hover {
	color:#000;
	line-height:25px;
}
.nav_item_selected a, .nav_item_selected input {
	color:#333;
	font-weight:bold;
}


/******************************* FILTER BOX ***************************************/
/* Boites votre séléction */
#filter_box  {
    width:232px;
	position:relative;
	min-height:150px;
	height:auto;
	background-color:#fff;
	border:1px solid #ccc;
	z-index:1;
	font-family:"Tahoma", Geneva, sans-serif;
}
#filter_box .arrow-down {
    width:232px;
	height: 12px;
	background: url(../images/icons/icon-arrow-down.png) no-repeat; 
	background-position: 15px 0px;
}

.filter_type_name {
	color:#333;
	display:block;
	font-size:130%;
	padding:10px 0 10px 15px;
}

#filter_box ul  {
    width:100%;
	height: 100%;
	padding-bottom:15px;
}
#filter_box li  {
	height:25px;
	display:block;
	font-size:120%;
	padding:0 0 0 15px;
}
#filter_box li a:hover  {
	color: #333;
}
.nav_list_checkbox {
	display:inline-block;
	width:25px;
	height:24px;
	background: url(../images/icons/sprite-checkbox.png) no-repeat;
	margin-right:0px;
}
.nav_list_checked {
 background-position: left;
}
.nav_list_not_checked {
 background-position: -27px;
}
.filter_name, .item_not_checkable {
	vertical-align:top;
	line-height:27px;
}
.selected_item a {
	font-weight:600;
	color: #333;
}

.selected_item a:hover .nav_list_checked {
 background-position: -27px;
}
.not_selected_item a:hover .nav_list_not_checked {
 background-position: left;
}

.item_not_checkable {
	color: #bbb;
}


/******************************* CATEGORIES PAGE *********************************/
#categories_description  {
	width:100%;
	height:auto;
	margin:10px 0 10px 0;
	color:#333;
	font-size:130%;
	line-height:19px;
}

#nested_list {
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	letter-spacing:1px;
	text-transform:uppercase;
}
.nested_left, .nested_right {
	width: 240px;
	height: 180px;
	display: block;
	float:left;
	position:relative;
	border:1px solid #d7d7d7;
}
.nested_left {
	margin:0 12px 10px 0;
}
.nested_right {
	margin:0 0 10px 0;
}

#nested_list h2 {
	color:#333;
	font-size:140%;
	text-align:center;
	line-height:19px;
	padding:14px 10px 8px 10px;
	/*font-family:"Futura", Geneva, sans-serif;*/
}
#nested_list img {
	/*width:210px; height:110px;*/
	width:150px; 
	height:112px;
	text-align:center;
	bottom:12px;
	position:absolute;
	margin:2px 0 0 44px; /* Sinon 14*/
}


/******************************* LISTING PAGE **************************************/
#listing_page { 
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	font-family:"Tahoma", Geneva, sans-serif;
}

/*Bloc du produit */
.listing_content { 
	width: 100%;
	min-height: 240px;
	position: relative;
	margin: 0 0 12px 0;
	background-color: #fff;
	border:1px solid #d7d7d7;
	cursor: pointer;
}

/* Titre du produit */
.listing_content h2 {
	height: 35px; 
	display:block;
	padding: 0 0 0 10px;
	color:#333;
	font-size: 140%;
	line-height: 35px;
	font-weight: 400;
	border-bottom:1px solid #d7d7d7;
	background: url(../images/bg/bg-listing-title.png) repeat-x; background-size: auto 100%;
}
.listing_content h2 a, .listing_content h2 a:hover {
	color:#333;
}



/* Image et logo Frs */
.listing_image {
	left: 0px;
	top: 36px;
	width: 32%;
	bottom: 0px;
	position:absolute;
}
.li_p_img {
	position: absolute;
	top: 22px;
	left: 12px;
	width:220px;
	height:165px;
	z-index:1;
}
.li_m_img {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index:2;
}

/* Description produit */
.listing_description {
	left: 33%;
	top:0px;
	bottom:0px;
	width: 40%;
	min-height:165px;
	position:relative;
	background-color: #f9f9f9;
	padding: 12px 12px 40px 12px;
}

.listing_description p {
	font-size: 110%;
}
.listing_description p {
	margin:0px 0 0px 0;
	line-height:16px;
}
.listing_description ul {
	width:100%;
	margin:0px 0 15px 0;
	font-size: 120%;
}
.listing_description span:first-child {
	color: #888;
	line-height:20px;
}
.listing_description span:last-child {
	color: #333;
	line-height:20px;
}
.listing_description li {
	color: #333;
	line-height:16px;
	padding: 2px 0 3px 2px;
}
.listing_description a {
	left: 12px;
	bottom: 12px;
	position: absolute;
}


/* Infos stock et prix */
.listing_infos {
	top:36px;
	right:0px;
	bottom:0px;
	width:25%;
	position:absolute;
	background-color:#f2f2f2;
}

/* Bloc Prix */
.li_price_bloc {
	top:0px;
	width:100%;
	height:72px;
	position:absolute;
	background-color:#ececec;
	border-bottom:1px solid #fff;
}
.li_price_bloc p {
	padding:0;
	line-height:17px;
}
.li_price_bloc a {
	left:12px;
	top:12px;
	width:40px;
	height:50px;
	display:block;
	position:absolute;
	background: url(../images/icons/sprite-cart-small.png) 0px center no-repeat;
}
.li_price_bloc a:hover {
	background: url(../images/icons/sprite-cart-small.png) -45px center no-repeat;
}

.li_price_0 {
	color:#990000;
	font-size:180%;
	font-weight:normal;
	margin:19px 0 0px 65px;
}
.li_price_1 {
	color:#000;
	font-size:110%;
	font-weight:bold;
	margin:11px 0 0px 65px;
}
.li_price_2 {
	height:15px;
	color:#990000;
	font-size:160%;
	margin:0 0 2px 65px;
}

.li_price_text_0 {
	color:#990000;
	font-size:60%;
	font-weight:normal;
	margin:0px;
 }
.li_price_text_1, .li_price_text_2 {
	font-size:100%;
	margin:0px 0 0 5px;
 }
.li_price_text_1 {
	color:#000;
	font-size:80%;
	font-weight:normal;
 }
.li_price_text_2 {
	color:#990000;
	font-size:60%;
	font-weight:bold;
	margin-left:0px;
 }
 
.li_save {
	color:#333;
	font-size:60%;
	font-weight:normal;
	font-style:italic;
	margin:0 0 0 65px;
}
.li_save_value {
	font-weight:normal;
}



/* Bloc Stock et Délais */
.listing_stock {
	position: absolute;
	width:100%;
	height: auto;
	top:74px;
}
.listing_stock ul {
	margin:18px 0 0 18px;
}
.li_stock span, .li_delay span, .li_cond span {
	height:32px;
	line-height:31px;
	vertical-align:top;
	display:inline-block;
}
.li_stock.in_stock, .li_stock.to_come {
	font-size:13px;
	font-weight:bold;
}
.li_stock.to_order {
	font-size:12px;
	font-weight:bold;
}
.li_stock.no_stock {
	font-size:12px;
	font-weight:bold;
}

.li_delay.in_stock {
	font-size:13px;
	font-weight:normal;
}
.li_delay.to_come, .li_delay.to_order {
	font-size:13px;
	font-weight:normal;
}
.li_delay.no_stock {
	font-size:13px;
	font-weight:normal;
}
.li_cond {
	font-size:12px;
	font-weight:normal;
}

.icon_check, .icon_delay, .icon_contact, .icon_cond {
	display:inline-block;
	width:22px;
	height:32px;
	margin-right:8px;
	background: url(../images/icons/sprite-listing-icons.png) no-repeat;
}
.icon_check {
	background-position: 2px center;
}
.icon_delay {
	background-position: -21px center;
}
.icon_cond {
	background-position: -42px center;
}


/******************************* LISTING PAGE BOX *********************************/
/*Bloc du produit */
.listing_content_box { 
	width: 49%;
	height: 350px;
	margin: 0 0 12px 0;
	background-color: #fff;
	position: relative;
	cursor: pointer;
}

/* Image et logo Frs */
.listing_image_box {
	width: 340px;
	height:255px;
	margin-left:10px;
}
.listing_image_box img {
	position: absolute;
	left: 15px;
	top: 10px;
}

/* Titre du produit */
.listing_content_box h2 {
	display:block;
	width:90%;
	margin:0 0 0 5%;
	min-height: 35px; 
	padding:10px 0 0 0;
	
	font-size: 160%;
	font-weight: 400;
	text-shadow:0 0 1px #eee;
	border-top:1px solid #d7d7d7;
	text-align:left;
	/*background: url(../images/bg/bg-listing-title.png) repeat-x; background-size: auto 100%;*/
}

/* A finir */

/******************************* LISTING BOX SMALL ********************************/
.listing_box_small { 
	width: 242px;
	height: 200px;
	position: relative;
	cursor: pointer;
	background-color:#fff;
	border:1px solid #d7d7d7;
	float:left;
	margin-bottom:10px;
}

.listing_box_small p, .listing_box_small h2 { 
	padding:0;
}
.lbs_center { 
	margin-left:9px;
	margin-right:9px;
}

.lbs_bloc_img { 
	width:150px;
	height: 112px;
	position: absolute;
	top:10px;
	left:10px;
}
.lbs_bloc_right { 
	width:70px;
	height: 140px;
	position: absolute;
	top:0px;
	right:0px;
	background-color:#f9f9f9;
}
.lbs_bloc_bottom { 
	width:100%;
	height: 70px;
	position: absolute;
	left:0px;
	bottom:0px;
	background-color:#f2f2f2;
}

.lbs_cart a {
	right:15px;
	top:12px;
	width:40px;
	height:50px;
	display:block;
	position:absolute;
	background: url(../images/icons/sprite-cart-small.png) 0px center no-repeat;
	z-index:2;
}
.lbs_cart a:hover {
	background: url(../images/icons/sprite-cart-small.png) -45px center no-repeat;
}
.lbs_man_img {
	top:65px;
	left:15px;
	width:40px;
	height: auto;
	position: absolute;
}

.lbs_model {
	width:70px; 
	position: absolute;
	bottom:12px;
	font-size:90%;
	text-align:center;
	color:#333;
}
.lbs_name { 
	width:220px;
	height:auto;
	position: absolute;
	top:10px;
	left:11px;
	font-size:120%;
	text-align:left;
	line-height:1.2em;
	color:#333;
}
.lbs_stock { 
	width:120px;
	height:20px;
	position: absolute;
	bottom:5px;
	left:10px;
	font-size:12%;
	text-align:left;
	font-size:120%;
	font-weight:bold;
}

.lbs_price { 
	width:110px;
	height:20px;
	position: absolute;
	bottom:5px;
	right:10px;
	text-align:right;
}
.lbs_price_2 { 
	color:#990000;
	font-size:100%;
	font-weight:bold;
}
.lbs_price_1 { 
	color:#000;
	font-size:90%;
}






/******************************* PRODUCTS PAGE ***********************************/
#products_crumb {
	width: 100%;
	height:20px;
	height:auto;
	margin: 12px 0 0 8px;
	position:relative;
	border:0px solid #d7d7d7;
	font-family:"Arial", Geneva, sans-serif;
	font-size: 120%;
	color:#666;
}
#products_crumb a {
	color:#777;
}
#products_crumb a:hover {
	color:#990000;
}

#products_content {
	width: 100%;
	min-height:400px;
	height:auto;
	margin: 6px 0 0 0;
	position:relative;
	border:1px solid #d7d7d7;
	font-family:"Arial", Geneva, sans-serif;
}

#products_title {
	height: 45px; 
	display:block;
	color:#333;
	font-size: 160%;
	line-height: 46px;
	letter-spacing:0px;
	padding: 0 0 0 15px;
	border-bottom:1px solid #d7d7d7;
	background: url(../images/bg/bg-product-title.png) repeat-x;
}

.pi_back {
	position:absolute;
	font-size:140%;
	right:20px;
	top:15px;
}

.pi_top {
	width:100%;
	position:relative;
	border-bottom:1px solid #e5e5e5;
	height: 380px;
}

/* Bloc titre et Images */
.pi_images {
	width: 68%;
	height: 380px;
	position:relative;
	background-color:#fff;
}
.pi_photo, .pi_logo, .pi_images > a {
	position:absolute;
}
.pi_photo {
	left:17%;
	top:20px;	
}
.pi_logo {
	left: 20px;
	bottom: 15px;
	width:70px;
	height:auto;
	z-index:1;
}
/* Loupe */
.pi_images > a {
	width:30px;
	height:30px;
	display:block;
	right:25px;
	bottom:15px;
	z-index:1;
	background: url(../images/icons/icon-loupe.png) no-repeat;
}

/* Bloc Prix Stock Lien */
.pi_price, .pi_stock_delay, .pi_link, .pi_notation {
	position:absolute;
	right:0px;
	width: 32%;
}

/* Prix et panier */
.pi_price {
	top:0px;
	height: 130px;
	background-color:#ececec;
}
.pi_price p {
	padding:0;
}	

.pi_price_0 {
	color:#990000;
	font-size:240%;
	font-weight:normal;
	margin:46px 0 2px 60px;
}
.pi_price_1 {
	color:#333;
	font-size:140%;
	font-weight:bold;
	margin:30px 0 6px 35px;
}
.pi_price_2 {
	color:#990000;
	font-size:220%;
	font-weight:normal;
	margin:0 0 2px 35px;
}
.pi_price_text_1, .pi_price_text_2 {
	margin:0px 0 0 5px;
	padding:0;
 }
 .pi_price_text_0 {
	font-size:60%;
	color:#990000;
	font-weight:400;
	padding:0;
}
.pi_price_text_1 {
	font-size:80%;
	color:#000;
	font-weight:normal;
}
.pi_price_text_2 {
	font-size:60%;
	color:#990000;
	font-weight:400;
	margin-left:0px;
}

.pi_save {
	color:#333;
	font-size:110%;
	font-style:italic;
	margin:0 0 5px 35px;
}

.pi_save_value {
	font-size:110%;
	font-weight:600;
}

/* Panier */
.pi_price a {
	top:18px;
	left:220px;
	width:75px;
	height:90px;
	position:absolute;
	background: url(../images/icons/sprite-cart-large.png) no-repeat;
	background-position:left top;
}
.pi_price a:hover {
	background: url(../images/icons/sprite-cart-large.png) no-repeat;
	background-position:-82px top;
}

/* Stock Delais */
.pi_stock_delay, .pi_link {
	background-color:#f5f5f5;
}
.pi_stock_delay {
	top:130px;
	height: 180px;
	border-top:1px solid #fff;
	border-bottom:0px solid #f5f5f5;
}
.pi_stock_delay ol {
	margin:30px 0 0 40px;
}
.pi_stock, .pi_delay, .pi_cond, .pi_model {
	width:auto;
	height:25px;
	display:block;
	margin:0 0 15px 0;
}
.pi_icon_stock, .pi_icon_delay, .pi_icon_cond, .pi_icon_model {
	background: url(../images/icons/sprite-product-icons.png);
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	margin-right:15px;
	display:inline-block;
}
.pi_icon_stock {
	background-position:left;
}
.pi_icon_delay {
	background-position:-32px;
}
.pi_icon_cond {
	background-position:-64px;
}
.pi_icon_model {
	background-position:-128px;
}
.pi_stock span, .pi_delay span, .pi_cond span, .pi_link, .pi_icon_liste {
	line-height:24px;
	vertical-align:top;
}

.pi_stock {
	font-size:140%;
	/*text-shadow:0 0 1px #d9d9d9;*/
}
.pi_stock.in_stock {
	font-weight:bold;
}
.pi_stock.to_come {
	font-weight:bold;
}
.pi_stock.to_order {
	font-weight:bold;
}
.pi_stock.no_stock {
	line-height:20px;
	font-weight:bold;
}
.pi_delay {
	font-size:130%;
}
.pi_delay.in_stock {
	font-weight:normal;
}
.pi_delay.to_come, .pi_delay.to_order {
	font-weight:normal;
}
.pi_delay.no_stock {
	font-weight:normal;
}
.pi_cond {
	font-size:130%;
	line-height:20px;
	font-weight:normal;
}

/* Liste Achat */
.pi_link {
	font-size:130%;
	top:312px;
	bottom:0px;
}
.pi_link a {
	top:25px;
	left: 40px;
	display:block;
	position:absolute;
}
.pi_icon_liste {
	width:25px;
	height:25px;
	margin-right:15px;
	display:inline-block;
	background: url(../images/icons/icon-liste.png);
	background-repeat:no-repeat;
}

/* Partie basse du produit */
#pi_bottom {
	width:100%;
	height:auto;
	position:relative;
	background: url(../images/bg/bg-product-app.png);
	background-position:right top;
	background-repeat:repeat-y;
}

/* Descriptions */
.pi_description {
	float:left;
	width: 625px;
	min-height:60px;
	padding:20px 25px 20px 25px;
}
.pi_description p, .pi_description div  {
	padding:0;
	height:auto;
}

/* Liste description */
.pi_desc_list {
	margin:0 0 25px 0;
}
.pi_desc_list p {
	width:350px;
	margin-bottom:5px;
}
.pi_desc_list a {
	color:#990000;
	text-decoration:underline;
}
.pi_desc_list a:hover {
	text-decoration:none;
}


.pi_model_man span:first-child {
	color:#666;
	display:block;
	width:100px;
	float:left;
}
.pi_model_man span:last-child {
	color:#333;
}

.pi_desc_text {
	font-size:130%;	
	line-height:20px;
}




/* Applications */
 .pi_application {
	float:right;
	height:auto;
	width: 290px;
	padding:0px 0 0px 30px;
}
 .pi_application ul {
	font-size:130%;
	padding:20px 0 20px 0;
}
.pi_app_title {
	color:#666;
}
 .pi_application li {
	color:#333;
	line-height:18px;
	padding:6px 0 0px 0;
}


/********** Classes pour modules de products_info **********/
.pi_module {
	width:100%;
	height:auto;
	position:relative;
	margin:20px 0 0 0;
	border:1px solid #d7d7d7;
}

.pi_module_title {
	color:#333;
	height: 35px; 
	display:block;
	font-size: 140%;
	line-height: 35px;
	padding: 0 0 0 15px;
	border-bottom:1px solid #d7d7d7;
	background: url(../images/bg/bg-listing-title.png) repeat-x; background-size: auto 100%;
}

/********** Classes pour tableaux **********/
.table_head {
	font-weight:bold;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #d7d7d7;
	background-color:#F7F7F7;
}
.table_line {
	border-bottom:1px solid #d7d7d7;
}
.table_line span {
	float:left;
	display:block;
}

.table_cell_border {
	border-right:1px solid #e5e5e5;
}

.text_center {
	text-align:center;
}
.text_left {
	text-align:left;
}
.text_right {
	text-align:right;
}

/***** PACK *****/
.pack_image { width:12%; }
.pack_model { width:15%; }
.pack_name { width:45%; }
.pack_qty { width:12%; }
.pack_stock { width:14%; }

.pack_line span {
	height:80px;
	line-height:80px;
	padding:10px 0 10px 0;
}

.pi_pack {
	font-size:120%;
}


/***** XSELL *****/
.pi_xsell ul {
	margin-left:-1px;
}
.pi_xsell li {
	float:left;
	width:24.9%;
	height:180px;
	position:relative;
	border-left:1px solid #d7d7d7;
	z-index:1;
}
.xsell_item:hover xsell_item {
	border-left:0px solid #d7d7d7;
}
.xsell_img {
	margin:10px auto 0 25px;
}
.xsell_zoom {
	right:15px;
	bottom:10px;
	position:absolute;
	z-index:2;
}
/*
.pi_xsell .big-arrow-left, .pi_xsell .big-arrow-right {
	position:absolute;
	top:70px;
	z-index:1;
}
.pi_xsell .big-arrow-left {
	left:0px;
}
.pi_xsell .big-arrow-right {
	right:0px;
}
*/


/******************************* SHOPPING CART ************************************/
#page_cart {
	width:100%;
	height:auto;
	margin:20px 0 0 0;

}
#cart_top, #cart_bottom {
	width:100%;
	height:auto;
	margin:5px 0 20px 0;
}

/* Contenu du panier */
#cart_content_empty {
	font-size:150%;
	margin:20px 0 0 15px;
}

#cart_content {
	width:100%;
	min-height:100px;
	height:auto;
}

#cart_content_title {
    width:100%;
	height: 40px;
	color:#333;
	font-size:160%;
	text-align:left;
	line-height:42px;
	letter-spacing:1px;
	text-transform:uppercase;
	background: url(../images/bg/bg-listing-title.png) repeat-x; background-size: auto 100%;
}
#cart_content_title span {
   padding-left:15px;
}
.cart_content_list {
	width:998px;
	margin-left:1px;
	padding-left:0px;
	position:relative;
	border-bottom:1px solid #e5e5e5;
}

.cart_content_list div {
	vertical-align:top;
	margin-top:10px;
	display:inline-block;
}

.cart_list_img { 
	width:15%; 
	text-align:center;
	margin:0px 10px 10px 10px;
}
.cart_list_desc { 
	width:34%; 
	vertical-align:top;
	margin:0px 20px 10px 0;
}
.cart_list_desc span:first-child { 
	display:block;
	font-size:120%; 
	line-height:17px; 
	padding-top:10px;
}
.cart_list_desc span:last-child { 
	color:#999;
	font-size:120%; 
	display:block;
	bottom:20px;
	position:absolute;
}

.cart_list_qty { 
	width:6%; 
	vertical-align:top;
	padding:12px 5px 10px 5px;
}
.cart_list_qty input { 
	width:40px;
	height:50px;
	font-size:160%;
	text-align:center; 
	background-color:#f9f9f9;
	border:1px solid #e5e5e5;
	font-family: "Gill sans", geneva, sans-serif;
}
.cart_list_trash { 
	width:6%;
	height:45px; 
	padding:15px 5px 10px 5px;
	background: url(../images/icons/sprite-cart-box.png);
	background-repeat:no-repeat;
	background-position:-200px 20px;

}
.cart_list_delay { 
	width:18%; 
	font-size:120%;
	position:relative;
	line-height:20px;
	padding:18px 0 10px 10px;
}
.cart_list_price { 
	width:10%; 
	color:#990000;
	font-size:140%;
	font-weight:600;
	text-align:right; 
	padding:12px 0 0 0;
}

#cart_total {
	width:100%;
	height:auto;
	padding-bottom:10px;
	border-top:1px solid #fff;
	background-color:#f2f2f2;
}
#cart_total_warn {
	float:left;
	width:70%;
	height:auto;
	font-size:120%;
	line-height:16px;
	margin:10px 0 0 15px;
}
#cart_total_warn div {
	margin:5px 0 5px 0;
}

#cart_total_total {
	float:right;
	width:24%;
	height:auto;
	color:#333;
	font-size:140%;
	line-height:22px;
	margin:10px 15px 0 0;
	padding-right:15px;
}
.panier_plus {
	color:#777;
	font-weight:normal;
}
#cart_bottom_left {
	float:left;
	width:24%;
	height:auto;
}
#cart_bottom_right {
	float:right;
	width:74%;
	height:auto;
}

#cart_footer {
	clear:both;
	width:100%;
	height:40px;
	padding-top:12px;
	background-color:#f2f2f2;
	border-top:1px solid #e5e5e5;
}
#cart_footer input {
	font-size:160%;
	margin-left:20px;
	background-color:#f2f2f2;
	cursor:pointer;
}
#cart_footer a {
	color:#000;
	font-size:160%;
	margin-right:30px;
}


/* Box_cart Nos engagements */
.cart_box {
	width:100%;
	height:320px;
}
.cart_box_content {
	width:85%;
	margin:10px 0 0 20px;
}

.cart_box_content li {
	height:40px;
	display:block;
	margin-bottom:24px;
}
.icon_cart_stock, .icon_cart_secure, .icon_cart_delivery, .icon_cart_satisfied {
	width:45px;
	height:40px;
	margin:10px 10px 0 0;
	display:inline-block;
	background: url(../images/icons/sprite-cart-box.png);
	background-repeat:no-repeat;
}
.icon_cart_stock {
	background-position:2px;
}
.icon_cart_secure {
	background-position:-48px;
}
.icon_cart_delivery {
	background-position:-101px;
}
.icon_cart_satisfied {
	background-position:-154px;
}
.cart_box_text {
	width:140px;
	height:30px;
	line-height:18px;
	vertical-align:top;
	padding-top:10px;
	display:inline-block;
}
.cart_box_big_text {
	font-size:140%;
	text-transform:uppercase;
}
.cart_box_sub_text {
	font-size:120%;
	text-transform:none;
}


/* Box shipping estimator */
#shipping_estimator {
	min-height:320px;
	height:auto;
}
#shipping_estimator p {
	height:25px;
	line-height:22px;
	padding:0px 0 0px 25px;
}
#shipping_estimator .address {
	font-size:120%;
}
#shipping_estimator table {
	font-size:110%;
	vertical-align:middle;
	margin:10px 0 10px 15px;
}
#shipping_estimator td {
	padding:0 15px 0 0;
}
.shipping_estimator_sep {
	width:90%;
	margin:0 0 0 25px;
	border-bottom:1px solid #e5e5e5;
}
.text_12br {
	font-size:130%;
	color:#990000;
}


/******************************** PAGES CHECKOUT *********************************/
/* Barre de processus */
#checkout_process {
	width:100%;
	height:40px;
	position:relative;
	margin:10px 0 0 0;
}
#checkout_process_line {
	left:5%;
	top:35px;
	width:90%;
	height:0px;
	position:absolute;
	border-top:2px solid #d4d4d4;
	border-bottom:0px solid #fff;
	z-index:1;
}
.checkout_process_bullet {
	top:30px;
	width:12px;
	height:12px;
	display:block;
	border-radius:12px;
	position:absolute;
	z-index:2;
}
.cp_bullet_on {
	/*background: url(../images/icons/sprite-checkout_bullet.png);
	background-position:left center;*/
	background-color:#333;
}
.cp_bullet_off {
	/*background: url(../images/icons/sprite-checkout_bullet.png);
	background-position:right center;*/
	background-color:#ccc;
}
.cp_text {
	top:10px;
	width:100px;
	height:20px;
	display:block;
	margin-left:-45px;
	position:absolute;
	font-size:120%;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
	z-index:3;
	cursor:default;
}
.cp_text_on {
	color:#333;
}
.cp_text_off {
	color:#ccc;
}
.cp_pos_shipping {
	left:5%;
}
.cp_pos_payment {
	left:35%;
}
.cp_pos_confirmation {
	left:65%;
}
.cp_pos_success {
	left:95%;
}

/* Boite de checkout */
.checkout_module {
	width:90%;
	height:auto;
	margin:20px auto 20px auto;
}
.checkout_module h2 {
	padding-left:0px;
}

.checkout_module li {
	width:90%;
	height:50px;
	position:relative;
	padding:20px 5% 20px 5%;
	border-bottom:1px solid #e5e5e5;
}
.checkout_module li:hover {
	background-color:#D6E5F2;
}
.checkout_module div {
	margin:0;
}
.checkout_module_img {
	left:40px;
	position:absolute;
}
.checkout_module_name {
	left:150px;
	position:absolute;
}
.checkout_module_name_payment {
	top:35px;
	left:150px;
	position:absolute;

}
.checkout_module_text {
	top:45px;
	left:150px;
	font-size:90%;
	line-height:16px;
	position:absolute;
}
.checkout_module_price {
	top:36px;
	left:650px;
	font-size:110%;
	color:#990000;
	font-weight:bold;
	position:absolute;
}
.checkout_module_radio {
	top:35px;
	right:50px;
	position:absolute;
}

#checkout_module_comments {
	width:95%;
	height:auto;
	position:relative;
	vertical-align:top;
	border-top:1px solid #fff;
	padding:15px 0 15px 5%;
	background-color:#f2f2f2;
}

#checkout_module_comments span {
	top:30px;
	left:580px;
	width:200px;
	height:auto;
	display:block;
	color:#333;
	font-size:120%;
	line-height:22px;
	position:absolute;
}

#checkout_module_products {
	width:90%;
	height:auto;
	position:relative;
	vertical-align:top;
	background-color:#fff;
	padding:0px 5% 15px 5%;
}

#checkout_module_confirmation {
	width:90%;
	height:auto;
	position:relative;
	vertical-align:top;
	border-top:1px solid #fff;
	background-color:#f2f2f2;
	padding:15px 5% 15px 5%;
}

.ckm_table {
	font-size:120%;
	line-height:20px;
}
#checkout_module_confirmation h2, #checkout_module_products h2 {
	padding-left:0px;
}

.hist_p_head { color:#777; padding-bottom:5px; }

#checkout_module_footer, #checkout_module_footer_confirmation {
	width:100%;
	height:35px;
	padding-top:10px;
	border-top:1px solid #fff;
	background-color:#f2f2f2;
}
#checkout_module_footer_confirmation {
	width:100%;
	min-height:30px;
	height:auto;
	padding-top:15px;
	padding-bottom:10px;
	background-color:#f2f2f2;
	border-top:1px solid #fff;
}
#checkout_module_footer input, #checkout_module_footer_confirmation input {
	float:right;
	font-size:160%;
	line-height:17px;
	margin-right:20px;
	background-color:#f2f2f2;
	text-transform:uppercase;
	cursor:pointer;
}

#checkout_module_footer a {
	float:left;
	color:#000;
	font-size:160%;
	margin-left:30px;
	line-height:25px;
	text-transform:uppercase;
}
#checkout_module_footer_confirmation span {
	float:left;
	color:#333;
	font-size:140%;
	margin-left:30px;
	line-height:18px;
}
#checkout_module_footer_confirmation a {
	color:#9E0A0A;
}


/******************************** RECHERCHE ***************************************/
#advanced_search_content {

	width:100%;
	min-height:300px;
	height:auto;
	margin:15px 0 0 0;


}

#advanced_search_content p {
	
font-size:160%;
padding:25px 0 0 25px;
}


/******************************* VW CLASSIC ****************************************/
#vwclassic_content {
	
	width:100%;
	min-height:300px;
	height:auto;
	margin:15px 0 0 0;
}

#vwclassic_content div {
	
font-size:140%;
padding:25px 0 0 25px;
}


/******************************* LOADER JQUERY ************************************/
#loader {
	background: url(../images/icons/loader.gif) center no-repeat;
	position:fixed;
	margin:0 50% 0 50%;
	bottom:150px;
	width:200px;
	height:100px;
	z-index:100;
	opacity:0.9;
	display:none;
}


/* Microtime */
#microtime {
	position:fixed; 
	left:10px; 
	bottom:0px; 
	width:100px;
	height:40px;
	line-height:40px;
	color:#bbb; 
	z-index:11;
}


/******************************** BACK BUTTON *************************/
/*
#back_button {
	width: 243px;
	height: 30px;
	padding: 0px 0 0 0px;
	background:#333;
	margin: 0 10px 0 0;
	float: left;
}

#back_button a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	font-size: 11px;
	letter-spacing:1px;
	text-transform:uppercase;
}

#back_button a:hover {
	background-color: #444;
}

#back_button img {
	padding:6px 0 0 10px;
	float: left;
}

#back_button p {
	padding: 7px 0 0 8px;
	float: left;
}
*/


/******************************* BOUTONS *******************************/
.more_button {
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(top, #eeeeee, #cccccc);
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font: bold 10px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	width: 120px;
	display:block;
  }
  
.more_button:hover {
	background-color: #dddddd;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
	background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
	background-image: linear-gradient(top, #dddddd, #bbbbbb);
	border: 1px solid #bbb;
	border-bottom: 1px solid #999;
	cursor: pointer;
	text-shadow: 0 1px 0 #ddd; 
}
	
.more_button a:active {
	border: 1px solid #aaa;
	border-bottom: 1px solid #888;
	-webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; 
}


/******************************** FOOTER ********************************************/
#footer_content {
	padding-left:1px;

}
.footer_top {
	width:100%;
	height:0px;
}

.footer_column {
	float:left;
	width:24.9%;
	height:285px;
	margin:15px -1px 10px 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	color:#fff;
}
.footer_column a {
	color:#fff;
}
.footer_column a:hover {
	color:#fff;
}

.footer_column p {
	color:#fff;
	font-size: 150%;
	letter-spacing:1px;
	text-transform:uppercase;
	margin: 0 6% 0 6%;
	padding:20px 0 17px 2%;
	border-bottom:1px solid #999;
}

/* 1ere colonne */
.footer_colum_1 p {
	margin-bottom:12px;
}
.footer_colum_1 a {
	width:58%;
	height:40px;
	margin: 0 6% 0 6%;
	padding:30px 0 0px 27%;
	font-size: 160%;
	line-height:15px;
	letter-spacing:1px;
	text-transform:uppercase;
}

/* 2eme colonne */
.footer_colum_2 p {
	margin-bottom:30px;
}
.footer_colum_2 a {
	width:86%;
	height:33px;
	margin: 0 6% 0 8%;
	padding:5px 0 0 0;
	font-size: 130%;
	letter-spacing:1px;
}


/* 3eme colonne */
.footer_colum_3 p {
	margin-bottom:12px;
}
.footer_colum_3 a {
	width:65%;
	height:40px;
	margin: 0 6% 0 6%;
	padding:10px 0 0 23%;
	font-size: 130%;
	line-height:22px;
	letter-spacing:1px;
}


/* 4eme colonne */
.footer_colum_4 p {
	margin-bottom:18px;
}
.footer_colum_4 div {
	color:#fff;
	font-size: 130%;
	line-height:22px;
	margin: 0 6% 0 6%;
	padding:8px 0 17px 2%;
	border-bottom:1px solid #999;
}
.footer_colum_4 a {
	font-size: 110%;
	line-height:17px;
	text-align:left;
}
.footer_colum_4 a:hover {
	color:#fff;
}

.footer_colum_4_contact {
	width:80%;
	height:34px;
	font-size: 110%;
	margin:10px 0 0 6%;
}
.footer_colum_4_contact span {
	display:inline-block;
	vertical-align:top;
}

.icon_blog {
	background: url(../images/icons/icon-blog.png) 5px center no-repeat;
}
.icon_face {
	background: url(../images/icons/icon-face.png) 2px center no-repeat;
}
.icon_tube {
	background: url(../images/icons/icon-tube.png) 2px center no-repeat;
}
.icon_stock {
	background: url(../images/icons/icon-stock.png) 2px center no-repeat;
}
.icon_secure {
	background: url(../images/icons/icon-secure.png) 10px 5px no-repeat;
}
.icon_fast {
	background: url(../images/icons/icon-fast.png) 2px center no-repeat;
}
.icon_satisfied {
	background: url(../images/icons/icon-satisfied.png) 10px 16px no-repeat;
}
.icon_mail {
	width:50px;
	height:34px;
	padding-right:5px;
	background: url(../images/icons/icon-mail.png) 2px 2px no-repeat;
}


/* Icones du footer */
.footer_icons {
	display:block;
	float:left;
	width:90px;
	height:65px;
	padding:25px 5px 0px 5px;
}

.icon_cox {
	background: url(../images/icons/icon-cox.png) center no-repeat; background-size:80%;
}
.icon_split {
	background: url(../images/icons/icon-split.png) center no-repeat; background-size:80%;
}
.icon_bay {
	background: url(../images/icons/icon-bay.png) center no-repeat; background-size:80%;
}
.icon_t25 {
	background: url(../images/icons/icon-t25.png) center no-repeat; background-size:80%;
}
.icon_kg {
	background: url(../images/icons/icon-kg.png) center no-repeat; background-size:80%;
}
.icon_variant {
	background: url(../images/icons/icon-variant.png) center no-repeat; background-size:80%;
}
.icon_181 {
	background: url(../images/icons/icon-181.png) center no-repeat; background-size:80%;
}
.icon_buggy {
	background: url(../images/icons/icon-buggy.png) center no-repeat; background-size:80%;
}
.icon_golf {
	background: url(../images/icons/icon-golf.png) center no-repeat; background-size:80%;
}
.icon_356 {
	background: url(../images/icons/icon-356.png) center no-repeat; background-size:80%;
}



/* Bas du footer */
.footer_bottom {
	width:100%;
	height:41px;
	line-height:40px;
	padding-bottom:0px;
	border-top:0px solid #222;
	background-color:#000;

}

.footer_bottom span {
	color:#888;
	font-size:110%;
	padding:0 7px 0 7px;
}


/******************************** MODE ADMIN ********************************************/
input.page_title {
	width:480px;
	height:35px;
	background:none;
	color: inherit;
	font-size:inherit;
	letter-spacing:inherit;
	font-family:inherit;
}

textarea.categories_name {
	color: inherit;
	font-size:inherit;
	letter-spacing:inherit;
	font-family:inherit;
	text-align:inherit;
	text-transform:inherit;
	border:none;

}

input.navigation_name {
	width:210px;
	height:20px;
	color: inherit;
	font-size:inherit;
	letter-spacing:inherit;
	font-family:inherit;
	text-align:inherit;
	text-transform:inherit;
	border:none;

}


#cart_added {
	top:50%;
	left:50%;
	width:450px;
	min-height:50px;
	height:auto;
	position:fixed;
	margin-top:-100px;
	margin-left:-300px;
	padding:30px;
	
	background-color: #000;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
		
	color:#fff;
	font-size:140%;
	line-height:22px;
	text-align:center;
	z-index:10;
	
    border-radius: 5px;
	display:none;
}

#cart_icon {
	width:inherit;
	height:80px;
	margin:0px 0 20px 0;
	background: url(../images/icons/big-cart.png) no-repeat;
	background-position:center;
}
