/**
 * 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 {
	margin: 0px;
	padding: 00px 0px 10px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	/*font-size: 62.5%;*/
	/*background-color: #000000;*/
	background-image:url('/images/bg.jpg');
background-attachment: fixed;
background-repeat:no-repeat
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;


	width:100%;
	
	}
	
#mainBackground{
	color: #f1e3ca;
}
	
span{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
font-weight:;
}
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	/*color: #3300FF;*/
	color: #505050;
	text-decoration: none;
	}
 
a:visited {
	/*color: #3300FF;*/
	color: #505050;
	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: #FF0000;*/
	color: #FF7307;
	}
a.reviews_text{
color:#ffffff;
}

a:active {
	color: #0000FF;
	}

h1 {
	font-size:17px;
	/*font-size: 1.5em;
	color: #9a9a9a;*/
	color: #fda100;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	/*padding:20px 0px 0px 10px ;*/
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

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

input:focus, select:focus, textarea:focus {
	
	}

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

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

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

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

.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 {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	padding-left:5px;
	}

.clearBoth {
	clear: both;
	}

.clearRight {
	clear: right;
	}

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

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.2em;
	border: 1px solid #9a9a9a;
	}

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

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 780px;
	/*width: 100%;*/
	vertical-align: top;
	/*border: 1px solid #9a9a9a;*/
	}

#headerWrapper, #contentMainWrapper, #ezPageBoxList, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	background-color:#000000;
	/*padding:1px 5px 5px 10px;*/
	}

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

#headerWrapper{
	background: url(../images/box1_top.gif) no-repeat center top;
}

#logoWrapper{
	/*background-image: url(../images/header_bg.jpg);
	background-image: url(../images/headerimg.jpg);
	
	*/
	width:780px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding:9px 0px 0px 0px;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 60%;
	padding-left:5px;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	text-align:center;
	color:#000000;
	}
.navNextPrevList {
	display: block;
	white-space: nowrap;
	margin: 0;
	/*padding: 0.5em 0em;*/
	padding-left:20px;
	padding-right:20px;
	list-style-type: none;
	}
#productName{
	padding: 0.5em;
	color:#455f04;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	/*padding: 0.5em 0.2em;*/
	height: 1%;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-align:justify;
	}

#navSuppWrapper{
	background: url(../images/box1_bot.gif)  no-repeat center bottom; 
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#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;
	color: #ffffff;
	white-space: nowrap;
	}

#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;
	text-align:left;
	
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {

	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#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;
	padding-bottom:100px;
	}

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

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0px 0.5em;
	color:#000000;
	}

#productDescription p{
	margin: 7px 0px;
}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	padding-left:5px;
	}
.notice {}
.rating{
padding-left:10px;
}
.gvBal {
	float: right;
}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
/*padding: 0.8em;
background-color:#ffffff;*/
padding-left:10px;
text-align:left;
padding-top:25px;
}
.centerColumn{
	padding: 15px 10px 10px 10px;
}
#indexProductList{
padding: 15px 10px 10px 20px;
}
#productGeneral{
padding:5px 20px 10px 20px;

}
#logoffDefault{
height:200px;
padding-left:10px;
}
#contactUsDefault{
padding:15px 10px 5px 15px;
}
#reviewsDefault{
padding:15px 10px 5px 25px;
}
#review_table{
padding:10px 10px 10px 15px;
}
#reviewsWrite{
	padding:20px 10px 20px 15px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: left;
	/*margin: 1em;
	border: 1px solid #000000;
	padding: 1em;*/
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
		text-align:center;
	}

.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;
	margin:0px 10px 0px 10px;
	}

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

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	/*padding: 0.5em 0em;*/
	padding:10px 10px 10px 20px;
	}
#cartContentsDisplay{
	margin:10px 0px 0px 0px;
}
#scQuantityHeading{
text-align:center;
}
#scProductsHeading{
text-align:center;
}
#scUnitHeading{
text-align:center;
}
#scTotalHeading{
text-align:center;
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #000000;
	width: 100%;
	}

