body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#404040;
	color:#565656;
	}



#wrap{
	background-image:url(../images/wrap_bg.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:80px;
	background-color:#fff;
	}

body#modal #wrap{
	padding:20px;
}

#header{
	width:1000px;
	margin:0px auto 10px auto;
	z-index:2;
	}
	
	#header h1{
		font-size:11px;
		margin:0 0 5px 0;		
	}
	
	#minimal_header{
		width:1000px;
		margin:0px auto 10px auto;
		z-index:2;
		border-bottom:1px solid #ccc;
		padding-bottom:10px;
	}
		
		
	#minimal_header h1{
		font-size:11px;
		margin:0 0 5px 0;		
	}
	
	
	#logo_contact{
		width:390px;
		float:left;
		margin-top:0px;
		
	}
	#logo{
		/*float:left;*/
		}
		
		
	#logos{
		margin: 5px 0 0px 40px;
		float:left;
		width:290px;
		text-align:center;
		
	}
	
		#logos img{
			vertical-align:middle;
			margin-bottom:10px;
		}
	
	#tel_email{
		margin: 5px 0 5px 0px;
		float:left;
		
		font-size:13px;
		width:300px;
		display:block;
		font-weight:bold;
		
		}
		#tel_email p{
			width:100%;
			font-weight:bold;
			_margin-bottom:5px;
			_width:900px;
		}
			
		
	#contact{
		float:right;
		width:200px;
		}
		
		#contact img{
			float:left;
			margin-left:5px;
			vertical-align:middle;
		}
		
		#contact h3{
			font-size:16px;
			font-weight:bold;
			margin:0;
			margin-top:5px;
			color:#d0c520;
	
		}
		
		#contact h3:hover{
			text-decoration:underline;
		}			
			
			
		.sidebar_container{
			margin:0px 0 20px;	
			border-bottom:1px dotted #ccc;
			padding-bottom:10px;
			
		}
		
		fieldset.sidebar_container{
			margin:0px 0 20px;	
			border-bottom:1px solid #ccc;
			padding:10px;
		}
		
		.sidebar_container img{
			float:left;
			margin-left:5px;
			vertical-align:middle;
		}
		
		
		.sidebar_container h3{
			font-size:16px;
			font-weight:bold;
			margin:0;
			margin-top:5px;
			color:#d0c520;
			vertical-align:middle;
		}
		
		.sidebar_container h3:hover{
			text-decoration:underline;
		}			
		
		.sidebar_container ul{
		padding:0;
		padding-left:10px;
		list-style-type:disc;
		margin:10px;
		margin-left:10px;
	
	}
	
		.sidebar_container ul li{
			
			font-size:10px;
			
			margin:10px 0;
		}
		
		.sidebar_container ul li a{
			color:#454545;
		}
		
#secondary_navigation{
	width:1000px;
	margin:5px auto;
	background-image:url(../images/secondary_nav_bg.gif);
	background-repeat:repeat;
	padding-bottom:3px;
	clear:both;
	}
	
	#secondary_navigation ul{
		text-align:right;
		padding-top:3px;
		margin:0;
		}
		
		#secondary_navigation ul li{
			display:inline;
			margin-left:5px;
			font-size:90%;
			font-weight:bold;
			padding:0;
			}
		
			#secondary_navigation ul li a{
				color:#565656;
				margin:5px;
				text-decoration:none;
				}	
				
