/**
 * 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 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	color: #333333;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	}

a img {
	border:medium none; 
	}

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

a:hover, #navEZPagesTOC ul li a:hover {
	color: #cc6666;
	text-decoration: none;
	}

a:active {
	color: #1d3403;
	text-decoration: none;
	}

h1 {
	color: #7f7f7f;
	font-size: 1.8em;
	letter-spacing: -1px;
	}

h2 {
	color: #9966cc;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	}

h3 {
	color: #7f7f7f;
	font-size: 1.2em;
	font-weight: bold;
	}

h4 {
	color: #6fa400;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	} 


h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4 {
	margin: 0;
	padding: 5px 5px 5px 0;
}

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;
	vertical-align: middle;
	}

INPUT {
	background-color: #ffffff;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 80%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

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

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

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

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

/*Top navigation*/
#navMain {
	float: right;
	margin-right: 5px;
	}

#navMain ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li {
	display: iist-item;
	list-style-type: none;
	text-align: right;
/*	float: right;*/
	}

#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000000;
	white-space: nowrap;
	color:#808080;
	}
	
#navMain ul li a:hover {
	color: #FF0000;
	text-decoration: none;
	}

#navMainSearch {
	float: right;
	margin: 0;
	padding: 0;
	}

#logo {
	background: transparent url(../images/bhgs_logo_online.gif) no-repeat scroll left top;
	color: #333333;
	height: 56px;
	margin: 17px 0 0 26px;
	padding: 0;
	}
	
#tagline {
	float: left;
	color:#ffffff;
	font-size: 1.8em;
	font-style: italic;
	height: 43px;
	margin: 0;
	padding: 7px 20px 0;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch {
	float: left;
	}
	
LABEL.inputLabel {
	width: 11em;
	float: left;
	}

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

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

P { 
	line-height: 1.4em;
	margin:0;
	padding: 0.5em 0;
	
	}

ADDRESS {
	font-style: normal;
	padding: 0.5em;
	}

.clearBoth {
	clear: both;
	padding: 0;
	}

HR {
	height: 2px;
/*	margin-top: 0.5em;
	border: none;
	border-bottom: 1px dotted #D5E9D7;*/
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.5em;
	border: 1px solid #cccccc;
	}

.messageStackWarning, .messageStackError {
	background-color: #ffffff;
	color: #ff0000;
	}

.messageStackSuccess {
	background-color: #ccFF66;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFFff;
	color: #ff0000;
	}



#ezPageBoxList, #cartBoxListWrapper ul {
	margin: 0em;
	padding: 0em;
	}


#checkoutShipto, #checkoutBillto {
	margin: 0;
	width: 47%;
	}

/*navigation*/

.navSplitPagesResult {
	float: right;
/*	padding: 0.2em 0;*/
	}
	
.vatDesc {
	color:#6fa400;
	font-style: italic;
	font-weight: bold;
/*	padding: 0.2em 0;*/
	}
	
.navSplitPagesLinks {
	float: right;
	}

.navSplitPagesLinks a {
	}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}
	


#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;
	}
	
#navEZPagesTOC ul li a:hover {
	color: #FF0000;
	text-decoration: none;
	}

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



#navBreadCrumb {
	background-color: #ffffff;
	color: #7f7f7f;
	text-align: right;
	
/*	font-size: 12px;
	color: #cc6666;
	background-color: #ffffff;
	float: right;
	font-size: 1em;
	font-weight: normal;
	margin: 0em;
	padding: 0.5em;*/
	}
	
#navBreadCrumb a{
	color: #666666;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: normal;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	margin: 0;
	padding: 0 0 0 8px;
	position: relative;
/*	width: 200px;*/
	}

#navColumnTwo {
/*	background-color: #d5e9d7;*/
	background-color: transparent;
	margin: 0;
	padding: 0 8px 0 0;
	position: relative;
	}

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

/*.content {
	font-size: 1.2em;
	padding: 0.5em;
	}*/

.content {
	display: block;
	}

.content img {
	padding-right: 0px;
	}

.alert {
	color: #cc6666;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	color: #437509;
	}

.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
/*	height: 1%;
	margin: 0 5px 0 5px;
	padding: 0 2px;*/
	margin: 0 auto;
/*	padding-top: 5px;
	width: 98%;*/
	}
	
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	display: inline;

	border-top: 1px solid #b8c5ab;
	border-bottom: 1px solid #b8c5ab;
	padding: 1em 0.25em 1em 0.25em;
	vertical-align: middle;
	}
	
