@charset "UTF-8";

body {
   background-color: #C5CBD6;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   color: #000000;
}

body *{
   background-color: ;
}

a, .menuLinks, .menuLinks a, table.details a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #606D86;
	text-decoration: none;
}


.categoryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #828EA6;
}
.categoryTitle a {
   color: #FFFFFF;
   background-color: #828EA6;
}
.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, .notice{
   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%;
}

.categorySelect ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.categorySelect ul span {
	display: block;
	width: 20px;
	text-align: center;
	clear: none;
	margin: 0px;
	padding: 0px;
	float: left;
	cursor: pointer;
}

.categorySelect li {
	padding-top: 6px;
}

.categorySelect ul ul {
	padding-bottom: 6px;
	padding-left: 10px;
}

.categorySelect ul ul.closed {
	display: none;
}

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: #606D86;
	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: #606D86;
   text-decoration: none;
   background-color: #C5CBD6;
}

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;
}

.required {
	color: #FF0000;
	font-size: 10px;
}

.cvvTip {
	font-size: 10px;
	font-weight: normal;
}

.productDescLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}