/**
 * 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 $
 */
html{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #0000FF;
	text-decoration: none;
	}
 
a:visited {
	color: #0000FF;
	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: #00C100;
	}

a:active {
	color: #0000FF;
	}

h1{
	font-size: 1.5em;
	color: #820082;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#h1Cont{
	position: absolute;
	top: -133px;
	height: 1px;
	left: 31px;
}
#indexProductList #h1Cont, #newProductsDefault #h1Cont, #allProductsDefault #h1Cont, #featuredProductsDefault #h1Cont{
    left: 0px;
}
#pageTitle, #productsListName{
	position: relative;
	top: 119px;
	left: 35px;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
}
#pageTitle h1, #productsListName h1{
	display: inline;
	font-size: 1.7em;
	position: relative;
	top: -4px;
	background-color: #FFFFFF;
	float:left;
}
#h1ContLeftEdge{
	position: absolute;
	top: -1px;
	left: -10px;
	background-image: url(../images/layout/title_corner_left.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
	background-color: #FFFFFF;
	}
#h1ContRightEdge{
	position: relative;
	background-image: url(../images/layout/title_corner_right.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
	top: -1px;
	left: 10px;
	display:inline-block;
	}
.listingNameCont{
	position: relative;
	top: -25px;
	left: 20px;
}
.listingTitle, .itemTitle {
	position: relative;
	top: -3px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33CC66;
	padding-top: 3px;
	padding-right: 4px;
	padding-left: 4px;
}
.listContLeftEdge{
	background-image: url(../images/layout/listing_corner_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: -1px;
	left: -8px;
	height: 20px;
	width: 8px;
	background-color: #FFFFFF;
}
.listContLeftEdge prodPL{
	background-image: url(../images/layout/listing_corner_leftP.gif);
}

.listContLeftEdge prodPR{
	background-image: url(../images/layout/listing_corner_rightP.gif);
}
.listContLeftEdge prodGL{
	background-image: url(../images/layout/listing_corner_leftG.gif);
}

.listContLeftEdge prodGR{
	background-image: url(../images/layout/listing_corner_rightG.gif);
}
.listContRightEdge{
	background-image: url(../images/layout/listing_corner_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	top: -1px;
	right: -8px;
	height: 20px;
	width: 8px;
	background-color: #FFFFFF;
}
.prodGL{
	background-image: url(../images/layout/listing_corner_leftG.gif);}
.prodPL{
	background-image: url(../images/layout/listing_corner_leftP.gif);}
.prodGR{
	background-image: url(../images/layout/listing_corner_rightG.gif);}
.prodPR{
	background-image: url(../images/layout/listing_corner_rightP.gif);}
h2 {
	font-size: 1.3em;
	color: #418200;
	}

h3 {
	padding-top: 18px;
	padding-bottom: 10px;
	font-size: 1.2em;
	color: #418200;
	}
h5 {
	font-size: 1.2em;
	color: #418200;
	}
.centerColumn .content, .evContent{
	font-size: 1.2em;
}
.rightBoxHeading, .leftBoxHeading{
	color: #820082;
	}
h4{
	color: #820082;
}
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 0;
	}

/*  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: 1.1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}


FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #660066;
	font-size: 1.1em;
	font-style: italic;
	}

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;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}
.centerColumn form input, .centerColumn form .inputLabel, .centerColumn form .radioButtonLabel, .centerColumn form #country{
	font-size: .95em;
}
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 {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.5em;
	border: 1px solid #75EA6F;
	margin-top: 20px;
	}
#shoppingCartDefault .messageStackWarning, #shoppingCartDefault .messageStackError{
	margin-bottom: 10px;
	margin-top: 0px;}
.messageStackWarning, .messageStackError {
	color: #FF0000;
	font-weight: bold;
	}
 .messageStackError {
	background-color: #FFFF99;
	}
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 990px;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#mainWrapper{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	margin-top: 2px;
	background-image: url(../images/layout/background.gif);
	background-repeat: repeat-y;
}
#headerWrapper{
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	height: 166px;
}
#headerSupplyGraphic{
	background-image: url(../images/layout/potting_header.jpg);
	height: 88px;
	width: 187px;
	position: absolute;
	background-repeat: no-repeat;
	top: 0px;
	left: 294px;
	z-index: 100;
}
#logoWrapper{
	height:85px;
	position: relative;
	}
#contentMainWrapper{
	background-image: url(../images/layout/white_phals.jpg);
	background-repeat: no-repeat;
	background-position: 711px top;
	z-index:100;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
#navColumnOneWrapper{
	padding-left: .6em;
	padding-bottom: 40px;}
#navColumnTwoWrapper{
	padding-right: .6em;
	padding-bottom: 105px;
	}
#tagline {
	color:#D90000;
	font-size: 1em;
	float:left;
	position: absolute;
	left: 505px;
	top: 42px;
	font-weight: bold;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox,  #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
#myAccountShipInfo{
	margin-left: 22px;
}
#myAccountOrdersStatus tr td{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#catBoxDivider{
	visibility: hidden;
}
#accountLinksWrapper{
	margin: 0;
	width: 80%;
}
.wrapperAttribsOptions {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	}

.wrapperAttribsOptions label{
	margin-top: 0.3em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	}
/*navigation*/

.navSplitPagesResult {
	position: relative;
	top: -4px;
}
.navSplitPagesLinks {
	position: relative;
	top: -4px;
	padding-right: 10px;
}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	list-style-type: none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position:relative;
	top: 4px;
	}