input.cartInputQty {
	text-align: right;
	}

#cartQty{
	float: right;
	padding: 0.25em 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
/*	padding-right: 70px;*/
	}

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

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

.cartUnitDisplay {
	text-align: center;
	padding-right: 0.2em;
	}
	
 .cartTotalDisplay {
	text-align: right;
/*	padding-right: 0.2em;*/
	}
	
#orderTotals {
	background-color: #e8e8e8;
	}
	

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #cc6666;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	text-transform: lowercase;
	}

.cartOldItem {
/*	color: #1d3404; */
	position: relative;   /*do not remove-fixes stupid IEbug*/
	text-transform: lowercase;
	}


.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	display: table-cell;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
	color: #660066;
	}
	
.productPriceDiscount {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.25em;
	}

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

#ezPageBoxList ul {
	list-style-type: none;
	}

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

.categoryIcon {
	font-size: 1.2em;
	font-weight: bold;
	}

#cartImage {
	margin: 0 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
	text-align: center;
	float: left;
	}

.attributesComments {}

#productAttributes {
	text-align: left;
	float: right;
	padding: 1em 0.25em 3.1em 0.25em;
	display: inline;
	border-top: 1px solid #b8c5ab;
	border-bottom: 1px solid #b8c5ab;
	}

#attribsOptionsText {
	font-size: 1.2em;
	font-weight: bold;
	}
	
#attribsOptionValue {
  text-align: right;
	}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {
	float: left;
	}
	
.columnRight {
	}

#categoriesHeading{
	background: transparent url(../images/bhgs_menumiddle.png) repeat-y scroll left top;
	color: #ffffff;
	padding: 0.2em 0.5em;
	}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1.2em;
	color: #7E7E7E;
	text-align: left;
	margin: 0;
	}
	
.leftBoxTop {
	background-image: url(../images/bhgs_menu_top.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 16px;
	}
	
#categoriesBoxTop {
	background-image: url(../images/bhgs_menutop.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	height: 16px;
	margin: 0;
	padding: 0;
	}
	
.leftBoxBot {
	background-image: url(../images/bhgs_menu_bot.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 16px;
	margin-bottom: 6px;
	}
	
#categoriesBoxBot {
	background-image: url(../images/bhgs_menubottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 16px;
	}

.leftBoxHeading {
/*	border: 3px ridge #7F7F7F;
	border-bottom: none;
	background-color: #DEDEDE;*/
	margin: 0em;
	background-image: url(../images/bhgs_menu_mid.gif);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0.2em 0.5em;
	}
	
.centerBoxHeading {
/*	border: 3px ridge #7F7F7F;
	border-bottom: none;*/
	background-color: #cccccc;
	padding: 0.2em 0.5em;
	}

.leftBoxContainer {	
/*	margin-top: 0.5em;*/
/*	padding-bottom: 17px;
	background-image: url(../images/bhgs_menu_bot.gif);
	background-position: bottom center;
	background-repeat: no-repeat;*/
	}
	
.sideBoxContent {
/*	border: 3px ridge #7F7F7F;
	border-top: none;
	background-color: #DEDEDE;*/
	background-image: url(../images/bhgs_menu_mid.gif);
	background-position: top center;
	background-repeat: repeat-y;
	padding-left: 0.2em;
	}
	
#giftsContent {
	background: transparent url(../images/bhgs_menu_mid_right.gif) repeat-y scroll left top;
	height: 1%;
	margin: 0;
	padding: 8px;
	}
	
#featuredContent {
	background: transparent url(../images/bhgs_menu_mid_right.gif) repeat-y scroll left top;
	height: 1%;
	margin: 0;
	padding: 8px;
	}
	
#specialsContent {
	background: transparent url(../images/bhgs_menu_mid_right.gif) repeat-y scroll left top;
	height: 1%;
	margin: 0;
	padding: 8px;
	}
	
.sideBoxContent a{
	color: #7E7E7E;
	}
	
.sideBoxContent a:hover{
	color: #cc6666;
	}
	
.categoryBoxContent {
	background: transparent url(../images/bhgs_menumiddle.png) repeat-y scroll left top;
	height: 1%;
	margin: 0;
	padding: 0 6px;
	}
	
#informationHeading{
	padding: 0 0 0 10px;
	}
	
#searchContent {
/*	background: #DEDEDE;*/
	margin: 0;
	padding: 0.2em;
	}
	
