/**
 * 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 {
	margin: 15px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background: #f2f2f2 url("../images/body_bg.png") fixed repeat-x 0 0; /*repeat-x 0 0;*/
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #0050f2; /* #0101b9; */
	text-decoration: none;
	}
 
a:visited {
	color: #0050f2; /* #0101b9; */
	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: #FF9900;
	}

a:active {
	/* color: #0101b9; */
	/* font-weight: bold; */
	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: 11px;
	}

.biggerText {
	font-size: 11px;
	}

h1 {
	margin-top: 0.7em;
	margin-right: 0;
	margin-bottom: 0.7em;
	padding-left: 8px;
	float: none;
	text-align: left;
	
	
/* added by bod to change the heading on the product details section */
	  font-size: 18px;
	  font-weight: bold;
	  color: #525252; /* #0000b9; */
	  padding-top: 8px;
	  height:30px;
	}

h2, h3, h4, h5, h6 {
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.7em;
	margin-left: 0.3em;
	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 #dddddd;
  /*border:1px solid #9a9a9a; was the product description border */
  padding: 5px;
	}

/*  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, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 11px;
	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;
	}

.categoryListBoxContents a {
	font-size:12px;
	font-weight:bold;
	}

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

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

/*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: #ffffff none;
	text-align: left;
	width: 930px; /* 750px; */
	vertical-align: top;
/*	border: 1px solid #DDDDDD; */
	}


#logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#headerWrapper{ 
/*	border-bottom: 1px solid #9a9a9a; */
	background-color: #FFFFFF;
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper{ 
/*	background-color: #fafafa; */
	margin: 0em;
	padding: 0em;
	} 

#logoWrapper{
/*	background-image: url(../images/header_bg.jpg); */
	background-repeat: repeat-x;
	background-color: #ffffff;
/*	height:75px; */
	}

#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 {}
.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: #fafafa;
	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: #000000; /* #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;
	}

#indexProductListCatDescription {
	}

#navMainSearch {
	float: right;
	}

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

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

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

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

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

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

.tabTable {
	background-color: #ffffff;
	/* border: 1px solid #DDDDDD; /* #9a9a9a; */
	}

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

.content {
	background-color: #FFFFFF;
/*	border:1px solid #9a9a9a; */
	font-size: 11px;
	}

.alert {

	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}

.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-color: #F9F9F9;
   font-size: 10px;
   padding: 3px;
   border: 1px solid #EEEEEE;
	}

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

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

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

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

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

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	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;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	font-weight: bold;
	/*bodd - grid display removed for - display: block;*/
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
	color: #ff0000;
	font-weight: bold;
	font-size: 18px;
	}

.productPriceDiscount {
	color: #ff0000;
	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;
	} 

#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, .centerBoxContentsSpecials, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxContentsAlsoPurch {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	/*padding: 5px; border-top: #9a9a9a 1px solid;*/
	}

h2.centerBoxHeading {
	FONT-SIZE: 1.1em; COLOR: #000000;
	background:url(../images/extra_title.png) repeat-x top;
	padding: 5px 0; 
	border-top: #9a9a9a 1px solid;
	border-bottom: #9a9a9a 1px solid;
	}

h2.alsoPurchased {
	border-left: #9a9a9a 1px solid;
	border-right: #9a9a9a 1px solid;
}

h2.mightInterest {
}

/*sideboxes*/
.columnLeft {}

.leftColumnMainBg {
	background-attachment: fixed; background-position: top;			
	background-repeat: no-repeat;
	}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #000000;
	}
	
#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;
	}

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

.sideBoxContent {
	font-weight: bold;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	}

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

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

TH, #cartEmptyText, #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,  /*.centerBoxContentsAlsoPurch,*/ .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	clear: both; 
	}

.centerBoxContentsSpecials {
	text-align: center;
	}

.categoryListBoxContents {
	text-align: center;
}

.centerBoxContentsAlsoPurch {
	text-align: center;
	}

.productListing-data {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	}

.productListing-data img {
/*	border: solid 1px #999999; */
	}

.listingProductImage {
/*	border: solid 1px #eeeeee; */
	}

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

.additionalImages {
	padding-left:0em;
	padding-bottom:1.2em;
	padding-top:0.5em;
	}
	
.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;
	}
A.category-links, A.category-links:visited {
	text-decoration: none;
	font-weight: bold;
	}
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: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	/*padding-left: 0.1em;*/
	/*background-color: #FFFFFF;*/
	}

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

