/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */
 




body {
	/* [disabled]background: url("/BOD_catalog/images2/body_bg.jpg") repeat-x fixed 0 0 #F2F2F2; */
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	color: #000000;
	margin: 0px;
	background: #85a4c0 url(../images/body_bg.png) repeat-x;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #737373;
	text-decoration: none;
	}
 
a:visited {
	color: #737373;
	font-weight: normal;
	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: #737373;
	}

a:active {
	color: #0101b9;
	font-weight: normal;
	text-decoration: none;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	
	}

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: 12px;
	color:#666666;
	}
	

h1 {
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 0.3em;
	float: none;
	text-align: center;
	/* added by bod to change the heading on the product details section */
	  font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	padding-top: 11px;
	}

h2, h3, h4, h5, h6 {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.7em;
	margin-left: 0.5em;
	float: none;
	text-align: left;
	
/* added by bod to change the heading on the product details section */
	  font-size: 11px;
	  font-weight: bold;
	  color: #000000;
	  padding-top: 11px;	
	}
	
.plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border:1px solid #9a9a9a;
  padding: 0px;
	}

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

.centerColumn  {
/* boddd need to set to 570 or 590 px maybe */
width: 97%;
	/* [disabled]margin-bottom: 20px; */

}

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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

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

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

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

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

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 {
	padding-right: 0.2em;
	padding-left: 0.2em;
	}

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

.clearBoth {
	clear: both;
	background-color: #fafafa;
	}

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 {
	text-align: left;
	width: 980px;
	vertical-align: top;
	/* [disabled]clear: both; */
	/* [disabled]position: relative; */
	/*border: 1px solid #9a9a9a;*/
	*background: url(../images/ie_bg.png);
	}
	
#logoWrapper,  #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage, #container {
	margin: 0em;
	padding: 0em;
	}
	
#cartBoxListWrapper {
	width: 142px;
	height: 98px;
	overflow: hidden;
}

#headerWrapper{
	position:relative;
	width: 980px;
	/* [disabled]height: 184px; */
	margin: 0em;
	padding: 0em;
	/*background: transparent;*/
	/* [disabled]right: 4px; */
	}


#searchbar {
/*	background-image: url('/catalog/images2/searchbg.png'); */
	position:relative; 
	/* [disabled]z-index:500; */
	/* [disabled]left: 64px; */
	/* [disabled]bottom: 59px; */
	/* [disabled]width: 200px;*/
	height: 34px;
	/* [disabled]top: 66px; */
	padding-left: 64px;
	*padding-left: 48px;
	}
	
.search-header-input {
	position: relative;
	/* [disabled]top: 4px; */
	/* [disabled]left: 3px; */
	
	
}
#contentMainWrapper{
	position:relative;
	/* [disabled]margin-left: 10px; */
	padding: 0em;
	width: 980px;
	} 

#logoWrapper{
	/*	background-image: url(../images/header_bg.jpg); */
	background-repeat: repeat-y;
	background-color: transparent;
	background-image: url(../right_gradient.gif);
	background-position: right;
	
/*	height:75px; */
	}
	
#navColumnOneWrapper  {
	position: relative;
	/* [disabled]right: 29px; */
}

/* boddd - this is new maybe, might need to go unless is product desc related */
.leftColumnMainBg  {
	float: left;
	position:relative;
	
}

#navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

/*boddd - browser hack*/
#navColumnOneWrapper {
	margin: 0px;	
	margin: 0px;/*IE 5 for PC only*/
	voice-family:"\"}\"";
	voice-family:inherit;
	margin: -1px;\/*IE8 only*/
	margin: -1px;/*Mozilla - Firefox only*/
	[margin: -1px;
	margin: 0px;]/*Opera and newer Safary 4+*/
}
/*end*/
/*\*/
html*#navColumnOneWrapper {
	[margin: -1px;
	margin: 0px;
	]margin: 0px;
}/*end*/
.dummyend[id]{clear:both;}

/*boddd - browser hack*/
/*\*/
* html #navColumnOneWrapper {
	margin: 0px;/*a fix that affects IE 5-6 only*/
}
/*end*/


