@CHARSET "ISO-8859-1";
.table-order{
	font-size:0.8em;
	width:100%;

}
.table-order td{ vertical-align:top; text-align:left;padding:15px;}
.table-order td .odd{ background-color:#F2F2F2;}
.table-order th{ font-weight:bold;font-size:14px;background-color:#0094DA; color:white;line-height:30px;}
.table-order .prod-img{ width:100px;float:left;padding-right:15px;}
.table-order .delete { background:transparent url(/images/admin/icones/bin_closed.png) no-repeat scroll 0 0;}

.table-order .item{ text-align:left;}
.table-order .description { padding-right: 50px;}

.table-order .qty-field {width:25px;}

.table-order .odd{background-color:#F2F2F2}

.order-bloc{
	float:right;
	width:400px;
	border-top: solid 5px #ECECEC;
	padding:15px;
	background-color:#F2F2F2;
}
.order-bloc h3, .order-bloc-basket h3{ font-weight:bold; font-size:16px; }

.order-bloc table, .order-bloc-basket table{ width:100%}
.order-bloc .price, .order-bloc-basket .price {text-align:right;}


.order-bloc-basket{
	margin-top:10px;
	width:910px;
	border-top: solid 5px #ECECEC;
	
	background-color:#F2F2F2;
}
.order-bloc-basket .order{
	float:right;
	padding:15px;
	width:400px;
}
.order-bloc-basket .coupon{
	float:left;
	padding:15px;
	width:400px;
}
.order-bloc-basket .small_gray {font-size:12px; color:#8C8C8C; }
.order-bloc-basket input[type=text] {padding:5px; }