#primary_navigation{
	width:1000px;
	margin:5px auto;
	background-image:url(../images/primary_nav_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#73d8f8;
	position:relative;
	z-index:2;
	
	
 	
	/*padding-bottom:10px;*/
	}

	
	#primary_navigation ul{
		text-align:left;
		/*background-image:url(../images/primary_nav_top.jpg);*/
		background-repeat:no-repeat;


	
		}
		
		#primary_navigation ul li{
			color:#fff;
			font-weight:bold;
			font-size:12px;
			}
			
			#primary_navigation ul li a{
				color:#fff;
				text-decoration:none;
				}
	
					#primary_navigation ul li ul{	}
				#primary_navigation ul li ul li{
					font-size:12px;
					
					
				}
				
	#search_widget{
		width:150px;
		height:10px;
		float:right;
		margin-top:0px;	
		margin-right:15px;
		position:relative;
		text-align:right;
		display:none;
		
		margin : 0px 0px 0px 0px\9; /* IE8 and below */
		width:150px\9;
		}
		
		#query{
			border:1px solid #1db7fe;
			color:#979797;
			width:50px;
			/*font-size:80%;
			width:160px;*/
			}
			
		#search{
			vertical-align:middle;
			background-color:transparent;
			border:none;
			cursor:pointer;
			width:25px;
			
			}

	
#content{
	position:relative;
	width:1000px;
	margin:auto;
	margin-top:20px;
	z-index:1;
	}
	


#primary_content{
	width:760px;
	float:right;
	padding:0px 0;
}


#secondary_content{
	position:relative;
	width:200px;
	float:left;
	z-index:2;
}

	#mini_cart{
		border:1px solid #ccc;
		width:200px;
		float:right;
	}
	
		#mini_cart p.mini_cart_title{
			background-image:url(../images/secondary_nav_bg.gif);
			background-repeat:repeat;
			padding:5px;
			margin:0;
			border-bottom:2px solid #ccc;
			color:#565656;
			font-size:16px;
		}
		
			#mini_cart p img{
				vertical-align:middle;
				margin-right:10px;	
			}
			
			#mini_cart p a{
				text-decoration:none;
				color:#565656;
			}
			
		#mini_cart p{
			border-bottom:2px solid #ccc;
			margin:0;
			padding:3px 5px;
			background-color:#FCFCFC;
			font-weight:bold;
			color:#565656;
			font-size:11px;
			white-space:nowrap;
		}
		
			#mini_cart p a{
				color:#565656;
			}
				
		p#mini_go_checkout{
			float:none;
			display:block;
			text-align:left;
			margin:0px 0;
			padding:5px 0;
			
		}
		p#mini_go_checkout a{
			display:inline;
			padding:5px 0 5px 34px;
			margin:10px 0;
			background:url(../images/btn_commande.gif) no-repeat;
		}
		
		p#see_cart,p#checkout{
			background-image:url(../images/secondary_nav_bg.gif);
			background-color:#979797;
			color:#d0c520;
		}

#rappel{
	font-size:16px;
	text-decoration:none;
}

#rappel:hover{
	text-decoration:underline;
}

/***home page*/
#home_image{
	background-image:url(../images/home_page_1.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:338px;
	margin:10px auto;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
	}
	
	#home_text{
		position:absolute;
		width:640px;
		margin-top:120px;
		margin-left:330px;
		color:#fff;
		
		}
		
		#home_text h3{
			margin:5px 5px;
			font-size:120%;
			}
			
		#home_text p{
			margin:5px 5px;
			font-size:90%;
			//line-height:1.6;
			}
		
		#home_text p img{
			vertical-align:middle;
			
		}	
		
		#home_text a{
			color: #fff;
			text-decoration: none;
		}
		
		#home_text a:hover{
			text-decoration: underline;
		
		}
		
		
		#home_text ul{
			
			margin:0;
			margin-left:10px;
			padding-left:10px;
			list-style-type: disc;
		}
	
		#home_text ul#marques li{
		
		}

/*promo ticker*/

	#assoc_prods_ticker{
		width:680px;
	
	}
	
	#assoc_prods_ticker li{
		position:relative;
	}
	
	#assoc_prods_ticker .assoc_prods_price{

		font-weight:bold;
	}
	
	#assoc_prods_ticker .description{
		font-size:10px;
		margin-top:30px;
	}
	
	#assoc_prods_ticker .acheter_produit{
		position:absolute;
		left:50%;
		margin-left:-20px;
		bottom:5px;
		
	}
	
	#assoc_prods_ticker .thumb{
		width:75px;
		height:75px;
	}
	