#navColumnOneWrapper, #navColumnTwoWrapper {
	/*margin-left: 0.5em;*/
	/* [disabled]margin-right: 0em; */
	}
	
#navColumnTwoWrapper {
	
	position: relative;
	/* [disabled]z-index: 0; */
}
	
#footerbar  {
	
	position:relative;
}


#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 {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
	
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	list-style-type: none;
	padding: 0.5em 0em;
	
	/*boddd - browser hack*/	
	padding: 0.5em 0em;/*IE 5 for PC only*/
	voice-family:"\"}\"";
	voice-family:inherit;
	padding: 0em 0em 0.5em 0em;\/*IE8 only*/
	padding: 0em 0em 0.5em 0em;/*Mozilla - Firefox only*/
	[padding: 0em 0em 0.5em 0em;
	padding: 0.5em 0em;]/*Opera and newer Safary 4+*/
}
/*end*/
/*\*/
html*.navNextPrevList {
	[padding: 0em 0em 0.5em 0em;
	padding: 0.5em 0em;
	]padding: 0.5em 0em;
}/*end*/
.dummyend[id]{clear:both;}

/*boddd - browser hack*/
/*\*/
* html .navNextPrevList {
	padding: 0.5em 0em;/*a fix that affects IE 5-6 only*/
}
/*end*/	
	
#navNextPrevWrapper  {	
	background-image: url('../images/productinfoheaderbg.jpg');
	position: relative;
	/* width: 594px; */
	height: 48px;
}

/*boddd - browser hack*/
#navNextPrevWrapper {
	margin-top: 2px;	
	margin-top: 2px;/*IE 5 for PC only*/
	voice-family:"\"}\"";
	voice-family:inherit;
	margin-top: -12px;\/*IE8 only*/
	margin-top: -10px;/*Mozilla - Firefox only*/
	[margin-top: -10px;
	margin-top: 0px;]/*Opera and newer Safary 4+*/
}
/*end*/
/*\*/
html*#navNextPrevWrapper {
	[margin-top: -10px;
	margin-top: 0px;
	]margin-top: 2px;
}/*end*/
.dummyend[id]{clear:both;}

/*boddd - browser hack*/
/*\*/
* html #navNextPrevWrapper {
	margin-top: 2px;/*a fix that affects IE 5-6 only*/
}
/*end*/

/*boddd - browser hack*/
#navNextPrevWrapper {
	margin-left: 0px;	
	margin-left: 0px;/*IE 5 for PC only*/
	voice-family:"\"}\"";
	voice-family:inherit;
	margin-left: -2px;\/*IE8 only*/
	margin-left: -2px;/*Mozilla - Firefox only*/
	[margin-left: -2px;
	margin-left: 0px;]/*Opera and newer Safary 4+*/
}
/*end*/
/*\*/
html*#navNextPrevWrapper {
	[margin-left: -2px;
	margin-left: 0px;
	]margin-left: 0px;
}/*end*/
.dummyend[id]{clear:both;}

/*boddd - browser hack*/
/*\*/
* html #navNextPrevWrapper {
	margin-left: 0px;/*a fix that affects IE 5-6 only*/
}
/*end*/











#navNextPrevButtonWrapper   {
	
     position: relative;
	 width: 312px;
	 height: 48px;

}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
	font-size: 11px;
	}

#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;
	margin: 0;
	color: #0101b9;
	white-space: nowrap;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.4em;
	}

#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  {
	margin: 0.5em;
	}

#catheadimage  {
	 position: relative;
	 bottom: 29px;
	 right: 30px;

/* bodddd->darren - i took this out as it was screwing things up
	position: relative;
	width: 614px;
	height: 48px;
	right: 6px;
	bottom: 9px;
	z-index: 600;
*/
}


#catdeschead  {
	
position: relative;
bottom: 115px;
/*z-index: 120; refurb*/
margin-right: 430px; 
}


#productListing {
	
position: relative;
padding-bottom: 30px;
width: 97%;


}

#centercolumntable  {
	
	position:relative;
	
}

#productName    {
	
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	width: 360px;
	
}