.cartOldItem {
	color: #000000;
	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: 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*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {
color:#54a7ff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}

#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;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {
padding-top:0px;
margin:0px;
}

h3.leftBoxHeading a, h3.rightBoxHeading a {
font-family:Arial, Helvetica, sans-serif;
/*background-image:url(../images/categorybg.jpg);
background-repeat:no-repeat;*/
	/*font-size: 1em;
	color: #ffffff;*/
	color: #ffffff;
}
h3.leftBoxHeading, h3.leftBoxHeading a:visited,
h3.rightBoxHeading, h3.rightBoxHeading a:visited, 
h3.rightBoxHeading label,  h3.rightBoxHeading label.format_text,
h3.leftBoxHeading label,  h3.leftBoxHeading label.format_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	text-align:left;
	font-weight: bold;
	}
h3.leftBoxHeading, h3.rightBoxHeading {
	padding: 12px 10px 7px 20px;
}

h3.leftBoxHeading table, h3.rightBoxHeading table{
	width: 100%;
}

/*
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}
*/

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	/*background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	background-color: #000000;*/
	padding: 0.5em 0.2em;
	color:#FDA100;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	/*border: 3px solid #628110;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;*/
	/*margin-top: 1.5em;*/
	padding-top:0px;
	padding-bottom:10px;
	}

.sideBoxContent {
	/*background-color: #ffffff;*/
	background: #none;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;

	}


.sideBoxContent{
	padding: 10px 10px;
}
.sideBoxContent a{
	color: #000000;
	font-weight: normal;
}

.sideBoxContent a:hover{
	color: #FF7307;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	/*color: #FFFF33;*/
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.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;
	color:#30922b;
	padding:5px 0px 10px 0px;
	}
	
productListing-data1{
	text-align: left;
	color:#93a15a;
	padding-left: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;
	}

#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 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
	font-weight:normal;
	margin:0px;
}
.category_tdpad{
	float:left; 
	width:10px;
}
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 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	/*color: #008000;*/
	padding-left:10px;
	text-decoration: none;
	/*font-weight:bold;
	color: #FF0000;
	text-decoration: none;*/
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float:left;
	/*padding:20px 10px 0px 10px;*/
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	text-align:left;
	/*padding:8px 8px 10px 8px;*/
	padding:20px 10px 0px 10px;
}
#reviewsInfoDefault{
	padding:10px 10px 15px 10px;
}

#cartDefaultHeading{
padding:20px 0px 0px 20px ;
}
.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 {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 
ul .list{
	width:100%;
}
.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

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

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;

	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#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;
	}
/*
.cont {
	background:url(../images/midbar.jpg) center repeat-y;
   	background-color: #202d01;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;*/
	/*padding: 0.4em;*/
	/*letter-spacing:0.5px;
	
   }
.cont_bot {background:url(../images/cat_bottom1.jpg) center bottom no-repeat; padding-bottom:30px; }
.cont_top {background:url(../images/categorybg.jpg)center top no-repeat; height:100%;}*/ 

.box {
	
	background:url(../images/midbar.jpg) center repeat-y;
   	background-color: #202d01;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	/*padding: 0.4em;*/
	letter-spacing:0.5px;
	
   }
.box_bot {background:url(../images/box3_bot.gif) center bottom no-repeat; padding-bottom:5px; }
.box_mid {background:url(../images/box3_mid.gif) repeat-y center center; height:100%;}

.boxHeadingWrapper{
	background:url(../images/box2_mid.gif) repeat-y center center;
}

h3.leftBoxHeading{
	background:url(../images/box2_top.gif) center top no-repeat;
}

.menu{
width:743px;
background:url(../images/menuverbar.jpg) center repeat-x;
vertical-align:middle;
line-height: 18px;

}
.menu_top{
	background:url(../images/menufirst.jpg) center left no-repeat;
}
.menu_bot{
background:url(../images/menulast.jpg) center right no-repeat;
}
.menuimg{
/*42*/
padding:0px 5px 18px 5px;
vertical-align:top;
width:3px;
height:25px; 
}
.text_format{
/*45px*/
padding:22px 0px 0px 0px;
font-family:"Century Gothic";
font-size:14px;
color:#ffffff;
text-align:center;
font-weight:bold;
width:auto;
}


