/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 4813 2006-10-23 02:13:53Z drbyte $
 */
 
/* I've included 4 color choices - apple green (default), blue, red, and grey. To change from green, simply 
comment out the green section, and uncomment the color section you want the site to be. */

/*green */

#navMainWrapper {
	background-color: #e0f2fa;
	width:58em;
	text-align:center;
	margin:0 auto;
	position:relative;
	}
 
#navEZPagesTop {
	background-color: #f5f2ec;
	width:58em;
	text-align:center;
	margin:0 auto;
	position:relative;
	}
	
#logoWrapper {
	background-color: #ffffff;
	background-image: url(../images/linenbg.jpg);
	}
	
#navCatTabsWrapper {
	background-color: #e0f2fa;
	border-top-style: dotted;
	border-top-color: #7794A1;
	border-top-width: 1px;
	width:58em;
	text-align:center;
	margin:0 auto;
	position:relative;
	}
	
#navBreadCrumb {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #70531c;
	}
	
body {
	background-image: url(../images/pattern.gif);
	background-position: 0 9em;
	}
	
	
#centerColumnOuter {
	background-color: #a48853;
	}
	
#centerColumnWrapper2{
	background:url(../images/content_bg.gif) repeat-y 80% 0;
	}
	
/* eof green */


* {
	margin:0;
	padding:0;
	}

body {
	font-family:Georgia, Verdana, Courier New, Times, serif;
	font-size:73.5%;
	color:#3c2d0f;  /*main site font color*/
	}

a img {
	border:none; 
	}

a:link {
	color:#70531c; /*site links color */
	text-decoration:none;
	}
 
a:visited {
	text-decoration:none;
	color:#70531c;
	}

a:hover {
	color:#543e15; /* color when links are hovered over */
	text-decoration:none;
	}
	
ul, ol {
	text-align:left;
	padding-left:25px;
	margin-left:10px;
	margin-bottom:10px;
	}

h1 {
	font-size:1.3em;
	}

h2 {
	font-size:1.2em;
	}

h3 {
	font-size:1.1em;
	}

h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size:1.0em;
	}
	
LEGEND {
	color:#70531c;
	}

.biggerText {
	font-size:1.1em;
	}

h1, h2, h3, h4, h5, h6 {
    margin:0.3em 0;
	}

CODE {
	font-family:Georgia, Verdana, Courier New, Times, serif;
	font-size:1em;
	}

FORM, SELECT {
	display:inline;
	font-size:1em;
	margin:0.1em;
	}

INPUT {
	margin:.5em .1em;
	}

TEXTAREA {
	margin:auto;
	display:block;
	width:95%;
	}

input:focus, select:focus, textarea:focus {
	background-color: #FCFAF3;
	}

FIELDSET {
	padding:0.5em;
	margin:0.5em 0;
	border:1px dotted #cccccc;
	}

LEGEND {
	font-weight:bold;
	padding:0.3em;
	}

h4.optionName {
	line-height:1.5em;
	padding:0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin:0 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float:left;
	}
	
/*#logo {
	width:19.1em   To prevent the logo from resizing, simply delete or comment out this section 
	}*/
	
#logo img {
	width:100%;
	text-align: center;
	}

LABEL.inputLabel {
	width:75%;
	float:left;
	}

LABEL.inputLabelPayment {
	width:15em;
	float:left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width:12em;
	float:left;
	}

P, ADDRESS {
	padding:0.5em;
	}

ADDRESS {
	font-style:normal;
	}

.clearBoth {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
	}

HR {
	height:1px;
	margin:0.5em 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #d9cdb9;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height:1.8em;
	padding:0.2em;
	}

.messageStackWarning, .messageStackError {
	background:#990000;
	color:#ffffff;
	position:absolute;
	}

.messageStackSuccess {
	background:#929292;
	position:absolute;
	}

.messageStackCaution {
	background:#FFFF99;
	position:absolute;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align:left;
	vertical-align:top;
	}
	
#headerWrapper {
	width:100%; 
	text-align:center;
	margin:0 auto;
	}

	
/*#logoWrapperOuter {
	margin:0 auto;
	width:100%; 
	background:#ffffff;
		} */
	
#logoWrapperOuter {
	width:58em;
	text-align:center;
	margin:0 auto;
	position:relative;
}	
	
#logoWrapper {
	width:58em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	}

/*#tagline {
	font-size:1.3em;
	line-height:1em;
	text-align:center;
	padding-top:15px;
	}*/