#informationContent {
	background: transparent url(../images/bhgs_menu_mid.gif) repeat-y scroll left top;
	height: 1%;
	margin: 0;
	padding: 0 8px;
	}
	
#informationContent  ul{
	background: #dfdfdf none repeat scroll 0 0;
	border-top: 1px solid #cccccc;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#informationContent  ul li{
	background: #dfdfdf none repeat scroll 0 0;
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 2px 0 2px 5px;
	}
	
#informationContent  ul li a{
	color: #7f7f7f;
	margin: 0;
	padding: 0;
	}
	
#informationContent ul li a:hover{
	background: #EBEBEB none repeat scroll 0 0;
	color: #7E7E7E;
	}
	
#shoppingcartContent {
	margin: 0;
	padding: 0 1em;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.2em;
	color: #7E7E7E;
	text-align: left;
	margin: 0;
	}
	
.rightBoxTop {
	background-image: url(../images/bhgs_menu_top_right.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 16px;
	}

.rightBoxBot {
	background-image: url(../images/bhgs_menu_bot_right.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 16px;
	margin-bottom: 6px;
	}
	
.rightBoxHeading {
	margin: 0em;
/*	background-color: #663366;
	padding: 0.2em 0em;*/
	background-image: url(../images/bhgs_menu_mid_right.gif);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0.2em 0.5em;
	}

h3.leftBoxHeading a:hover {
	color: #ff0000;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
/*	background-color: #ffffff;
	margin-bottom: 1em;*/
	}
	
#specialsBoxTop {
	background-image: url(../images/special_web_exclusive_2.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 49px;
	}
	
#specialsHeading {
	display: none;
	}

TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal {
	text-align: center;
	}
	
#productAdditionalImages {
	width: 50%;
	float: left;
	padding-left: 8px;
	}
	
.additionalImages {
	text-align: center;
	}
	
.categoryListBoxContents {
	margin-bottom: 5px;
	}
	
.cartTotalsDisplay {
	float: right;
	display: inline;
	}

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

#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;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

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

CAPTION {
	text-align: left;
	}

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

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

#navSupp  {
	background: transparent url(../images/bhgs_bottomcolorbar.gif) no-repeat scroll right top;
	color: #666666;
	margin: 0 9px;
	padding: 15px 0 15px 0;
	}


#navSupp ul  {
	color: #ffffff;
	margin: 0;
	padding: 5px 0 0;
	list-style-type: none;
	text-align: center;
	line-height: 1em;
	}

#navSupp ul li {
	display: inline;
	}

#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
/*	float: left;*/
	}	
	
#navSupp ul li a:hover {
	color: #FF0000;
	text-decoration: none;
	}
	
#suppBotLeft {
	background: url(../images/bhgs_shadowbotleft.gif) no-repeat scroll left top;
	color: #666666;
	height: 1%;
	margin: 0;
	padding: 0;	
	}
	
#suppBotRight {
	background: url(../images/bhgs_shadowbotright.gif) no-repeat scroll right top;
	color: #666666;
	height: 1%;
	margin: 0;
	padding: 0;
	}

.mainpage img{
	padding: 5px;
	width:150px;
	height: 150px
	}
	
.mainpage {
	padding-bottom: 10px;
	}
	
.productListing-rowheading {
	font-size: 1.1em;
	}
	
.productListing-heading {
	text-align: center;
	}
	
.productListing-odd {
	background-color: #ffffff;
	}
	
.productListing-even img{
	border: 1px solid #000000;
	}
	
.productListing-data {
	text-align: center;
	}

.listingProductImage {
	margin: 5px;
	height: 100px;
	width: 100px;
	}
	
h3.itemTitle {
	text-align: Center;
	height: 1.5em;
	}
	
.listingDescription {
	display: none;
	text-align: center;
	}
	
.shortDesc {
	height: 3.5em;
	padding: 0 3px;
	}

.listPrice {
	font-size: 1.1em;
	font-weight: bold;
	color: #9966cc;
	}
	
/*this is on all-listed page */	
.main {
	padding: 5px;
	}
	
.centerBoxContentsProducts {
	background-color: #ffffff;
	height: 295px;
/*	padding: 2px;*/
	border: 0.1em solid #dfdfdf;
	margin: 0.5px;
	}
	
.centeredContent {
	text-align: center;
	}
	
	
/*this is on product listing from subcat*/	
	
#listingPrice {
	color: #ff0000;
	}


/*product info page*/	
#productMainImage {
	float: left;
	text-align: center;
	margin: 0em 1em 1em 0em ;
	}
	