.cat {
	background:url(../images/page_mid1.jpg) left repeat-y;
  /*background-color: #202d01;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0.4em;
	letter-spacing:0.5px;*/
	color:#000000;
	witdh:100%;
	padding:0px;
	margin:0px;
	vertical-align:top;
   }
.cat_bot {background:url(../images/page_bottom2.gif) left bottom no-repeat; }
.cat_top {background:url(../images/page_top1.gif) left top no-repeat; height:100%;}

.cat_breadcrumb{
width:200px;
background-color: #ffffff;
color:#54a7ff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
}
.categoryImg{
padding:0px 0px 0px 15px;
}


.mainbg{
	background:url(../images/main_bgmid.jpg) center repeat-y;
  /*background-color: #202d01;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0.4em;
	letter-spacing:0.5px;*/
	color:#000000;
	padding:0px;
	width:746px;
	margin-left:18px;
   }
.mainbg_bot {background:url(../images/main_bgbottom.jpg) center bottom no-repeat; }
.mainbg_top {background:url(../images/main_bgtop1.jpg) center top no-repeat; height:100%;}

.main_table{
padding:0px 0px 15px 0px;

/*background-color:#446004; 
width:725px;*/
}
.side_main_page{
padding-top:9px;
padding-bottom:15px;
}
pre{
border:1px solid #ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
font-weight:bold;
}
#productListHeading{
text-align:left;
float: left;
width: 300px;
}
.content{
font:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
/*padding-left:10px;*/
}
#productsListingTopNumber{
padding-left:14px;
float: right;
text-align: right;
padding: 5px 10px 5px 10px;
}
specialsListingTopNumber{
padding-left:14px;
}
#productsListingTopLinks{
padding-right:10px;
}
#specialsListingTopLinks{
padding-right:10px;
}
#productsListingBottomNumber{
padding-bottom:20px;
padding-left:14px;
}
#specialsListingBottomNumber{
padding-bottom:20px;
padding-left:14px;
}
#productsListingListingBottomLinks{
padding: 0px 10px 20px 0px;
}

#specialsListingListingBottomLinks{
padding-bottom:20px;
padding-right:10px;
}


#productsListingListingTopLinks{
	padding: 0px 10px 20px 0px;
}

/*f2f3f5*/
#listingProductImage{

}
.prodshow{
margin-left:5px;
width:230px;
height:110px;
}
a.prod_heading{
color:#93a15a;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
.price_style{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
font-weight:bold;
}
a.menutitle{
color:#ffffff;
border:0px;
text-decoration:none;
}
a:visited.menutitle{
color:#ffffff;
border:0px;
text-decoration:none;
}
a.menutitle:hover{
color: #FF7307;
}
.main_page_style{
/*padding:0px 0px 10px 0px;*/
margin-bottom:10px;
}
.infostyle{
/*margin:20px 10px 20px 10px;*/
}
.specials{
 margin-bottom:20px; 
}
#checkoutShipping{
padding:0px 10px 10px 10px;
}
#checkoutShippingHeadingAddress{
padding-left:5px;
}
#checkoutPaymentHeadingAddress{
padding-left:10px;
}
.no_propducts{
padding-left:20px;
font-size:12px;
font-family:arial;
}
.reviewCount{
color:#CC33CC;/*:#ad687d;*/
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:10px;
}
#reviewsInfoDefaultMainContent{
padding-left:10px;
}
#reviewsInfoDefaultDate{
padding-left:10px;
padding-bottom:10px;
}
#reviewsInfoDefaultPrice{
padding-left:10px;
}
#allProductsDefault{

}
#reviewsInfoDefaultHeading{
padding-left:10px;
}
#checkoutShipAddressDefault{
padding:15px 10px 10px 10px;
}
#specialsListing{
padding-left:10px;
padding-right:10px;
}
a{
color:#ffffff;
}
a:hover{
text-decoration:none;
}
.shipaddr{
	padding-left:5px;
}
#checkoutConfirmDefault{
padding:15px 10px 15px 10px;
}
#checkoutSuccess{
padding:15px 15px 15px 15px;
}
#prevOrders{
/*padding:5px 10px 5px 0px ;
border: 1px solid #9a9a9a;*/
}
#accountDefault{
	padding:15px 15px 15px 15px;
}
#accountHistInfo{
	padding:15px 15px 15px 15px;
}
#accountHistoryDefault{
	padding:15px 15px 15px 15px;
}
td .contactus_rbutton{
padding-right:10px; 
}
td .contactus_lbutton{
padding-left:10px; 
}
label.format_text{
font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fda100;
	
}