/***end home page*/
						
#footer{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	padding-bottom:100px;
	clear:both;
	}
	
	#footer_links{
		width:1000px;
		margin:auto;
		padding-top:30px;
		}
	
	#footer_links div.footer_link_container{
		float:left;
		width:150px;
		padding:0 5px;
		margin-right:20px;
	}
	
	#footer_links ul{
		margin:0;	
		list-style-type:square;
		color:#CCC;
		}
		
		#footer_links ul li{
			margin-bottom:8px;
			}
			
		#footer_links ul li a{
			font-size:11px;
			color:#fff;
			text-decoration:none;
			text-shadow:1px 1px 1px #000;
			}
		
		#footer_links ul li a:hover{
			text-decoration:underline;
		}
			
	#footer_links div h3,#footer_links div h3 a{
		text-decoration:none;
		font-size:13px;
		text-shadow:1px 1px 1px #000;
	}
	
	.brands{
		float:left;
		overflow:hidden;
	}
	
	
	#footer_logos{
		width:900px;
		text-align:center;
		margin:20px auto;
		border-top:1px solid #ACACAC;
		padding-top:20px;
	}
	
		#footer_logos img{
			vertical-align:middle;
		}
		
	p#copy_right{
		width:900px;

		clear:both;
		text-align:center;
		border-top:1px solid #ACACAC;
		margin:auto;
		margin-top:20px;
		padding-top:10px;
		font-size:87%;
		color:#fff;
		}	

/***specific elements***/
#categories{
	padding-bottom:50px;
	
	text-align:left;
	margin-top:20px;
}

#categories ul{
	padding:0;
}

#categories #categories_accordion div{
	clear:both;
	
	padding:0 10px;
	border-bottom:1px dotted #ccc;
	overflow:hidden;

}

#categories #categories_accordion div img.side_image{
	float:left;
	margin:0 10px 10px 0;
	vertical-align:top;
}

#categories #categories_accordion div .category_name a{
	font-size:24px;
	margin-top:0;
}
	#categories #categories_accordion div .category_name a{
		color:#d0c520;
	}
	
	#categories #categories_accordion div .category_name a:hover{
		color:#d0c520;
		text-decoration:none;
	}
#categories #categories_accordion div p{

	
	overflow:;
	position:relative;
}

.category_description{

	border-top:1px dotted #ccc;
	padding-top:10px;

}

#categories #categories_accordion div.clr{
	margin:0;
	padding:0;
	border:0;
}

#categories .category_products_container{
	
	border:1px solid #ccc;
	background-color:#fafafa;
	padding:20px;
	margin:0px 0 0;

	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
	
	#categories .category_products_container ul{
		margin:0;
	}
	
	#categories .category_products_container ul li{
		float:left;
		margin:0;
		margin-right:15px;
		width:110px;
		height:150px;
		overflow:hidden;
		padding:5px;
		background:#fff;
		border:2px solid #ccc;
		clear:none;
		text-align:center;
	}
	
	#categories .category_products_container ul li:hover{
		border:2px solid #9d9d9d;
	}
	
		#categories .category_products_container ul li a{
			font-size:9px;
			text-decoration:none;
		}
	
		#categories .category_products_container ul li a:hover{
			text-decoration:underline;
		}
		
	#categories .category_products_container legend{
		font-size:14px;
	}
	
	#categories .category_products_container ul li .thumb{
		width:100px;
		height:auto;
		float:none;
		margin:0;
		margin-bottom:5px;
	}