#productDescription {
	
	float: left;
	position: relative;
	bottom: 50px;
	
}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 1.5em;
/*	background-color: #ffffff; */
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	clear: both;
	}

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

#navColumnOne  {
	background-color: #FFFFFF;
	position: relative;
	}

	
#navColumnTwo {
	background-color: #FFFFFF;
	position: relative;
	}
/*The main content classes*/
#contentColumnMain, #navColumnOne, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	clear: left;
	}
	
	#navColumnTwo  {
	vertical-align: top;
	}
	
#login-menu  {	
	margin-top: 20px;	
    margin-left: 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

#loginBoxlogoff  {
    position:relative;
	bottom: 32px;
	}

#loginboxContent  {
	position: relative;
	/* [disabled]right: 2px; */
	}

#loginboxbutton  {
	position:relative;
	bottom: 16px;
	*bottom: 12px;
	left: 66px;
}

#fpasstxt  {
	position: relative;
	top: 17px;
	*top: 14px;
	/*_top:44px;*/
	right: 4px;
	/* [disabled]right: 8px; */
}

#loginboxcart  {
	width: 174px;
	height: 30px;
	margin-top: 2px;
}

.loginBoxCartNoCat {
	background-image: url('../images/loginbox_01.png'); 
}

.loginBoxCartCat {
	background-image: url('../images/loginbox_01_cat.png'); 
}

.loginBoxCartProd {
	background-image: url('../images/loginbox_01_prod.png'); 
}

#loginboxcarttext  {
	color: white;
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 1.1em;
	margin-left: 52px;
	padding-top: 2px;
}
	
#loginboxbottom {	
	width: 174px;
	height: 150px;
}

.loginBoxBottomNoCat {
    background-image: url('../images/loginbox_02.png'); 
}

.loginBoxBottomCat {
    background-image: url('../images/loginbox_02_cat.png'); 
}

.loginBoxBottomProd {
    background-image: url('../images/loginbox_02_prod.png'); 
}

#loginboxfields {	
	padding-left: 22px;
	padding-top: 4px;
	color: white;
	font-family: verdana, arial, sans-serif; /*Arial Black, Gadget, sans-serif;*/
	font-size: 1.1em;
	line-height:1.5em;
	font-weight:bold;
	}
	
#loginboxinfo  {
	position: relative;
	width: 143px;
	margin-left: 15px;
	
}
	
#loginBoxLinks  {
	color: white;
	
}
	

#checkoutboxbutton  {
	
	position: relative;
	left 40px;
	padding-left: 40px;
}

#myacc   {
	
	position:relative;
	top: 25px;
	padding-left: 15px;
	color:#FFF;
}
	
#logoffboxbutton  {
	 position:relative;
     height: 29px;
	 width: 87px;
	 top: -14px;
	 left: 75px;
}
	
	
#layoutboxes  {
	
	/* [disabled]right: 2px; */
	
}

#trampcatlandder  {
	
	position: relative;
	
}
	

#mainpageimg   {	
	position: relative;
	/* right: 10px; */
	}

.mainpagecontent   {
	position: relative;
	/* [disabled]bottom: 25px; */
	}


TR.productListing-odd, TR.upcomingProducts-odd {
	background: #ffffff;
/*	height: 210px;
	padding: 0.8em; */
	padding: 10px;
	margin-bottom:5.5em;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
	/*	background: #eff4f8;
	height: 210px;
	padding: 0.8em; */
	padding: 10px;
}

.tabTable {
	background-color: #ffffff;
	border: 1px solid #e0e1e5;
	margin-left: 8px;
	width: 99%;
		
	}

/*.content,*/  .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.2em;
	float: none;
	}
	
	

.content {
	background-color: #FFFFFF;
	margin-left: 0.5em;
	/*border:1px solid #e0e1e5;*/


	font-size: 11px;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
 #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding-top: 0em;
	background-color: #FFFFFF;

	/*	padding-left: 0.8em; */
	}
	
.centercolumntable {

	position: relative;
	width: 584px;
}

	


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

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

   background: #eff4f8;   
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #ffb062;
	}

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

.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;
	left: .5em;
	}

