/*
//
// +----------------------------------------------------------------------+
// |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: #006699;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size:0.7em;
}
h1	{
	font-size:1.5em;}
h2	{
	font-size:1em;
	margin:0px;
	padding:0px;}
.submitbutton{
	color:#000000;
	background-color:#dadada;
	border:1px ridge #999999;
	background-image:url("../images/submitbutton_bgimage.gif");
	background-repeat:repeat-x;
	background-position:top left;
	cursor:pointer;
	padding:0px 4px 1px 4px;
	height:1.8em;
	margin:1px;
	font-weight:bold;
}
.textcenter{
	text-align:center;}
.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}

TD.main, P.main {
  line-height: 1.5;
}

FORM {
	display: inline;
}

/*HEADER CSS*/

TABLE.headerNavigation {
  border-width:1px;
  border-style:solid;
  border-color:#888888 #cccccc #888888 #eeeeee;
  margin:0px 1px 0px 1px;
  background-image: url("../images/header_options_bg.gif");
  background-repeat:repeat-x;
  color:#000000;
  background-color: #ffffff;
}

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

TD.breadCrumb {
  font-size: 0.85em;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
  border-bottom: 1px dotted #9a9a9a;
}

TD.headerNavigation A, TD.headerNavigation A:visited, .sideBoxHeading A, td.footertop a, .centerboxheading A  {
  font-weight: bold;
  color: #000000;
}

TD.headerNavigation A:hover, .sideBoxHeading A:hover, td.footertop a:hover, .centerboxheading A:hover  {
  color: #0000ff;
}

TD.headerError {
  background-color: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

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

/*SIDEBOX CSS*/
.boxText {
  line-height: 125%;
}


.sideBoxContent, .centerboxcontent {
  line-height: 125%;
}

.sideBox,  {
  border:1px solid #9a9a9a;
  margin-bottom: 15px;
}

.infoBoxNotice {
	color:#000000;
	background: #ff8e90;
}

.infoBoxNoticeContents {
	color:#000000;
	background: #ffe6e6;
}

TD.sideBoxHeading, TD.centerboxheading {
  height: 20px;
  padding-left: 5px;
}

.sideBoxHeading, .productListing-heading, .centerboxheading {
  font-weight: bold;
  color: #000000;
  padding: 3px;
}

TR.sideBoxHeading, TD.productListing-heading,  {
	border-width:1px;
	border-style:solid;
	border-color:#888888 #dddddd #888888 #dddddd;
	margin:0px 1px 0px 0px;
	background-image: url("../images/header_options_bg.gif");
	background-repeat:repeat-x;
	color:#000000;
	background-color:#ffffff;
}

.sideBoxFooter,  {
	border-width:1px;
	border-style:solid;
	border-color:#888888 #dddddd #888888 #dddddd;
	margin:0px 1px 0px 1px;
	background-image: url("../images/header_options_bg.gif");
	background-repeat:repeat-x;
	color:#000000;
	background-color:#ffffff;
}
.centerbox,
.centerboxfooter,
TR.centerboxheading{
	border-width:0px;
	border:none;
}

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

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading{
  font-weight: bold;
  color: #000000;
  background-color:#ffffff;
  padding-top: 11px;
}

.center_column {
  padding: 8px;
}
.main_page{
  padding: 0px;
}

.plainBox, .plainbox-description {
  margin-bottom: 15px;
}

.plainBoxHeading {
  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;
}



/* message box */

.messageBox {   }
.messageStackError, .messageStackWarning { background-color: #ff797c; color: #ffffff; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackSuccess {   background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; background-color: #FFFF00; }

/* input requirement */

.inputRequirement {
  color: #ff0000;
}

span.coming {
color: #ff797c;
}

/* MISC CLASSES */

/* Removed - looks wrong when SOLD OUT shows
	TD.cartBox {
	background: #f1f1f1;
	padding: 3px;
	border: 1px dotted #888888;
	}
*/
TR.productListing-even,TD.productListing-data-description-even, TR.upcomingProducts-even, .productsNotifications {
  background: #EEF7FD;
}

TD.productListing-data,TD.productListing-data-description-even,TD.productListing-data-description-odd{
	padding:10px;
}
TD.productListing-data img{
	border:1px solid #dddddd;
}

td.pageresults{
	font-size:1.2em;
	padding-top:15px;
	padding-bottom:15px;
}

/* 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 {

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

}

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments{


}

TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {

}

TABLE.categoriesdescription{

}