#content #title {
	margin:54px 0 38px 41px
	}

#content div#cart {
	padding-top:0;
	margin-left:21px;
	border:1px solid #f5f5f5;
	width:591px;
}

#content div#cart div {
	border:1px solid #f1f1f1;
	margin:0;
	padding:0;
	width:auto;
}
#content div#cart div div {border:1px solid #ebebeb;}

#content table{
	background:url(../images/mycart/bg_mycart.gif) repeat-y;
	border:1px solid #e4e4e4;
	width:100%;
	}

#content table thead tr th {
	font:bold 15px/14px Arial, Helvetica, sans-serif ;
	color:#ab2424;
	height:41px;
	background:#f0f2f3;	
	text-align:left;
	padding:4px;
}

#content table thead tr th#item {padding-left:21px}

#content table tbody tr td {
	height:81px;
	padding-top:16px;
	font:13px/14px Arial, Helvetica, sans-serif;
	color:#52514c;
	vertical-align:top;
}
	
#content table tbody tr td a{
	font:bold 11px/14px Arial, Helvetica, sans-serif;
	color:#ab2424;
	text-decoration:underline;
	}
	
#content table tbody tr td span{
	padding:2px;
	border:1px solid black;
	}
	
#content table tbody tr td input {
	width:20px;
	text-align:center;
	margin:0 auto;
}
	
#content table tbody tr td.quantity { text-align:center;}

#content table tbody tr td.delete {
	padding-left:4px;
	padding-right:4px;
	font-weight:bold;
}

#content table tfoot tr td{
	font:15px/40px Arial, Helvetica, sans-serif;
	color:#ab2424;
	background:#fff;
	}

div#subtotal {
	font:15px/16px Arial, Helvetica, sans-serif;
	float:right;
	color:#ab2424;
	padding:24px 70px 24px 0;
}
	
img#continue{
	margin-right:45px;
	margin-left:12px;
}

#continue {margin-left:20px;}

#continue, #empty, #update {
	margin-right:61px;
}