.bold {
	font-weight: bold;
	}

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

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

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

CAPTION {
	/*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: #e9e9e9;
	height: 2em;
	}

.productListing-rowheading {
/*	background-color: #abbbd3; */
	padding: 8px 0;
	color: #000000;
	}

.productListing-rowheading a {
	color: #0050f2;
	}

#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 {
	font-weight:bolder;
	font-size:large;
	color:#000000;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
}

.bottomBlackLarge {
	font-weight:bolder;
	font-size:18px;
	color:#000000;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
}

.plainHeader {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	float: none;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	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: #000000; /* #0000b9; */
	padding-top: 0px;
	padding-left: 0.2em;
}
.divManSpecialTop {
	margin-top: 6px;
	text-align: center;
	/*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;*/
	text-align: center;
	height:195px;
	font-size: 14px;
	/*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: Geneva, Arial, Helvetica, sans-serif; */
	font-family: "Arial Black", "Arial Black", Gadget, sans-serif; 
	font-weight: bolder;
	color: #333333; /* #0000b9; */
	font-size: 26px;
	/*margin-left:19px;
	margin-right: 6px;*/
	text-align: center;
	}

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

.manSpecialHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000; /* #0000b9; */
	font-size: 12px;
	text-align: left;
	margin-left: 22px;
	margin-bottom: 0em;
	}

.manSpecialDesc {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000; /* #0000b9; */
	font-size: 10px;
	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;
/*	background-image:url(../images/tinsel_bl.png); */
/*	background-position: bottom; */
	background-repeat:no-repeat;
	}

.cartLink {
	margin-left: 3px;
	margin-top: 3px;
	padding: 0 0 6px 20px;
	background: url("../images/bgcart.gif") no-repeat 0px 1px;
	color: #0b6fa0;
	}

#cartTopRight {
	text-decoration: none;
	margin: 0;
	color: #000000;
	font-weight:normal;
	padding-top:0.5em;
	}

#cartTopRight a {
	color: #0b6fa0;
	}

#cartTopRight a:hover {
	color: #000000;
	}
		
#cartTopRight a:active {
	font-weight:normal;
	}

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

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

#navTopRight ul li a:hover {
	color: #000;
	}
	
#navTopRight ul li {
/*	display: inline; */
	}

#navTopRight ul li a {
	text-decoration: none;
	margin: 0;
	color: #0b6fa0;
	white-space: nowrap;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.4em;
	}

#navTopRightSearch {
	}

.divTopBannerWrapper {
	height:112px;
	background-repeat: no-repeat;
	background-position:center top;
	}

.divTopTabsWrapper {
	height:38px;
	background-color:none;
	background-repeat: no-repeat;
	background-position:center top;
	}

.divTopSearch {
	float:right;
	padding-right:10em;
	padding-top:1.5em;
	height:50px;
	}

.divTopAdvSearch {
	float:right;
	padding: 0 6px 2px 0;
	margin: 4px 0 0 10px;
	}
	
/* .search-header-input {
	background: url("../images/search_header_bg.gif") no-repeat left top;
	height: 21px;
	padding: 1px 0 0 3px;
	float: left;
	line-height: 17px;
	margin: 0px;
	font-size:11px;
	text-align:center;
	display:none;
	color:#696969;
	} */
	
	


.search-header {
	margin: 4px 0 2px 1.2em;
}
.search-header-input {
	background: url("../images/search_header_bg.gif") no-repeat left top;
	height: 21px;
	padding: 1px 0 0 3px;
	float: left;
}

.search-header input {
	border: 0px;
	margin: 0px;
	color: #696969;
	background: none;
}


.search-header form {
	float: left;
}
.search-header input:focus {
	background: none;
}

.advanced_search {
	padding: 0 6px 2px 0;
	margin: 4px 0 0 10px;
	font-size:10px;
}
.advanced_search a {
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	line-height:11px;
	text-decoration: none;
	color: #757575;
	margin-left:0.5em;
}
.advanced_search a:hover {
	text-decoration: underline;
}




.sideColumnWidget {
	margin-bottom:0.8em;
}




.catFaqButton {
	margin: 0px 6px 0px 4px;
	}
	
div.faqAnswer {
	padding: 5px 14px;
	font-size: 1em;
	background-color: #F9F9F9;
	text-align:left;
	border-color:#EEEEEE;
	border-style: solid;
	border-width:thin;
	line-height:16px;
	}

