/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;/* moves entire center of page down*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #434A4E;  /* dark gray jg changed */
	background-image: url(../images/header-bg.png);  /*jg added */
	background-repeat: repeat-x;  /*jg added */
}
a img {
	border: none;
}
a:link, #navEZPagesTOC ul li a {
	color: #3300ff; /* blue 3300ff  this colors the categories links text before the have been opened  */
	text-decoration: none;
}
a:visited {
	color: #3300ff; /* blue3300ff this colors the categories links text after they have been opened  */
	text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #b91005; /* red  this colors the categories links while hovering*/
}
a:active {
	color: #000099;   /* bright blue this changes the color of the categories link while depressing with the mouse*/
}
h1 {
	color: #333333;    /* darker gray */
	font-size: 1.3em;    /* changed from 1.5em */
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
	font-size: 1.1em;
}
.biggerText {
	font-size: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0px;   /* changed from 3px*/
}
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}
FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}
TEXTAREA {
	/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
}
input:focus, select:focus, textarea:focus {
	background: #e4fef5;   /* light green */
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0.0em;
	border: 1px solid #cccccc; /* light gray */
}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
}
LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}
	 /* jg changed
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg *    
#logo {
	float: left;
}*/
LABEL.inputLabel {
	width: 9em;   /* changed from 11em */
	float: left;
}
LABEL.inputLabelPayment {
	width: 14em;   /* changed from 15em */
	float: left;
	padding-left: 2.5em;  /*jg added*/
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;  /* changed from 12em */
	float: left;
}
#checkoutPayment LABEL.radioButtonLabel {  /** jg added*/
	font-weight: bold;   /** jg added*/
}
P, ADDRESS {
	padding: 0.5em;
}
ADDRESS {
	font-style: normal;
}
.clearBoth {
	clear: both;
}
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a; /* medium gray*/
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;  /* medium gray*/
}
.messageStackWarning, .messageStackError {
	background-color: #ff0000;	/* red*/
	color: #ffffff;	/* white */
}
.messageStackSuccess {
	background-color: #99FF99;	/* green */
	color: #000000;	/* black */
}
.messageStackCaution {
	background-color: #ffff66;	/* yellow */
	color: #000000;	/* black */
}
/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;	/* white this is the background color of the main wrapper which is everything behind the layout boxes*/
	text-align: left;
	width: 950px; /* jg changed from 100% */
	vertical-align: top; /*jg un highlited*/
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}
#headerWrapper {
	background-color: #434A4E; /* dark gray this is the color behind the top header picture which is transparent*/
	background-image: url(../images/header-bg.png);/** jg added*/
	background-repeat: repeat-x;
	padding-bottom: 10px; /* jg added to show round corners under top nav links*/
	/*border: 3px solid #9a9a9a;  /* medium gray this puts a border around the top header wrapper only*/
}  
#contentMainWrapper{
	/*margin-left:-.5em;  /* moves all content left to edge of box*/
	/*border: 3px solid #9a9a9a;  /* medium gray puts border around main content which is all white*/
}
#logoWrapper {
	background-image: url(../images/logo.png);
	background-repeat: repeat-x;
	height: 150px; /* was 159   this changes the height of the header image I used to push top nav buttons up*/
	/*border: 3px solid #9a9a9a;  /* medium gray puts border around image at the top of page the header image*/
}
#mainWrapper {
	margin: auto;/* if deleted moves entire webpage to the left hand side*/
	/*border: 3px solid #9a9a9a;  /* medium gray  puts border around entire main wrapper*/
}
#navColumnOneWrapper, #navColumnTwoWrapper {  /** jg added*/
	/*margin-left: 0.5em;   /** jg added*/
	/*margin-right: .5em;  /** jg added*/
}
#tagline {
	color:#b91005;  /* deep red */ /** jg changed*/
	font-size: 4em;	/* changed from 2em */
	font-style: italic;    /** jg added*/
	text-align : right;   /** jg changed*/
	vertical-align: bottom;   /** jg changed*/
}
#sendSpendWrapper {
	border: 1px solid #cacaca;  /* light gray */
	float: right;
	margin: 0em 0em 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
}
/* ROUND CORNERS For Main Content   jg added all this code*/
#mainWrapperTop {
	background:transparent url(../images/main_wrapper_top.gif) no-repeat scroll center bottom;
	height:10px;
	width:950px;
	margin:-10px 0.0em;
	padding:0;
	text-align:left;
}
#mainWrapperBottom {
	background:transparent url(../images/main_wrapper_bottom.gif) no-repeat scroll center bottom;
	height:10px;
	width:950px;
	margin:0 auto;
	padding:0;
	text-align:left;
}
/* ROUND CORNERS INCLUDE THIS SPACING - main content area */
/*#contentMainWrapper {
	padding-bottom: 1em; /* jg added to show round corners under top nav links*/
