/*
//
// +----------------------------------------------------------------------+
// |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 {
	color:#333333;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
   font-size:80%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffff;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 100% !important;
}

TD.main, P.main {

  line-height: 1em;
}

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

A:hover {
  color: #0033FF;
  text-decoration: none;
}
h1 {
	margin:5px 10px;
	color:#330033;
	font-weight: normal;
	font-size:1.3em;
	
}
h1 span {visibility:visible;}


h2,h3,h4,h5,h6 {font-size:1.2em; color:#330033;
 }


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

/*HEADER CSS*/

TABLE.header {

 border-top:10px solid #303;
  height:195px;
  background: #dbdaec url(../images/header_bg.jpg) no-repeat left
}
/*COLOURS-----------------------------*/
.leftbox {

       margin-left:5px;
  border-left:1px solid #ccccff;

    background-color: #dbd8fd;

}


.rightbox, .centerbox, .singlebox {

  border:1px solid #ccf;
  margin-bottom: 10px;
  background-color: #FFFFff
}
TABLE.headerNavigation {
 background-color: #330033;
  border-top: 1px solid #ccf;
  border-bottom: 1px solid #ccf;
  width: 100% !important;

}
 TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {

}


TD.headerNavigation {
  position: relative;
  vertical-align: middle;

  font-size:0.8em; 
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
}

TD.breadCrumb {
  font-size: 1em;
  font-weight: bold;
  color: #003399;
  padding: 0px;
  margin:0px;
  text-align:right;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {

  color: #ffffff;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #a8cfff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {


  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {


  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.column_right, .column_single {
  background: #ffffff;
  padding: 2px;
}
.column_left {
     background:#e7e7fc;
      border-right: solid 1px #ccccff;
}

.column_left td, .column_left table{

        border-right: solid 1px #e7e7fc;
}

.boxText {

  line-height: 125%;
}


.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  /*background-color: #abbbd3;*/
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
  padding: 3px;
  padding-left: 5px;;
  text-decoration: underline ;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {

}

#whatsnew-content img{padding:5px;border:1px solid #ccc;background:#fff;}
#featured-content img{padding:5px;border:1px solid #ccc;background:#fff;}
.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {

  margin-bottom:0px;
  padding-bottom:0px;
}
.leftboxcontent a, .leftboxcontent a:visited {
 color:#000033;

        display:block;
        width:98%;

        padding: 5px 3px 5px 10px;
        line-height:1.5em;
        background-color: #dbd8fd;
		font-size:1em;
		font-weight:bold;
        border-bottom: 1px solid #ccccff;
        text-decoration: none;

}

.leftboxcontent a:hover{
  color:#333399;
  background-color:
  #e7e7fc;
  border-left:2px solid #333399;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {

}

.plainBox, .plainbox-description {

  font-size: 1em;
  background: #ffffff;

}
.plainBoxHeading, TD.tableHeading {
  font-size: 1em;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
}

TD.productListing-heading{
  background-color: #dbd8fd;
  background-image: url(../images/tile_back.gif);
}

TD.productlisting {
  border:1px solid #ccf;
}

TD.productListing-data {
  font-size: 1em;
  padding: 5px;

}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading{
  font-size: 1.2em;
  font-weight: bold;
  color:#330033;
  padding-top: 11px;
}

.center_column {
  padding: 8px;
}
.main_page{
  width: 100% !important;
  background-color: #ffffff;
  border-right: 1px solid #ccf;
  border-left: 1px solid #ccf;
  border-bottom: 1px solid #ccf;
  padding: 5px;
}

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

TABLE.footer {

  text-align: center;
  font-size:0.8em;

    color:#000;
}

TR.footertop a{
        color:#000;

}

TD.footertop, TD.footerbottom {
  padding: 5px;
  font-size: 1em;
  text-align:center;


}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #eff4f8;
   font-size: 0.8em;
   padding: 6px;
   border: 1px dotted #ccf;
}

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

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

}

TD.productListing-data-description-odd {

  font-size: 0.9em;
  padding: 5px;
 background:#e7e7fc;
   border-top:1px solid #ccf;
  border-bottom: 1px solid #ccf;
}

TD.productListing-data-description-even {

  font-size: 0.9em;
  padding: 5px;
background:#e7e7fc;
   border-top:1px solid #ccf;
  border-bottom: 1px solid #ccf;
}

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

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

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}
td.pageresults {
  font-size:1.25em;
   height:20px;
}

TD.smallText, SPAN.smallText, P.smallText{
   font-size: 0.9em;
}

TD.fieldKey {
  font-size: 1em;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 1em;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 0.9em;
}

TEXTAREA {
  width: 100%;
  font-size: 0.9em;
}

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

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

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: 0.8em;
  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: 0.8em;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #ccf; }
.messageStackCaution {font-size: 0.8em; 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: 0.8em;
  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;

  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {

}

TD.categoriesdescription {

  font-size: 1em;

}

/* categories box parent and child categories */
A.category-top {
  color: #000000;
  text-decoration: none;
}
A.category-links {
  color: #000000;
  text-decoration: none;
 
}
A.category-subs, A.category-products {
  color:#333333;
  text-decoration: none;
 font-size:0.9em;
}
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;
}
.SubmitBtn{
  font-size:1.0em;

}
td{
  vertical-align:top;
}

