/*
//
// +----------------------------------------------------------------------+
// |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_original.css 3286 2006-03-28 01:14:04Z drbyte $
*/
BODY {
	background-color: #e5edf5;
	color: #000000;
	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: 750px !important;*/
	width: 95% !important;
}

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

A {
  color: #002f00;
  text-decoration: none;
}

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

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

/*HEADER CSS*/

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

TABLE.headerNavigation {
  /*background-image: url(../images/tile_back.jpg);*/
  /*background-color: #abbbd3;*/
  /*background-color:#669966;(green)*/
  background-color:#336699;
  /*background-color:#666600;(gold)*/
  /*background-color:#006666;(bluegreen)*/
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
  width: 100% !important;
}

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

TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
  /*padding: 3px;*/
  padding: 0px;
  border-bottom: 1px dotted #9a9a9a;
}

TD.headerNavigation A, TD.headerNavigation A:visited {
  font-weight: bold;
  color: #ffffff;
}

td.footertop a  {
  font-weight: normal;
  color: #ffffff;
  }

TD.headerNavigation A:hover {
  color: #ff9966;
}

td.footertop a:hover  {
color: #FF9966;
}



TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
	background-color: #FFFFFF;
}

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

/*SIDEBOX CSS*/

.column_left, .column_single {
  background: #ffffff;
  /*padding: 2px;*/
  padding: 0px;
}

.column_right {
  background: #ffffff;
  /*padding: 2px;*/
  padding: 0px;
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}

.leftbox, .centerbox, .singlebox {
	font-family: Arial;
	font-size: 11px;
	border: 0px solid #9a9a9a;
	/*margin-bottom: 15px;*/
    margin-top: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.rightbox {
    font-family: Arial;
	font-size: 11px;
	border: 0px solid #9a9a9a;
	/*margin-bottom: 15px;*/
    margin-top: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.leftboxheading, .centerboxheading, .singleboxheading {
	/*background-image: url(../images/sidebox_title.png);*/
	/*background-color: #abbbd3;*/
  font-size: 11px;
	font-weight: bold;
	color: #333300;
	/*padding: 3px;*/
  padding: 0px;
	height: 18px;
	/*padding-left: 5px;*/
  padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 0px;
}

.rightboxheading {
    /*background-image: url(../images/sidebox_title.png);*/
	/*background-color: #abbbd3;*/
  font-size: 11px;
	font-weight: bold;
	color: #333300;
	/*padding: 3px;*/
  padding: 0px;
	height: 18px;
	/*padding-left: 5px;*/
  padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 0px;
}

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

td.rightboxheading a {
	color: #333300;
	/*font-weight: bold;*/
}

TR.leftboxheading, TR.centerboxheading, TR.singleboxheading {
  background: #ffffff;
  /*background-image: url(../images/sidebox_title.png);*/
}

TR.rightboxheading {
  /*background: #abbbd3;*/
  background: #ffffff;
  /*background-image: url(../images/sidebox_title.png);*/
}

.leftboxcontent, .centerboxcontent, .singleboxcontent {
	line-height: 125%;
	padding: 14px;
	border-top: 0px solid #9a9a9a;
	border-bottom: 0px solid #9a9a9a;
}

.rightboxcontent {
  line-height: 125%;
  padding: 14px;
  border-top: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
}

.sideBoxContent {
	line-height: 125%;
	border-top: 0px solid #9a9a9a;
	border-bottom: 0px solid #9a9a9a;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 11px;
}

.leftboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #ffffff;
  /*background-image: url(../images/tile_back.jpg);*/
 
}

.rightboxfooter {
  background-color: #ffffff;
  /*background-image: url(../images/tile_back.jpg);*/
  
}

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

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

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

TD.productListing-data {
  font-size: 12px;
  padding: 5px;
  font-family: Arial;
  line-height: 18px;
}

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

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

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

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 10px;
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
}

TR.footertop {
	/*background-image: url(../images/tile_back.jpg);*/
  font-size: 11px;
  background-color: #336699;
  /*background-color: #669966;*/
}

TD.footertop, TD.footerbottom {
  padding: 5px;
}