.cartNewItem {
	color: #FFFFFF;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	left: .5em;
	font-weight: bold;
	}

.cartOldItem {
	color: #FFFFFF;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	left: .5em;
	font-weight: bold;
	}

.cartBoxTotal {
	text-align: right;
	left: .5em;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1.3em;
	color: white;
	}
	
#cartEmptyText, #cartBoxEmpty {
	
font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1.3em;
	color: white;
	
    }
	
	

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

.sideBoxBottomImage {
	padding-top:.4em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.normalprice, .productSpecialPriceSale {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* [disabled]color:#CA0000; */
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
	color: #CA0000;
	/* [disabled]color:#CA0000;  */
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	}

.productPriceDiscount {
	color: #ca0000;
	font-weight: bold;
	font-size: 10px;
	}

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

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

.centerBoxWrapper {
/*	BORDER-RIGHT: #9a9a9a 1px solid; 
	BORDER-TOP: #9a9a9a 1px solid; 
	MARGIN: 1.1em 0px; 
	BORDER-LEFT: #9a9a9a 1px solid; 
	BORDER-BOTTOM: #9a9a9a 1px solid; 
	HEIGHT: 1%; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 5px; 
	BACKGROUND-COLOR: #ffffff; 
	MARGIN-LEFT: 0.5em; */

	}

h2.centerBoxHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3366cc;
/*	padding-right: 250px; */
	
	
	}

/*sideboxes*/
.columnLeft {
	position: relative;
	
	}



h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #0101b9;
	display: none;
	}

	#testsideboxHeading {
		display: none;
		}
	
h3.slukSideBoxHeading {
	font-size: 1.1em;
	color: #ffffff;
	padding-top:2px;
	padding-bottom:0px;
	margin:0px;
	vertical-align:middle;
	}
	
	
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-bottom: 0.5em;
	}
	
	

 .rightBoxContainer {
	position: relative;
	/* [disabled]right: 10px; */
	/* BOD	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;  */
	width: 174px;
	bottom:2px;
	}
	
.leftBoxContainer {
	margin-left: 0px;
/* BOD	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;  
	margin-top: 2.2em; */
	}	


.sideBoxContent {
	font-weight: normal;
	/* [disabled]padding-top: 0.4em; */
	/* [disabled]margin-left: 0.5em; */
	/*border-left: 1px solid #8C8C8C; */
	/* [disabled]background-color:#FFFFFF; */
	}

#cardimagebox {
	position: relative;
	/* [disabled]right: 15px; */
	/* [disabled]margin-top: 20px; */
}



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

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

TH, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents,  .centerBoxContentsSpecials, /*.centerBoxContentsAlsoPurch,*/ .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	clear: both; 
	}

.centerBoxContentsAlsoPurch {
	text-align: center;
	}

.productListing-data {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 11px;
	line-height: 14px;
	color: #737373;
	}

.centeredContent, .additionalImages {
	text-align: center;
	/* clear: both; */
	}

.leftBoxHeading {
	text-align: left;
	}

#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 {
	text-decoration: none;
	/*font-weight: bold;*/
	margin-left:0.3em;
	}
A.category-top:hover {
	text-decoration:underline;	
	}	
A.category-links, A.category-links:visited {
	text-decoration: none;
/*	font-weight: bold;  */
	padding-bottom: 0.4em;
	margin-left:.3em;
	}
A.category-links:hover {
	text-decoration: underline;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: normal;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #FFFFFF;
	height: 1.5em;
	vertical-align: top;
	}

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

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

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

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

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

.productListing-rowheading {
	background-color: #abbbd3;
	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;
	}

.divManSpecial {
	margin-bottom: 15px; 
	border:1px solid #9a9a9a;
	background:#FFFFFF;
	}
	
.bottomBlueLarge {
	font-weight:bolder;
	font-size:larger;
	color:#0000CC;
	font-family: verdana, arial, sans-serif;
	font-size: 170%;
}

.bottomRedLarge {
	font-weight:bolder;
	font-size:large;
	color:#CC0033;
	font-family: verdana, arial, sans-serif;
	font-size: 180%;
}

