/*
//
// +----------------------------------------------------------------------+
// |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 $
*/

/* +----------------------------------------------------------------------+
   | Color Replacements                                                   |
   +----------------------------------------------------------------------+
   | #000000 : Plain Text                                                 |
   | #DFD595 : Page Background                                            |
   | #E6DEAF : Table Background                                           |
   | #6E6F3F : Borders, Box Headers and Box Footers                       |
   | #2C417C : Non-header Links, CSS Button Backgrounds                   |
   | #9C83AB : Non-header Links Hover, CSS Button Backgrounds Hover       |
   | #C8C4D8 : Box Header Links, CSS Button Text                          |
   | #000002 : Box Header Links Hover, Header Plain Text                  |
   | #6E6F3G : Page Header Text                                           |
   | #6E6F3H : Greeting For User                                          |
   +----------------------------------------------------------------------+

   +----------------------------------------------------------------------+
   | Background Images                                                    |
   +----------------------------------------------------------------------+ 
   | All you need to do is add the url location of the file between ''    |
   +----------------------------------------------------------------------+
*/

BODY 
     {
     background-image: url('');
     }    

.centershop 
     {
     background-image: url('');
     }
	 
TABLE.header
     {
     background-image: url(''); 
     }
	
TABLE.headerNavigation
     {
     background-image: url('');
     }
	 
TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading 
     {
	 background-image: url('');
	 }
	 
	 	 	 
/* +----------------------------------------------------------------------+
   | Don't change anything below this line unless you know what you are   |
   | doing                                                                |
   +----------------------------------------------------------------------+
*/

BODY {
	color: #000000;
	background-color: #DFD595;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
    font: 11px Verdana, Arial, sans-serif;
}
.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 760px !important;
    background: #E6DEAF;
	border: 2px solid #6E6F3F;
}
TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}
A {
  color: #2C417C;
  text-decoration: none;
}
A:hover {
  color: #9C83AB;
  text-decoration: none;
}
FORM {
	display: inline;
}
.banners {
  padding: 15px;
}
/*HEADER CSS*/
TABLE.header {
  background-repeat: repeat-x;
  background-color: #E6DEAF;
}

TABLE.headerNavigation {
  background-color: #6E6F3F;
  width: 100% !important;
  padding-left: 8px;
  padding-right: 8px;

}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#000002;
  letter-spacing:1px;
  padding: 5px;
}
TABLE.infoContent {
  width: 100% !important;
  padding-left: 8px;
  padding-right: 8px;
}
TD.infoContent {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  letter-spacing:1px;
  padding: 5px;
}
TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
}
TD.headerNavigation A, TD.headerNavigation A:visited  {
  font-weight: bold;
  color: #C8C4D8;
}
td.footertop a  {
  color: #2C417C;
}
TD.headerNavigation A:hover  {
  color: #000002;
}
td.footertop a:hover  {
  color: #9C83AB;
}
TR.headerError {
  background: #9C83AB;
}
TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #9C83AB;
  color: #E6DEAF;
  font-weight : bold;
  text-align : center;
}
TR.headerInfo {
  background: #C8C4D8;
}
TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #C8C4D8;
  color: #E6DEAF;
  font-weight: bold;
  text-align: center;
}
/*
  +-------------------------------------------------------------------+
  |                                Box CSS                            |
  +-------------------------------------------------------------------+
*/
.column_left, .column_right, .column_single {
  background: transparent;
  padding: 2px;
}
.boxText {
  font-size: 11px;
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: transparent;
  border: 1px solid #6E6F3F;
  margin-bottom: 15px;
}
.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  font-size: 10px;
  font-weight: bold;
  color: #F5F2DF;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}
