/*
//
// +----------------------------------------------------------------------+
// |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 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: white;
}

img {
  border-width: 0px;
}

/*
.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 750px !important;
}
*/

TD.main, P.main, .main, .tell_a_friend {
  font: 11px/20px verdana, arial, helvetica, sans-serif;
  line-height: 1.5;
}

div.tell_a_friend form input {
	vertical-align: middle;
}

a {
  color: #a11;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
a:link {color:#a11;}
a:visited {color:#a11;}
a:hover {
  background-color: #eee;
}

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

/*HEADER CSS*/

#TopMenu {
    font-size: 11px;
	text-align: right;
	margin:0px 50px 0px 200px;
	padding: 16px 0px 0px 0px;
}

TABLE.header {
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

TABLE.headerNavigation {
  background-color: #abbbd3;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px 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:#000000;
  letter-spacing:1px;
  padding: 5px;
}

TD.breadCrumb, .sep {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  padding: 3px;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
  color: #ffffff;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #a8cfff;
}

TR.headerError {
  background: #a11;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #a11;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.column_left, .column_right, .column_single {
  background: #ffffff;
  padding: 2px;
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border: 1px solid #9a9a9a;
  margin-bottom: 15px;
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  background-color: #abbbd3;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #ffffff;
}
TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #abbbd3;
  margin-bottom: 15px;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border:1px solid #9a9a9a;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px 0px;
}
.productListing-heading {
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  padding: 3px;
  height: 20px;
/*  border-width: 0px 0px 1px 0px;
  border-style: solid;*/
}
/*
TD.productlisting {
  border:1px solid #9a9a9a;
}
*/

TD.productListing-data {
  font-size: 10px;
  padding: 5px;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 11px;
}

.center_column {
  padding: 8px;
}
/*
.main_page{
  width: 750px !important;
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding: 5px;
}
*/

/* footer
--------------*/

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 10px;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

TR.footertop {
  background: #abbbd3;
  font-size: 11px;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
}

/*miscellaneous areas
-------------------------------------*/
#cartBox {
   font-size: 11px;
   padding: 0px;
   /*border: 1px solid #000;*/
   margin: 10px 0px 0px 0px;
   float: right;
   clear: right;
   text-align: right;
}

TR.productListing-odd, TR.upcomingProducts-odd, TR.productListing-even, TR.upcomingProducts-even {
  background: #ffffff;
}

.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.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 {
   color: #000;
   font-weight: bold;
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {}

SPAN.markProductOutOfStock {
	color: #ff0000;
	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 {
  color: #f00;
}

.inputRequirement {
  font-size: 10px;
  color: #f00;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox {}
td.messageStackError h2 {
  color: #fff;
}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #a11;
  color: #ffffff;
  font-size: 11px;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackSuccess {
  background-color: #eee;
  font-size: 11px;
  padding: 2px;
  border: 1px solid #9a9a9a;
}

.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 12px; 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: #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: #fff;
  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 and extra links */
/*
A.category-top, A.category-links {
  color: #428dff;
  text-decoration: none;
}
*/
A.category-subs, A.category-products {
  color: #428dff;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

span.sub-category {
	margin-left: 10px;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}


#Header {
	margin:0px 0px 10px 0px;
	padding:5px 0px 0px 5px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:110px; /* 104px + 5px + 1px = 110px */
	/*border-style:solid;
	border-color:#999;
	border-width:0px 0px 1px 0px;*/
	line-height:11px;
	background-color:#fff;
	/* background: url(pipsqueak_circ.png) no-repeat top left; */

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:104px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:104px;}

#subHeader {
	position:relative;
	left: 120px;
	top: 70px;
}

h2    {
	color:#000;
	font-size:16px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#LeftCol {
	position:absolute;
	top:125px;
	left:20px;
	width:172px;
	padding:10px;
	background-color:#fff ;
	/*border:1px dashed #999;*/
	/*border-style: solid;
	border-color: #999;
	border-width: 0px 1px 0px 0px;*/
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#LeftCol {width:150px;}

#Content {
	min-height: 350px;
	margin:0px 50px 50px 200px;
	padding:0px;
}

#Copyright {
	font-size: 9px;
	text-align: center;
	margin-right: 50px;
	margin-left: 200px;
}

#Footer {
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 50px;
	margin-left: 200px;
}


#InfoBox {
	font-size: 12px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#InfoBox p {
	font-size: 12px;
}

#InfoBox h1 {
	text-align: center;
	margin-bottom: 25px;
}

#InfoBox h2 {
	font-size: 14px;
}

#InfoBox h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

a.nonFat {
	font-size: 9px;
	font-weight: 300;
}

p, .sideBoxContents, .sideCartTotal, #categoriesdescription {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}

.sideBoxContents, .sideBoxContents a {
	font-size: 10px;
	font-weight: 300;
	line-height: 1.1;
	margin:0px 0px 0px 0px;
}

.sideCartTotal {
	font-size: 10px;
	border-style: solid;
	border-color: #999;
	border-width: 1px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align: right;
}

span.newItemInCart, span.newItemInCart a {
  font-weight: bold;
}

.productInfoDescription {
	font-size: 11px;
	margin: auto 12em auto 0px;
}

.productInfoOption {
	margin: 0.75em 0em 0em 0em;
}

.button {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #a11;
	padding: 2px 2px 2px 2px;
	color: #000;
	display:inline;
}

a.imagelink {
  padding: 2px;
}

a.imagelink_selected {
  padding: 2px;
  border: 1px solid #000;
}

p.pbody {
	font-size: 12px;
}

div.blog-wrapper {
	margin-left: 75px;
	margin-right: 0px;
	padding-right: 0px;
	width: 650px;
	margin-top: 5px;
}

div.blog-main {
	width: 400px;
	float: left;
}

div.blog-side {
	width: 150px;
	float: right;
	margin-right: 0px;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

div.blogheading {
	font-size: 20px;
	#font-family: 'Helvetica Neue','HelveticaNeue',Arial,Sans-Serif;
}

div.blogsubheading {
	#font-family: 'Helvetica Neue','HelveticaNeue',Arial,Sans-Serif;
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
	margin-top: 4px;
}

.blogbody, .blogbody p {
	font-family: 'Helvetica Neue','HelveticaNeue',Arial,Sans-Serif;
	font-size: 14px;
	color: #333;
	margin-top: 14px;
}

.blogbody a {
	font-size: 14px;
}

div.blogbody {
	margin-bottom: 35px;
}

div.newheading {
	font-family: 'Helvetica Neue','HelveticaNeue',Arial,Sans-Serif;
	font-size: 20px;
	color: #333;
	margin-bottom: 24px;
}

div.new_prod_desc {
	font-family: 'Helvetica Neue','HelveticaNeue',Arial,Sans-Serif;
	font-size: 14px;
	color: #333;
	margin-top: 14px;
}

div.new_prod_manuf {
	#font-family: 'Helvetica Neue','HelveticaNeue',Arial,Sans-Serif;
	font-size: 11px;
	color: #444;
	text-transform: uppercase;
	margin-bottom: 4px;
}

div.new_prod_time {
	font-size: 10px;
	color: #444;
	float: right;
}

div.new_prod_name {
	font-size: 18px;
	#font-family: 'Helvetica Neue','HelveticaNeue',Arial,Sans-Serif;
}

div.new_prod_image {
	float: left;
	width: 325px;
	margin-left: 30px;
	text-align: center;
}

div.new_prod_text {
	margin-top: 20px;
	margin-bottom: auto;
}

#new_prod_loader {
	clear: both;
}

