#carttable,#carttable td table {
	padding: 0;
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

#carttable td { color: #6c583e; padding: 0; font-size: 11px; }

#carttable td table td { color: #6c583e; padding: 0; text-align: left; }

th
{
	background: url(../images/bg_table_header.gif) left top repeat-x #7f4400;
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-align: center;
	padding: 2px 0;
	width: 86px;
	height: 23px;
}

#carttable #first-header {
	width: 340px;
	text-align: left;
	text-indent: 20px;
}

.viewcart
{
	background-color: #ffffff;
	padding: 5px 0;
}


#carttable .datacell0
{
	text-align: center;
	padding: 6px 6px;
	background: url(../images/bg_datacell0.png) left top transparent;
}

#carttable .datacell1
{
	text-align: center;
	padding: 6px 6px;
	background: url(../images/bg_datacell1.png) left top transparent;
}

#carttable .prod-link {
	text-align: left;
}

/*#carttable td strong
{
	color: #363636;
	font-weight: normal;
}*/

#carttable .tdline { background: #dfcda8; }

.cart_price
{
	color: #a80101;
	font-size: 18px;
	font-weight: bold;
	padding: 0 8px 0 10px;
}

.cart_product_name
{
	color: #d9920d;
	font-weight: bold;
	font-size: 1.1em;
	
}

.subtotal {
	
	padding-bottom: 5px;
}

.txt-subtotal
{
	font-size: 18px;
	color: #351c00;	
}

#empty-cart p
{
	width: 100%;
	font-size: 1.1em;
	text-align: center;
	border-top: 1px solid #E12D89;
	border-bottom: 1px solid #E12D89;
	background: #FEF7FA;
	color: #DD137B;
	padding: 5px 0;
	_margin-right: 5px;
}

/*==========----Links----============*/
#shopping_cart #carttable a:link,  #shopping_cart #carttable a:visited{
	color: #6c583e;
}

.delcartlink:link, .delcartlink:visited
{
	text-decoration: none;
	color: #6c583e;
}

.delcartlink:hover
{
	text-decoration: underline;
}

.a-img-cart:link, .a-img-cart:visited {
	border: 2px transparent solid;
	display: block;
	width: 45px;
}
.a-img-cart:hover {
	border: 2px #9c0101 solid;
	display: block;
}

#carttable input {
	width: 30px;
	text-align: center;
}

#carttable #recalculate {
	width: 93px;
	height: 23px;
	border: 0;
}

#carttable input
{
	FONT-FAMILY: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c583e;
	background: white;
	border: 1px #d5b5af solid;
	margin : 0;
	padding: 2px;
	text-align:center;
}

#carttable .tdblock { position: relative; }

#carttable .ablock {
	float: left;
	margin-left: 25%;
}

* html #carttable .ablock {
	margin-left: 0;
	position: absolute;
	top: 0;
	left: 20%;
}