#ShoppingCart-ContentArea {
	float:left;
	width:620px;
}
#ShoppingCart_Div {
	float:left;
	width:618px;
	border:1px solid #4c4c4c;
	background-color:#707070;
	font-size:11px;
}
.SC_odd {background-color:#808080;}
.SC_even {background-color:#8c8c8c;}
.SC_HR{
	background-image:url(../Images/Common/Line-H.gif);
	background-repeat:repeat-x;
	background-position:0 0;
}
.SC_VT{
	background-image:url(../Images/Common/Bg-V-Line.gif);
	background-repeat:repeat-y;
	background-position:0 0;
}
.VL {
	float:left;
	width:1px;
	height:100%;
	background:url(../Images/Common/Bg-V-Line.gif);
	background-repeat:repeat-y;
}
.CouponTable td {
	padding:5px 0 5px 0;
	border-bottom:#707070 1px solid;
	text-align:center;
}
.CouponTable input {
	width:191px;
	float:left;
	margin:0;
	padding:0;
}
.ShoppingCartHeading {
	float:left;
	clear:both;
	width:606px;
	padding-left:14px;
	padding:10px 0 10px 14px;
	background-color:#4c4c4c;
	font-size:16px;
}
.Icon_2_White {
	float:left;
	background:url(../Images/Common/Icon_2_White.gif);
	width:23px;
	height:22px;
	background-repeat:no-repeat;
	background-position:0 -1px;
	padding-left:30px;
}
.Icon_3_White {
	float:left;
	background:url(../Images/Common/Icon_3_White.gif);
	width:23px;
	height:22px;
	background-repeat:no-repeat;
	background-position:0 0px;
	padding-left:30px;
}
.Icon_4_White {
	float:left;
	background:url(../Images/Common/Icon_4_White.gif);
	width:23px;
	height:22px;
	background-repeat:no-repeat;
	background-position:0 0px;
	padding-left:30px;
}
.Icon_1_White {
	float:left;
	background:url(../Images/Common/Icon_1_White.gif);
	width:23px;
	height:22px;
	background-repeat:no-repeat;
	background-position:0 0px;
	padding-left:10px;
}
.Reset {
	margin:0;
	padding:0;
	border:0;
	background:none;
}

