/**
 * 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: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #e5edf5;
	}*/
body{
	background:url('../images/bg.jpg');	
	text-align:center;	
	border: 0; 
	margin:0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	outline:none;
  }
a img {border: none;  }

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

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #D5D1D0;
	outline:none;
	}

a:active {
	color: #D5D1D0;
	outline:none;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	/*font-size: 1em;
	margin: 0.1em;*/
	font-family:Verdana; color: #6A5E5B; font-size: 11px; line-height: 1.4;outline:none;
	border:0px;
	}
	
p, body, ul, ol, li, dt, dd, code, h1, h2, h3, h4, h5, h6, form, td, tr, input, select{
	font-family:verdana; color: #6A5E5B; font-size: 11px; line-height: 1.4;outline:none;
}
 input{ font-size:11px; }
TEXTAREA {
/*	float: left;
	margin: auto;*/
	display: block;
	width: 100%;
	border:1px solid #814F3E;
	}

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

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

LEGEND {
	font-weight: bold;
	font-size:12px;
	padding: 0.3em;
	}

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

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}
LABEL.radioButtonLabel {
font-weight:normal;
}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	
	}
.categoryListBoxContents{
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	}
LABEL.inputLabel {
	width: 11em;
	float: left;
	
	}

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

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

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

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

.messageStackWarning, .messageStackError {
	background-color: #BD2234;
	font-size:10px;
	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: 750px;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;	
	}
#logoWrapper,#logo{
height:131px;
width:750px;
background-color:#766C6A;
}
.leftbox{
width:175px;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#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: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult { font-family:Arial, Helvetica, sans-serif; font-size:11px; padding-left:0px; padding-bottom:10px;}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	/*background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;*/
	width: 750px;
	}

#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{
	background: #880400 url('../images/top_bg.jpg') repeat-x; 
	height: 25px; 
	text-align:right; 
	padding:0px; color:#DDDAD9; font-size:11px;line-height: 2; border:0px solid #FF3300; font-weight:bold; font-family:Verdana; 

}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}
#navMain ul li{
	background: transparent url('../images/shoping_iconimg.jpg') no-repeat bottom left;padding: 20px 25px 3px 25px;
	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;
	}
#navMain ul li a{
color:#D5D1D0;
}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

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

#navMainSearch {
	float: right;
	}

#navBreadCrumb {

	/*background-color: #cc9900;*/
	}
.contentClass{padding-left:18px; vertical-align:top; border:0px solid #990099; margin-top:40px; text-align:left;}

/*.centerColumn h1#ezPagesHeading{*/
#rightcolumn .contentClass h1{
background: transparent url('../images/bkgrd_h1.gif') no-repeat top left;
text-align:left;
padding-left:30px;
width:100%;
/*width:200px;*/
margin-left:0px;
}
.contentClass{ /*font-family:Verdana; font-size:12px;*/ }
#navEZPagesTop {
	background-color: #665B59;
	}

#navBreadCrumb, #navEZPagesTop {
	/*font-size: 0.95em;*/
	font-weight:normal;
	font-family:Arial;
	font-size:12px;
	margin: 0em;
	padding: 0.5em;
	padding-top:0px;
}
 #navEZPagesTop {
 padding:0px;
 margin: 0em;
 }
#navColumnOne {
	background-color: #FFCC99;
	}

#navColumnTwo {
	background-color: #DFDCDB;
	}

/*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;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.alert {
	color: #BA1D33;
	margin-left: 0.5em;
	}
.advisory {font-family:verdana;
	font-size:11px;}
.important {
	/*font-weight: bold;*/
	font-weight: normal;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#shoppingCartDefault .cartTotalsDisplay {
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
}
/*Shopping Cart Display*/
#cartAdd {
	text-align: center;
	border: 1px dotted #814F3E;
	/*margin: 1em;padding: 1em;*/
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:145px;
	padding:5px;
	padding-bottom:0px;
	}