#catalog_navigation{
	width:200px;
	border:1px solid #ccc;
	float:right;
	position:relative;
	margin:0px 0 20px;

}

	#catalog_navigation ul{
		padding:0;
		margin:0px;
	
	}
	
		#catalog_navigation ul li{
			background-color:#fff;
			font-size:12px;
			
			margin:0px 0 0;
		}
		
			#catalog_navigation ul li ul{
				margin:0px;
				border-bottom:1px solid #ccc;
				padding:3px;
			}
			
			#catalog_navigation ul li ul li{
				padding:0;
				margin:0px 0;
				border:0;
			}
			
			#catalog_navigation ul li a{
				background:url(../images/secondary_nav_bg.gif);
				border-bottom:1px solid #ccc;
				display:block;
				padding:10px 5px;
				line-height:1.1;
				color:#454545;
			}
			
			#catalog_navigation ul li ul li a{
				font-size:10px;
				color:#454545;
				display:block;
				border:0;
				background:#fff;
				padding:5px 0;
			}

.brand_choice{
	clear:both;

	
	border:0;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
}

	.brand_choice td{
		
		border:0;
	}
	
	.brand_choice td.see_products{
		text-align:right;
	}
	
	.brand_name,
	.brand_name:hover{
		color:#4cc4e9;
		text-decoration:none;
	}
	
#bread_crumb{
	border-bottom:1px dotted #ccc;
	padding:5px;
	width:760px;
	font-size:12px;
	color:#979797;
	font-weight:bold;
	
}

	#bread_crumb a{
		color:#979797;
	}
	
	#bread_crumb a:hover{
		color:#D4C301;
		text-decoration:none;
	}
	
#products, #models{
	padding-bottom:50px;
	width:760px;
	text-align:center;
	margin-top:20px;
	
}

#sort_by_price{
	text-align:right;
	margin:20px 0px;
	border-bottom:4px solid #E1E1E1;
}
	
	#sort_by_price a{
		padding:10px 0 10px;
		padding-right:30px;
		display:inline-block;
	}
	
	.desc{
		background:url(../images/Arrow_Up.png) no-repeat right center;
	}
	
	.asc{
		background:url(../images/Arrow_down.png) no-repeat right center;
	}
	
#products li{
	margin:20px 0px;
	border-bottom:4px solid #E1E1E1;
}

.product_details{
	margin-left:20px;
	width:400px;
	float:left
}


p.image{/*force link to take up all space + avoid empty lines*/
	float:left;
	font-size:10px;
	display:block;
	width:140px;
	height:140px;
	overflow:hidden;
}

.product_actions{
	width:140px;
	float:right;
}

/*.category_name{
	min-height:30px;
	_height:30px;
	_overflow:hidden;
}
*/

#products h3{
	font-size:18px;
	color:#d4c301;
	margin:0 0 10px 0;
	text-align:left;
}

.brand{
	font-size:16px;
	font-weight:bold;
	color:#4db9df;
	text-align:left;
}

.product_description{

}

#product_image_thumbs{
	margin:10px 0;
}

#product_image_thumbs img{
	width:70px;
	height:70px;
	margin-right:10px;
}



#products .more_info{
	
	text-align:center;

	
}

#products .price_from{
	font-size:18px;
	color:#4db9df;
	font-weight:bold;
	text-align:center;
}

#products h3 a{
	color:#d4c301;


}


#models table{
	
	font-size:11px;
	width:760px;
	margin-bottom:20px;
}

#models table tr td{
	background:#E4E4E4;
	font-weight:bold;	
	color:#8D8D8D;
}

#models table tr.row_even td{
	background-color:#F0F0F0;
}

#models table tr td.hovered{
	background:#fff;
	color:#000;

}
	
#models table th {
	padding:3px;
	background-color:#585858;
	color:#fff;
/*	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
	
}

#models table td {
	padding:3px;
	border:0;
/*	
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
	vertical-align:middle
}

#models table td.price{
	text-decoration:line-through;
}

#products_table{
	background-color:transparent;
	border:none;
	
}

#products_table tr{

	background-color:transparent;
	margin:20px 0px;
	border-bottom:4px solid #ccc;
}

#products_table td{

	background-color:transparent;

	border:0px solid;
	/*height:160px;*/
	padding:10px;
	/*border:1px solid #EBEBEB;*/
	vertical-align:top;
	text-align:center;
}