.bottomBlack {
	position: relative;
	bottom: 120px;
	padding-right: 0px;
	right: 10px;
	font-weight:bolder;
	font-size:large;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color:#FFF;
}

.bottomBlackLarge {
	position:relative;
	padding-bottom: 0px;
	bottom: 55px;
	left: 10px;
	font-weight:bolder;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color:#FFF
}

.plainHeader {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	float: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #329df5;
	padding-top: 0px;
}

.prodDescHeader {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	display: inline;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
}

.prodDetailSection {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	display: inline;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #0000b9;
	padding-top: 0px;
	padding-left: 0.2em;
}
.divManSpecialTop {
	background:#FFFFFF;
	margin-top: 10px;
	/*margin-bottom: 15px;
	border-top: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;*/
	}
	
.divManSpecialMain {
	/*border-bottom: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;*/
	background:#FFFFFF;
	text-align: center;
	height:228px;
	/*background-image: url(specials_golf_buggies_ad_c.png);*/
	background-repeat: no-repeat;
	background-position:center top;
	display: block;
	/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:top;
	height:228px;
	width:auto;
	position:relative;
	background-position:center top;
	top:0px;
	visibility: visible;
	background-image: url(images2/specials_golf_buggies_ad.png);
	border-bottom: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;*/
	}
	
.manSpecialTopTitle {
	font-family: "Arial Black", "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
	color: #2E3191;
	font-size: 28px;
	margin-left:19px;
	margin-right: 10px;
	text-align: justify;
	}

.manSpecialTopLower {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #ED1C24;
	font-size: 18px;
	margin-left:19px;
	margin-right: 10px;
	text-align: left;
	}

.manSpecialHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #2E3191;
	font-size: 16px;
	text-align: left;
	margin-left: 22px;
	}

.manSpecialDesc {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #2E3191;
	font-size: 12px;
	margin-left:24px;
	margin-right: 10px;
	text-align: left;
	vertical-align: bottom;
	}

.manSpecialWrapper {
	border:1px solid #9a9a9a;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	width: 510px;
	margin-left: 20px;
	display: block;
	}

#contactsidebox{
margin: 1.5em 0 0 0;
/* this is optional - uncomment to use
background: url(../images/your_image.???) center center no-repeat;
*/
}

#contactsideboxContent {
}

div.homePageImageDIV {
	/* float:left; boddd pre table version */
	text-align:center;
	text-decoration:none;
	height:125px;
	}

div.homePageImageDIVLeft {
	background:url(../images/header_left.png) 0 0;
	width:636px; 
	}
	
div.homePageImageDIVRight {
	background:url(../images/header_right.png) 0 0;
	width:344px; 
	}

div.homePageImageDIVLeft:hover {
	/* background:url(../images/header_left.png) 0 125px; */
	/* cursor:pointer; */
	}

#homePageImageDIVLeft a {
/*	display: block;
	height: 125px;
	width: 636px;
	visibility:hidden; */
	}

div.homePageBannerBottom {
	background:url(../images/slukxmaslimstock.png);
	
	} 

.columnLeft {
	background: left url(../images/left_col_bg.png);
	}

.columnRight {
	background: right url(../images/right_col_bg.png);
	}

#categoriesContent {
	background: left url(../images/left_col_menu_bg.png) repeat-x;
	}
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.catHeadingWrapper {
	/* [disabled]background: url(../images/category_generic_prod_list_header_bg.jpg); */
	/* [disabled]margin-right: 8px; */
	/* [disabled]margin-left: 10px; */
	margin-bottom: 0;
	/* [disabled]margin-top:1em; */
	height:38px;
	/*z-index:500; refurb*/
	}

#indexCategoriesHeading {
	background: url(../images/product_listing_bg_changeable.jpg) top right no-repeat;
	padding: 10px 32px 10px 8px;
	line-height:42px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #525252; /* #0000b9; */
	height:42px;
	/*z-index:600; refurb */
	margin-left: 8px;

	/*boddd - browser hack*/	
	margin-left: 8px;/*IE 5 for PC only*/
	voice-family:"\"}\"";
	voice-family:inherit;
	margin-left: -2px;\/*IE8 only*/
	margin-left: -2px;/*Mozilla - Firefox only*/
	[margin-left: -2px;
	margin-left: 8px;]/*Opera and newer Safary 4+*/
}
/*end*/
/*\*/
html*#indexCategoriesHeading {
	[margin-left: -2px;
	margin-left: 8px;
	]margin-left: 8px;
}/*end*/
.dummyend[id]{clear:both;}

