/* SECTION BOUTIQUE */
.cont_productList_item{
	border-bottom: 1px solid #D3D2D2;
    margin-bottom: 60px;
    margin-top: 20px;
	float:left;
	width:46%;
	margin-right:4%;
}
.cont_productList_item .products_image{
	float:left;
	width:96px;
}
.cont_productList_item .products_right_info{
	float:left;
	width:172px;
	margin-left:50px;
}
.row_item_shoppingCart{
	padding:3px 2px 10px;
	margin:0px 0px 10px;
	border-bottom:1px dashed #999;
	
}
.row_item_shoppingCart.lastItem{
	border-bottom:0px;
}
.itemNameShoppinCart{
	font-weight:bold;
	margin-bottom:4px;
}
table.order_table tr td.align_right, table.order_table tr th.align_right{
	text-align:right;
}
table.order_table tr td.align_left, table.order_table tr th.align_left{
	text-align:left;
}
table.order_table tr td, table#order_itemList tr th{
	padding:5px;
}
table.order_table tr th{
	border-bottom:1px solid #333;
}
#order_TotalBlock{
	width:80%;
	margin-left:auto;
}
table.order_table tr.even_row td{
	background-color:#eee;
}
.cont_print_btn{
	text-align:right;
	padding:10px 0px;
}
.cont_print_btn a{
	color:#6F6F6F;
}
.oldPriceBeforePromo{
	text-decoration:line-through;
	color:#ed1b2e;
}
.payBillContAddress{
	padding:4px 0px 4px;
}
.payBillContAddress.lastItem{
	border:0px;
}
.error_message_promoCode{
	color:#ed1b2e;
}
.good_message_promoCode{
	color:#599847;
}
/* /SECTION BOUTIQUE */