/*}
/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
}
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	/*background-color: #000000;*/ /* black */
	/*background-image: url(../images/tile_back.gif);*/  /* jg added */
	font-weight: bold;
	/*color: #ffffff; /* white */
	height: 1%; 
	width: 100%;    /* jg removed */
	/*border: 3px solid #9a9a9a;  /* medium gray  this puts a border around the top most nav barand the bottom of page nav bar*/
}
.productListing-even {    /* jg added */
	background-color: #f9f9f9;    /* really light grau *//* jg added */
}	/** jg added */
.productListing-odd {	/* jg added */
	background-color: #ffffff;	/* white jg added */
} 	/** jg added */
#navCatTabsWrapper {
	color: #9a9a9a;  /* medium gray */
	background-color: #000000; /* white */
	background-image: none /* jg added */
}/* jg added */
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;	 /* white  header nav links color */
	white-space: nowrap;
}
/*#navCatTabs ul li a { 	/* jg added */
	/*color: #000099 /* bright blue */
}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a; /* medium gray jg changed */
}
#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
}
#navEZPagesTOC ul li {
	white-space: nowrap;
}
#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
}
#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
}
#navMainSearch {
	float: right;
}
#navBreadCrumb {
	background-color: #ffffff;	/* white jg changed */
	margin: 8px	 /* jg changed from 0em */
}
#navEZPagesTop {
	background-color: transparent;  /* black jg Changed #000000*/
	/*background-image: url(../images/tile_back.gif);	*//* jg added */
	margin: 0em; 	/** Added when seperated */
}
#navBreadCrumb, #navEZPagesTop {
	font-size: 1.1em;/* jg changed from 0.95em */
	font-weight: bold;
	/*margin: 0em; Seperated for 8px navBreadcrumb*/
	padding: 1.2em;
	}
#navColumnOne {
	background-color: transparent;  /* changed from #FFCC99 */
}
#navColumnTwo {
	background-color: transparent;	/* changed from #00BFBF */
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
}
.alert {
	color: #FF0000; /* red */
	margin-left: 0.5em;
}
.advisory {
}
.important {
	font-weight: bold;
}
.notice {
}
.rating {
}
.gvBal {
	float: right;
}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}
/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000; /*black */
	padding: 1em;
}
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a; /* medium gray */
}
.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;  /* light gray */
}
#cartSubTotal {
	border-top: 1px solid #cccccc; /* light gray */
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
}
.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}
#scUpdateQuantity {
	width: 2em;
}
.cartQuantity {
	width: 4.7em;
}
.cartNewItem {
	color: #33CC33;  /* bright green */
	position: relative;  /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
	color: #660099;  /* purple */
	position: relative;   /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}
