/**
 * 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 $
 */

#navBarToF{
	padding-top: 4px;
	text-align: left;
	line-height:30px;
	top: 40px;
	height: 30px;
	position: absolute;
	vertical-align: middle;
	width: 890px;
	padding-right: 00px;
	margin: 0px;
	border: 0px;		
	/*float: left;
	margin: 0em;	
	padding: 0em;
	background-color:transparent;*/
	/*background: url(../images/header_bg.jpg);*/
	/*height:194px;*/
	/*border:#FFFFFF solid thin;*/
}

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #FFFFFF;
	background:url(../images/main_bg.jpg) repeat-x center top;
	}
	
body.has-banner {
	background:url(../images/main_bg2.jpg) repeat-x center top;
	}

.hand:hover {
  cursor:hand;
  cursor:pointer;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #ffffff;
	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: #edc901;
	}

a:active {
	color: #ffffff;
	}

h1 {
	font-family: helvetica;
	font-size: 26px;
	color: #001268;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

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

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

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

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

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

.noBottom{
	margin-bottom: 0px;
	/*border-bottom: 0px;*/
	padding-bottom: 0px;
}

LEGEND {
	font-weight: bold;
	/*padding: 0.3em;*/
	border-left: 0px;
	margin-left: 0px;
	padding-left: 0px;
	/*float: left;
	left: 0px;
	position: relative;*/
	}

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, 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 #9a9a9a;
	}

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

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

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

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

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper{
	background:url(../images/header_bg.jpg);
	background-color:transparent;
	height:189px;
	padding-top: 5px;
	vertical-align: middle;
}

#logoWrapper{
	background-color:transparent;
	/*background: url(../images/header_bg.jpg);*/
	height:194px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#navColumnOneWrapper, #navColumnTwoWrapper {
	/*margin-left: 0.5em;*/
	margin-right: 15px;
	margin-top: 9px;	
	/*margin-left: 10px;*/
	}
	
#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 {
	margin: 0em;
	background-color: transparent;	
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navSuppWrapper {
background-color: transparent;
background: url(../images/footer_bg.jpg) no-repeat;
padding-top: 12px;
height: 96px;
text-align: center;
}

#navCatTabsWrapper {
	text-align: left;
	margin: 0em;
	background-color: transparent;	
	/*padding: 0;*/
	font-weight: bold;
	color: white;
	background-image:none;
	position: absolute;
	top: 124px;
	height: 61px;
	width:940px;
	line-height: 61px;
	vertical-align: middle;
}


#navCatSeasonal {
	text-align: left;
	margin: 0em;
	background-color: transparent;	
	font-weight: bold;
	color: white;
	background-image:none;
	height: 61px;
	width: 285px;
	line-height:61px;
	vertical-align: middle;
	float: left;
}

#navCatTabs {
	text-align: left;
	margin: 0em;
	background-color: transparent;	
	font-weight: bold;
	color: white;
	background-image:none;
	height: 61px;
	width:590px;
	line-height:61px;
	vertical-align: middle;
	float: left;
	position: relative;
	top: 6px;
}

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


#navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navSupp ul li a{
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #4e9cde;
	white-space: nowrap;
	}

#navSupp{
	color: #4e9cde;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

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

.buttonRow{
	margin-top: 0px;
	border-top: 0px;
	padding-top: 0px;
}

#navMain{ 
	/*float: left;*/
	/*width: 32px;*/
}

#navMainSearch {
	float: none;
	position: static;
	top: 10px;
	width: 138px;
	margin: auto;
	text-align:center;
	vertical-align: middle;
	}

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

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnTwo {
	background-color: transparent;
	margin:auto;
	text-align: center;
	}

#navColumnOne {
	background: url(../images/left_menu_bg.png) top right no-repeat transparent;
	margin:auto;
	text-align: center;
	}

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

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

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

#bannerThree, .centerColumn {
	padding: 0em 0.8em 0.8em 0.8em;
	}

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

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

.tableHeading TH {
	border-bottom: 0px solid #9a9a9a;
	color: #FFFFFF;
	}

.tableHeading{
	background: url(../images/bg_sc_qty.gif) no-repeat;
	 }

#cartSubTotal {
	background: url(../images/bg_sc_bottom.gif) no-repeat;
	 }

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

.tableRow{
	height: 2.2em;
	}

#cartSubTotal {
	height: 20px;
	}

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

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	padding-top: 9px;
	color: #6b9c0a;
	font-weight: bold;
	}
	
#cartProdTitle{
	color: #001267;
	padding-top: 9px;
	font-weight: bold;
}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}
	
.productPriceDiscount{
	/*visibility:hidden;
	width:0px;
	height:0px;*/
}

.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;
	}