#productGeneral {
	border: none;
}
	
#productName {
	color: #7f7f7f;
	}
	
#productPrices {
	color: #9966cc;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	}
		
#productDetailsList{
	list-style: none;
	line-height: 1.5em;
	text-align: left;
	padding-left: 25px;
	text-indent: -20px;
	}	
		
.floatingBox {
	margin: 0;
	}
	
#productDescription {
/*	padding-left: 2em;*/
	font-size: 1.1em;
	width: 60%;
	float: right;
	}
	
#productDescription li {
	margin-bottom: 0.5em;
	list-style: disc outside url(../images/leafbullet3.gif);
	}

#productDescription ul ul li{
	margin-bottom: 0.25em;
	list-style: disc outside url(../images/leafbullet2.gif);
	}

#privacy ul{
	padding-left: 1em;
	}
	
#privacy li{
	list-style-type: none;
	}

#returns ul{
	list-style-type: none;
	}

.instructions {
	font-weight: bold;
	color: #437509;
	}

.instructions td {
	margin-left: 5em;
	width: 25em;
	}
		
.floatLeft {
	float: left;
	border: none;
	}


/*Contact Us Page*/	
.compNo {
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	}

.success {
	font-weight: bold;
	}

#advSearchDefault {}
	
#searchHelp {
	float: right;
	}

.priceSearch {
	}
	
#searchSide {
	margin-top: 0.2em;
	}
	
#conditionsBody p{
		margin: 0;
		padding: 0.4em;
}

#scProductsHeading {
	text-align: left;
 }
 
#page {
	padding: 20px 10px;
	vertical-align: top;
/*	float: left;*/
	height: 1%;
	margin: 0;
	width: 100%;
	}

#productsListingListingTopLinks {
/*	padding: 0.2em 0;*/
	}

#productsListingTopNumber {
	}
	
#ccProductsHeading {
	text-align: left;
	}

#ccTotalHeading {
	text-align: right;
	}
	
#ottotal {
	font-weight: bold;
	}
	
#acTotalHeading, #acViewHeading {
	text-align: right;
	}
	
#myAccountStatusDate, #myAccountStatus, #myAccountStatusComments {
	text-align: left;
	}
	
#myAccountShipInfo, #myAccountPaymentInfo {
	width: 45%;
	}
	
#myAccountProducts {
	text-align: left;
	}
	
#myAccountTotal {
	text-align: right;
	}
	
#checkoutPaymentTotalsBox {
	background-color: #e8e8e8;
	padding-bottom: 5px;
	}
	
#whatsNew {
	border: 1px solid #cccccc;
	margin: 5px;
	#height: 1%; /* override for Microsoft Internet Explorer browsers*/
	}

#alsoPurchased {
	border: 1px solid #cccccc;
	margin: 5px;
	#height: 1%; /* override for Microsoft Internet Explorer browsers*/
	}	
	
.carrot {
	width: 98%;
	background-color: #f0f0f0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
	
.carrotImg {
	width: 15%;
	}
	
.carrotInfo{
	padding-left: 5px;
	}

.carrotButton {
	padding: 0 10px 10px 0;
	width: 15%	
	}	
	
.webOnly {
	padding: 0 0 16px 0;
	}
	
.mainPageImage img {
	width: 100%;
	}
	
#categoryDescription {
	padding: 0 0 10px 10px;
	}
	
h3.itemTitle {
margin-top: 0.1em;
margin-bottom: 0.1em;
padding: 0.5em;
}

.new_products {
	float: left;
	width: 32.5%;
	text-align: center;
	padding: 3px 1px;
	background-color: #ffffff;
	border: 0.1em solid #dfdfdf;
	margin: 0.5px;
	}

#allProductsImages {
	margin: 5px;
	text-align: center;
 }
 
.all_products {
	float: left;
	width: 32.5%;
	text-align: center;
	padding: 3px 1px;
	background-color: #ffffff;
	border: 0.1em solid #dfdfdf;
	margin: 0.5px;
	}	
	
#newProductsImages {
	margin: 5px;
	text-align: center;
 }

.listPriceText {
	color: red;
	}
	
.addCartQtyText {
	text-align: right;
	color: #6fa400;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;

	}
	
.cartInputQty {
	
	}
	
#basketButton {
	padding-top: 5px;
	}
	
.optionName {
	text-align: right;
	color: #6fa400;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	}
	
.attribCart {
	float: right;
	}
	
#attribsOptionsText {
	display: none;
	}
	
	
	

