@charset "utf-8";
/* CSS Document */
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F553D;
}
body {
	background-image: url(images/nav/bg-site.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	font-size: 12px;
	color: #880E0D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #880E0D;
}
a:active {
	text-decoration: none;
	color: #880E0D;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
h1 {
	font-size: 12px;
	color: #6C0506;
}
h2 {
	font-size: 14px;
	color: #6C0506;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #D3C7AF;
	margin:0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin:0px;
	font-weight: bold;
}
legend {
	font-size: 14px;
	color: #6C0506;
	font-weight: bold;
}

#headerDiv	{
	margin:0 auto;
}
.AddToCartButton	{
	background:#990000;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#CCCCCC;
	height: 20px;
	width: 90px;
	cursor:pointer;
	
}
.ViewCartButton	{
	background:#990000;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#CCCCCC;
	height: 20px;
	width: 110px;
	cursor:pointer;
	
}

.MainText	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.MapText	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.MapText a:link	{
	color:#0033FF;
	font-size: 11px;
}
.MapText a:active	{
	color:#0033FF;
	font-size: 11px;
}
.MapText a:visited	{
	color:#0033FF;
	font-size: 11px;
}
.MapText a:hover	{
	text-decoration:underline;
	font-size: 11px;
}



#MarketPlaceItemRow	{
	background-color:#FFFFFF;
}
#MarketPlaceItemRow:hover	{
	background-color:#EEE4A4 ;
}
.CartRowHeader {
	font-weight: bold;
	color: #CCCCCC;
	border: thin solid #CCCCCC;
	background-color:#9C2B23;
}
.CartRowItem {
	font-weight: normal;
	border-bottom:solid 1px #666666;
}
#ActionForm	{
	height: 10px;
}
#LoginBox	{
	margin: 0 auto;
	width: 300px;
}
#ErrorBox	{
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 70%;
	padding: 10px;
	border: 1px dashed #CC0000;
	background: #FFFF33;
	color:#CC0000;
	font-weight:bold;
	text-align:center;
}

-->