.cartImage{
	color: #001267;
	/*padding-top: 9px;*/
	font-weight: bold;
}

#scProductsHeading{
	text-align:left;
}

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

.attributesComments {}

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

.centerBoxWrapper {
	position: relative;
	left: 5px;
	/*border: 1px solid black;*/
	/*height: 1%;*/
	/*margin: 1.1em 0;
	margin-left: 0px;*/
	}

#specialsDefault{
	float: left;
	width: 545px;
	margin-top: 0px;
	padding-top: 0px;
	/*border: 1px solid black;*/
}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading{
	/*margin: auto;*/
	/*margin-right: 24px;*/
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='includes/templates/classic/images/left_box_header.png');	/*padding-top: 9px;*/
	padding-left: 19px;
	/*height:37px;*/
	line-height: 25px;
	vertical-align: middle;
	width: 173px;
	}

.leftBoxHeading[class]{
	background: url(../images/left_box_header.png) no-repeat;
	}

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

.leftBoxContainer, .rightBoxContainer {
	background-color: transparent;
	background-image: none;	
	/*border: 1px solid black;*/
	/*border-bottom: 5px solid #336633;*/
	/*margin-top: 09px;*/
	}

#categories, #manufacturers{
	margin: 0px;
	border: 0px;
	padding: 0px;
	/*float: left;*/
	width: 183px;
	/*margin-left: 10px;*/
	/*position: relative;*/
	/*left: 10px;*/
	/*top: 9px;*/
}

.sideBoxContent {
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 8px;
	position: relative;
	/*top: 40px;*/
	}

.sideBoxHeading {
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 0px;
	position: relative;
	}

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

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #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,  .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
	
.cartQuantity{
	padding-top: 9px;
}

.cartTotalsDisplay{
	text-align: left;
	}
	

.additionalImages
 {
	text-align: left;
	}

.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 {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
LI.category-products{
	background: url(../images/products_bg.png);
	/*width: 173px;*/
	line-height: 16px;
	}

A.category-subs, A.category-products, LI.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;
	}

.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: #cacaca;
	height: 30px;
	}

.tableHeading{
	height: 30px;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 30px;
	white-space:nowrap;
	color: #FFFFFF;
	}
.productListing-heading{
	padding-right: 5px;
}

.tabTable, #productsListingTopNumber, #productsListingListingTopLinks, #productsListingBottomNumber, #productsListingListingBottomLinks{
	margin-top:10px;
}

#productsListingBottomNumber, #productsListingListingBottomLinks{
	margin-bottom:10px;
}

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

#indexCategories{
	/*background: url(../images/prod_lis_bg.png);*/
}

.categoryListBoxContents{
	background: url(../images/cat_cell_bg.png) no-repeat center top;
	width: 172px;
	height: 153px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}
.categoryListBoxContents img{
	padding-bottom: 12px;
}

.categoryListBoxContents a{
	color: white;
}

.centerBoxContentsSpecials{
	background: url(../images/special_bg.png) no-repeat center top;
	width: 172px;
	height: 215px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	/*display: inline;*/
	text-align: center;
	vertical-align: top;
	/*margin: 1em 0em;*/
	/*border: 1px solid black;*/
}
.centerBoxContentsSpecials img{
	padding-bottom: 12px;
	/*border: 1px solid black;*/
}

.centerBoxContentsSpecials a{
	color: black;
	font-weight: normal;	
	/*border: 1px solid black;*/
}

.specialProdName{
	overflow: hidden;
	white-space: nowrap;
	padding-top: 7px;
	padding-bottom: 4px;
	float: left;
	width: 124px;
	text-align: left;
	margin-left: 19px;
	/*border: 1px solid black;*/
}

.specialDiscount{
	padding-bottom: 14px;
	/*color: white;*/
	float: left;
	width: 124px;
	text-align: left;
	margin-left: 19px;
	/*border: 1px solid black;*/
}

.specialDetails a, .specialDetails a:visited, .specialDetails a:active{
	color: white !important;
	font-weight: bold;
	float: left;
	width: 124px;
	margin-left: 38px;
	text-align: left;
	/*border: 1px solid black;*/
}

.specialDetails a:hover{
	color: #edc901;
	font-weight: bold;
	float: left;
	width: 124px;
	margin-left: 38px;
	text-align: left;
	/*border: 1px solid black;*/
}

.specialManufacturer{
	float: left;
	width: 124px; /*172px*/
	text-align: left;
	margin-left: 19px;
	/*border: 1px solid black;*/
}

.sideVideoPlayer, #bannerbox2Content{
	float: right;
	position: relative;
	top: 0px;
	border: 0px;
	width: 270px;
	height: 210px;
	margin: 0px;
	padding: 0px;
}

.content{
	/*border: 1px solid black;*/
	width: 560px;
	/*width: 835px;*/
}

