body {
	background-color: #7b0712;
}

p {
	padding: 5px;
}

div.wrapper {
	width: 749px;
	margin-left: auto;
	margin-right: auto;
	background-color: #dfcf9e;
	font-family: Arial Narrow;
	font-size: 12px;
}

.products {
	clear: both;
	font-family: trebuchet ms;
	color: #584103;
	font-size: 10pt;
}

.products_name {
	font-size: 14pt;
}
.products_left {
	float: left;
	width: 100px;
	height: 220px;
	padding-left: 15px;
}

.products_middle {
	float: left;
	width: 440px;
	height: 220px;
}

.products_right{
	float: right;
	width: 175px;
	height: 220px;
}

.products_detail {
	color: #193A76;
	font-size: 13pt;
}

.button input{
	font-family: trebuchet ms;
	font-size: 8pt;
	border: 1px solid #584103;
}

div.header {

}

div.footer {
	clear: both;
	font-family: trebuchet ms;
	font-size: 8pt;
	color: #584103;
	text-align: center;
}

/* Shopping Cart Related */

table.cart
{
	border-collapse: collapse;
	font-family: trebuchet ms;
	width: 720px;
	margin: 10px 10px 0px 15px;
}

table.cart tr.header
{
	font-size: 9pt;
	padding: 3px;
	color: #584103;
	background-color: #d1ba84;
}

table.cart tr.header th.quantity
{
	text-align: center
}

table.cart tr.entry
{
	vertical-align: top;
	font-size: 9pt;
	padding: 5px;
}

table.cart tr.entry td
{
	padding: 5px;
	color: #3a3b3a;
}

table.cart tr.entry td.name
{
	text-align: left;
}

table.cart tr.entry td.name a:link
{
	color: #584103;
}

table.cart tr.entry td.name a:visited
{
	color: #584103;
}

table.cart tr.entry td.name span.instock
{
	color: #3a3b3a;
}

table.cart tr.entry td.name span.outstock
{
	color: #3a3b3a;
}

table.cart tr.entry td.quantity
{
	text-align: center;
}

table.cart tr.entry td.quantity input
{
	text-align: left;
	padding: 3px;
	font-family: trebuchet ms;
	font-size: 8pt;
	border: 1px solid #d1ba84;
	width: 30px;
}

table.cart tr.entry td.price
{
	font-weight: bold;
	color: #584103;
	text-align: center;
}

table.cart tr.entry td.remove
{
	font-family: trebuchet ms;
	
}

table.cart td.subtotal
{
	font-family: trebuchet ms;
	text-align: right;
}

table.cart td.subtotal span.label
{
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #584103;
}

table.cart td.subtotal span.value
{
	font-size: 12pt;
	font-weight: bold;
	color: #472102;
}

table.cart td.function input
{
	font-family: trebuchet ms;
	font-size: 8pt;
	border: 1px solid #d1ba84;
}

table.cart td.status
{
	padding: 10px;
	font-family: trebuchet ms;
	font-size: 8pt;
	font-style: italic;
}

a:link
{
	color: #584103;
}

a:visited
{
	color: #584103;
}