body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #5a471c;
	margin: 0;
}

tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a:link, a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited, a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.producttitle {
	font-size: 14px;
	font-weight: bold;
	}

.scqty  {
	width: 35px;
	}

.shipping-table {
background:#8C753E;
border:1px solid #8C753E;
padding:2px;
}

.shipping-table td {
	color:#fff;
	padding:5px;
	border-top:1px solid #7F6C3F;
	border-bottom:1px solid #AF9862;
	border-right:1px solid #7F6C3F;
	border-left:1px solid #AF9862;
}

.shipping-table th {
	color:#fff;
	background:#413314;
	padding:5px;
	text-align:left;
}