.navNextPrevWrapper{
	position:absolute;
	top: 15px;
	right: 34px;
	color: #666666;
	font-size: .8em;
}
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding: 0.5em 0.2em;
	font-weight: bold;
	height: 1%;
	}
#navSuppWrapper{
	position: absolute;
	left: 480px;
	visibility:hidden;
}
#navSupp{
	margin-top: 20px;
}
#navCatTabsWrapper {
	color: #9a9a9a;
	background-image:none;
}

#navMain{
	padding-left: 10px;
	position: relative;
	z-index: 10000;
}
#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;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	position: relative;
	z-index: 100000;
	}

#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;
	}
#indexProdListDescription{
	padding-right: 200px;
	padding-left: 18px;
	padding-top: 10px;
}
.buttonRow{
	margin-top: 10px;
}
#indexProductList,#advSearchResultsDefault{
	padding-top: 20px;
}
#navMainSearch {
	float: right;
	padding-right: 166px;
	margin-top: 2px;
	position:relative;
	z-index:1000;
	font-size: .8em;
	}
.searchInput{
	width: 140px;
}
#breadCrumbCont{
	position: absolute;
	top: -20px;
}
#navBreadCrumb {
	padding: 0.5em 0.5em;
	font-size: 0.95em;
	font-weight: normal;
	margin: 0em;
	position: relative;
	left: 63px;
	top: 115px;
	color: #666666;
	}
#navBreadCrumb a{
	color: #1384D7;
}
#navBreadCrumb a:hover{
	color: #00FF00;
}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}
	

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

.shippingEstimatorWrapper {
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	font-size: .95em;
	color:#FF0000;
	}
fieldset .important, #checkoutConfirmDefault .important{
	color:#000000;
}
#checkoutConfirmDefault .important{
	font-size: 1.1em;
	padding-left: 10px;}
.regText{
	color:#000000;
	font-weight: normal;
	}
.notice {
	padding-left: 30px;
}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.centerColumn{
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	padding-right: 24px;
	margin-top: -35px;
	margin-bottom:0px;
	margin-left: 0px;
	min-height: 360px;
	z-index: 10000;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	color:#FF0000;
	}

.smallerRedText{
	font-size: .85em;
	color:#FF0000;
}
.smaller{
	font-size: .85em;
}
/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9CE48F;
	}