.centerColumn {
	margin: 0px;
	border: 0px;
	padding: 0px;
	padding-left: 40px;
	padding-right: 60px;
	padding-top: 33px;
	height: 1%;
	width: 575px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='includes/templates/classic/images/center_bg.png');*/
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='includes/templates/classic/images/center_bg.png');*/
	/*z-index: -1;*/
	}

.centerColumn{
/*.centerColumn[class] {*/
	background: url(../images/center_bg.png) no-repeat;
	min-height: 639px;
}

#indexDefault{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='none'); 
	background: none transparent;
	height: 1%;
	width: 837px;
	padding-top: 00px;
	padding-left: 50px;
	padding-right: 50px;
}

.navTop_bg{
	cursor: pointer;
	cursor: hand;
}

.navBot_bg{
	cursor: pointer;
	cursor: hand;
}

#navTop_bg{
	padding-top:5px; 
	height:28px; 
	height:28px; 
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='includes/templates/classic/images/prod_top_bg.png');
	cursor: pointer;
	cursor: hand;
}

#navBot_bg{
	line-height:29px;
	height:29px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='includes/templates/classic/images/prod_bot_bg.png');
	cursor: pointer;
	cursor: hand;
}

#navTop_bg[class]{
	background: url(../images/prod_top_bg.png) no-repeat;
}

#navBot_bg[class]{
	background: url(../images/prod_bot_bg.png); 
}

.navTop_bg[class]{
	background: url(../images/prod_top_bg.png) no-repeat;
}

.navBot_bg[class]{
	background: url(../images/prod_bot_bg.png); 
}

.categoryListBoxContents, #categoryListBoxContents, #categoryDescription, .catDescContent{
	z-index: 99;
/*	cursor: pointer;
	cursor: hand;
	display: inline;*/
}

.categoryListBoxContents img, #categoryDescription img, .catDescContent img{
/*	z-index: 2;
	display: inline;*/
}

.categoryListBoxContents a, #categoryDescription a, .catDescContent a{
/*	z-index: 99;
	display: inline;*/
}

#infoShoppingCart, #popupImage{
	background: none;
}

.navShoppingCart{
	float: right;
	position: absolute;
	top: 10px;
	right:20px;
}

.ToFHeader{
	color: white;
	font-weight: bold;
	height: 18px;
	vertical-align: middle;
}

.ToFHeader a, .ToFHeader a:visited, .ToFHeader a:active {
	color: white;
/*	font-weight: bold;*/
}

.ToFHeader a:hover{
	color: #edc901;
/*	font-weight: bold;*/
}

#productReviewLink, #productTellFriendLink, #cartAdd{
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
}

.navProductInfo{
	float: right;
}

#productMainImage{
	/*float: left;*/
	margin: auto;
	/*width: 380px;*/
	/*border: 5px solid black;*/
	margin-top: 29px;
}

#productGeneral{
	float: left;
	border-top: 10px;
}

.grass{
	background: url(http://powergolf.com.au/includes/templates/classic/images/grass_top.png) right no-repeat transparent;
	width: 100%;
}

#grass{
	background: url(http://powergolf.com.au/includes/templates/classic/images/grass_top.png) right no-repeat transparent;
	width: 100%;
}

#manufacturersContent{
	/**margin-top: 10px;
	border-top: 10px;*/
	padding-top: 17px;
}

/*.productListing-odd, .productListing-even,*/ .productListing-data{
	padding-top:20px;	
	padding-bottom:10px;	
}
/*.productListing-odd, .productListing-even,*/ .productListing-data h2{
	margin-top:0px;	
}

.itemTitle, .itemTitle a, .itemTitle a:visited, .itemTitle a:hover, .itemTitle a:link, .itemTitlea:active{
	color: #001268;
	vertical-align:top;
}

/*.productListing a, .productListing a:visited, .productListing a:active{
	color: #001268;
}*/

#productListing a:visited, #indexProductList a:link{
	color: #001268;
}

/*#specialsDefault a:visited,*/.specialDetails a:visited, .categoryListBoxContents a:visited, th.productListing-heading a:visited, th.productListing-heading a:link{
	color: white !important;
}

th.productListing-heading a:hover, #productListing a:hover{
	color: #EDC901 !important;
}

.productGeneral h2{
	color: #7fbb35 !important;
}

.itemPrice{
	color: #7fbb35;
	font-weight: bold;
	font-size: 12px;
}

.centerColumn a:visited{
	color: #0000FF;
}

#specialsDefault a:hover, .categoryListBoxContents a:hover, .centerColumn a:hover{
	color: #EDC901 !important;
}

.specialProdName a:visited{
	color: black !important;
}

.specialProdNamea:hover{
	color: #EDC901 !important;
}