#products_table td a img{
	margin:auto;
}

#products_table col{
	width:140px;

}

.percent_discount{
	font-size:14px;
	font-weight:bold;
	color:#d4c301;
	text-align:center;
}

#product_details img#main_image{
	max-height:350px;
	max-width:715px;
	_height:350px;
	width:auto;
	margin-bottom:20px;
}


.additional_info{
	margin:40px 0 20px;
	padding-top:20px;
	border-top:1px solid #ccc;
}


#product_details div#product_navigation{
	border-top:2px solid #ccc;
	background-color:#F4F4F4;
	padding:10px;
	background-image:url(../images/secondary_nav_bg.gif);
	background-repeat:repeat;
}

#product_details div#product_links{
	padding:10px;
	background-color:#41bce5;
	width:190px;
	float:left;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#products_tabs{
	font-size:11px;
}


	#product_navigation ul{
		
		margin:0;
		margin-bottom:30px;
		padding:0;
	}
	
		#product_navigation ul li{
				color:#d0c520;
				font-size:140%;
				margin:0 0 15px 0;
				text-align:left;
				line-height:1.1;
		}
		
		#product_navigation ul li a{
			color:#fff;
			font-size:12px;
			background:url(../images/bg_product_link.gif) no-repeat;
			
			display:block;
			padding:8px 0;
			padding-left:35px;
		}
		
		#product_details div#product_links a{
			color:#fff;
		}
		
#next_prev_prod{
	text-align:center;
	padding:5px 0;
	background-color:#585858;
	color:#fff;
	font-weight:bold;
	clear:both;
}

	#next_prev_prod a{
		color:#fff;
		margin:5px;
	}
	
	#next_prev_prod a:hover{
		text-decoration:none;
	}
	
	#product_images{
		float:left;
		width:320px;
		overflow:hidden;
	}
	
	#product_images #main_image{
		width:320px;
		height:auto;
	}
	
	.brand_image{
		width:200px;
		height:auto;
	}
	
	#product_description{
		float:right;
		width:390px;
		margin-bottom:20px;
	}
	
.points_forts{
	font-size:105%;
	font-weight:bold;
	color:#454545;
}

#plus_produits ul{
	text-align:left;
}

#product_details p.pdf a img{
	vertical-align:middle;
}


.buy_product_form input.buy_product{
	background:url(../images/btn_buy_product.gif) no-repeat;
	width:256px;
	height:70px;
	border:0;
}

.buy_product_form  input.buy_product:hover{
	background:url(../images/btn_buy_product_hover.gif) no-repeat;
}

	.buy_product span{
		visibility:hidden;
	}
	


/*** Individual product page*/
#individual_product_details{
	background:#FEFEFE;
	padding:10px;
}
#product_image{
	width:300px;
	float:left;
}

#individual_product_description{
	float:right;
	width:410px;
}


.btn_add_cart{
	
     -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
          border-radius: 5px; 

  background-color: #7cdfff;
  background-image: -moz-linear-gradient(top, #7cdfff, #38b8e1); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7cdfff),color-stop(1, #38b8e1)); 
  background-image: -webkit-linear-gradient(#7cdfff, #38b8e1); 
  background-image: linear-gradient(top, #7cdfff, #38b8e1);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7cdfff', EndColorStr='#38b8e1'); 
	padding:10px 15px;
}

	.btn_add_cart a{
		color:#fff;
		font-size:24px;
		display:block;
		
	}
	
#product_details h3{	
	font-size:24px;
}


h3 span.old_price{
	text-decoration:line-through;
	font-size:14px;
	color:#434343;
}

.see_models a{
	font-size:16px;
}

.savings{
	font-size:14px;
}

.individual_product_links{
	background:#38b8e1;
	padding:5px;
}
	
.model_select{
	font-size:11px;
}


#models input.acheter_produit{
	background:url(../images/mini_panier.png) no-repeat;
	width:40px;
	height:40px;
	padding:0;
	margin:0;
	border:0;
}
/***page filter*/
table#filter{
	border:0px;
	
}


