/*
//
// +----------------------------------------------------------------------+
// |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: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font: 12px verdana, arial, sans-serif;
	background: #CCDDE3 url(../images/bg.gif) repeat-x;
}

.hidden	{
	display:none;
	}

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

td.main, p.main {
	font-size: 12px;
	line-height: 1.75;
}

a {
	color: #1D98BB;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #1E2325;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #1E2325;
	font-weight: normal;
	text-decoration: underline;
}

form {
	display: inline;
}

.banners {
	padding: 15px;
}


/*HEADER CSS*/

table.header {
	background-color: transparent;
}

table.headerNavigation {
	background-color: transparent;
	width: 100% !important;
}

table.ehm_header {
	background: url(../images/header.gif) no-repeat;
}

td.headerNavigation {
	position: relative;
	vertical-align: middle;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing:1px;
	padding: 5px;
}

td.breadCrumb {
	font-size: 10px;
	font-weight: bold;
	color: #9a9a9a;
	padding: 3px;
}

tr.headerError {
	background: #ff0000;
}

td.headerError {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background: #ff0000;
	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;
}

#headerLogo a {
	position:relative;
	float:left;
	top:0px;
	left:40px;
	width:366px;
	height:160px;
	display:block;
	margin:0px;
	padding:0px;
}

#headerNav {
	position: relative;
	top: -7px;
	_top: 16px;
	left: 438px;
	_left: 440px;
	width: 315px;
	height: 25px;
}

#headerNav td {
	text-align: center;
	font-size: 10px;
}

#headerNav a {
	color: #1E2325;
	font-weight: bold;
	text-decoration: none;
}

#headerNav a:hover {
	color: #1E2325;
	font-weight: bold;
	text-decoration: underline;
}

#headerNav a:active {
	color: #1E2325;
	font-weight: bold;
	text-decoration: underline;
}

/*SIDEBOX CSS*/

.column_left, .column_right, .column_single {
	background: transparent;
	padding: 2px;
}

td.column_left {
	padding-left: 12px;
}

td.column_right {
	padding-right: 12px;
}

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

.leftbox, .rightbox, .centerbox, .singlebox {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background: #ffffff;
	margin-bottom: 15px;
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
	background: url(../images/boxheading.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px;
	height: 24px;
	padding-left: 5px;
}

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

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
	font-size: 12px;
	line-height: 125%;
	font-weight: bold;
	padding: 4px;
	height: 24px;
	border-left:1px solid #89B6CB;
	border-right:1px solid #89B6CB;
}

.leftboxcontent a, .rightboxcontent a {
	font-weight: bold;
	font-size: 0.9em;
}

.leftboxcontent a:hover, .rightboxcontent a:hover {
	font-weight: bold;
	font-size: 0.9em;
	color:#000;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
	background: url(../images/boxfooter.gif) no-repeat;
	height: 24px;
}

.plainBox, .plainbox-description {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background: #ffffff;
	line-height: 1.5em;
}

.plainBoxHeading, td.tableHeading {
	font-size: 12px;
	font-weight: bold;
	padding: 11px 5px 5px;
}

.productListing-heading {
	background-color: #196B93;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px;
	height: 20px;
}

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

td.productListing-data {
	font-size: 10px;
	padding: 5px;
}


/*center main section
-----------------------------------*/

td.pageHeading, div.pageHeading, h1 {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	font-family: Book Antiqua, Garamond, Georgia, Times New Roman; 
	color: #1B7994;
}

td.productHeading {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	font-family: Book Antiqua, Garamond, Georgia, Times New Roman; 
	color: #1B7994;
}

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

.main_page {
	width: 786px !important;
	background: url(../images/middle.gif) repeat-y;
	padding: 5px;
}

.floatRight {
	float: right;
}


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

table.footer {
	background: url(../images/footer.gif) no-repeat;
	text-align: center;
	font-size: 10px;
	height: 30px;
}

tr.footertop {
	background: #196B93;
	font-size: 12px;
}

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


/*miscellaneous areas
-------------------------------------*/

td.cartBox {
	font-size: 11px;
	padding: 3px;
}

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

tr.productListing-even, tr.upcomingProducts-even, .productsNotifications {
	background: #ffffff;
}

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

td.productListing-data-description-even {
	background: #ffffff;
	font-size: 12px;
	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 {
	color: #f0a480;
	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: #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-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: #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: 12px verdana, arial, sans-serif;
}


/* categories_description */

table.categoriesdescription {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background: #D0D0D0;
	border:1px solid #9a9a9a;
}

td.categoriesdescription {
	font-size: 12px;
	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;
}


/* attribute images table */

table.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
	float: left;
	padding: 2px;
}

