/**
 * 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 5347 2006-12-22 20:26:09Z birdbrain $
 */

body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	background-color:fff;
	}

/*.menu_text{font-size:24px; visibility:hidden;}*/


.main00 {
	border-top:4px solid #0f6734;
	margin:0;
	padding:6px 0;
	width:100%;
	float:left;
}
.main00 li {
	list-style:none;
	float:left;
}
.main00 li a {
	display:block;
	overflow:hidden;
	height:36px;
	text-indent:-9999px;
}
#homeNav a {
	background:url(../images/nav/home_nav.gif) no-repeat 0 0;
	width:65px;
}
#storeNav a {
	background:url(../images/nav/store_nav.gif) no-repeat 0 0;
	width:135px;
}
#aboutNav a {
	background:url(../images/nav/about_nav.gif) no-repeat 0 0;
	width:119px;
}
#locationNav a {
	background:url(../images/nav/location_nav.gif) no-repeat 0 0;
	width:113px;
}
#servicesNav a {
	background:url(../images/nav/services_nav.gif) no-repeat 0 0;
	width:111px;
}
#specialsNav a {
	background:url(../images/nav/specials_nav.gif) no-repeat 0 0;
	width:104px;
}
#contactNav a {
	background:url(../images/nav/contact_nav.gif) no-repeat 0 0;
	width:102px;
}
#homeNav a:hover {
	background:url(../images/nav/home_nav.gif) no-repeat 0 -36px;
}
#storeNav a:hover {
	background:url(../images/nav/store_nav.gif) no-repeat 0 -36px;
}
#aboutNav a:hover {
	background:url(../images/nav/about_nav.gif) no-repeat 0 -36px;
}
#locationNav a:hover {
	background:url(../images/nav/location_nav.gif) no-repeat 0 -36px;
}
#servicesNav a:hover {
	background:url(../images/nav/services_nav.gif) no-repeat 0 -36px;
}
#specialsNav a:hover {
	background:url(../images/nav/specials_nav.gif) no-repeat 0 -36px;
}
#contactNav a:hover {
	background:url(../images/nav/contact_nav.gif) no-repeat 0 -36px;
}
#needAccount {
	background:url(../images/nav/need_account.gif) no-repeat 0 0;
	display:block;
	overflow:hidden;
	width:169px;
	height:16px;
	text-indent:-9999px;
}
#needAccount:hover { background:url(../images/nav/need_account.gif) no-repeat 0 -16px; }
/*.main00 img{
position:relative;
left:8px;
padding-right:3px;}*/

.main01 {
	margin-top:8px;

}
.search01 {
	width:139px;
	height:36px;
	position:absolute;
	right:0;
	bottom:0;
	background-image: url(../images/design/bg01.jpg);
}
.search02 {
	padding-left:20px;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	text-decoration: none;
	}
 
a:visited {
	text-decoration: none;
	}

h1 {
	font-size: 1.5em;
color:#0e6633;
	}

h2 {
	font-size: 1.4em;
color:#0e6633;
	}

h3 {
	font-size: 1.3em;
color:#0e6633;
	}

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 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%;
	overflow:auto;
	resize:none;
	}


FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	}

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

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

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

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}


#logoWrapper{
 background-color: #ffffff;

 }	
	
LABEL.inputLabel {
	width: 11em;
	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;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
/*	border: none;*/
	}

hr.c {border: none 0; 
	border-top: 1px dashed #c00;/*the border*/
	width: 80%;
	text-align: center;
 
	height: 1px;/ 
	}
 

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

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 800px;
	vertical-align: top;
	}

#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#logoWrapper {
	margin:auto;
	padding: 0em;
	}

#headerWrapper {height:95px;position:relative;} 
#newsletterSubscribe{padding-right:20px;}
#newsletterSubscribe img{/*position:relative; top:0px; right:3px;*/}

.logo   {
	padding-left:147px;
	}
#navMainWrapper{
}
#navMainSearch {
position:absolute; bottom:0px;
right:0px;
	}

#mainWrapper {
	margin:auto;
}

#navColumnOneWrapper{
	padding:5px;
	} 

