#body_content .right-2 {
	border-left:1px solid #CCCCCC;
	padding-left:10px;
}
#body_content .left-1 {
	border-right:none;
	padding-right:0px;
	
}
.crate_tbl {
	margin-bottom:10px;
}
.crate_tbl th {
	font-weight:bold;
	padding-bottom:20px;
	text-align:right;
	background:#F2F2F2;
	padding:8px;
}
.crate_tbl td {
	padding:3px 8px;
}
.crate_tbl th.left {
	text-align:left;
}
.crate_tbl .remove_icon {
	text-align:center;
	border:none;
}
.crate_tbl .itemname {
	font-size:14px
}
.crate_tbl .itemdesc {
	color:#999999;
	margin-bottom:5px;
}
.crate_tbl .itemprice,.crate_tbl .itemtotal  {
	text-align:right;
}
.crate_tbl .itemqty {
	text-align:right;
}
.crate_tbl .itemqty input {
	width:30px;
	padding:1px;
	border: solid 1px #CCCCCC;
	background:#FFFFFF;
}
.crate_tbl tfoot td {
	border-top:solid 1px #CCCCCC;
	padding-top:5px;
}
.crate_tbl .label,.crate_tbl .totalprice  {
/*	color:#FF0000;*/
	font-weight:bold;
	text-align:right;
	background:#FFFFCC;
	white-space:nowrap;
}
.info_tbl {
	position:relative;
}
.info_tbl #sameAs {
	display:inline;
	font-size:12px;
	font-weight:normal;
	margin-left:20px;
}
.info_tbl th {
	font-weight:bold;
	text-align:left;
	padding:5px;
	position:relative;
	font-size:14px;
	background:#F2F2F2;
	margin-bottom:20px;
	
}
.info_tbl .addressinfo td {
	padding:5px;
}
.info_tbl .addressinfo label {
	font-weight:bold;
	display:block;
	white-space:nowrap;
}
.info_tbl .addressinfo label.redcross, .payment .carddetails label.redcross {
	background:url(../images/icon_cross_small.gif) center right no-repeat;
	padding-right:20px;
	color:#FF0000;
}
.info_tbl .addressinfo label.smalltick, .payment .carddetails label.smalltick {
	background:url(../images/icon_tick_small.gif) center right no-repeat;
	padding-right:20px;
}
.vdivider {
	background:url(../images/gray_square.gif) center repeat-y;
}
.error_box {
	padding:10px 10px 10px 30px;
	background:#FFFFCC url(../images/cross_octagon.gif) no-repeat;
	background-position:10px center;
	color:#FF0000;
	margin-bottom:10px;
}
#body #body_content .payment h2 {
	color:#000000;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}
.payment {
	padding:0 10px;
}
.payment .type input, .payment .type label {
	float:left;
}
.payment .type label {
	margin-right:30px;
}
.payment .carddetails td {
	padding:0 5px;
}
.payment .carddetails label {
	color:#000000;
	font-weight:bold;
	font-size:14px;
}
table.addressinfo label.inline {
	display: inline;
}
.txt, .required, .password1, .password2, .creditcard{
	border:solid 1px #d9d9d9;
}