/*boddd - browser hack*/
/*\*/
* html #indexCategoriesHeading {
	margin-left: 8px;/*a fix that affects IE 5-6 only*/
}
/*end*/	

#indexCategoriesHeading {
	/*boddd - browser hack*/	
	padding-left: 8px;/*IE 5 for PC only*/
	voice-family:"\"}\"";
	voice-family:inherit;
	padding-left: 18px;\/*IE8 only*/
	padding-left: 18px;/*Mozilla - Firefox only*/
	[padding-left: 18px;
	padding-left: 8px;]/*Opera and newer Safary 4+*/
}
/*end*/
/*\*/
html*#indexCategoriesHeading {
	[padding-left: 18px;
	padding-left: 8px;
	]padding-left: 8px;
}/*end*/
.dummyend[id]{clear:both;}

/*boddd - browser hack*/
/*\*/
* html #indexCategoriesHeading {
	padding-left: 8px;/*a fix that affects IE 5-6 only*/
}
/*end*/	



#indexCategoriesHeadingNoBG {
	padding: 10px 32px 10px 8px;
	line-height:42px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #525252; /* #0000b9; */
	height:42px;
	/*z-index:600; refurb */
	margin-left: 8px;

	/*boddd - browser hack*/	
	margin-left: 8px;/*IE 5 for PC only*/
	voice-family:"\"}\"";
	voice-family:inherit;
	margin-left: -2px;\/*IE8 only*/
	margin-left: -2px;/*Mozilla - Firefox only*/
	[margin-left: -2px;
	margin-left: 8px;]/*Opera and newer Safary 4+*/
}
/*end*/
/*\*/
html*#indexCategoriesHeadingNoBG {
	[margin-left: -2px;
	margin-left: 8px;
	]margin-left: 8px;
}/*end*/
.dummyend[id]{clear:both;}

/*boddd - browser hack*/
/*\*/
* html #indexCategoriesHeadingNoBG {
	margin-left: 8px;/*a fix that affects IE 5-6 only*/
}
/*end*/	

#indexCategoriesHeadingNoBG {
	/*boddd - browser hack*/	
	padding-left: 8px;/*IE 5 for PC only*/
	voice-family:"\"}\"";
	voice-family:inherit;
	padding-left: 18px;\/*IE8 only*/
	padding-left: 18px;/*Mozilla - Firefox only*/
	[padding-left: 18px;
	padding-left: 8px;]/*Opera and newer Safary 4+*/
}
/*end*/
/*\*/
html*#indexCategoriesHeadingNoBG {
	[padding-left: 18px;
	padding-left: 8px;
	]padding-left: 8px;
}/*end*/
.dummyend[id]{clear:both;}

/*boddd - browser hack*/
/*\*/
* html #indexCategoriesHeadingNoBG {
	padding-left: 8px;/*a fix that affects IE 5-6 only*/
}
/*end*/	




.categoriesContentCat {
	background: url(../images/left_col_menu_bg_long_cat.png) top;
	}

.categoriesContentNoCat {
	background: url(../images/left_col_menu_bg_long_no_cat.png) top;
	}

.categoriesContentProd {
	background: url(../images/left_col_menu_bg_long_prod.png) top;
	}

