.Bg_ShoppingCart{
	float:left;
	padding-top:10px;
	background:url(../Images/Common/Bg-ContentArea.gif);
	width:533px;
	min-height:386px;
	height:auto;
	background-repeat:no-repeat;
	/*margin-top:10px;*/
	color:#ffffff;
}
.BodyContentHead{
	float:left;
	width:521px;
	padding-left:11px;
}
.BodyContentHeadPadding{
	padding-top:18px;
}
.TableBasket {
	float:left;
	width:100%;
	text-align:left;
	border:#4e4e4e 1px solid;
	border-collapse:collapse;
}
.TableBasket  td, th{
	border:#4e4e4e 1px solid;
	padding:7px;
	vertical-align:top;
}
#CouponCode{
	width:301px;
	float:left;
	background:url(../Images/Common/Bg-Coupon.gif);
	background-repeat:no-repeat;
	height:107px;
}
#Button-Checkout{
	width:220px;
	float:right;
}
#TableForm{
	float:left;
	width:100%;
}
#TableForm td{
	padding-bottom:10px;
}

.ColspanTR{
	background-color:#242424;
	font-weight:bold;
}
.ColspanTR td{ padding:10px !important; border-bottom: solid 2px #4e4e4e  !important;}
.ColspanTD{
	text-align:right;
}
#TableOrder {
	float:left;
	width:100%;
	text-align:left;
	border-left:#4e4e4e 1px solid;
	border-right:#4e4e4e 1px solid;
	border-top:#4e4e4e 1px solid;
	border-collapse:collapse;
	background:url(../Images/Common/Bg-SearchOrder.gif);
	height:111px;
	background-repeat:no-repeat;
}
#TableOrder  td, th{
	padding:7px;
	vertical-align:top;
}
#TableOrder  td td{
	padding:0px;
	vertical-align:top;
}
.Bg_OrderDetailsHead{
	float:left;
	width:100%;
	text-align:left;
	background:url(../Images/Common/Bg-OrderDetailsHead.gif);
	height:36px;
	background-repeat:no-repeat;
}

.TableOrderDesc{
	float:left;
	width:100%;
	text-align:left;
	border:#4e4e4e 1px solid;
	border-collapse:collapse;
	background-image:url(../Images/Common/Bg-OrderDetailsHead.gif);
	background-repeat:no-repeat;
}
.TableOrderDesc  td{
	border:#4e4e4e 1px solid;
	padding:7px;
	vertical-align:top;
}
.TableOrderDesc th{
	font-weight:normal;
	border:#4e4e4e 1px solid;
	padding:0 7px 0 7px;
	line-height:36px;
	color:#010101;
	white-space:nowrap;
}
.SC_Message{
	background-color:#FFF;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}