#navColumnTwoWrapper{
	margin-right:15px;
}

#tagline {
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	float: right;
	margin: 0em 0em 1em 1em;
	}

#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
.floatingBox {
	margin: 0;
	width: 47%;
	}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*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: 0;
	font-weight: bold;
	width: 100%;
	}

#navSuppWrapper{
margin-left:0px;
margin-top:1em;
padding-top:1em;
border-top:2px solid #0e6633}

#navSupp ul  {
        position:relative;
        left:130px;
        bottom:134px;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: left;
	line-height: 26px;
        font-size:20px;
        font-weight: normal;
	}

#navMain{
width:800px;
}

#navMainTwo{
position:absolute;
top:-10px;
right:0px;
font-family: Rockwell Condensed;
font-size:18px;
}

#navMainTwo ul{
	padding-top:.2em;
	list-style-type: none;
	text-align: center;
    font-size: 24px;
	
	}
#navMain ul{border-top:3px solid #0e6633;

	}

#navMain ul li,#navMainTwo ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}
#navMain ul li{
height:50px;
		position:relative; right:38px;
		white-space: nowrap;
	}
#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	}

#navMainTwo ul li a{
	text-decoration: none;
	padding: 0em 0em;
	margin: 0;
	white-space: nowrap;
	}

#navMainTwo ul li a, #navSupp ul li a{
	color:#0e6633;
	font-size:12px;
	}
#navMainTwo ul li a:hover, #navSupp ul li a:hover {
	color:#ED1F23;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	}

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


#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin-left: .5em;
	padding: 0.5em;
	}


/*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;
	}

#productDetailsList  {

/*margin-left:280px;*/
}
.alert {
	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 {
        width:90px;
	text-align: center;

	padding: 0.5em;
        border:2px solid #6aac3f;
	}

.addpoz {
padding-left:20px;
}
#cartSubTotal {
	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 {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	font-weight:bold;}

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

#productMainImage{
	margin-top:1em;
	padding:1em;
	width:250px;
	min-height:200px;
	height:auto !important;
	height:200px;
	border: 3px solid #6AAC3F;
}
#productMainImage img { margin-bottom:10px; }

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



/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em
color:#fff;
	}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer{
        margin-top:.5em;
        background-color:#0e6633;
	}
	
.rightBoxContainer{
        margin-top:.5em;
        background-color:#ffffff;
		color: #006600;
		 
	}


.sideBoxContent {
	padding: 0.4em;
color:#ff0;
	}
.sideBoxContent a{color:#fff;}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
color: #006600;
	}

h3.leftBoxHeading a:hover {
	text-decoration: none;
	color:#ED1F23;
	} 
	
 h3.rightBoxHeading a:hover {
	text-decoration: none;
	color: #009933;
	} 

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #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;
	}


#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

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

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

.bold {
	font-weight: bold;
	}

.rowOdd, .rowEven  {
	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 {
	height: 2em;
	}

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

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

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

.information {padding: 10px 3px; line-height: 150%;}

A.category-top:link, A.category-top:visited, A.category-top:active,A.category-links:link, A.category-links:visited, A.category-links:active , A.category-subs:link, A.category-products:link, A.category-subs:visited, A.category-products:visited, A.category-subs:active, A.category-products:active  {
  text-decoration: none;
font-weight:bold;
color:#ebc306;
}
A.category-top:hover , A.category-links:hover,A.category-subs:hover, A.category-products:hover {
  text-decoration: underline;
  color:#ED1F23;
}

SPAN.category-subs-parent, SPAN.category-subs-selected {
  font-weight: bold;
}
/*JSWeb additions */
#ezpages{margin-top:.9em;}
#bannerbox{margin-top:.4em;}



#ezpagesContent, #ezpagesHeading, 
#categoriesContent, #categoriesHeading{
background-color:#0E6633;
line-height:142%
}

#categoriesHeading{font-size:2em; color:#fff;}

#ezPageDefault{font-size:1.2em;}

#ezpagesContent a:link, #ezpagesContent a:visited,
#categoriesContent a:link, #categoriesContent a:visited{
}

#ezpagesContent a:hover, #categoriesContent a:hover{
text-decoration: none;
color:#fff;}