#cartAdd input{
	margin-left: 2px;
}
.qtyInCart{
	color: #FF0000;
	padding-top: 2px;
	padding-bottom: 4px;
}
.prodPriceLine{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CE48F;
}

#pricingBlock{
	background-image: url(../images/layout/pricing_block_back.gif);
	background-repeat: repeat-y;
	clear: both;
}
#pricingBlockHeader{
	background-image: url(../images/layout/pricing_block_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 7px;
	width: 579px;
	position: relative;
	top: -7px;
}
#pricingBlockFooter{
	background-image: url(../images/layout/pricing_block_bot.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 7px;
	width: 579px;
	position: relative;
	top: 7px;
}
#paddingBlock{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#productPrices{
	text-align: right;
	color: #663399;
	font-size: 1.3em;
}
.noBold{
	font-weight:normal;
}
#productAttributes{
	float: right;
	margin-right: 0px;
}
#productAdditionalImages{
	margin-top: 10px;
}
#attribsOptionsText{
	float: left;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 2px;
}

TR .tableHeading {
	background-color: #e9e9e9;
	height: 2em;
	border-bottom: 1px solid #A3D1A3;
	color: #623164;
}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	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*/
	}

.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;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 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 {
	position: absolute;
	top: -50px;
	left: 235px;
}
#categoryIcon {
	position: absolute;
	top: -50px;
	left: 235px;
}
#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 {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	margin: 0em;
	margin-top: 1.5em;
	background-image: url(../images/h_rule_left.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	}
.rightBoxContainer {
	margin: 0em;
	margin-bottom: .5em;
	background-image: url(../images/h_rule_right.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 16px;
	}

.columnRight .rightBoxContainer hr{
	float: right;
	width: 75px;
}
.columnRight .cartBoxTotal{
	clear: right;
}
#navColumnOneWrapper {
	position: relative;
	top: -68px;
	}
#navColumnTwoWrapper {
	position: relative;
	top: -50px;
	}
.sideBoxContent {
	padding: .4em;
	}

.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 .5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 0em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories 
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}*/
SPAN.category-subs-parent {
	font-style: italic;
	}
SPAN.category-subs-selected {
	color: #CC0000;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton, .flR {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}
.rowOdd address, .rowEven address{
	padding-top: 0px;
	padding-bottom: 0px;
}

.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
	}


.productListing-rowheading {
	background-color: #abbbd3;
	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: #CCFFFF;
	}
.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;
	}
#siteinfoLegal{
	background-image: url(../images/layout/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 10px;
	height: 65px;
	text-align: left;
}
#ftrLegal{
	position: absolute;
	z-index: 90;
}
#ftrLegalCopyR{
	position: relative;
	bottom: -50px;
	text-align: left;
	padding-left:20px;
	color:#D90000;
}
#ftrLegalCopyR a{
	color:#D90000;
}
#ftrLegalCredits{
	position: relative;
	left: 355px;
	bottom: -62px;
	color: #999999;
}

#ftrLegalCredits a{
	color: #4848FF;
}

#ftrLegalCredits a:hover{
	color: #00C100;
}
#footerTagLineCont{
	position: relative;
	right: 0px;
	top: -15px;
}
#footerTagLine{
	position: absolute;
	top: -30px;
	text-align:right;
	color: #D90000;
	font-size: 1.2em;
	width: 840px;
}
#myAcctNavLink{
	margin-right: 200px;
}
#myAcctLoginLink{
}
#pinkCym{
	background-image: url(../images/layout/cymbidium_single.gif);
	height: 139px;
	width: 135px;
	position: absolute;
	bottom: -23px;
	left: 110px;
	z-index: 1000;
}
#footerPottingCorner{
	background-image: url(../images/layout/potting_corner.png);
	height: 175px;
	width: 230px;
	position: absolute;
	bottom: -18px;
	left: 765px;
	z-index: 10;
}

.posRel{
	position:relative;
}

