/* ============================= */
/*         ID SELECTORS          */
/* ============================= */

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#pagecontainer {
	background-color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}

/* ============================= */
/*           DEFAULTS            */
/* ============================= */

body {
	background-color: #AAA19D;
	background-image: url(images2/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img { border: 0px; }

hr {
	padding: 0px;
	width: 100%;
	height: 1px;
	color: #CC0000
	margin: 5px, 0px, 5px, 0px;
}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #CC3300;
}

h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}

h1 {
	font-size: 22px;
	font-style: normal;
	color: #CC0000;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 18px;
	font-style: normal;
	color: #CC0000;
	margin-bottom: 0.5em;
}

/* ============================= */
/*     MULTIPURPOSE STYLES       */
/* ============================= */

.top {
	vertical-align: top;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

.noborder {
	border: 0px;
	margin: 0px;
}

.clear-both {
	clear: both;
}

.tinytext {
	font-size: 1px;
}

.smallText {
	font-size: 10px;
}

.image-thumbnail {
	border: none;
	padding: 5px;
}

.text-h1 {
	font-size: 24px;
	font-style: normal;
	clear: both;
	color: #CC0000;
}

.text-h1-noclear {
	font-size: 24px;
	font-style: normal;
	/*clear: both;*/
	color: #CC0000;
}

.text-h2 {
	font-size: 18px;
	font-style: normal;
	color: #CC0000;
}

.text-block {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 20px;
	color: #333333;
	/*clear: both;*/
}

.bold {
	font-weight: bold;
}

.grey {
	color: #666666;
}


/* ============================= */
/*       PAGE LAYOUT STYLES      */
/* ============================= */

.header-top-bg {
	background-image: url(images2/header-top-bg.png);
	background-attachment: bottom left;
	background-repeat:repeat-x;
}

.page-bottom-bg {
	background-image: url(images2/page-bottom-bg.png);
	background-attachment: top left;
	background-repeat:repeat-x;
}
.header-left-bottom {
	vertical-align:top;
	background-color: white;
}

.header-menu {
	height: 31px;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	background-image: url(images2/header-menu-bg.png);
}

.header-menu a {
	padding-left: 5px;
	padding-right: 5px;
	height: 31px;
	font-size:12px;
	color: white;
	font-weight: bold;
}

.logo-main {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
}

.page-bg-left {
	font-size: 1px;
	background-image:url(images2/page-bg-left.png);
	background-attachment: top right;
	background-repeat:repeat-y;
}

.page-bg-right {
	font-size: 1px;
	background-image:url(images2/page-bg-right.png);
	background-attachment: top left;
	background-repeat:repeat-y;
}


/* ============================= */
/*        LEFT MENU STUFF        */
/* ============================= */
.menu-left {
	padding-top: 8px;
	background-color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	margin: 0px;
}

.menu-left a {
	background-color:white;
	display: block;
	padding: 4px 4px 4px 12px;
	border-bottom: solid 1px #FFE6E6;
	border-right: solid 1px #FFE6E6;
}

.menu-left a:hover {
	/*background-color: #FDEDEA;
	background-image: url(images2/button-bg-light.jpg);*/
	background-color: #f54747;
	text-decoration: none;
	color: #ffffff;
	border-bottom: solid 1px #f54747;
	border-right: solid 1px #f54747;
}

.menu-left-header {
	/*background-image: url(images2/menu-header-bg.jpg);*/
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 2px 2px 12px;
	/*border-top: solid 2px #CC3300;
	border-right: solid 2px #CC3300;
	border-bottom: solid 2px #CC3300;*/
}


.cart-box {
	padding: 5px;
	border-right: solid 1px #FFE6E6;
	border-bottom: solid 1px #FFE6E6;
}
/*

.cart-buttons {
	display: block;
}

.cart-box img {
	vertical-align:middle;
}*/

.searchbox {
	padding: 5px;
	border-right: solid 1px #FFE6E6;
	text-align: center;
}

.searchbox a {
	border: none;
	background: none;
	padding: 0px;
}
.searchbox a:hover {
	color: #CC0000;
	border: none;
	background: none;
	text-decoration: underline;
}

.footer {
	clear: both;
}

.product-cell {
	border: solid 2px #996666;
	width: 50%;
}

.box-product-price {
	padding: 4px;
}

.product-price-old {
	text-decoration: line-through;
}
.product-price-special {
	color: #FF0000;
	font-weight: bold;
}

.product-name {
	font-size: 24px;
	font-style: normal;
	color: #CC0000;
}

.product-description {
	margin-top: 2em;
}

.product-image {
	border: 0px;
	padding: 5px;
	float: right;
	clear: right;
}

.product-buttonbar {
	border: solid 2px #CC0000;
	padding: 5px;
	margin-top: 5px;
	clear: both;
}

.box-product-name {
	font-weight: bold;
	padding: 4px;
}

.box-product-description {
	padding: 4px;
	font-size: 10px;
}

.faq {
}
.faq .question {
	font-weight: bold;
	font-size: 14px;
	color: #CC3300;
}
.faq li {
	margin-bottom: 1em;
}
.faq .section {
	font-weight: bold;
	color: #CC3300;
	margin-bottom: 0em;
}
.faq ul li {
	margin-bottom: 0em;
}
.faq ul {
	margin-top: 1em;
	margin-bottom: 1em;
}

.price-block {
	font-size: 18px;
}



TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFFFFF;
  /* f8f8f9 */
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFFF;
  /* f8f8f9 */
}

