/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2008 Mary Zulli
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 */

body {
	margin: 0;
	font-family:Times, Times New Roman,serif;
	font-size: 12pt;
	color: #ABCC62;
	background: #DF8;
	}
#logo img {
	border:none;
	margin:-15px 10px 0px 0;
}
#logo a img {
	border:none;
	border-right:1px #777 solid;
	margin:-15px 0 0px 0;
	width:230px;
	height:115px;
	background-color: #F6EACB;
	padding:5px 0px 5px 0px;
}
#cartContentsDisplay img {
	border:0;
	padding:0;
	background:transparent;
}
img, a img {
	border: 2px #430 inset;
	background-color: #FFF;
	padding:6px;
	margin:0 10px 10px 0;
}

a:link, #navEZPagesTOC ul li a {
	color: #FFA85A;
	text-decoration: none;
	}
 
a:visited {
	color: #FFA85A;;
	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: #FFAA00;
	}

a:active {
	color: #FF7300;
	}

h1 {
	font-size: 1.2em;
	color: #FFA85A;
	font-style:italic;
	font-weight:normal;
	}

h2 {
	font-size: 1.1em;
	font-style:italic;
	font-weight:normal;
	}
h2.greeting {
	color: #ABCC62;
	font-size:.8em;
	font-style:italic;
	font-weight:normal;
}
h3 {
	font-size: 1em;
	}

h4, h5, h6, LABEL, h4.optionName, LABEL.attribsSelect, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1em;
	font-weight:normal;
	}
#createAcctDefaultLoginLink {
	font-size: .85em;
}
.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	color: #FFA85A;
	margin: 0.3em 0;
	}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.itemTitle {
margin:0;
}

h3.itemTitle a {
margin:0;
font-size:.8em;
}
/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

select:focus,input:focus, textarea:focus {
	background: #FFFFFF;
	}
FIELDSET {
	position: relative;
	padding: 0.5em;
	background:#F6EACB;
	border:1px solid #4C4418;
	color: #420;
	font-size:.9em;
	margin-bottom:.5em;
	}
FIELDSET a:link{
	color: #420;
}
FIELDSET > FIELDSET {
	border:2px dotted #4C4418;
}
#createAcctDefault form > FIELDSET {
	width:450px;
}
LEGEND {
	font-style:italic;
	padding: 0.3em;
	color: #F6EACB;
	background:#272B01;
	border-right:1px solid #4C4418;
	border-bottom:1px solid #4C4418;
	width:64%;
}

LABEL, h4.optionName {
	font-size:.9em;
	line-height: 1.1em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	max-width:350px;
	margin-left:1.5em;
	font-size:1em;
	font-weight:normal;
	line-height:1.2em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}
#productChoiceColumn {
	width:225px;
	float:left;
	margin-left:15px;
}
#headerWrapper br.clearBoth {
	display:none;
	}
#navMainWrapper br.clearBoth {
	display:block;
	}
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.3em;
	font-size:.9em;
	padding: 0.3em;
	padding-left:30px;
	border: 2px solid #FFA85A;
	background:url(../images/warn.gif) no-repeat 5px 3px #FFF7A4;
	color: #C01D15;
	}
.messageStackWarning h2, .messageStackError h2, .messageStackSuccess h2, .messageStackCaution h2 {
	background:#FFF7A4;
	color: #C01D15;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
	margin-left:25px;
	}
/*wrappers - page or section containers*/
#mainWrapper {
	background: url(../images/background2.gif) repeat-y -84px top #4C2200;
	border:1px #2B3900 solid;
	border-left:1px #99CC44 solid;
	padding-bottom:20px;
	text-align: left;
	width: 900px;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#logoWrapper{
	background-image: url(../images/bamboo_image.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:110px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 44%;
	}
#navEZPagesTOCWrapper {
	margin: 0 0 0 10px;
	width: 275px;
	padding:7px;
	}
#navEZPagesTOC {
width:170px;
padding:3px;
white-space:wrap;
}