td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #C8C4D8;
}
td.leftboxheading a:hover, td.rightboxheading a:hover, td.centerboxheading a:hover, td.singleboxheading a:hover {
  color: #000002;
}
TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
  background: #6E6F3F;
}
.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
}
.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #6E6F3F;
  margin-bottom: 15px;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: transparent;
  border:1px solid #6E6F3F;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  background-color: #6E6F3F;
  font-size: 10px;
  font-weight: bold;
  color: #000002;
  padding: 3px;
  height: 20px;
}
TD.productlisting {
  border:1px solid #6E6F3F;
}
TD.productListing-data {
  font-size: 10px;
  padding: 5px;
}
/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 16px;
  font-weight: bold;
  color: #6E6F3G;
  padding-top: 11px;
}
.center_column {
  padding: 8px;
}
.main_page{
  padding-left: 8px;
  padding-right: 8px;
  background: transparent;
}
/* footer
--------------*/
TABLE.footer {
  background: transparent;
  text-align: center;
  font-size: 10px;
}
TR.footertop {
  background: transparent;
  font-size: 11px;
}
TD.footertop, TD.footerbottom {
  padding: 5px;
}
/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #eff4f8;
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #ffb062;
}
TR.productListing-odd, TR.upcomingProducts-odd {
  background: #E6DEAF;
}
TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  background: #eff4f8;
}
TD.productListing-data-description-odd {
  background: #E6DEAF;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #6E6F3F;
}
TD.productListing-data-description-even {
  background: #eff4f8;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #6E6F3F;
}
td.pageresults a {
  color: #2C417C;
}
td.pageresults a:hover {
  background: #9C83AB;
}
SPAN.newItemInCart {
  color: #9C83AB;
  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;
  border: 1px solid #6E6F3F;
}
TEXTAREA {
  width: 100%;
  font-size: 11px;
  border: 1px solid #6E6F3F;
}
.greetUser {
   color: #6E6F3H;
   font-weight: bold;
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}
SPAN.greetUser {}
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: #9C83AB;
}
span.productSpecialPriceSale {
  color: #9C83AB;
	text-decoration: line-through;
}
SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #9C83AB;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }
/* message box */
.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #9C83AB;
  color: #E6DEAF;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; 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-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-total-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: #9C83AB;
  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: #9C83AB;
  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: #E6DEAF;
	margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
}
/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #D0D0D0;
  border:1px solid #9a9a9a;
}
TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}
/* categories box parent and child categories and extra links */
A.category-top, A.category-links {
  color: #2C417C;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #2C417C;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}
/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}
/* css buttons */
.cssButton, .SubmitBtn {
width : 210px;
background: #2C417C;
color : #C8C4D8;
border: 2px solid #000000;
vertical-align: top;
font-weight: normal;
font-family: Tahoma;
font-size: 12px;
line-height: 130%;
cursor: pointer;
text-align:center;
border-spacing: 2px;
margin-left: auto;
margin-right: auto;
white-space: nowrap;
display: block;
text-decoration: none;
font-weight: bold;
width: 150px;
}

.SearchSubmit {
width; 50px;
background: #2C417C;
color : #C8C4D8;
border: 2px solid #000000;
font-weight: normal;
font-family: Tahoma;
font-size: 10px;
cursor: pointer;
text-align:center;
border-spacing: 1px;
text-decoration: none;
font-weight: bold;
}

.cssButtonHover  {
width : 210px;
background: #2C417C;
color : #C8C4D8;
border: 2px solid #000000;
vertical-align: top;
font-weight: normal;
font-family: Tahoma;
font-size: 12px;
line-height: 130%;
cursor: pointer;
text-align:center;
border-spacing: 2px;
margin-left: auto;
margin-right: auto;
white-space: nowrap;
display: block;
text-decoration: none;
font-weight: bold;
width: 150px;
}
.SubmitBtn {
  width: 250px;
  horizontal-align: right;
}
.small_delete, .button_prev, .button_next {width: 70px;}
.button_sold_out_sm, .button_sold_out,.button_update_cart, .button_checkout, .button_login {width: 100px;}
/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
.button_return_to_product_list{width: 220px;}
.button_in_cart{width: 190px;}
.button_submit {width: 180px;}
.button_update_cart {color: white;}
.button_update_cartHover {color: black;}