.posAbs{
	position:absolute;
}
#sorter{
	float: right;
	margin-top: 7px;
	padding-right: 6px;
}
#sorter label{
	margin-right: -4px;
	margin-left: 15px;
	padding-right: 0px;
	color:#006600;
	font-weight: bold;
	font-style: italic;
}
#sorter select{
	font-size: 12px;
}
.prodImgRight{
	float: right;
	padding-left: 20px;
}
.prodImgRight img{
	border: 1px solid #0000FF;
	margin-top: 48px;
}
#productDescription{
	padding-top: 6px;
}
.navNextPrevList{
	padding-top: 4px;
	padding-bottom: 4px;
}
#cartHelpLink{
	position: relative;
	top: 15px;
	right: 40px;
}
#allListingOuterCont, #newListingOuterCont, #featuredListingOuterCont{
	padding-left: 0px;
	margin-left: 1px;
}
#productReviewLink, #productTellFriendLink{
	margin-bottom: 20px;
}
.indexProdList{
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 620px;
	text-align:left;
}
.newListingProdSep, .allListingProdSep, .featuredListingProdSep{
	height: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	clear:both;
	position: relative;
	top: -2px;
	left: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33CC66;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	z-index: 1005;
}
.prodNewListingImgDiv, .prodAllListingImgDiv, .prodFeaturedListingImgDiv{
	float: right;
	margin-top: 2px;
	padding-bottom: 15px;
	margin-left: 10px;
}
.prodNewListingNameDiv, .prodAllListingNameDiv, .prodFeaturedListingNameDiv{
	font-size: 1.1em;
}
#newProductsDefault, #allProductsDefault, #featuredProductsDefault,#advSearchResultsDefault{
	padding-right: 7px;
	padding-left: 0px;
	margin-left: 0px;
}
#newProductsDefault #pageTitle, #allProductsDefault #pageTitle, #featuredProductsDefault #pageTitle{
	left:64px;
}
#newProductsDefault #sorter, #allProductsDefault #sorter, #featuredProductsDefault #sorter{
	padding-right: 10px;
}

#newProductsDefault .buttonRow, #newProductsDefault .navSplitPagesResult, #allProductsDefault .buttonRow, #allProductsDefault .navSplitPagesResult, #featuredProductsDefault .navSplitPagesResult{
	padding-right: 6px;
	padding-left: 20px;
	}
.newProdListingProdCont, .allProdListingProdCont, .featuredProdListingProdCont{
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	min-height: 140px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33CC66;
}
.newProdListingProdCont{
	background-image: url(../images/layout/listing_back_p-green.jpg);
	background-repeat: no-repeat;
	background-position: 1px bottom;
}
.allProdListingProdCont{
	background-image: url(../images/layout/listing_back_g-pink.jpg);
	background-repeat: no-repeat;
	background-position: 1px bottom;
}

.prodNewListingPriceDiv, .prodAllListingPriceDiv, .prodFeaturedListingPriceDiv{
	float: right;
	margin-top:  20px;
	margin-right: 10px;
	font-weight: bold;
}
.prodNewListingBtnDiv, .prodAllListingBtnDiv, .prodFeaturedListingBtnDiv{
	float: right;
	margin-top: 20px;
}
.prodNewListingBtnDiv input, .prodAllListingBtnDiv input, .prodFeaturedListingBtnDiv input{
	height: 12px;
	font-size: 11px;
}
.nudgeDivUp{
	position: relative;
	top: -2px;
}
#newProductsListingBottomNumber, #allProductsListingBottomNumber, #featuredProductsListingBottomNumber{
	margin-left: 30px;
	position: relative;
	top: 3px;
}
.productListing-rowheading th:first-child{
	border: 1px solid #FF0000;
}
.productListing-rowheading th:last-child{
	border: 1px solid #FF0000;
}


