@import url(./checkout.css);

div#empty_cart_layer {
	padding: 0 150px;
}

div#cart_layer {
	padding: 0 100px;
}

form#cart_form {
	margin: 0 100px;
	position: relative;
	display: block;
}

form#save_cart_form {
	position: relative;
	display: block;
	min-width: 840px; 
}

div.title_div {
	width: 815px;
}

form#save_cart_form input#nom_panier { 
	position: absolute;
	right: 80px;
	top: 5px;
}

form#save_cart_form a { 
	position: absolute;
	right: 5px;
	top: 5px;
}

form#save_cart_form strong {
	padding: 3px 10px;
}

div.msg_panier_layer {
	margin-left: 105px;
	margin-bottom: 15px;
}

div.msg_layer {
	margin: 10px 0;
	height: 25px;
	min-width: 840px;
	position: relative;
}

table.cart_table {
	/*margin: 0 10%;*/
	width: 100%;
	position: relative;
	margin-top: 20px;
}

table.cart_table tr td {
	border-bottom: 1px dashed #785F54;
	/*border-right: 1px dashed #785F54;*/
	/*padding: 5px;*/
	text-align: center;
	white-space: nowrap;
}

table.cart_table tr td a {
	color: #c3b5af;
	font-size: 12px;
}

table.cart_table tr td.prodImg {width: 70px;}
table.cart_table tr td.prodImg a, table.cart_table tr td.prodImg div.img {
	display: block;
	/*border-bottom: 3px solid #7F6254;
	border-right: 3px solid #7F6254;*/
	/*background: #7F6254;*/
	text-align: left;
	width: 58px;
	height: 88px;
	background: url(../ximg/gal_img_back.png) no-repeat center;
	margin: 3px 0 3px 6px;
}
table.cart_table tr td.prodImg a:hover {
	/*margin: 11px 5px 5px 11px;*/
}
table.cart_table tr td.prodImg a img, table.cart_table tr td.prodImg div.img img {
	/*width: 50px;
	height: 80px;
	border-bottom: 1px solid #5A473F;
	border-right: 1px solid #5A473F;
	border-top: 1px solid #B59E8F;
	border-left: 1px solid #B59E8F;
	top: -3px;
	left: -3px;
	position: absolute;*/
	width: 50px;
	height: 80px;
	margin: 4px 0 0 4px;
}
table.cart_table tr td.prodImg a:hover img {
	/*border-bottom: 1px solid #B59E8F;
	border-right: 1px solid #B59E8F;
	border-top: 1px solid #5A473F;
	border-left: 1px solid #5A473F;
	top: 0 !important;
	left: 0 !important;*/
}

table.cart_table tr.head_line td.prodName {text-align: left;}

table.cart_table tr.head_line td.prodQte {width: 90px;}
table.cart_table tr td.prodQte input {
	text-align: center;
	font-weight: bold;
	/*color: #B59E8F;*/
	color: white;
	border:none;
	background: transparent url(../ximg/qte_input_back.png) no-repeat center;
	margin: 0 10px;
	width: 70px;
	height: 24px;
	padding-top: 1px;
}

table.cart_table tr.head_line td.prodPrice {width: 90px;}
table.cart_table tr td.prodPrice span {
	margin: 0 10px;
	display: block;
	font-size: 12px;
	text-align: center;
}

table.cart_table tr.head_line td.prodTotal {width: 100px;}
table.cart_table tr td.prodTotal span {
	margin: 0 10px;
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

table.cart_table tr.head_line td.prodDispo {width: 90px;}
table.cart_table tr td.prodDispo span{font-size: 12px;}

table.cart_table tr.head_line td.prodDel {width: 45px;}

table.cart_table tr td.left {text-align: right;padding: 5px 20px 5px 0;}
table.cart_table tr td.right {text-align: left; font-weight: bold;font-size: 12px;}

table.cart_table tr td.right div{position: relative; width: 150px;}
a.ok_btn {
	display: block;
	width: 40px;
	height: 22px;
	background: transparent url(../ximg/ok_btn.png) no-repeat center;
	position: relative;
	/*position: absolute;*/
	right: -115px;
	top: -17px !important;
	/*right: -20px;
	top: 0;*/
	cursor: pointer;
}

input.coupon_input {
	text-align: center;
	width: 110px;
	background-color: #3B2B1B;
	border: 1px solid #AF8554;
	color:#AF8554;
}

span.titre4 {
	color: white;
	font-size: 12px;
	font-weight: bold;
}

input#nom_panier {
	background-color: #3B2B1B;
	border: 1px solid #AF8554;
	color:#AF8554;
}

input#btn_panier_save {
	position: absolute;
}

div.errorMsg_layer {
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
}