#sendSpendWrapper {
	border:1px solid #cacaca;
	float:right;
	margin:0 0 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	width:47%;
	}

.wrapperAttribsOptions {
	margin:0.3em 0;
	}

/*navigation*/

.navPrevCounter {
	margin:0;
	font-size:0.9em;
	}
	
.navNextPrevList {
	display:inline;
	white-space:nowrap;
	margin:0;
	padding:0 1em;
	list-style-type:none;
	position:relative;
	}
	
#navSuppWrapper {
	margin:0;
	height:1%;
	width:100%;
	}
	
#navSupp {
	margin:0 auto;
	text-align:center;
	width:58em;
	}
	
/*#navCatTabsWrapper {
	margin:0;
	height:1%;
	width:100%;
	}*/

#natCatTabsWrapper {
	width:58em;
	text-align:center;
	margin:0 auto;
	position:relative;
}

#navCatTabs {
	width:58em;
	margin:0 auto;
	text-align:center;
	}
	
#navMain {
	width:58em;
	text-align:center;
	margin:0 auto;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7794A1;
	}
	
#navMainLinks {
	float:left;
	position:relative;
	list-style-type:none;
	text-align:left;
	font-size:1.1em;
	}

#navMainLinks a, #navMainLinks a:link, #navMainLinks a:active, #navMainLinks a:visited {
	color: #7794A1;
	text-decoration: none;
}
#navMainLinks a:hover {
	color: #5C727D;
	text-decoration: none;
}


#navSupp ul, #navCatTabs ul, #navMainLinks ul  {
	margin:0;
	padding: 0.4em 0;
	list-style-type:none;
	text-align:center;
	line-height:1.5em;
	}
	
#navSupp li, #navCatTabs li, #navMainLinks li {
	display:inline;
	padding:0 0.5em;
	}

#navSupp ul li a {
	text-decoration:none;
	margin:0;
	white-space:nowrap;
	display:inline;
	width:0;
	font-size: 12px;
	color: #FFFFFF;
	}

 #navCatTabs ul li a {
	text-decoration:none;
	margin:0;
	white-space:nowrap;
	display:inline;
	width:0;
	font-size: 12px;
	color: #7794A1;
	}

#navSupp ul li a:hover{
	color: #d9cdb9;
	}

#navCatTabs ul li a:hover {
	color: #637B86;
	}
	
#navEZPagesTOCWrapper {
	font-weight:bold;
	float:right;
	height:1%;
	border:1px dotted #7794a1;
	}

#navEZPagesTOC ul {
	margin:0;
	padding: 0.5em 0;
	list-style-type:none;
	line-height:1.5em;
	}

#navEZPagesTOC ul li {
	white-space:nowrap;
	}

#navEZPagesTOC ul li a {
	padding:0 0.5em;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin:0.5em;
	}

#navMainSearch {
	margin:0 auto;
	text-align:right;
	padding:2px 5px;
	height:2.17em;
	}
	
#navMainSearch input {
	margin:0 auto;
	text-align:right;
	padding:4px 4px;
	background-color:#f6fcff;
	border:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #596f79;
	}
	
#navMainSearch input[type=text] {
   margin: 2px 0 0 1em;
}

#navMainSearch input.topSearch{
   margin: 0 0 5px 2px;
   padding: 0 0 0 0;
   vertical-align: bottom;
}
	
#navBreadCrumb {
	text-align:left;
	padding:.5em;
	}
	
#navBreadCrumb a {
	padding:1em;
	}
	
#navEZPagesTop {
	padding:6px 0;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size:0.95em;
	}

#navColumnTwo, #navColumnOne {
	float:right;
	position:relative;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align:top;
	}

#productDescription, .shippingEstimatorWrapper {
	padding:0.5em;
	}

.important {
	font-weight:bold;
	}

.gvBal {
	float:right;
	}
	
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding:0.8em;
	}
	
#contentMainWrapper {
	width:59em;
	margin:0 auto;
	text-align:center;
	padding:0 0 5px 0;
	position:relative; 
	}

#centerColumnWrapper {
	/*background:url(../images/shadowRight.png) repeat-y 100% 0;*/
	margin:0;
	position:relative;
	width:59em;
	}

/** html #centerColumnWrapper, * html #centerColumnWrapperb  {
  background:none!important;  Hides the transparent shadows from older versions of IE 
}*/

#centerColumnWrapperb {
	/*background:url(../images/shadowLeft.png) repeat-y 0 0;*/
	margin:0;
	position:relative;
	width:59em;
	}
	
