/*
//
// +----------------------------------------------------------------------+
// |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: #ffffff;
	color: #666666;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font: 11px Verdana, Arial, sans-serif;
	text-align: center;

}

.centershop {
	padding: 15px;
	margin: 10px auto;
	leftmargin: 1px;
	text-align: left;
	width: 750px !important;
	align: center;
	font: 11px Verdana, Arial, sans-serif;
	border: 1px solid #d0d0d0;

}

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

A {
  font-size: 11px;
  color: #687097;
  text-decoration: none;
}

A:hover {
  font-size: 11px;
  color: #B2155B;
  text-decoration: none;
}

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

/*HEADER CSS*/

.pagetop {
}

TABLE.header {
  background-image: url(../images/header_bg.jpg);
  background-repeat: repeat-x;
  background-color: #ffffff;
  border: 0px solid #9a9a9a;
  width: 750px !important;
  font: 11px Verdana, Arial, sans-serif;
}

TABLE.headerspacer {
  background-repeat: repeat-x;
  background-color: #ffffff;
  border: 0px solid #9a9a9a;
  width: 750px !important;
  font: 11px Verdana, Arial, sans-serif;
}

TABLE.headerNavigation {
  background-color: #ffffff;
  border: 0px solid #9a9a9a;
  width: 750px !important;
}

TD.headerNavigation {
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#999999;
  letter-spacing:1px;
  padding: 5px;
  border: 0px solid #9a9a9a;
}


headerNavigation {
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#999999;
  letter-spacing:1px;
  padding: 5px;
  border: 0px solid #9a9a9a;
}

TD.breadCrumb {
  font-size: 11px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
  border: 0px solid #9a9a9a;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  color: #999999;
  font-size: 11px ;
  border: 0px solid #9a9a9a;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #E5C3D4;
  border: 0px solid #9a9a9a;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
  border: 0px solid #9a9a9a;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #B6C5E4;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border: 0px solid #9a9a9a;
}

/*SIDEBOX CSS*/

.column_left, .column_right, .column_single {
  background: #ffffff;
  padding: 2px;
  padding-top: 0px;
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
 
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  background-color: #7DB6BF;
  font-size: 10px;
  font-weight: bold;
  color:  #ffffff;
  height: 20px;
  padding: 5px;
}

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

/*SIDEBOX HEADINGS*/

#categories-heading-td {
  background-color: green;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  height: 10px;
 font-variant: small-caps;
}

#treemenu-heading-td {
  background-color: green;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  height: 10px;
 font-variant: small-caps;
}

#featured-heading-td {
  background-color: red;
  font-size: 11px;
  font-variant: small-caps;
  font-weight: bold;
  color: #ffffff;
  height: 10px;
  }
  
#manufacturerinfo-heading-td {
  background-color: yellow;
  font-size: 11px;
  font-variant: small-caps;
  font-weight: bold;
  color: #ffffff;
  height: 10px;
}

#manufacturers-heading-td {
  background-color: yellow;
  font-size: 11px;
  font-variant: small-caps;
  font-weight: bold;
  color: #ffffff;
  height: 10px;
}


#whatsnew-heading-td {
  background-color: pink;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  height: 10px;
  
}

#bannerboxall-heading-td {
  background-color: #6FCC7B;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  height: 11px;
  font-variant: small-caps;
}

#bannerbox-heading-td {
  background-color: #6FCC7B;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  height: 11px;
  font-variant: small-caps;
}

#information-heading-td {
  background-color: black;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  height: 10px;
}

#infopages-heading-td {
  background-color: black;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  height: 10px;
}

#search-heading-td {
  background-color: purple;
  font-size: 11px;
  font-variant: small-caps;
  font-weight: bold;
  color: #ffffff;
  height: 10px;
}

#searchbypricerange-heading-td {
background-color: #F9CC31;
  font-size: 11px;
  font-variant: small-caps;
  font-weight: bold;
  color: #ffffff;
  height: 10px;
}