.wrapperAttribsOptions {
	margin: 0.3em 0em;
	display:inline;
	}

/*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, #navCatTabsWrapper {
	margin: 0em;
	background-color: #272B01;
	padding: 0.2em 0.2em;
	font-weight: normal;
	font-style:italic;
	color:#58371C;
	}
#navSuppWrapper div {
	margin: 0em;
	background-color:transparent;
	margin-right:20px;
	float:right;
	clear:both;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #FFA85A;
	}

#navMain {
		background-color:#272B01;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1em;
	
	}

#navMain ul {
	float: right;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #F6EACB;
	white-space: nowrap;
	}
#navSupp ul li a {
	text-decoration: none;
	padding: 0em;
	margin: 0;
	color: #ABCC62;
	white-space: nowrap;
	font-style:italic;
	font-weight:normal;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#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;
	}
#categoryImgListing img {
	float:left;
	}

#indexProductListCatDescription.content {
	float:left;
	width:500px;
	}
#indexProductListCatDescription.content p {
	max-width:450px;
	}
	
#indexProductListCatDescription.content div + p {
	margin-top:0;
	}

#indexProductListCatDescription.content p:first-child {
	margin-top:0px;
	}

#categoryDescription.catDescContent {
	float:left;
}

#categoryDescription.catDescContent p:first-child{
	margin-top:0px;
}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0em 0.5em;
	background-color: #272B01;
	line-height:1.8em;
	font-size: 0.8em;
	font-style:italic;
	font-weight: normal;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	background:transparent;
	}
#navColumnTwo {
	background-color:transparent;
	border-top:1.4em solid #272B01;
	}

/*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: #BC1D15;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
#indexDefault.centerColumn {
	padding:0;
	}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.8em;
	font-style:italic
	}
#siteinfoLegal {
	width:420px;
	margin-left:465px;
	text-align:right;
}
/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: left;
	}

.tableHeading TH {
	background-color: #C2E86F;
	color: #272B01;
	}

.tableHeading, #cartSubTotal {
	background-color: #ABCC62;
	color: #272B01;	 }
.sizer {
	margin:0 auto 25px auto;
	padding:5px;
	text-align:center;
	border-collapse:collapse;
}
.sizer th{
	border-bottom:1px solid white;
	padding:5px;
	}
.sizer td{
	border-bottom:2px dotted white;
	padding:5px;
	}
#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 {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	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;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ffaa00;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#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*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
#productMainImage {
	margin:0 .3em .5em 0;
}
.imgLink {
	font-size:.8em;
}
.centerColumn {
	width:95%;
	}

#productDescription {
	border-right:3px #ABCC62 dotted;
	float:left;
	width:390px;
	font-size:.9em;
}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 33%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border:none;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.rightBoxHeading {
	margin: 0em;
	background-color:transparent;
	padding: 0.5em 0.2em;
	border:0;
	color:#FFA85A;
}
.centerBoxHeading, .leftBoxHeading, #catBoxDivider{
	display:none;
	}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	}

.sideBoxContent {
	background-color: transparent;
	padding: 0 0.4em;
	}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #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;
	}
#bannerbox {
	background:url(../images/t-shirt-mask-grn.gif) #460;
	border:4px #FFA85A double;
	margin:.2em;
	padding:.3em;
	color:#F6EACB;
	}
#bannerbox2 {
	width:110px;
	margin:.2em;
	background:url(../images/t-shirt-mask-tan.gif) #F6EACB;
	border:#272B01 4px double;
	color:#460;
	padding:.3em;
	}
#bannerboxall {
	margin:.2em;
	background:url(../images/t-shirt-mask-dkbrn.gif) #272B01;
	padding:.3em;
	border:#F6EACB 4px double;
	}

#bannerboxallContent, #bannerbox2Content, #bannerboxContent {
	margin-bottom:1em;
	font-size:.8em;
	text-align:left;
}
#bannerboxHeading {
	text-align:left;
	color:#F6EACB;
}
#bannerbox2Heading {
	color:#272B01;
	}
#bannerTwo {
	background:url(../images/t-shirt-mask-dkbrn.gif) #F6EACB;
	width:300px;
	padding:10px;
	margin-left:400px;
}
#siteinfoLegal {
	text-align:right;
	padding-bottom:10px;
	padding-right:10px;
	}
#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;
	}

/* categories box parent and child categories */
#categories.leftBoxContainer{
	margin-top:33px;
	margin-bottom:0;
	padding-bottom:0
}
#ezpages.leftBoxContainer{
	background:url(../images/flourish.gif) no-repeat 15px top;
	margin-top:10px;
	padding-top:20px;
	}