.catHeadingBG {
	background: url(../images/category_generic_prod_list_header_bg.jpg) no-repeat top;

	/*boddd - browser hack*/	
	background: url(../images/category_generic_prod_list_header_bg.jpg) no-repeat top;/*IE 5 for PC only*/
	voice-family:"\"}\"";
	voice-family:inherit;
	background: url(../images/category_generic_prod_list_header_bg.jpg) no-repeat 0 0;\/*IE8 only*/
	background: url(../images/category_generic_prod_list_header_bg.jpg) no-repeat 0 0;/*Mozilla - Firefox only*/
	[background: url(../images/category_generic_prod_list_header_bg.jpg) no-repeat 0 0;
	background: url(../images/category_generic_prod_list_header_bg.jpg) no-repeat top;]/*Opera and newer Safary 4+*/
}
/*end*/
/*\*/
html*.catHeadingBG {
	[background: url(../images/category_generic_prod_list_header_bg.jpg) no-repeat 0 0;
	background: url(../images/category_generic_prod_list_header_bg.jpg) no-repeat top;
	]background: url(../images/category_generic_prod_list_header_bg.jpg) no-repeat top;
}/*end*/
.dummyend[id]{clear:both;}

/*boddd - browser hack*/
/*\*/
* html .catHeadingBG {
	background: url(../images/category_generic_prod_list_header_bg.jpg) no-repeat top;/*a fix that affects IE 5-6 only*/
}
/*end*/


#extradescheader {
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0.3em;
	float: none;
	text-align: center;
	/* added by bod to change the heading on the product details section */
	font-weight: bold;
	padding-top: 11px;

	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
}

.files {
	border-top: 1px solid #9a9a9a;
	border-bottom:none;
	color:#666666;	
}

.centerAlignCenterCol  {
	margin-left:4px;
	/*padding-top:10px;*/
	}
	
div #extradesc {
	margin: 0 0.8em;
	}
	




/* for the popup */
	
table {
	border-collapse:separate;
	border-spacing:0pt;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
	}

blockquote, q  {
	quotes:"" "";
	}

#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1000;
	}

#popupContact {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:384px;
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:1001;
	padding:12px;
	font-size:13px;
	}

#popupContact h1 {
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
	}

#popupContactClose {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	}

#popupCloseBottom {
	font-size:14px;
	line-height:14px;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	}

#button {
	text-align:center;
	margin:100px;
	}

#a popupButton:active, popupButton:visited , popupButton:link {
	color: #0050f2;
	}

#popupButton, #popupContactClose, #popupCloseBottom , #backgroundPopup, #popupButtonCat {
	cursor:pointer;
	}

#popupButton {
	background:url(../images/sluk_refurb_specials_info.png) no-repeat; 
	height:49px; 
	width:477px; 
	padding-top:33px; 
	padding-left:100px; 
	font-family: Verdana, Arial, sans-serif; 
	font-weight:bold; 
	color:#FFFFFF; 
	font-size: 12px; 
	line-height:12px; 
	display:block;
	text-align:left;
	margin-bottom:15px;
	}

#popupButtonCat {
	background:url(../images/sluk_refurb_specials.png) no-repeat;
	height:84px; 
	width:477px; 
	padding-left:100px;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#525252;
	font-size: 18px;
	line-height:18px;
	display:block;
	margin-bottom:1em;
	}

.refurbPara {
	font-family: Verdana, Arial, sans-serif; 
	font-weight:bold; 
	margin: 15px 10px 20px 10px ;
	color:#525252;
	}

.refurbBackButton {
	background:url(../images/sluk_refurb_back.png) no-repeat; 
	height:53px; 
	width:477px; 
	padding-top:29px; 
	padding-left:100px; 
	font-family: Verdana, Arial, sans-serif; 
	font-weight:bold; 
	color:#FFFFFF; 
	font-size: 18px; 
	line-height:18px; 
	display:block;
	text-align:left;
	margin:15px 0;
	}

.refurbBackButton a, .refurbBackButton a:hover, .refurbBackButton a:visited {
	color:#FFFFFF; 
	}
	
.prodimageImgText a {
	color:#329df5;
	display:block;  
	}
	
.massageTableImg {
	text-align:center;
	}
	
#bbqselector {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #329df5;
	padding-left: 50px;
	
    }
	
#massageselector {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #329df5;
	padding-left: 30px;
	
    }

#tentselector {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #329df5;
	padding-left: 30px;
	
    }
	
	#productMainImage {
		float:left;
	}
	
#xmasbannerwrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}

#xmasbanner {
	margin-left: 8px;
	z-index: 50;
}