#rightcolumn p#productDateAdded{
padding:0px;
font-family:Arial;
font-size:11px;
}
.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

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

#cartSubTotal {
	border-top: 1px solid #B18C6B;
	border-bottom: 1px solid #B18C6B;
	font-weight: normal;
	text-align: right;
	line-height: 2.2em;
	/*padding-right: 2.5em;*/
	font-family:verdana; font-size:11px;margin-right:5px;
	}
#cartContentsDisplay{ padding-right:5px;}
.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;
	margin:0px;
	}
	
.cartQuantity input {border:0px;}
#cartProdTitle{ font-family:verdana; color:#5E514E; font-size:10px;}
.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;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #BA1D33;
	}

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

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

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

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

/*sideboxes*/
.columnLeft {
border-right:2px solid #999999;background: #BA1D33 url('../images/bottom_leftimg.jpg') no-repeat bottom left!important;
}
h3.leftBoxHeading, h3.leftBoxHeading a {
	/*margin-left:10px; */
	width:145px; 
	/*margin-top:10px; */
	font-family:Verdana; 
	font-size:12px; 
	font-weight:bold; 
	color:#D5D1D0;
	border-bottom:1px solid #D5D1D0;
	text-align:left;
}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	/*background-color: #FF6699;
	padding: 0.2em 0em;*/
	padding:10px 5px 2px 0px;
	}

.leftBoxContainer {
	/*border: 1px solid #ffffff;*/
	/*margin-top: 1.5em;*/
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	color:#D5D1D0;
	padding-bottom:20px;
	}

.sideBoxContent {
	/*background-color: #ffffff;
	padding: 0.4em;*/
	text-align:left;
	padding:0px;
	margin:0px;
	}
/* -------------------------categories specific styles---------------------------- */
.sideBoxContent h1{ color: #d5d1d0; font-weight:bold; font-size:11px; font-family:Verdana; margin: 0px; padding: 0px 0 0px 30px;  /* background: transparent url('../images/bkgrd_h1left.gif') no-repeat top left;*/}
.sideBoxContent ul{list-style-type: none; color:#d5d1d0; margin:0; padding:0; border:0px solid #ff0000; }
.sideBoxContent li{margin-bottom: 0px; font-family:Verdana; border-bottom:1px solid #d5d1d0;/*margin-left:12px;*/width:150px; /*width:145px;  */ font-size:11px; float:left; margin:0; padding:0;}
.sideBoxContent li a{text-decoration: none; font-size:12px; color:#d5d1d0; font-weight:bold; height: 16px; display:block; 
/*padding: 5px 0 5px 5px;*/padding:10px 5px 2px 5px; outline:none;}
.sideBoxContent a:hover {font-size:12px; color:#d5d1d0; font-weight:bold;outline:none;}

.sideBoxContent a:visited {font-size:12px; color:#d5d1d0; font-weight:bold;outline:none;}

.sideBoxContent li a.category-products {text-decoration: none; font-size:12px; color:#d5d1d0; font-weight:bold; height: 16px; display:block; padding: 5px 0 5px 10px; outline:none;}


.sideBoxContent img{border-bottom: 0px solid #23402E; padding-bottom:10px;}

.sideBoxContent li.grey { background:url(../images/greytab.jpg) left no-repeat;
 height:26px;
 width:149px; margin-top:-2px;}
 /* -------------------------categories specific styles---------------------------- */

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

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

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

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

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.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;
	}
#rightcolumn #productMainImage a{
border:0px solid #fff;
outline:none; text-decoration:none;
}
#productMainImage a span.imgLink{outline:none; font-family:arial; font-size:11px;border:0px solid #5E514E;text-decoration:underline;}
#productMainImage a span.imgLink:hover{outline:none; font-family:arial; background-color:none; font-size:11px;text-decoration:none;}
#rightcolumn h1#cartDefaultHeading{ width:100%;}
#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: #DFDCDB;
	height: 1.5em;
	vertical-align: inherit;
	}

.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: #BA1D33;
	color:#fff;
	font:verdana;
	font-size:10px;
	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;
	
	}
#shippingEstimatorContent form,#shippingEstimatorContent h2 ,#shippingEstimatorContent td,#shippingEstimatorContent th,#shippingEstimatorContent p,#shippingEstimatorContent a:link{
font-family:verdana;
	font-size:11px;
	color:#fff;
	text-align:left;
	}
.seDisplayedAddressLabel {
	background-color:#BA1D33;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}


/* -----------------------------mainmenu styles---------------------------- */
#mainmenu{height: 22px; background: url('../images/bottom_bg.jpg') repeat-x; color:#ffffff;}
#mainmenu, #mainmenu ul { /* all lists */
	margin: 0;
	list-style: none;
	list-style-type: none;
	padding: 6px 0px 0px 0px;
	}

#mainmenu a {display: block; text-align:center; outline:none;
	font-weight: bold; text-decoration: none; color:#d5d1d0;/* width: 9em;*/}
	
#mainmenu li.home {border-left:0px solid #99090A;}

#mainmenu li { /* all list items */
	float: left;
	padding-left:22px;
	padding-right:23px;
 /* width: 8em;width needed or else Opera goes nuts */
	border-left: 1px solid #d5d1d0;
	font-size:12px;
	font-family:Verdana;
	font-weight:normal;   
	
	}
#mainmenu li.homeclass{
border-left: 0px solid #d5d1d0;
}
#mainmenu li ul { /* second-level lists */
	position: absolute;
	/*background: #af494e;*/
	background-color:#827876;
	width: 10em;
	margin-left:-20px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 0;
	}