table#filter td{
	text-align:left;
	padding:0px;
	border:0;
}

table#filter select{
	margin:0;
	
}

/*cart*/
#cart_container{
	margin-bottom:30px;

	text-align:center;
}

	h2.checkout_cart{
		background:#fdffe0;
		padding:5px;
		border:1px solid #a0ab00;
		text-align:center;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	}

	.return_products{
		float:left;
		background:#F5F5F5;
		margin-top:20px;
		padding:5px 10px;
		color:#434343;
		border:1px solid #ccc;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	}
		
	.go_cart{
		margin:10px 0;
	}
	
	#go_to_cart{float:right;}
	
	#client_details_choice{
		margin:10px 0 200px 0;
	}
	
	#client_details_choice a{
		background:#38b8e1;
		color:#fff;
		float:left;
		width:225px;
		margin-right:2%;
		text-align:center;
		font-size:16px;
		padding:8px 16px;
		
		
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	}
	
		#client_details_choice a span{
			font-size:11px;
		}
	
#cart{
	border:1px solid #ccc;	
	width:100%;
	margin:10px auto;
}

#cart td{
	border:none;
	text-align:left;
}

#cart th{
	border:none;
	background-color:transparent;
	text-align:left;
}

tr.table_header{
	background-image:url(../images/secondary_nav_bg.gif);
	background-repeat:repeat;
}
	.table_header h3{
		text-align:center;
		color:#565656;
	}
	
#cart td#total{
	text-align:right;
	color:#4db9df;
	font-size:90%;
	padding:10px;
	font-weight:bold;
}

#cart .thumb{
	width:50px;
	height:50px;
}

#cart tr.product_name{
	border-top:2px solid #ccc;
	padding-top:5px;
	display:block;
}

#cart td.product_name{
	width:380px;
	/*display:block;*/
}

tr#total{
	border-top:2px solid #ccc;
}

.cart_models{
	border:1px solid #ccc;
	margin-bottom:10px;
}

.delete_product{
	text-align:right;
/*	width:100%;*/
}


#assoc_prod_cart{
	border:1px solid #ccc;
	font-size:85%;
	width:90%;
	margin:10px auto;
}

#assoc_prod_cart th{
	background-image:url(../images/secondary_nav_bg.gif);
		background-color:transparent;
		text-align:left;
}

#assoc_prod_cart tr{
	border-top:2px solid #ccc;
}


p#total{
	text-align:right;
	font-size:110%;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:5px 0;
	margin:10px 0;
	font-weight:bold;
	color:#565656;
	}
	
	p#total b{
		color:#4db9df;
		font-size:150%;
	}

p.go_checkout{
	text-align:right;
}



#installation{
}

#installation td{
	text-align:left;
}
#installation th{
	text-align:left;
}

#installation td.subtotal{
	text-align:right;
}

#client_details,#order_details,#product_recap{
	margin:10px auto;
	border:1px solid #EBEBEB;
	font-size:11px;
	width:715px;
}

#client_details thead, #order_details thead, #product_recap thead{
	background-color:#eaeaea;
	text-align:left;

}

#client_details th, #order_details th, #product_recap th{
	text-align:left;
	padding-left:10px;
}

#client_details td, #order_details td, #product_recap td{
	text-align:left;
	padding-left:10px;
}

#mode_paiment{
	border:0;
}

#mode_paiment tr.active td{
	background:#fff;
}