.cartRemoveItemDisplay {
	width: 3.5em;
}
.cartAttribsList {
	margin-left: 1em;
}
#mediaManager {
	width: 50%;
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;  /* light green *//* jg added */
	border: 1px solid #003d00;	/* dark green *//* jg added */
}
.mediaTitle {
	float: left;
}
.mediaTypeLink {
	float: right;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	/*color: #ff0000;  /* red */
}
.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
}
#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
}
#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
}
#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
}
.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
}
.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
}
.amount {
	width: 5.5em;
}
/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em;
}
.categoryIcon {
	background-image: url(../images/tile_back.gif);/** this is the image used for the sidebox heading  jg added */
}
#cartImage {
	margin: 0.5em 1em;
}
/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
.attributesComments {
}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}
.centerBoxWrapper {	/** jg added */
	border: 1px solid #9a9a9a;	/* medium gray puts a border around the new products wrapper*/
	height: 1%;	/** jg added */
	margin: 1.1em 0;	/** jg added */
}
h2.centerBoxHeading {	/** jg added */
	font-size: 1.3em;	/** jg added */
	color: #ffffff;	 /* white *//** jg added */
}	/** jg added */
/*sideboxes*/
.columnLeft {
}
h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff; /* white */
}
.centerBoxHeading {
	margin: 0em;
	background-color: #000065;	/* Dk Blue *//** this is the background color for the heading box of the sideboxes   jg changed */
	background-image: url(../images/tile_back.gif);/** this is the image used for the sidebox heading  jg added */
	padding: 0.5em 0.2em;  /**/
}
.leftBoxHeading{
	margin:0em;
	background-color: #000065; /*#9a9a9a;	/* Dk Blue *//** this is the background color for the heading box of the sideboxes   jg changed */
	background-image: url(../images/tile_back.gif);/** this is the image used for the sidebox heading  jg added */
	padding: 0.5em 0.2em;  /**/
	/*height:40px;/* you can set the height of the left box headings here*/
}
.leftBoxContainer {
	border: 1px solid #9a9a9a;	 /* medium gray *//** this puts a border around the sideboxes  jg changed */
	margin-left: .5em;
	margin-top: 1.5em;
	/*margin: 1.5em 0 0; 
	/*border-right:1px solid #9a9a9a;*/
	/*border-bottom:1px solid #9a9a9a;*/
	/*margin-top: 1.5em;*/
}
.sideBoxContent {
	background-color: #ffffff; /* white */
	padding: 0.4em;
}
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFFFF; /* white *//** jg changed */
}
.rightBoxHeading {
	margin: 0em;
	background-color: #000055;	/* Dark Blue *//** jg changed */
	background-image: url(../images/tile_back.gif);	/** jg added */
	padding: 0.2em 0em;
}
h3.leftBoxHeading a:hover {
	color: #FF0000; /* Red */
	text-decoration: none;
}
h3.rightBoxHeading a:hover {
	color: #FF0000; /* Red */
	text-decoration: none;
}
.rightBoxContent {
	background-color: #ffffff; /* white */
	margin-bottom: 1em;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited { /** jg added */
	/*color: #FFFFFF;	/* white *//** jg added */
}	/** jg added */
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
}
#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
}
#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
}
#bannerboxHeading {
	background-color: #0000CC; /* bright blue */
}
#upProductsHeading {
	text-align: left;
}
#upDateHeading {
	text-align: right;
}
/*misc*/
.back {
	float: left;
}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
}
.bold {
	font-weight: bold;
}
.rowOdd {
	background-color: #E8E8E8; /* light gray */
	height: 1.5em;
	vertical-align: top;
}
.rowEven {
	background-color: #F0F0F0; /* light Gray */
	height: 1.5em;
	vertical-align: top;
}
.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}
CAPTION {
/*display: none;*/
	}
#myAccountGen li, #myAccountNotify li {
	margin: 0;
}
.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;/*vertical-align: top*/
	}
.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}
TR.tableHeading {
	background-color: #cacaca; /* light gray */
	height: 2em;
}
#siteMapList {
	width: 90%;
	float: right;
}
.ratingRow {
	margin: 1em 0em 1.5em 0em;
}
LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
}
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff; /* white */
}
.information {
	padding: 10px 3px;
	line-height: 150%;
}
#shoppingcartBody #shippingEstimatorContent {
	clear: both;
}
.seDisplayedAddressLabel {
	background-color:#85C285; /* yellowish green */
	text-align: center;
}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#seShipTo {
	padding: 0.2em;
}