#mainmenu li:hover ul, #mainmenu li.sfhover ul { /* lists nested under hovered list items */
	left: auto; color:#000; border-top: 0px solid #E6E2DF;}
	

#mainmenu a:hover {color:#d5d1d0; text-decoration:none;}
#mainmenu li ul a {padding: 2px; font-weight:normal;color:#d5d1d0; text-align:left; text-decoration:none;} /* second-level list link */

#mainmenu li ul li a.category-products {text-decoration: none; padding:0px; margin:0px; padding-left:10px; }

#mainmenu li ul li {padding:1px 1px; margin-right:0px; width:106px;border-bottom:1px solid #E4E2DF;/* border-left:1px solid #814F3E;*/}

/* -------------------------left column specific styles---------------------------- */
#leftcolumn p{color: #F7E6C3; margin: 10px 10px 20px 10px;}
#leftcolumn h1{ color: #d5d1d0; font-weight:bold; font-size:11px; font-family:Verdana; margin: 0px; padding: 0px 0 0px 30px;  /* background: transparent url('../images/bkgrd_h1left.gif') no-repeat top left;*/}
#leftcolumn ul{list-style-type: none; color:#d5d1d0; margin-bottom:20px; margin-left: 0px; margin-right: 0px; }
#leftcolumn li{margin-bottom: 0px; font-family:Verdana; border-bottom:1px solid #d5d1d0;margin-left:12px;margin-right:14px; /*width:145px;  */ font-size:11px;}
#leftcolumn li a{text-decoration: none; font-size:12px; color:#d5d1d0; font-weight:bold; height: 16px; display:block; padding: 5px 0 5px 5px; outline:none;}
#leftcolumn a:hover {font-size:12px; color:#d5d1d0; font-weight:bold;outline:none;}

#leftcolumn a:visited {font-size:12px; color:#d5d1d0; font-weight:bold;outline:none;}

#leftcolumn li a.category-products {text-decoration: none; font-size:12px; color:#d5d1d0; font-weight:bold; height: 16px; display:block; padding: 5px 0 5px 10px; outline:none;}


#leftcolumn img{border-bottom: 0px solid #23402E; padding-bottom:10px;}

#leftcolumn li.grey { background:url(../images/greytab.jpg) left no-repeat;
 height:26px;
 width:149px; margin-top:-2px;}