TD.categoryTitleText, SPAN.categoryTitleText, P.categoryTitleTextText {
	font-size: 11px;
	font-weight: bold;
	color: #663300;
}

TD.categoryShortDesc, SPAN.categoryShortDesc, P.categoryShortDesc {
	font-size: 12px;
	font-weight: normal;
	color: #333300;
        /*color: #003366;*/
	font-family: Arial;
	/*text-align: justify;*/
	line-height: 18px;
}

TD.categoryShortDesc a{
        font-size: 12px;
        font-weight: normal;
        font-family: Arial;
        color: #336699;
}

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

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

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

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

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

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;
}

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 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: 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-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 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 */
A.category-top {
  /*color: #008000;*/
  /*color: #6666FF;*/
  color: #333300;
  text-decoration: none;
}
A.category-links {
  color: #333300;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #FF0000;
  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;
}

.featuredCustom, td.featuredCustom, a.featuredCustom { /* ADDED for Enhanced specials_index */
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333300;
}

.TitleText { /* ADDED for Enhanced specials_index */
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*color: # */               ;
	/*color: #333300;*/
        color: #336699;
}

.featuredCustomPrice { /* ADDED for Enhanced specials_index */
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333300;
}

TD.featureText, SPAN.featureText, P.featureText {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

/* This is the CSS needed for the Order step contribution */

div.order_steps {       /* Is needed for the centering in IE */
    width: 100%
    padding: 0px;
    margin: 0px;
    text-align: center;
}

table.order_steps {
    margin-left: auto;
    margin-right: auto;
    width: 468px;       /* Here you can set the total width of this contrib */
    padding-bottom: 10px;
    background-color: transparent;      /* Here you can change the background-color of the whole contrib */
}

tr.order_steps_line_2, tr.order_steps_line_4 {
    height: 4px;        /* Is a part in determining the height of the little squares */
    padding: 0px;
    margin: 0px;
}

tr.order_steps_line_3 {
    background-color: #CCC;     /* Determines the non-active color of the little squares */
    height: 7px;        /* Is a part in determining the height of the little squares */
    padding: 0px;
    margin: 0px;
}


td.order_steps_left, td.order_steps_right {
    width: 6%;
    padding: 0px;
    margin: 0px;
}

td.order_steps_text {
    text-align: center;
    vertical-align: top;
    color: #CCC;        /* Determines the non-active color of the text */
    padding-bottom: 10px; /* Determines the distance between the text and the line */
}

td.order_steps_cell_2, td.order_steps_cell_5, td.order_steps_cell_8, td.order_steps_cell_11 {
    background-color: #CCC;     /* Determines the non-active color of the little squares */
    width: 4%;
    padding: 0px;
    margin: 0px;
}

td.order_steps_cell_1, td.order_steps_cell_3, td.order_steps_cell_4, td.order_steps_cell_6, td.order_steps_cell_7, td.order_steps_cell_9, td.order_steps_cell_10, td.order_steps_cell_12 {
    width: 9%;
    padding: 0px;
    margin: 0px;
}

td#active_step_text {       /* These are the styles for the active text */
    color: #000;
    font-weight: bold;
}

td#active_step {        /* These are the styles for the active square */
    background-color: #000;
}

.dataTableHelptext {
  background: #feffa8;
  text-align: center;
}

TD.helptextPopup {
	position: relative;
	vertical-align: middle;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666699;
	margin: 0px;
	border: 0px solid #000000;
	text-align: center;
}

td.helptextPopup span {display: none; }

td.helptextPopup:hover span {
  display: block;
  position: absolute;
  background: #feffa8;
  color: #663300;
  top: 220px;
  left: 150px;
  padding: 0.3em;
  font-weight: normal;
  width: 19em;
  text-align: left;
  z-index: 100;
  border: 1px solid black;
}

TD.helptextPopup A:hover {
  color: #a8cfff;
  }

#contactsidebox{
margin: 1.5em 0 0 0;
/* this is optional - uncomment to use
background: url(../images/your_image.???) center center no-repeat;
*/
}

#contactsideboxContent {
font-weight: 550;
color: #333300;
}
/* End Order Steps contribution CSS */