#productGeneral #productAttributes{
	width: 385px;
	margin-top: 8px;
}
.attribsSelect{
	position: relative;
	top: 0px;
	font-weight: bold;
}
.attribsSelect2{
	font-weight: bold;
}
#productGeneral #productPrices{
	padding-top: 3px;
}
#productGeneral .qtyInCart{
	padding-top: 6px;
	margin-bottom: 2px;
}
#allProductsListingTopLinks, #newProductsListingTopLinks, #featuredProductsListingTopLinks{
	margin-bottom: 8px;
	position:relative;
	top: 15px;
}
.centerColumn table{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A3D1A3;
	border-left-color: #A3D1A3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A3D1A3;
}
.centerColumn table tr td:first-child{
	padding-left: 10px;
}
.centerColumn table tr td{
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A3D1A3;
}
.centerColumn #cartSubTotal{
	border: 1px solid #A3D1A3;
	padding-right: 65px;
}

.centerColumn .cartDiscount{
	border: 1px solid #A3D1A3;
	border-top: none;
	padding-right: 65px;
}
.cartAttribsList {
	padding-left: 35px;
}
.cartAttribsList ul {
	margin: 0px;
	list-style-type: none;
}
.cartAttribsList ul li {
	font-size: .90em;
	font-style:italic;
}
.centerColumn .rowEven{
	background-image: url(../images/layout/listing_back_pink.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}
.centerColumn .rowOdd{
	background-image: url(../images/layout/listing_back_green.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rowOdd ul, .rowEven ul{
	margin: 0px;
}
.buttonRow{
	padding-left: 30px;
}
#productGeneral .buttonRow{
	padding-left: 0px;
}
fieldset p{
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
fieldset .inputLabel{
	padding-left: 8px;
	font-size: 1.2em;
}
.centerColumn table tr:last-child td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3D1A3;
}
#checkoutSuccessOrderNumber{
	color:#ff0000;
	padding-left: 6px;
	font-size: 1.2em;
}
#advSearchDefault form{
	position: relative;
	top: -35px;
}
.centerColumn form .floatingBox legend, .leg1{
	color: #418200;
}
.centerColumn form .floatingBox .floatLeft legend {
	color: #820082;
	}
#advSearchDefault form  .floatLeft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#accountHistoryDefault .content{
	padding-right: 15px;
}
#accountHistoryDefault .content strong{
	color: #418200;
}
#reviewWriteMainImage #productMainImage img{
	margin-top: 10px;
}
#productReviewsDefaultProductImage #productMainImage img{
	margin-top: 30px;
}
#productReviewsDefaultProductName{
	margin-top: 32px;
}
#reviewsWriteHeading{
	margin-top: 15px;
}
#reviewsInfoDefaultDate, .reviewsInfoDefaultDate, .productReviewsDefaultReviewer{
	color: #666666;
	padding-top: 10px;
}
.rating{
	margin-bottom: 8px;
}
.smallProductImage {
	margin-right: 15px;
}
.smallProductImage img, #reviewsContent a img, .centerBoxContentsNew  a img, .centerBoxContentsFeatured a img{
	border: 1px solid #0000FF;
}
#reviewsContent #noBord{
	border:none;
}
.centerColumn hr{
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #4AE85F;
}
.upLift{
	display: inline-block;
	position: relative;
	top: -8px;
	font-size: 1.2em;
}
#myAccountOrdersStatus td{
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
#accountHistoryDefault fieldset .content{
	padding-right: 10px;
}
#accountHistInfo h2:first-child{
margin-left: 20px;}
#myAccountShipInfo, #myAccountPaymentInfo{
	margin-top: 8px;
	margin-bottom: 25px;
}
#myAccountStatusComments{
	width: 350px;
}
.buttonRow {padding-right: 35px;}
#checkoutShipto .buttonRow,#checkoutConfirmDefault .buttonRow{padding-right: 0px;}
#checkoutSuccess fieldset legend{font-size: 1.3em;}
.productQuantityDiscounts{
	text-align:left;
	font-weight:bold;
	padding-left: 18px;
	padding-bottom: 8px;
	font-style: italic;
}
#productGeneral .productQuantityDiscounts{
	text-align:center;
}
.red{color:#FF0000;}
.sideBoxAttribText{font-size:.8em; font-style:italic;color:#660066; padding-left:20px;}
.regPrice{
	font-style: italic;
	color: #FF0000;
	text-decoration: line-through;
}
.checkNow{
	margin-top: 4px;
}
#information{
	margin-top: 0px;
}
#categoriesHeading, #informationHeading{
	position: absolute;
	top: -1500px;
	border: 1px solid #FF0000;
}
.leftBoxContainer h3{
	margin: 0px;
	margin-top: -12px;
	margin-bottom: -5px;
}
.testimonial {
color: #000;
padding: 0 5px 5px 5px;
text-align:left;
}
.testimonial p {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.testimonialImage {
margin: 0;
padding: 0;
text-align: center;
}
.bettertestimonial{
	text-align: right;
	}
.centerColumn .rowDivider{
	background-image: url(../images/layout/h_rule_ctr.gif);
	background-repeat: no-repeat;
	height: 11px;
}
#testimonialDefault .content{
	margin-top: 0px;
	margin-bottom: 0px;
}
#loginDefault fieldset{
height:240px;}
.titletext{
	font-style: italic;
	font-weight: bold;
	color: #009900;
}
.texttiny{
	font-size:.65em;}