#reviews-heading-td {
background-color: pink;
  font-size: 11px;
  font-variant: small-caps;
  font-weight: bold;
  color: #ffffff;
  height: 10px;
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 175%;
  color: #330000;
   border: 1px solid #DDDBDD;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 15px;
  padding: 5px;
  
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #FFFFFF;
  background-image: url(../images/tile_back_no.jpg);
  margin-bottom: 1px;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 11px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  font-size: 11px;
  color:  #3A342C;
  padding: 3px;
  height: 20px;
}

TD.productListing-heading{
  border-bottom: 1px dotted #998BAE; 
  border-top: 1px solid #998BAE; 
  color: #3A342C;
}

TD.productlisting {
  font-size: 11px;
  color: #333333;
  border-top: 1px dashed #999999;
}


TD.productListing-data {
  font-size: 11px;
  color: #493239;
  padding: 5px;
  border-bottom: 1px dashed #999999;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #ffffff;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
}

TD.productListing-data-description-odd {
  font-size: 11px;
  background: #ffffff;
  border-bottom:1px dotted #5A0E47;
  padding-left: 10px;
  padding-bottom: 10px;
  color: #604981;
  font-weight: bold;
}

TD.productListing-data-description-even {
  font-size: 10px;
  border-bottom:1px dotted #5A0E47;
  padding-left: 10px;
  color: #604981;
  font-weight: bold;
  padding-bottom: 10px;
}

.thinborderfloat {
  align: center;
  padding: 4px;
  font-size: 11px;
  text-decoration: none;
  border: 1px solid #9a9a9a;
  margin-top: 10px;
  margin-left: 7px;
  
} 

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 11px;
  font-weight: bold;
  color: #330000;
 }
 
 
 TD.pageHeading2, DIV.pageHeading2, h12 {
  font-weight: bold;
  color: #330000;
 }
 
.center_column {
  padding: 1px;
}
.main_page2{
  padding-top: 1px;
  width: 750px !important;
  border: 0px solid #9a9a9a;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  color: #493239;
  valign: center;
  
}

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

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 10px;
  border: 0px solid #9a9a9a;
  width: 750px !important;
}

.footertop {
  font-size: 11px;
  width: 750px !important;
}

TR.footertop {
  font-size: 11px;
  width: 750px !important;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
  width: 750px !important;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #ffffff;
   font-size: 10px;
   padding: 3px;
   border: 0px dotted #ffb062;
}


td.pageresults a {
  color: #428dff;
}

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

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

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
   font-family: Verdana, Arial, sans-serif;
   color: #7B6999;
}

TD.smallText2 {
   font-size: 12px;
   font-family: Verdana, Arial, sans-serif;
   color: #ffffff;
   padding: 2px;
}

TD.smallText_highlight {
   font-size: 11px;
   font-weight: bold;
   color: #F83333;
   font-family: Verdana, Arial, sans-serif;
}
TD.fieldKey {
  font-size: 10px;
  font-weight: bold;
}

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

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

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

.greetUser {
	align: center;   
   font-size: 11px;
   color: #D5215F;
   font-variant: small-caps;
   color: #666666;
   border: 0px solid #D6E1F8;
   font-weight: bold;
}

.greetUser2 {
	align: right;   
   font-size: 11px;
   color: #D5215F;
   font-variant: small-caps;
   color: #666666;
   border: 0px solid #D6E1F8;
   font-weight: bold;
   padding: 2px;
}


SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, 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: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* 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: 1px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, 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;
 }
.ProductInfoBox{
  color: #5D2B47;
  font-size: 11px;
  text-align : left;
  padding-top: 6px;
  padding-bottom: 6px;
 }


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

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #666666;
  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 Verdana, Arial, sans-serif;
}

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

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

/* categories box parent and child categories */

TD.category-menu-cell {
  color: #000000;
  background: #f3dfb8;
  border: 1px solid #666666;
  padding-left: 15px;
}


TD.category-top {
  color: #666666;
  font-size: 11px;
  text-decoration: none;
  border: 0px solid #D6E1F8;
}

/* categories box parent and child categories and extra links */

.category-subs {
  color: #666666;
  text-decoration: none;
  text-variant: small-caps;
  border: 0px solid #D6E1F8;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
  border-style: dotted;
  float: left;
  padding: 2px;
}

.search_pricerange {
	margin-left : 20px;
}
.search_subtitle {
  background-color: #F9CC31;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  height: 10px;
}

