/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 1223 2005-04-22 03:46:20Z ajeh $
*/
BODY {
	background-color:#D1D3D4;
	color: #ffffff;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
    font: 11px Arial, sans-serif;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 750px !important;
	background-color:#343333;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

A {
  color: #fff;
  text-decoration: none;
}

A:hover {
  color: #666;
  text-decoration: none;
}

FORM {
	display: inline;
}
.banners {
  padding: 0px;
	background-color:#D1D3D4;
}

/*HEADER CSS*/

TABLE.header {
  background-image: url(../images/header_bg.jpg);
  background-repeat: repeat-x;
/*  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a; */
}

TABLE.headerNavigation {
  background-image: url("../images/header_back.gif");
  background-color: #abbbd3;
  width: 100% !important;
  color: #534C34;
}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing:1px;
  padding: 5px;
}

TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  border-bottom: 1px dotted #534C34;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footerbottom a  {
  font-weight: bold;
  color: #534C34;
}

TD.headerNavigation A:hover, td.footerbottom a:hover  {
  color: #7B6A34;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.column_left, .column_right, .column_single {
  padding: 2px;
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}
.leftbox, .rightbox {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #534C34;
  margin-bottom: 15px;
}

.centerbox, .singlebox {
  font-family: Arial, sans-serif;
  font-size: 11px;
  margin-bottom: 15px;
}

.leftboxheading, .rightboxheading, .singleboxheading {
  /*background-color: #abbbd3;*/
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
  background-image: url(../images/tile_back.gif);
}

.centerboxheading {
  /*background-color: #abbbd3;*/
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
  background-image: url(../images/center_back.gif);
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #ffffff;
}

TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
  background: #343333;
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #343333;
  margin-bottom: 15px;
}

.plainBox, .plainbox-description {
  font-family: Arial, sans-serif;
  font-size: 11px;
  /*border:1px solid #9a9a9a; */
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
}

TD.productListing-heading{
  background-color: #c60c27;
/*  background-image: url(../images/center_back.gif); */
}

TD.productlisting {
/*  border:1px solid #9a9a9a; */
}

TD.productListing-data {
  font-size: 10px;
  padding: 5px;
  width: 100px;
}

TD.productListing-info {
  font-size: 10px;
  padding: 5px;
}

a.product-list-name	{
  font-size: 12px;
  font-weight: bold;
  font-variant: small-caps;
  color: #C60C27;
}

/*center main section
-----------------------------------*/
h1	{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

h2	{
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-top: 11px;
}

.center_column {
  padding: 8px;
}
.main_page{
  width: 100% !important;
/*  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a; */
  padding: 5px;
}


/* footer
--------------*/

TABLE.footer {
  text-align: center;
  font-size: 10px;
	background-color:#D1D3D4;
/*  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a; */
}

table.footertop	{
	background-color:#D1D3D4;
}


TR.footertop {
  padding-top: 5px;
  color:#ffffff;
	background-color:#D1D3D4;
}

.footer-center	{
background-color: #c60c27;
  color:#ffffff;
}

.footer-left	{
background: url(../images/footer-left.gif) no-repeat left bottom;
  height: 15px;
  width: 10px;
background-color: #c60c27;
}

.footer-right	{
background: url(../images/footer-right.gif) no-repeat right bottom; 
   height: 15px;
  width: 10px;
background-color: #c60c27;
}

TD.footerbottom {
  padding: 5px;
 color: #7B6A34;
}

.tinytext a {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 9px;	
	font-style: normal;	
	line-height: normal;	
	font-weight: normal;	
	color: #FFFFFF;	
	font-variant: normal;	
	padding: 0px;	
	margin-top: 0px;	
	margin-right: 0px;
	margin-bottom: 0px;	
	margin-left: 5px;}

/* product page */

.productImage	{
width: 200px;
}

.productImageLeft	{
margin-right: 10px;
}

.productleft	{
float: left;
width: 200px;
margin: 5px 5px 0px 0px;
}

.productright	{
float: left;
width: 240px;
margin: 5px 0px 0px 0px;
}

.bl {background: url("/images/kit/bl.gif") 0 100% no-repeat #D1D3D4; width: 100%}
.br {background: url("/images/kit/br.gif") 100% 100% no-repeat}
.tl {background: url("/images/kit/tl.gif") 0 0 no-repeat}
.tr {background: url("/images/kit/tr.gif") 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

.maintextpopdarkbold {
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bolder;
	color: #343333;
	font-variant: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 10px;
	}
	
div.harness {	
    display: block;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #343333;
	font-variant: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 10px;
	height: 110px;
}
	
div.lightsource {	
    display: block;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #343333;
	font-variant: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 10px;
}

div.lightsource img {	
	text-align: center;
}

div.colorwheel {	
    display: block;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #343333;
	font-variant: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 10px;
	height: 50px;
}

div.colorwheel img {	
	margin-right: 10px;
}

.maintextpopdark {
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #343333;
	font-variant: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 10px;
}

.maintextpopdark a:link {
	color: #343333;
}

.maintextpopdark a:hover {
	color: #999;
}

.maintextpopred {
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #c60c27;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 10px;
}
	
.tinytextpopred {
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #c60c27;
	font-variant: normal;
	padding: 0px;
	margin: 0px;
}
.tinytextpop {
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #d1d3d4;
	font-variant: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-left: 10px;

}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #343333;
   font-size: 10px;
   padding: 3px;
   border: 1px solid #fff;
}

TR.productListing-odd, TR.upcomingProducts-odd {

}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  background: #534C34;
}

TD.productListing-data-description-odd {
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
/*  border-bottom: 1px solid #9a9a9a; */
}

TD.productListing-data-description-even {
  background: #534C34;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
/*  border-bottom: 1px solid #9a9a9a; */
}

td.pageresults a {
  color: #fff;
}

td.pageresults a:hover {
  background: #FFFF33;
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser {
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
   color: #f0a480;
   font-weight: bold;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #534C34; cursor: pointer; }
.moduleRowSelected { background-color: #534C34 }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
/*  border: 1px solid #9a9a9a; */
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; /*border: 1px solid #9a9a9a;*/ }
.messageStackCaution { font-family: Arial, sans-serif; font-size: 10px; background-color: #ffff00; }

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #9a9a9a;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}


/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 11px Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* categories box parent and child categories and extra links */
.category-top, .category-links {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 0px 0px -7px 0px;
  border-bottom: 0px solid #fff;
}

.category-top a, .category-links a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 0px 0px -7px 0px;
  border-bottom: 0px solid #fff;
}

.category-top a:hover, .category-links a:hover {
  color: #666;
  text-decoration: underline;
  font-weight: bold;
}

A.category-subs, A.category-products {
  color: #fff;
  text-decoration: none;
  margin: 2px 0px;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* info pages */

.category-info  {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  border-bottom: 0px solid #fff;
}

.category-info a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  border-bottom: 0px solid #fff;
}

.category-info a:hover, {
  color: #666;
  text-decoration: underline;
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}

.ProtxFormCardIcon { margin-right: 4px; margin-bottom: 4px; }

.ProtxFormCardsAcceptedSideboxCardIcon { margin-left: 4px; margin-bottom: 4px; }

.ProtxFormCardsAcceptedSidebox3DSecureIcon { margin-left: 4px; margin-bottom: 4px; }