#pelletChart{
	background-image: url(../../../../images/hydro_clay_ag.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 8px;
	padding-bottom: 65px;
	width: 350px;
	font-size: .8em;
}
.cuFtDisplay{
	position: absolute;
	visibility: hidden;
	left: -125px;
	top: -20px;
	background-color: #FFFFFF;
	width: 120px;
	border: 1px solid #00CC33;
	padding: 8px;
	text-align:center;
	z-index: 10000;
	font-weight: bolder;
	color: #660066;
}
.cuFtDisplayinfoPg{
	position: absolute;
	visibility: hidden;
	left: -145px;
	top: -120px;
	background-color: #FFFFFF;
	width: 120px;
	border: 1px solid #00CC33;
	padding: 8px;
	text-align:center;
	z-index: 10000;
	font-weight: bolder;
	color: #660066;
}
.cuftlist{
	font-weight:normal;
	color:#000000;
 	background-color:#FFFFFF;
	padding-top:10px;
	padding-right:28px;
	text-align:right;
}
.cuFtLink{
    margin-top: 5px;
	color: #0000FF;
	cursor:pointer;
}
#eventCont{
	border: 1px solid #6CD669;
	width: 580px;
}

#eventCont img{
	float:right;
	margin:6px;
	border: solid 1px #0000FF;
}
#evDetailsCont{
	text-align: center;
}
#evDetailsCont h5{
	margin-bottom:8px;
	padding-bottom: 0px;
}
#evDetailsCont .smaller{
	font-size: .8em;
	margin-top: 20px;
}
#evDetailsCont p{
	margin-top:0px;
	padding-top: 0px;
}
#evDetailsCont #pLast{
	margin-bottom:0px;
	padding-bottom: 0px;
}
.evTitleLoc{
	color: #339933;
	font-style: italic;
}
#infoShoppingCart{
	background:#FFFFFF;
	padding:20px;}
#gvFaqDefaultContent ol li{
	margin-bottom: 10px;
}
#ezPageDefault p, #ezPageDefault  ul li{
	font-size: 1.2em;
	margin-top: 0px;
	padding-top: 0px;
}
.messageStackWarning{
	display:none;
}
/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
#productDescription {padding-top: 20px;}
#productListing .listingDescription, #newProductsDefault .listingDescription, #featuredProductsDefault .listingDescription, #allProductsDefault .listingDescription {padding-top: 12px;}
#shoppingCartDefault #cartInstructionsDisplay{ margin-top: 10px;}
}