div.faqQuestion {
	margin-top:1em;	
	padding: 10px 14px 10px 14px;
	font-size: 1em;
	text-align:left;
	font-weight:bold;
/*	border-color:#EEEEEE;
	border-style: solid;
	border-width:thin;
	background-color: #FFFFFF;*/
	background-color: #F9F9F9;
	text-align:left;
	border-color:#EEEEEE;
	border-style: solid;
	border-width:thin;
	border-bottom:none; 
	}

div.faqLink {
	margin-top:1em;	
	padding: 5px 14px;
	font-size: 1em;
	text-align:left;
	font-weight:bold;
/*	border-color:#EEEEEE;
	border-style: solid;
	border-width:thin;
	background-color: #FFFFFF;*/
	background-color: #F9F9F9;
	text-align:left;
	border-color:#EEEEEE;
	border-style: solid;
	border-width:thin;
	}

div.faqContainer {
	margin: 10px 0;
	}

div.faqContainer ol li {
    left: -0.6em;
	position: relative;
	}

div.faqContainer ul li {
    left: -0.6em;
	position: relative;
}





div.topNavi {
	float:right; border-left: 1px solid #cccccc; height:30px; line-height:30px; display:block;
	}

div.topNaviInvisible {
	background: url("../images/tab_bar_bg_white.png");
	visibility:hidden;
	}

div.topNavi:hover {
	background: url("../images/tab_bar_bg_white.png") right 0px;
	}
	
.topNaviLink {
	font-weight:bold; font-size:10px ; display:block; color:#555555; padding:0 10px; /* color:#555555; */
	}

.topNaviLink:hover {
	display:block; color:#555555;
	}




.topShoppingLeft {
	float:right; border-left: 1px solid #cccccc; height:30px; line-height:30px; display:block;
	background: url("../images/shopping_left.png") right 0px;
	display:block;
	}

.topShoppingCenter {
	float:right; height:30px; line-height:30px; display:block;
	background: url("../images/shopping_center.png") left 0px;
	display:block;
	}

.topShoppingRight {
	float:right; height:30px; line-height:30px; display:block;
	background: url("../images/shopping_right.png") right 0px;
	display:block;
	}

.topShoppingLink {
	font-size:10px ; display:block; color:#555555;
	/*float:right; height:30px; line-height:30px; display:block; color:#555555;*/
	}

.topShoppingLink:hover, .topShoppingLink:active {
	display:block; color:#555555; font-weight:normal;
	}

.topShoppingCenter a, .topShoppingCenter a:visited {
	font-size:10px ; display:block; color:#555555;
	/*float:right; height:30px; line-height:30px; display:block; color:#555555;*/
	}

.topShoppingCenter a:hover, .topShoppingCenter a:active {
	display:block; font-weight:normal;
	}













#indexProductListCatDescription, .centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	margin-right: 8px;
	margin-left: 10px;
/*	text-align:center; */

/*	padding-right: 0.8em;
	padding-left: 0.8em; */
/*	padding-top: 0em;
	padding-bottom: 0.8em;
	padding-left: 0.8em; */
	}
	
#indexCategories {
	border:#939393 1px solid;
	border-top:none;
	}
	
#indexProductList {
	border:#939393 1px solid;
	border-top:none;
	/* padding:3px; */
	}

#navColumnOneWrapper {
	margin-left: 8px;
	margin-right: 3px;
/*	margin-left: 0.8em; */
	}
	
#rightColExtrasWrapper, #navColumnTwoWrapper {
	margin-left: 3px;
	margin-right: 6px;
/*	margin-right: 0.8em; */
	}
	
.content {
	margin-top:1em;
	}

.productListing-heading {
	float:left;
	padding: 0px 15px;
	font-weight:bold;
	}

.productListing-heading a {
	padding: 0;
	font-weight:bold;
	}

.productListing-rowheading {
	border-bottom:#939393 1px solid;
	padding: 8px 0 18px 0;
	}

.productListing-even {
	clear: both;
	}
	
.productListing-odd {
	clear: both;
	}
	
.productListing-data {
	float:left;
	padding:8px 8px 8px 12px;
	}
	
.productListing-data-col-2 {
	width:196px;
	padding:8px 4px;
	}

.productListing-data-col-2 li {
	color:#000000;
	}
		
.productListing-data-col-right {
	float:right;
	padding:8px 12px 8px 0px;
	width:110px;
	}

.productListing-data h2 {
	color:#369ff2;
	margin-bottom:4px;
	}



	