#search{
	text-align: center;
}

#search input.textbox{
	width: 110px;
	background: #ffffff;
	border: solid 1px #000000;
}

#search table{
	width: 100%;
	background: none;
}

#search .sideBoxContent, #search .centeredContent{
	background: none;
	padding: 10px 0px;
}


#search a{
	font-weight: normal;
	color: #000000;
	display: block;
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0px;
}

#search a:hover{
	color: #FF7307;
}


#search input.button{
	margin: 0px;
	padding: 0px;
	width: 47px;
	font-size: 11px;
}

#categories{
	line-height: 16px;
}

#categories .cont{
	padding: 5px 0px 10px 0px;
}

#categories a:hover{
	color: #FF7307;
}


span.category-subs-selected {
	font-family: Arial, Helvetica, sans-serif; 
}

#popupImage{
	background:#ffffff;
}


#featured table{
	width: 100%;
	border-collapse: collapse;
}


#featured {
	color: #000000;
}



#manufacturers .sideBoxContent{
	padding: 10px 0px 15px 0px;
}

#whatsnew .sideBoxContent, #featured .sideBoxContent{
	padding: 10px 10px 15px 10px;
}

#reviewsContent a{
	font-weight: bold;
}

#reviewsContent a img{
	margin-bottom: 5px;
}

.boxQtyBot{
	background:url(../images/box_qty_bot.gif) no-repeat bottom center #7fd11f;
	width: 130px;
	border-bottom: solid 7px #ffffff;
}

.boxQtyTop{
	background:url(../images/box_qty_top.gif) no-repeat top center;
	padding: 5px 0px;
	width: 130px;
	text-align: right;
}

.boxQtyTop input.textbox{
	border: solid 1px #ffffff;
	background: #ffffff;
	margin: 0px 5px 0px 0px; 
}

#productPrices{
	color: #ff7307;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	text-align: center;
	margin: 0px;
}

.boxProdMid{
	background:url(../images/box4_mid.gif) repeat-y left center;
	width: 242px;
	margin-left: 5px;
}

.boxProdBot{
	background:url(../images/box4_bot.gif) no-repeat left bottom;
}

.boxProdTop{
	background:url(../images/box4_top.gif) no-repeat left top;
}

#featuredProducts{
	border: none;
}

#featuredProducts,
#featuredProducts .centeredContent,
#featuredProducts .back{
	margin: 0px;
	padding: 0px;
}

#featuredProducts .centerBoxContentsFeatured{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


#featuredProducts a{
	color: #505050;
}

#featuredProducts a:hover{
	color: #FF7307;
}

.navNextPrevWrapper{
	padding: 0px 0px 5px 0px !important;
}

#manufaturerLinkContent{
	padding: 0px;
}


#manufaturerLinkContent a{
	font-size: 12px;
	font-weight: bold;
}

#crossSell{
	border: none;
	background: #ffffff;
	margin: 0px;
	border-bottom: solid 10px #ffffff;
}


.box5{
	background:url(../images/box5_mid.gif) repeat-x top center #4d7e12;
}

.box5TopLeft{
	background:url(../images/box5_top_left.gif) no-repeat left top;
}

.box5TopRight{
	background:url(../images/box5_top_right.gif) no-repeat right top;
	width: 1005;
}

.crossSellContentBox{
	border-left: solid 1px #b8b8b8;
	border-right: solid 1px #b8b8b8;
	border-bottom: solid 1px #b8b8b8;
}

#crossSell h2.centerBoxHeading{
	font-size: 11px;
	line-height: 16px;
	padding: 5px 9px;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	position: relative;
}

.centerBoxContentsCrossSell a{
	padding: 0px 4px;
	display: block;
	text-align: center;
}

#cartBoxListWrapper{
	background: none;
}

.cartBoxTotal{
	color: #30922B;
}
