/* CSS Document */
BODY 
{
	FONT-SIZE: 12pt; 
	COLOR: #663300; 
	FONT-FAMILY: Georgia;
	BACKGROUND-IMAGE: url(Images/newbckgrnd.jpg);

}

#holder 
{
	width: 800px;
	margin: 0 auto 0 auto;
	border: 1px solid;

}

#header
{
	width: 800px;
	margin-top: 3px;
	border-bottom: 1px solid;
}

#links
{
	width: 150px;
	float: left;
	padding: 4px;
	margin-top: 10px;
	border-right: 1px solid;
}

#content 
{
	margin: 0 0 0 185px;
	margin-top: 10px;
	text-align: justify;
	padding: 10px;
}

.product 
{
	top: 400px;
}

A 
{
	FONT-FAMILY: Georgia;
}

A:link 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12pt; 
	COLOR: #663300; 
	TEXT-DECORATION: none;
}

A:visited 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12pt; 
	COLOR: #663300; 
	TEXT-DECORATION: none;
}

A:hover 
{

	FONT-WEIGHT: bold; 
	FONT-SIZE: 12pt; 
	COLOR: #663300; 
	TEXT-DECORATION: underline;
}

A:active 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12pt; 
	COLOR: #663300; 
	TEXT-DECORATION: none;
}

table.cart th
{
	border: 1px solid #663300;
	background-color: #663300;
	color: #DDCAA0;
	text-align: center;
	padding: 0.4em;
}

table.cart td
{
	border-left: 1px solid #663300;
	border-bottom: 1px solid #663300;
	padding: 0.25em 0.5em;
	vertical-align: center;
}

table.cart td.price
{
	text-align: right;
	border-left: none;
	border-right: none;
}

table.cart td.button
{
	border-left: none;
	border-right: 1px solid #663300;
}

table.cart tr.subtotal td
{
	border-top: 3px solid #663300;
	text-align: right;
}

table.cart tr.subtotal td.button {
	text-align: left;
}