#categoriesContent.sideBoxContent {
	color:#420;
	font-style:italic;
	font-weight:normal;
	text-align:left;
	background:transparent;
}
#ezpagesContent.sideBoxContent a,#ezpagesContent.sideBoxContent ul,#ezpagesContent.sideBoxContent li{
	color:#420;
}
#categoriesContent.sideBoxContent A.category-links, #categoriesContent.sideBoxContent A.category-links:visited,  A.category-top, A.category-top:visited {
	color: #420;
	text-decoration: none;
	font-size:1.1em;
	line-height:1.3em;
	}
#categoriesContent.sideBoxContent A.category-subs, #categoriesContent.sideBoxContent A.category-subs:visited, #categoriesContent.sideBoxContent A.category-products, #categoriesContent.sideBoxContent A.category-products:visited {
	font-size:.9em;
	color: #420;
	line-height:1.1em;
	text-decoration: none;
	}
#categoriesContent.sideBoxContent A.category-products:hover, #categoriesContent.sideBoxContent A.category-subs:hover, #categoriesContent.sideBoxContent A.category-links:hover, #ezpagesContent.sideBoxContent a:hover, #categoriesContent.sideBoxContent A.category-top:hover {
	color: #000;
	}
#ezpagesContent.sideBoxContent {
	margin-top:0px;
	padding-top:0px;
}

#ezpagesContent.sideBoxContent, #ezpagesContent.sideBoxContent.a, #ezpagesContent.sideBoxContent.a:visited, #information.leftBoxContainer a {
	font-size:.9em;
	color: #420;
	line-height:1.1em;
	text-decoration: none;
	font-style:italic;
	font-weight:normal;
	}
SPAN.category-subs-parent, SPAN.category-subs-selected {
	font-weight:normal;
	color: #000;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
#shoppingCartDefault {
	width:500px;
}
.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #FFF6DB;
	color: #420;
	height: 1.5em;
	vertical-align: top;
	}
#cartProdTitle {
	color: #420;
}
.rowEven {
	background-color: #F6EACB;
	color: #420;
	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;
	height: 2em;
	}

#productListing {
	width:500px;
}

.productListing-rowheading {
	background: transparent;
	height: 1.2em;
	color: #FFA85A;
	}

#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: #4C2200;
	padding:1em;
	}
.information {
	padding: 10px 3px;
	line-height: 150%;
	}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
#ezPageDefault.centerColumn p {
	max-width:400px;
	}
.navNextPrevWrapper {
	margin-bottom:10px;
	}

.JewelColorsOff {
	border:3px #FFA85A double;
	background:#F6EACB;
	color:#4C2200;
	padding:15px;
	position: absolute;
	right: 25px;
	top: 150px;
	width: 400px;
	z-index: 9;
	visibility:hidden;
	}
.JewelColorsOff p {
	width:350px;
	}
#taglineWrapper {
	float:right;
	width:185px;
	margin:30px 0 0 0;
}
.listingDescription {
	font-size:.8em;
}
#extra_material_main {
 	margin-left:15px;
}
#extra_material_main p {
	max-width:600px;
	width:600px;
}
<!--if IE
LEGEND {
	top: 1em;
	left: .2em;
	position: absolute;
	}
FIELDSET {
	position: relative;
}
-->