div.subCatNavi {
	float:left; border-right: 1px solid #939393 ; height:38px; line-height:37px; display:block;
	}

div.subCatNaviInvisible {
	background: url(../images/product_listing_high.jpg);
	visibility:hidden;
	}

div.subCatNavi:hover {
	background: url(../images/product_listing_high.jpg) right 0px;
	}
	
div.subCatNavi1:hover {
	background: url(../images/product_listing_high.jpg) left 0px;
	}
	
div.subCatNavi a, div.subCatNaviSelected a, div.subCatNavi a:visited, div.subCatNaviSelected a:visited {
	font-weight:bold; font-size:10px ; display:block; color:#555555;  padding:0 15px; /* color:#555555; */
	}

div.subCatNavi a:hover, div.subCatNaviSelected a:hover {
	display:block; color:#555555;
	}

div.subCatNaviSelected {
	float:left; border-right: 1px solid #939393 ; height:38px; line-height:37px; display:block;
	background: url(../images/product_listing_high.jpg) right 0px;
	}

div.subCatNaviSelected1 {
	float:left; border-right: 1px solid #939393 ; height:38px; line-height:37px; display:block;
	background: url(../images/product_listing_high.jpg) left 0px;
	}

#specialsDefault {
	margin:0;/*margin:12px;*/
	}
	
.underHeaderSpacer {
	border-left:#939393 1px solid;
	border-right:#939393 1px solid;
	height:12px;
	margin-right: 8px;
	margin-left: 10px;
	}

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

.catHeadingWrapper {
	background: url(../images/category_generic_prod_list_header_bg.jpg) ;
	margin-right: 8px;
	margin-left: 10px;
	margin-bottom: 0;
	margin-top:1em;
	height:38px;
	}

#massageHeading {
	background: url(../images/massage_title_fg.png) right;
	padding: 8px 12px 8px 8px;
	line-height:30px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #525252; /* #0000b9; */
	height:30px;
	margin-left:1px;
	}

.massageHeadingWrapper {
	background: url(../images/massage_title_bg.png) right;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0;
	margin-top:3em;
	height:30px;
	width:534px;
	}
	
.massageTableP {
	align:left;
	color:#525252;
	margin-bottom:1em;
	padding:0 5px;
	}

.massageTableImgText {
	color:#329df5;
	text-align:center;
	margin:1.5em 0 0.5em 0;
	vertical-align:top;
	}

.massageTableImgText a {
	color:#329df5;
	display:block;  
	}

.massageTableImgText a:hover {
	color:#ff9900;
	}
	
.massageTableImg {
	text-align:center;
	}

#productsListingBottomNumber {
	padding:5px;
	}

.footerLink {
	color: #0050f2; font-size:10px; font-weight:bold;
	}

.footerLink:hover {
	color: #FF9900;
	}

.faqsTable a, .faqsTable a:visited {
	color:#333333;
	margin: 5px 0;
	font-weight:bold;
	}

.faqsTable faqAnswer. .faqsTable faqAnswer a {
	display:block;
	}

.faqsTable a:hover {
	color: #FF9900;
	}

.homePageInfo {
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	padding:18px 21px 10px 21px;
	background-color:#F9F9F9;
	line-height:16px;
	}
	
	

.SagePayDirectFormGadgetError { background: #ff6633; }

.SagePayDirectCardIcon { margin-right: 4px; margin-bottom: 4px; }

.SagePayDirect3DSecureIcon { margin-left: 1em; margin-bottom: 2em; float: right; }

.SagePayDirectCardsAcceptedSideboxCardIcon { margin-left: 4px; margin-bottom: 4px; }

.SagePayDirectCardsAcceptedSidebox3DSecureIcon { margin-left: 4px; margin-bottom: 4px; }

#xmasbanner {
	width:932px;
	height: 76px;
	margin-left: 2px;
	margin-bottom: 2px;
}



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

#popupContact {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:384px;
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:500;
	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/whats_a_refurb.png) no-repeat; 
	height:40px; 
	width:430px; 
	padding-top:16px; 
	padding-left:100px; 
	font-family: Verdana, Arial, sans-serif; 
	font-weight:bold; 
	color:#525252; 
	font-size: 18px; 
	line-height:18px; 
	display:block;
	}

#popupButtonCat {
	background:url(../images/whats_a_refurb_550px.png) no-repeat;
	height:40px;
	width:450px;
	padding-top:16px;
	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; 
	/*color:#525252; */
	}