.categoryListBoxContents{
/*background-color:#6AAC3F;*/
margin:0em;
padding:1em 0em;}

.categoryListBoxContents a:link, .categoryListBoxContents a:visited{
color:#0e6633;
font-size:1em;
font-weight:bold;
padding-top:1em;
}

.categoryListBoxContents a:hover{
color:#ED1F23;
}

.categoryListBoxContents img {border: 2px solid #6AAC3F;}


#bannerboxHeading, #bannerboxallHeading, #bannerbox2Heading{display:none;}

#catTitle{
color:#ff0;
background-color:#6AAC3F;
font-size:18px;
padding:.4em;
text-align:center;}

#siteinfoLegal{
position:relative;
left:140px;
bottom:90px;
margin: 0;
color:#0E6633;}

#siteinfoLegal a:link, #siteinfoLegal a:visited{color:#0E6633;}
#siteinfoLegal a:hover{color:#ED1F23;}

#newsletterSubscribe{
width:130px;
text-align:left;
margin:0px;
padding:0px;
}
#newsletterSubscribe form input { float:left; margin-top:6px; }
#newsletterSubscribe .inputButton { margin-top:4px; }

#signInCont {
	position:absolute;
	right:0;
	top:0;
}

#productListHeading{display:none;}

/*h1#productListHeading{color:#ff0;
padding-top:30px;
padding-left:10px;}*/

.centerBoxContentsProducts{
min-height:270px;
height:auto !important;
height:270px;
border: 2px solid #6aac3f;
padding:1em .5em;
margin:.5em; 
}

#whatsNew{ border: 2px solid #6aac3f; display:block; padding:0 0 20px 0; width:100%; height:1%; }

#whatsnew .sideBoxContent {
padding: 0.4em;
color: #006633;
border: 1px dashed #669933;/*the border*/
width: 155px;
}
 


#indexDefaultHeading{
display:none;
}
/*.1button {
    border:none;
    background: url('http://yourzencart.com/andersonslacosta/includes/templates/
    ') no-repeat top left;
    padding: 4px 10px;
}
*/
.magGlass{
position:relative;
left:0px;
top:22px;}

#productName, #productPrices{
width:280px;
float:left;
position:relative;
left:15px;
top:3px;}

#indexCategoriesHeading{display:none;}

#navBreadCrumb{
width:97%;
	font-size: 1.3em;
        color:#fff;
        background-color:#6aac3f;
	font-weight: bold;
	margin-left: .5em;
	padding:1em 0.5em;
	}

#navBreadCrumb a:link, #navBreadCrumb a:visited{
        color:#ff0;
	}

#navBreadCrumb a:hover{
        color:#ED1F23;
	}

#shoppingCartDefault table {border: 1px solid #aaa;}
#shoppingCartDefault .tableHeading {background-color: #fca319;}

#shoppingcart {margin-top:1em;}
#shoppingcartContent,#shoppingcartHeading {
background-color:#0e6633;
border-left: 4px solid #fff;
border-right: 4px solid #fff;
}
#indexDefaultMainContent{text-align:center;}

#prevOrders caption{background-color: #6aac3f;}
#prevOrders h2{color:#fff;}
#prevOrders {
background-color: lightgreen;
padding:5px;}

#prevOrders .tableHeading{background-color:#ffa;}

#navColumnOne{background-color:#0e6633;}


/*Category box images*/

/*#categories a { 
    background-repeat: no-repeat;
    display: block;
    }


a.catBg4 {
    background-image: url(../includes/templates/jsweb/images/design/cat-box/catbg4.gif);
    height: 30px;
    }

a.catBg4:hover {
    background-image: url(../images/catbg4hover.gif);
    }

a.catBg5 {
    background-image: url(../images/catbg5.gif);
    height: 30px;
    }

a.catBg5:hover {
    background-image: url(../images/catbg5hover.gif);
    }*/

.prodinfoimage {
	width:270px;
}
.prodinfotext {
	width:310px;
}
.prodinfodetails {
	margin-left:10px;
}

.listingDescription {
	text-align:center;
	 
}