.stockWarning { font-size : 10px; color: #cc0033; }


/* ============================= */
/*    USED FOR AUXILLARY PAGES   */
/* ============================= */
.table-contacts {
	border: solid 2px #CC0000;
	margin-bottom: 1em;
	font-size: 12px;
	color: black;
}
.table-contacts th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.table-contacts td {
	padding: 5px;
	vertical-align: top;
}



/* ============================= */
/*      INFO PAGE LIST ITEMS     */
/* ============================= */
.paymentoption li {
	font-size: 18px;
	font-style: normal;
	color: #CC0000;
}

.paymentoption li div{
	font-size: 12px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 20px;
	color: #333333;
	clear: both;
}

/* ============================= */
/*     PRODUCT LISTING STYLES    */
/* ============================= */
TABLE.productListing {
  border: solid 2px #CC0000;
  border-spacing: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.productListing-heading {
  font-size: 10px;
  background: #CC0000;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading:hover {
  color: #FFFFFF;
}

TD.productListing-data {
  font-size: 12px;
}

/* ============================= */
/*      SHOPPING CART STYLES     */
/* ============================= */

.shoppingcart-subtotal { text-align: right; font-size: 14px; margin-bottom: 1em; }
.shoppingcart-item-name {  }
.shoppingcart-item-image {  }
.shoppingcart-total {  }


/* ============================= */
/*       MY ACCOUNT STYLES       */
/* ============================= */

.account-box {
	border: solid 2px #CC0000;
	padding: 5px;
	margin-bottom: 1em;
}

.account-box h3{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #CC0000;
}

.account-box-small {
	border: solid 2px #CC0000;
	padding: 5px;
	vertical-align: top;
}

.account-box-small h3{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #CC0000;
}
.account-box-small h4{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

/* ============================= */
/*      ORDER HISTORY STUFF      */
/* ============================= */

.orderhistory-cell-name {
	vertical-align: top;
}
.orderhistory-cell-quantity {
	vertical-align: top;
	text-align: right;
}
.orderhistory-cell-total {
	vertical-align: top;
	text-align: left;
}

.orderhistory-attribute {
	vertical-align: top;
	font-size: 10px;
}

.account-order-list tr		{ padding: 4px; }
.account-order-list th		{ text-align: left; color: white; background-color: #CC0000; }
TABLE.account-order-list	{ width: 100%; }

/* ============================= */
/*      MESSAGES OF CHANGES      */
/* ============================= */

.message-information {
	background-color: #00FF00;
	color: black;
}
.message-error {
	background-color: #FF0000;
	color: white;
	font-weight: bold;
}


/* ============================= */
/*      GENERAL BOX LAYOUTS      */
/* ============================= */

.box {
	border: solid 2px #CC0000;
	margin-bottom: 0.5em;
	padding: 0px;
}

.box p {
	margin-bottom: 0.5em;
}

.box h3{
	background-color: #CC0000;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	margin: 1px;
}

.box h3 a{
	background-color: #CC0000;
	color: white;
	font-weight: normal;
	font-size: 12px;
	padding: 2px;
	margin: 1px;
}

.box h4{
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}

.box h4 a {
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	color: #CC0000;
}

.box-text {
	padding: 5px;
}

/* ============================= */
/*        CHECKOUT STUFF         */
/* ============================= */

.checkout-option {
	padding: 5px;
}

.checkout-paydetails th{
	text-align: right;
	font-weight: bold;
}

.checkout-paydetails td{
	padding-left: 1em;
}


