@charset "UTF-8";

body {
   background-color: #000000;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   color: #000000;
}

body *{
   background-color: #A29061;
}

a, .menuLinks, .menuLinks a, table.details a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.categoryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #999999;
}
.categoryTitle a {
   color: #000000;
   background-color: #999999;
}
.productTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.productDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.productDesc .sale{
   color: #FF0000;
   font-weight: bold;
}
.productDesc .sale_original{
   text-decoration: line-through;
}

.categorySelect, .categorySelect a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-indent: 10px;
}

.categorySelect a {
   font-size: 80%;
}
INPUT {
	font-family:Arial, Helvetica, sans-serif; font-size: 8pt; }
SELECT {
	font-family:Arial, Helvetica, sans-serif; font-size: 8pt; border:1px solid gray; }

IMG {
   border: 0px;
}

.checkoutOption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.checkoutOption span{
   display: block;
   float: left;
   clear: none;
}

.checkoutOption .paymentButton{
   width: 70px;
   vertical-align: top;
}

div.pagination {
   width: 100%;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #000000;
   text-decoration: none;
}
div.pagination a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div#top_link {
   float: left;
   background-color: white;
   width: 100%;
}

span#acknowledgment, span#acknowledgment a {
   display: block;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   width: 500px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   background-color: #000000;
}

table.listItem {
   border-color: #79879F;
}

.error {
   font-weight: bold;
   color: red;
}

table.standard_full {
   width: 95%;
   margin-left: auto;
   margin-right: auto;
}

table.standard_full td,table.standard_full th{
   text-align: left;
}