#mode_paiment td{
	text-align:left;
	font-size:100%;
	vertical-align:top;
	border:0;
	border-bottom:1px solid #ccc;
	padding:10px;
	cursor:pointer;	
}

#mode_paiment td h3{
	margin-top:0;
}

#mode_paiment td p{
	font-size:12px;
}

#mode_paiment td input, #mode_paiment td img{
	vertical-align:top;
}

#mode_paiment td img{
	margin-bottom:5px;
}

table{
	border:1px solid #EBEBEB;
	font-size:11px;	
}

td{
	border:1px solid #EBEBEB;
}

td.hovered{
	background-color:#fff;
}


tr{
	display:table-row;
}

.msg_checkout{
	background:#38b8e1 url(../images/Info.png) no-repeat 5px center;
	color:#fff;
	padding:10px 40px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}


#calculer-tva-submit,.btn_checkout{/*nice big buttons for 'poursuivre la commande*/
background-color: transparent;
border: none;
background-image:url(../images/btn_checkout.gif);
width: 256px;
height: 70px;

}

#client_details_container{
	width:55%;
	float:left;
}

#checkout_cart_container{
	width:43%;
	float:right;
}


/****search*/
#search_results{
	width:715px;
	margin-bottom:30px;
}

#search_results h3 a{
	color:#d0c520;
}

#search_results h3 a:hover{
	color:#d0c520;
	text-decoration:none;
}

#search_results ol{
	color:#d0c520;
	font-weight:bold;
}

	#search_results ol li{
		clear:both;
		margin-bottom:20px;
		border-bottom:1px solid #ccc;
	}
	
		#search_results ol li p{
			color:#565656;
		}

#search_results ol li p.price_from{
	font-size:120%;
	color:#4db9df;
	clear:both;
	text-align:right;
}

	#search_results ol li p.price_from img{
		vertical-align:middle;
	}


/*promotions*/

#promotions{
	width:715px;
	margin-bottom:30px;
}

#promotions h3 a{
	color:#d0c520;
}

#promotions h3 a:hover{
	color:#d0c520;
	text-decoration:none;
}

#promotions ul{
	color:#d0c520;
	font-weight:bold;
}

	#promotions ul li{
		clear:both;
		margin-bottom:20px;
		border-bottom:1px solid #ccc;
	}
	
		#promotions ul li p{
			color:#565656;
		}

#promotions ul li p.price_from{
	font-size:120%;
	color:#4db9df;
	clear:both;
	text-align:right;
}

	#promotions ul li p.price_from img{
		vertical-align:middle;
	}


/*------------------------------------------------Espace Client----------------------------------------------------------*/

#espace_client p{
	margin:10px 0;
}



/***order statuses*/

.status span{
	width:10px;
	height:10px;
	display:inline-block;
	margin:0 5px;
}

.expedie{
	background-color:#0F0;
}

.en_cours{
	background-color:#FF8040;
}

.attente{
	background-color:#ff0000;
}




/*------------------------------------------------End Espace Client----------------------------------------------------------*/


/*forms*/

form{
	margin-bottom:20px;
	
}

fieldset{
	border:1px solid #ccc;
	background-color:#fafafa;
	padding:20px;
	margin:20px 0;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

/*iE hack to display legend correctly*/
fieldset{
    position: relative\9;
    margin-top:1em\9;
    padding-top:30px\9;
    }
 legend{
    position:absolute\9;
    top: -.5em\9;
    left: .5em\9;
    }

legend{
	font-size:150%;
	font-weight:bold;
	color:#4db9df;
}

label{
	font-size:110%;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
	color:#565656;
}


input{
	/*display:block;*/
	width:100%;
	font-size:120%;
	border:1px solid #ccc;
	margin-bottom:15px;
}

input[type=submit],.submit,#btn_checkout{
	background-image:url(../images/secondary_nav_bg.gif);
	color:#565656;
	font-size:24px;
	font-weight:bold;
	border:2px solid #ccc;
	text-align:center;
	padding:10px;
	cursor:pointer;
	width:auto;
	display:block;
	margin:auto;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

input[type=checkbox]{
	width:auto;
}

textarea{
	/*display:block;*/
	width:80%;
	font-size:120%;
	border:1px solid #ccc;
	margin-bottom:15px;
}

button{
	background:none;
	border:0;
	cursor:pointer;
}

#etude_personnel{
}

	#etude_personnel label{
		display:block;
		margin-bottom:5px;
	}
	

	