#shopping{width:175px;/* margin-left:18px; */ margin:0; padding:0; float:left;}
#shopping ul 
{/*margin-top:10px;*/
 list-style:none; 
 width:135px;/*padding-left:30px;_padding-left:0px;_margin-left:30px; margin-left:15px; margin-right:12px;*/
 padding-left:30px;
 _margin:0px;
  #margin:0px; 
  }


#shopping ul li { font-family:Verdana; font-size:11px; color:#D5D1D0; font-weight:normal; text-align:left; padding-top:5px; padding-bottom:5px;/* width:130px;*/ border-bottom:1px solid #FFFFFF;}
#shopping ul li a { font-family:Verdana; font-size:11px; color:#D5D1D0; text-align:left; padding:0; margin:0; text-decoration:none;}
#shopping ul li a:hover { font-family:Verdana; font-size:11px; color:#D5D1D0; text-align:left; padding:0; margin:0; text-decoration:none;}
#shopping ul li a:visited{ font-family:Verdana; font-size:11px; color:#D5D1D0; text-align:left; padding:0; margin:0; text-decoration:none;}




/* -------------------------right column specific styles----------------------------- */
#rightcolumn{}
#rightcolumn h1{color: #BA1D33; font-size: 14px; margin-bottom: 15px; padding: 0px 0 0 0px; /*background: transparent url('../images/bkgrd_h1.gif') no-repeat center  left;*/ font-family:Verdana; font-weight:bold; margin-left:20px; border:0px solid #993333; width:500px;}
#rightcolumn p{padding: 0px 20px 0px 0px; font-family:verdana; font-size:11px; line-height:20px;}
#rightcolumn h2{color: #BC2F39; /*padding: 5px 0 0 20px;*/padding: 5px 0 0 0px; margin-bottom:5px;}
#rightcolumn h3{color: #8A190D; padding: 0px 0 0 20px; margin-bottom:3px 0; display:inline;}
#rightcolumn h4{color: #F7E6C3; padding: 2px 0 0 20px; margin-bottom:0px; font-weight:normal;}
#rightcolumn h5{color: #8A190D; padding: 2px 0 0 20px; margin-bottom:0px; font-weight:normal;}
#rightcolumn h6{color: #49240B; padding: 2px 0 0 20px; margin-bottom:0px; font-weight:normal;}
#rightcolumn .productimg{margin:2px; float:right; border: 1px solid #5E514E;}
#rightcolumn .generalimg{margin:5px 0 5px 10px; float:right; border: 2px solid #213F31;}
#rightcolumn a:link, a:visited {color: #5E514E; text-decoration: underline;}
#rightcolumn a:hover {color:#5E514E ; text-decoration: none;}
#rightcolumn{border:0px solid #00CCCC;width:572px;font-family:Verdana; font-size:12px; line-height:20px; 
padding:10px 0px; background: url("../images/bkgrd_rightwords.jpg") no-repeat;}