#centerColumnWrapper {
	margin:0;
	position:relative;
	width:59em;
	}

#centerColumnWrapperb {
	margin:0;
	position:relative;
	width:59em;
	}
	
#centerColumnOuter {
	margin:-.1em .5em 0 .5em;
	width:58em;
	height:1.15em;
	position:relative;
	}

#centerColumnWrapper2{
	margin:0 .5em;
	width:58em;
	}

#centerColumnWrapper2b{
	margin:0 auto;
	/*background:url(../images/shadowAlpha_bot.png) repeat-x bottom;*/
	overflow:hidden;
	width:58em;
	padding:0 0 5px 0;
	}
	
.centerColumn {
	width:73%;
	float:right;
	position:relative;
	margin-right:1%;
	padding:1% 2% 0 2%;
	text-align:left;
	line-height:1.6em;
	}	
			
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size:0.9em;
	color:#FFFFFF;
	padding:10px;
	}
	
#siteinfoLegal a, #siteinfoLegal a:link, #siteinfoLegal a:visited, #siteinfoLegal a:active {
	color: #d9cdb9;
	text-decoration:none;
	}
	
#siteinfoLegal a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}

#cartAdd {
	float:right;
	text-align:center;
	margin:1em;
	border:1px dotted #d9cdb9;
	padding:1em;
	}

.tableHeading TH {
	border-bottom:1px dotted #d9cdb9;
	}

#cartSubTotal {
	border-top:1px dotted #d9cdb9;
	font-weight:bold;
	text-align:right;
	line-height:2.2em;
	padding-right:2.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #70531c;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height:2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding:0.5em 0;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align:right;
	padding-right:0.2em;
	}

#scUpdateQuantity {
	width:2em;
	}

.cartQuantity {
	width:4.7em;
	}

.cartNewItem {
	position:relative;  /*do not remove-fixes stupid IEbug*/
	}

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

.normalprice, .productSpecialPriceSale {
	text-decoration:line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert {
	color:#990000;
	}

.orderHistList {
	margin:1em;
	padding:0.2em 0;
	} 

#ezPageBoxList li, .cartBoxTotal {
	margin:0;
	padding:0.2em 0;
	} 

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

#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin:0 1em 1em 0 ;
	}

#cartImage {
	margin:0.5em 1em;
	}

.attribImg {
	width:20%;
	margin:0.3em 0;
	}

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin:1em 0;
	}

.columnRight, .columnLeft {
	width:20%;
	float:right;
	}
	
h3.leftBoxHeading, h3.rightBoxHeading {
	font-size:1.1em;
	height:1.5em;
	padding-left:0px;
	text-transform: lowercase;
	color: #70531c;
	padding-top: 0.1em;
	padding-right: 0.1em;
	weight: normal;
	}

.centerBoxHeading {
	margin:0;
	padding:0.3em 0;
	border-top:1px dotted #d9cdb9;
	border-bottom:1px dotted #d9cdb9;
	}
	
.leftBoxHeading, .rightBoxHeading {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9cdb9;
	margin-top: 10px;
	}

.sideBoxContent {
	font-size:1.1em;
	padding:5px 5px;
	}
	
.sideBoxContent ul {
	text-align:left;
	list-style-type:none;
	padding:0 0 0 15px!important;
	margin:0!important;
	}

.sideBoxContent li {
	padding:.2em 0;
	}

#categoriesContent {
	text-align:left;
	padding-left:15px;
	}

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

#upProductsHeading {
	text-align:left;
	}

#upDateHeading {
	text-align:right;
	}

/*misc*/
.back {
	float:left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight:bold;
	}

.rowOdd {
	height:1.5em;
	vertical-align:top;
	}

.rowEven {
	height:1.5em;
	vertical-align:top;
	}

.hiddenField {
	display:none;
	}
	
.visibleField {
	display:inline;
	}

#accountLinksWrapper li {
	padding:.5em 0;
	display:block;
	list-style:none;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width:20%;
	text-align:right;
	}

.accountQuantityDisplay {
	width:10%;
	vertical-align:top
	}

TR.tableHeading {
	height:2em;
	color: #70531c;
	font-size: 13px;
	}

#siteMapList {
	width:90%;
	float:right;
	}

.ratingRow {
	margin:1em 0 1.5em 0;
	}

LABEL#textAreaReviews {
	font-weight:normal;
	margin:1em 0;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background:#ffffff;
	}
	
.information {padding: 10px 3px; line-height: 150%;}