.color{
	font-size:10px;
}

	
/***Tables*/
table{

	width:100%;

}
tr.row_even{
	background-color:#F0F0F0;
}
tr.row_even{
	background-color:#F0F0F0;
}
th{
	padding:3px;
	background-color:#EBEBEB;
	white-space:nowrap;
	
	text-align:center;
	vertical-align:middle;

}

td{
	padding:3px;
	
	text-align:center;
	vertical-align:middle
}
#comment_choisir{
	border:1px solid #fff;
	font-size:90%;
}

#comment_choisir th{
	padding:5px;
	text-align:center;
	vertical-align:middle;
}

#comment_choisir td{
	padding:5px;
	border:1px solid #fff;
	text-align:center;
	vertical-align:middle;
	font-size:85%;
}

colgroup.thead{
	background-color:#c5f0ff;
}

colgroup.odd{
	background-color:#e0f7ff;
}

colgroup.even{
	background-color:#d4f4ff;
}


	
/****lists*/

ol{
	list-style-type:decimal;
}

ul{
	font-size:95%;
	padding:0 20px;
	margin:20px 0;
}

li{
	margin-bottom:10px;
	font-size:95%;
}



/****typography*/

h1{
	color:#d0c520;
	font-size:250%;
	margin:15px 0;
}

h2{
	color:#d0c520;	
	font-size:230%;
	margin:15px 0;
	font-weight:500;
	text-align:center;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;

}

h3{
	color:#d0c520;
	font-size:140%;
	margin:15px 0;
	text-align:left;
	line-height:1.1;
}

p{
	font-size:12px;
	margin-bottom:10px;
	text-align:justify;
	line-height:1.5;
}

form p{
	margin:10px 0;
}

p.error{
	color:#ff0000;
	margin:0 0 10px 0;
}

p.msg_cart{
	font-size:120%;
	font-weight:bold;
	color:#4db9df;
}



form p{
	text-align:left;
}	

#footer h2{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	text-shadow:1px 1px 1px #000;

}
	#footer h2 a{
		text-decoration:none;
	}
	
#livraison_find_out_more{
	margin:5px 0 0 65px;
}

#livraison_find_out_more a{
		color:#585858;
	
		
}
/***links***/

a{
	text-decoration:underline;
	color:#d0c520;
	font-weight:bold;
}

a:hover{
	text-decoration:none;
}

a img{
	vertical-align:middle;
	text-decoration:none;
}

/*-----------------------------------------------------misc-------------------------------------*/

.clr{/*clear fix*/
	clear:both;
	visibility:hidden;
	margin:0;
	padding:0;
	}
	
	.widthAuto{
		width:auto;
		margin:0;
		display:inline;
	}
	
.obligatoire{
	border:1px solid red;
}


.right{
	text-align:right;	
}

.left{
	text-align:left;	
}

p.error{
	background:#ffe0e0 url(../images/ico_cross.png) no-repeat 5px 50%;
	border:1px solid red;
	color:#ff0000;
	margin:12px 0;
	padding:5px;
	padding-left:25px;
	display:block;
	font-size:16px;
	font-weight:bold;
}

span.error{
	color:#ff0000;
	margin:10px 0;
	font-style:italic;
	display:block;
}

.warning{
	border:1px solid #ff0000;
}

.gutter{
	margin:10px;
}

.fixed {  
        position: fixed;   
        top: 20px;  
		width:390px;
 }