/* --------------------------main menu wholesaler styles-------------------------- */
.cat_title{margin-left:10px; width:152px; margin-top:10px; font-family:Verdana; font-size:12px; font-weight:bold; color:#D5D1D0;border-bottom:1px solid #D5D1D0;}
.whiteCol{ color:#D5D1D0; font-size:11px; font-family:Verdana; padding-left:10px; text-align:left; font-weight:normal;}

.subsButton{color:#D3CCD3;background-color:#BA1D33; font-family:Verdana; font-size:12px; font-weight:bold; border:0px solid #CCCCCC; padding:0px; margin:0px; margin-left:8px; _margin-left:0px;/* margin-bottom:10px; */outline:none; }
input.subsButton:focus  {
color:#D3CCD3;background-color:#BA1D33;background:#BA1D33;
}

.news_title{font-family:Verdana; font-size:12px; font-weight:bold; color:#D5D1D0; margin-left:15px;margin-right:12px; padding-left:10px;}
.subscribe_table{
padding-top:20px;
text-align:left;
margin:0px;
_padding:0px;#padding:0px;
}
#stock{ color:#DBD2D1;font-family:Verdana; font-size:10px;  width:120px; border:0px solid #993333; margin-left:25px; margin-bottom:10px;}
#stock  a:link{ font-family:Verdana; font-size:11px; text-decoration:underline; color:#D5D1D0; padding:0; margin:0;}
#stock a:visited{ font-family:Verdana; font-size:11px; text-decoration:underline; color:#D5D1D0; padding:0; margin:0;}
#stock a:hover{ font-family:Verdana; font-size:11px; text-decoration:none; color:#D5D1D0; padding:0; margin:0;}
#siteinfoLegal{height: 26px; background: url('../images/bkgrd_footernew.jpg') repeat-x top left;
		color:#D5D1D0; font-size:10px;  font-family:Verdana;
		line-height: 2.5; padding-left: 14px; text-align:left;}
#siteinfoLegal a{color: #d5d1d0;text-decoration:none; margin-top:2px; }
#siteinfoLegal a:hover{text-decoration:underline;}
span.cart{background: transparent url('../images/bkgrd_cart.gif') no-repeat top left; padding: 5px 0px 5px 25px;font-family:arial; font-size:12px;}
#rightcolumn span.cart a{ color:#BA1D33; text-decoration:underline;}
#rightcolumn span.cart a:hover{ color:#BA1D33; text-decoration:none;}
#rightcolumn span.cart a:visited{ color:#BA1D33; text-decoration:underline;}
.productdetail{margin: 0 0 15px 0px!important; border: 1px solid #5E514E; padding: 10px 10px 20px 10px; background-color:#D4D0CE;width: 525px; text-align:left;}
#rightcolumn .detailinfo h2{padding-left:0px;}
#rightcolumn .detailinfo h2 a:link{padding:0; margin: 0; line-height: 1; margin-bottom:10px!important; display:inline; float:left; width: 100%; font-family:Verdana; font-size:12px;color:#BC2F39; text-align:left; text-decoration:none;}
#rightcolumn h2.detailinfo a:active{ color:#BC2F39; text-decoration:none;}
#rightcolumn h2.detailinfo a:hover{ color:#BC2F39; text-decoration:none;}
#rightcolumn h2.detailinfo a:visited{ color:#BC2F39; text-decoration:none;}
span.detail{background: transparent url('../images/bkgrd_magnify.gif') no-repeat top left; padding: 5px 0px 5px 25px; margin-right:20px;font-family:arial; font-size:12px;}
#rightcolumn span.detail a{ color:#BA1D33; text-decoration:underline;}
#rightcolumn span.detail a:hover{ color:#BA1D33; text-decoration:none;}
#rightcolumn span.detail a:visited{ color:#BA1D33; text-decoration:underline;}
.listingDescription{ font-family:Arial; font-size:12px;}
h2.headingright{display:inline; float:right!important; width: 80px; text-align:right; font-family:Verdana; font-size:12px; color:#BC2F39; vertical-align:top;}
.listingProductImage{ border: 1px solid #5E514E; }
.productGeneral{ text-align:center; }
#rightcolumn h2.productGeneral{ color:#6A5E5B; font-family:Verdana; font-size:16px;}
#checkoutConfirmDefault h3{ color:#BC2F39; font-family:Verdana;}
#checkoutConfirmDefault h4{ color:#6A5E5B; font-family:Verdana; font-weight:bold;}
h3#checkoutSuccessThanks{ padding-left:0px; }


td.cartBox {
background:#E0DDDC none repeat scroll 0 0;
border:1px dotted #814F3E;
font-size:10px;
padding:3px;
}/*
---------------------------------------------------------------------------------*/




.centershop {
margin:0 auto;
padding:0;
position:relative;
text-align:left;
width:750px !important;
}
td.main, p.main {
font-size:11px;
line-height:1.5;
}
td.main1 {
background-color:#E0DDDC;
border:0 none;
font-size:11px;
line-height:1.5;
}

table.header {
background-color:#FFFFFF;
border-bottom:1px solid #9A9A9A;
border-left:1px solid #9A9A9A;
border-right:1px solid #9A9A9A;
}
table.headerNavigation {
background-color:#ABBBD3;
border-bottom:1px solid #9A9A9A;
border-left:1px solid #9A9A9A;
border-right:1px solid #9A9A9A;
width:100% !important;
}
td.headerNavigation {
color:#000000;
font-family:Arial,Trebuchet MS,Verdana,sans-serif;
font-size:11px;
font-weight:bold;
letter-spacing:1px;
padding:5px;
position:relative;
vertical-align:middle;
}
td.breadCrumb {
font-size:10px;
font-weight:bold;
padding:3px;
}
td.headerNavigation a, td.headerNavigation a:visited, td.footertop a {
color:#FFFFFF;
font-weight:bold;
}
td.headerNavigation a:hover, td.footertop a:hover {
color:#A8CFFF;
}
tr.headerError {
background:#FF0000 none repeat scroll 0 0;
}
td.headerError {
background:#FF0000 none repeat scroll 0 0;
color:#FFFFFF;
font-family:Arial,Trebuchet MS,Verdana,sans-serif;
font-size:12px;
font-weight:bold;
text-align:center;
}
tr.headerInfo {
background:#00FF00 none repeat scroll 0 0;
}
td.headerInfo {
background:#00FF00 none repeat scroll 0 0;
color:#FFFFFF;
font-family:Arial,Trebuchet MS,Verdana,sans-serif;
font-size:12px;
font-weight:bold;
text-align:center;
}
.column_left, .column_right, .column_single {
background:#FFFFFF none repeat scroll 0 0;
padding:2px;
}
.boxText {
font-size:11px;
line-height:125%;
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
background-color:#BA1D33;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
height:20px;
padding:3px 3px 3px 5px;
}
td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
color:#FFFFFF;
}
tr.leftboxheading, tr.rightboxheading, tr.centerboxheading, tr.singleboxheading {
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
background-color:#BA1D33;
margin-bottom:15px;
}
.plainBox, .plainbox-description {
border:1px solid #6A5E5B;
font-family:Arial,Trebuchet MS,Verdana,sans-serif;
font-size:11px;
padding:5px;
}
.plainBoxHeading, td.tableHeading {
font-size:12px;
font-weight:bold;
padding:11px 5px 5px;
}
.productListing-heading {
background-color:#BA1D33;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
height:20px;
padding:3px;
}
td.productlisting {
border:1px solid #9A9A9A;
}
td.productListing-data {
font-size:10px;
padding:5px;
}
td.pageHeading, div.pageHeading, h1 {
color:#9A9A9A;
font-size:16px;
font-weight:bold;
padding-top:11px;
}
.center_column {
padding:8px;
}
.main_page {
background-color:#FFFFFF;
border-bottom:1px solid #9A9A9A;
border-left:1px solid #9A9A9A;
border-right:1px solid #9A9A9A;
padding:5px;
width:750px !important;
}
table.footer {
background:#FFFFFF none repeat scroll 0 0;
border-bottom:1px solid #9A9A9A;
border-left:1px solid #9A9A9A;
border-right:1px solid #9A9A9A;
font-size:10px;
text-align:center;
}
tr.footertop {
background:#ABBBD3 none repeat scroll 0 0;
font-size:11px;
}
td.footertop, td.footerbottom {
padding:5px;
}
td.cartBox {
background:#E0DDDC none repeat scroll 0 0;
border:1px dotted #814F3E;
font-size:10px;
padding:3px;
}
td.productListing-data-description-odd {
background:#FFFFFF none repeat scroll 0 0;
border-bottom:1px solid #9A9A9A;
font-size:10px;
padding-bottom:12px;
padding-left:10px;
padding-right:10px;
}
td.productListing-data-description-even {
background:#EFF4F8 none repeat scroll 0 0;
border-bottom:1px solid #9A9A9A;
font-size:10px;
padding-bottom:12px;
padding-left:10px;
padding-right:10px;
}
td.pageresults a {
color:#49240B;
}
td.pageresults a:hover {
background:#B18C6B none repeat scroll 0 0;
}
span.newItemInCart {
color:#FF0000;
font-weight:bold;
}
td.smallText, span.smallText, p.smallText, td.pageresults {
font-family:Arial;
font-size:11px;
}
td.fieldKey {
font-size:12px;
font-weight:bold;
}
td.fieldValue {
font-size:12px;
}

textarea {
border:1px solid #814F3E;
font-size:11px;
width:100%;
}
.greetUser {
color:#F0A480;
font-size:12px;
font-weight:bold;
padding-bottom:5px;
padding-top:5px;
}
span.greetUser {
}
span.markProductOutOfStock {
-x-system-font:none;
color:#BA1D33;
font-family:Arial,Trebuchet MS,Verdana,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}
span.normalprice {
text-decoration:line-through;
}
span.productSpecialPrice, span.productSalePrice, .stockWarning, span.coming {
color:#BA1D33;
}
span.productSpecialPriceSale {
color:#FF0000;
text-decoration:line-through;
}
span.productPriceDiscount, .inputRequirement {
color:#BA1D33;
font-size:10px;
}
.moduleRow {
}
.moduleRowOver {
background-color:#D7E9F7;
cursor:pointer;
}
.moduleRowSelected {
background-color:#D7E9F7;
}
.messageBox {
}
.messageStackError, .messageStackWarning, errorbox {
background-color:#FF0000;
border:1px solid #9A9A9A;
color:#FFFFFF;
font-size:10px;
padding:4px;
}
.messageStackSuccess {
background-color:#B3FFA8;
border:1px solid #9A9A9A;
padding:2px;
}
.messageStackCaution {
background-color:#FFFF00;
font-family:Arial,Trebuchet MS,Verdana,sans-serif;
font-size:10px;
}
td.ot-subtotal-Text, td.ot-cod-fee-Text, td.ot-total-Text, td.ot-group-pricing-Text, td.ot-gv-Text, td.ot-loworderfee-Text, td.ot-shipping-Text, td.ot-subtotal-Text, td.ot-tax-Text, td.ot-coupon-Text {
font-weight:bold;
}
td.ot-subtotal-Amount, td.ot-cod-fee-Amount, td.ot-total-Amount, td.ot-group-pricing-Amount, td.ot-gv-Amount, td.ot-loworderfee-Amount, td.ot-shipping-Amount, td.ot-subtotal-Amount, td.ot-tax-Amount, td.ot-coupon-Amount {
}
.ProductInfoComments, td.ProductInfoComments, span.ProductInfoComments {
border-top:1px solid #9A9A9A;
color:#FF0000;
font-size:10px;
font-weight:bold;
padding-bottom:6px;
padding-top:6px;
text-align:left;
}
td.alert, span.alert {
color:#BA1D33;
font-weight:normal;
}
td.alertBlack, span.alertBlack {
color:#000000;
font-weight:bold;
}
table.popupattributeqty, table.popupcouponhelp, table.popupcvvhelp, table.popupimage, table.popupimageadditional, table.popupsearchhelp, table.popupshippingestimator, table.popupinfoshoppingcart {
-x-system-font:none;
background-color:#FFFFFF;
font-family:Arial,Trebuchet MS,Verdana,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
table.popupinfoshoppingcart p.main {
background-color:#FFFFFF;
}
table.categoriesdescription {
background:#D0D0D0 none repeat scroll 0 0;
border:1px solid #9A9A9A;
font-family:Arial,Trebuchet MS,Verdana,sans-serif;
font-size:11px;
}
td.categoriesdescription {
font-size:11px;
line-height:1;

}


a.forgot_font, a.forgot_font:visited {
color:#B0494D;
font-weight:bold;
text-decoration:none;
}
.lineTitle{
font-weight:bold;
}

