/*
  $Id: stylesheet.css,v 1.1.1.1 2004/03/04 23:42:24 ccwjr Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/




html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
	
:focus {
	outline: 0;
}
	
ol, ul {
	list-style: none;
}
	
html {

		height: 100%;
		min-height: 100%;

}

body {
	font-size: 62.5%;
	font-size: 68%;
	line-height: 1.5em;
	width:100%;
	font-family: 'Tahoma';
	
	min-height: 100%;
	color: #444;

}

#golfballBusters {
	background: url(images/layout/bg.png) repeat-x fixed;
}	

p {
	margin-bottom: 1em;
}

em {
	font-style:italic;
}

strong {
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom:1em;
	clear: both;
}

h3 {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom:0.8em;
	margin-top:0.8em;
	clear: both;
}

form p {

	width: 200px;
	border: 0px solid red;
	margin-bottom: 0.4em;
	clear: both;

}

form label {
	display: block;
	font-weight:500;
}

form .inputField {
	display: block;
}

form .inputField, form select, form textarea {
	width: 100%;

}

.niceP p {
	width: 80%;
	margin-left: auto; margin-right: auto;

}

.defaultWidth {
	width: auto;
	
}

.inputRequirement {
	display: none;
}

div.messageStackError {
	width: 100%;
}

.articleCont {
margin: auto 22px auto 22px;
}



.messageStackError span {
	background-color:#F4C9C8;
	border: 1px solid #FC0000;
	padding: 5px;
	display: block;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	
}

div.messageStackSuccess {
	width: 100%;
}

.messageStackSuccess span {
	background-color:#CEE6C3;
	border: 1px solid #62A45C;
	padding: 5px;
	display: block;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	
}

/* TABLES */

table {
	width: 100%;
}	


th {
	font-weight:bold;
	text-align: left;
}

.alignLeft {
	text-align: left;
	border: 0px solid blue;
}

.alignCenter {
	text-align:center;
	border: 0px solid blue;
}

.alignRight {
	text-align: right;
	border: 0px solid red;
}

.alignTop {
	display:table-cell;
	vertical-align:top;
}


.continueLink {
	display: block;
	width: 136px;
	height: 59px;
	background: url(images/layout/continue.png) no-repeat;
	text-indent:-9999px;

}


.createAccountLink { /* replace text with image */
	display: block;
	width: 143px;
	height: 68px;
	background: url(images/layout/create-account-button.png) no-repeat;
	text-indent:-9999px;
}

.checkoutLink {
	display: block;
	width: 149px;
	height: 62px;
	background: url(images/layout/check-out-button.png) no-repeat;
	text-indent:-9999px;
	clear: right;
	
}

.printOrderLink {
	display: block;
	width: 125px;
	height: 66px;
	background: url(images/layout/print.png) no-repeat;
	text-indent:-9999px;
	clear: right;
	
}

.checkoutLink {
	display: block;
	width: 149px;
	height: 62px;
	background: url(images/layout/check-out-button.png) no-repeat;
	text-indent:-9999px;
	clear: right;
	
}

.deleteLink {
	display: block;
	width: 122px;
	height: 52px;
	background: url(images/layout/del.png) no-repeat;
	text-indent:-9999px;
	clear: right;
	
}

.addAddressLink {
	display: block;
	width: 132px;
	height: 62px;
	background: url(images/layout/add-address.png) no-repeat;
	text-indent:-9999px;
	

}

.continueShoppingLink {
	display: block;
	width: 148px;
	height: 70px;
	background: url(images/layout/continue-shopping.png) no-repeat;
	text-indent:-9999px;
	margin-top:0px;
	margin-left:50px;
}

.backLink {
	display: block;
	width: 93px;
	height: 41px;
	background: url(images/layout/back.png) no-repeat;
	text-indent:-9999px;
	margin-top:0px;
}

.changeAddressLink {
	display: block;
	width: 140px;
	height: 65px;
	background: url(images/layout/change-address.png) no-repeat;
	text-indent:-9999px;
	margin-top:0px;
}

.removeIcon {
	display: block;
	text-indent:-9999px;
	width: 16px;
	height: 16px;
	background: url(images/layout/cancel.png) no-repeat;
}

.moduleRow {
	height: 3.1em;
}

.showHover {
	border: 0px solid red;
}

.11showHover:hover {
	background-color: #f2f5e4;
}

.updateCart {
	margin-left:230px;
}

.noFields {
  width: auto;
}





#inputCustomer_shopping_points_spending {
	float: none !important;
	display: inline;

}





.left{
	float:left;
	clear:none;
}

.center {
	margin: 0 auto;
}

.right {
	float:right;
	clear: none;
}

.clear {
	clear:both;
}

/* ########################################################## */


#mainContainer {
	width: 980px;
	border:0px solid red;
	margin:0 auto;
	background: #fff;
	border: 0px solid red;
	min-height: 100%;
	min-height: 900px;

}

#header {
	display:block;
	height:200px;
	width:100%;
	
	z-index:0;

}



#header h1 {
	display: block;
	height: 127px;
	width:100%;
	background: url(images/layout/header2.png) 0 1px;
	font-size:0px;
	margin-top:-2px;
	text-indent: -9999px;
	}
	
	.flashHeading { text-indent: 0 !important }


.flash-replaced .alt {
				display: block;
				height: 0;
				position: absolute;
				overflow: hidden;
				width: 0;
			}



#header h1 a {
	display: block;
	width:100%;
	height:100%;
}

#header ul {
	background: url(images/layout/home2.png) no-repeat;
	width:980px;
	height:72px;

	position:relative;

}

#header ul.showBrands {
	background: url(images/layout/home.png) no-repeat;

}


#header ul li {
	display: block;
	position:absolute;
	border:0px solid red;
	top: 20px;
	height: 20px;
} 
#header ul li a {
	display: block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}


	#menuChooseYourBrand {
		left: 40px;
		width: 80px;
	}
	
	#menuBallGrading {
		left: 163px;
		width:114px;
	
	}
	
	#menuAbout {
		left: 307px;
		width:217px;
	
	}
	
	#menuFeedback {
		left: 563px;
		width:82px;
	
	}
	
	#menuContactUs {
		left: 684px;
		width:101px;
	
	}
	
	
	#menuLinks {
		left: 824px;
		width:48px;
	
	}
	
	
	#menuHome {
		left: 900px;
		width:50px;
	
	}



#categoriesMenu {

	float:left;
	width: 165px;
	border:0px solid red;
	display: inline; /* ie 6 sucks */
	z-index:10000;
	margin-top: 8px;
	

}

#categoriesMenu ul {
	
}


.categoryName {

	background: url(images/layout/product-menu.png) no-repeat;
	display:block;
	width: 161px;
	border: 0px solid red;
	overflow:hidden;
	height:30px;
	text-transform:uppercase;
	font-size: 1.3em;
	color:#FFF;
	margin-top: 1px;

}

.categoryName span {
	padding: 5px 0px 0px 25px;
	display:block;
	width:100%;
	height:100%;
}

.categorySpecials, .specialsSubMenu {
	color:#FF9900;
	background-color:#FF9900;
}


.subMenu {
	width: 160px;
	background-image: url(images/layout/sub-menu-smoother.png);
	background-repeat:repeat-y;
	background-position: 151px 0px;
	font-size: 1em;
	overflow:hidden;
	

}






.subMenu a {
	color: #fff;
	text-decoration: none;
}

.subMenu a:hover {
	
	color: #fff;
	text-decoration: underline;

}

.subMenu ul li {
	margin-left: 25px;
	padding: 3px 0px 3px 0px;
	

}

.subMenu ul {
		


}


	.menu1 { background-color: #6095c1; }
	.menu2 { background-color: #e19b41; }
	.menu3 { background-color: #853341; }
	.menu4 { background-color: #cc6633; }
	.menu5 { background-color: #88bd8a; }
	.menu6 { background-color: #d67575; }
	.menu7 { background-color: #528c7c; }
	.menu8 { background-color: #5b7da0; }
	.menu9 { background-color: #528c7c; }
	.menu10 { background-color: #6095c1; }
	.menu11 { background-color: #e19b41; }
	.menu12 { background-color: #853341; }
	.menu13 { background-color: #cc6633; }
	.menu14 { background-color: #88bd8a; }
	.menu15 { background-color: #d67575; }



#pageContent {
		
	min-height: 100%;
}

#contentContainer {
	border: 0px solid red;
	width: 970px;
	margin-left: 5px;
	clear: both;
	min-height: 100%;
}


.rightContent { width: 803px; float: right; border: 0px solid pink; }



#footer {
	clear: right;

	padding-top:20px;
	padding-bottom: 40px;
	border: 0px solid red;
	text-align: right;
	float: right;
	margin-right:15px;
	width: 785px;
}

#footer p {
	display: inline;
	float:left;
	
}

#footer  {
	border: 0px solid blue;
}

#footer * {
	border: 0px solid red;
}

#footer ul {
  display: inline;
  border: 0px solid green;
  float: right;
  width: auto;
}

#footer li {
	display: inline;
	
}

#acuraLink {
	clear: both;
	float: right;
	padding-top:10px;
	width: 100%;
	border:0px solid red;
	
}

#acuraLink a {
	background: url(images/layout/_poweredbywhite.png) no-repeat;
	display:block;
	width: 181px;
	height:8px;
	text-indent: -9999px;
	text-align:left;
	float:right;
}
















/* ########################################################## */


#homePage {
	background: url(images/layout/promo5.png) no-repeat 481px 10px;
	display:block;
	height: 460px;
	min-height: 430px;
	border: 0px solid green;
	position:relative;
	z-index: 100;

}

/* ########################################################## */



#brandsPage {
	background: url(images/layout/promo2.png) no-repeat 355px 10px;
	display:block;
	height: 410px;
	min-height: 410px;
	border: 0px solid green;
	position:relative;
	z-index: 100;

}



#brandsPage strong {
	color: #959595;
	font-size: 2.5em;
	display:block;
	margin-top:12px;
	margin-bottom: 0.4em;
	border:0px solid red;
	
	

}

#brandsPage ul li {
	position:absolute;
	display: block;
	width:20px;
	height:20px;
	border: 0px solid red;
	left: 681px;
}


#brandsPage ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	cursor:help;
}

	#mintLink {
		top: 100px;
	
	}
	
	#nearMintLink {
		top: 233px;
	}

	#standardLink {
		top:332px;
	}


#extraBalls {
	border: 0px solid red;
	display: block;
	width: 415px;
	height: 119px;
	position:absolute;
	top: 0px;
	right:0px;
	background: url(images/layout/3balls.png) no-repeat;
}

#brandsPage #text {
	width: 330px;
	

}

.niceText {

	font-size: 1.1em;
	line-height: 1.6em;
	text-align:justify;
	color: #666;

}


/* ########################################################## */



#productDescription {
	border: 0px solid blue;
	width: 350px;
	float:left;
}


#cartStuff {
	border: 0px solid red;
	width: 388px;
	float:right;
}





#topCustomerButtons {
	border:0px solid red;
	float: right;

}



.blockButtons li {
	display: block;
	width:159px;
	height:28px;
	float:left;
	border: 0px solid red;
	background-repeat:no-repeat;
	margin-left: 5px;
	margin-bottom: 5px;

}

.blockButtons li a {
	display: block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}


#createAccountLink { background: url(images/layout/create-account.png) no-repeat; }

.myAccount { 	background: url(images/layout/my-account.png) no-repeat; }

.signIn { 	background: url(images/layout/sign-in.png) no-repeat; }




#shoppingCartBox {
	display: block;
	width: 345px;
	background: #f6f6f6;
	border: 1px solid #cdf3ca;
	min-height: 68px;
	clear:right;
	float: right;
	color: #f00;
	font-size:1.1em;
	text-transform:uppercase;

}


#cartInfo {
	width: 100%;
	display: block;
}

#welcomeText {
	margin: 5px 0 0 10px;
	float: left;
}

#yourCart {
	color: #000;
	background: url(images/layout/cart.png) no-repeat 5px -3px;
	display: block;
	height:34px;
	padding: 10px 0 0 35px;
	margin-top: 5px;
	width: 80px;
	float: right;
	border: 0px solid black;
	

}


#cartContents {
	width: 100%;
	display: block;
	clear: both;
	
	
}

#checkOutLink a {
	background: url(images/layout/check-out.png);
	display: block;
	width: 89px;
	height: 23px;
	border: 0px solid red;
	float: right;
	text-indent: -9999px;
	margin-bottom: 2px;
	clear:both;

}

#noItems {
	text-transform:none;
	color:#000;
	margin:10px;
}

#cartContents ul {
	margin: 10px 15px 0 10px;
}

#cartContents ul li {
	clear: both;
}

#cartContents ul li strong {
	float:left;
	display: inline;
	font-weight:normal;
}

#cartContents ul li span {
	color: #000;
	float: right;
	display: inline;
	margin-left: 10px;
}

#productImage {
	width: 100%;
	border: 0px solid red;
	text-align:center;
}


#productInfo h2 {
	font-size: 1.6em;
	font-weight: bold;
	position:relative;
	margin-left: -2em;
	display: block;
	border: 0px solid green;
	text-align:center;
	position:relative;


}

#productInfo h2.noManu {
	text-align:left;
	margin-left:1em;

}


#productInfo h2 strong {
	position:absolute;
	top: 50%;
	margin-top:-0.8em;

}






#ballGradeBubble {
	display: block;
	width: 108px;
	height: 153px;
	background:#009966;
	display: none;
	position:absolute;
	background: url(images/layout/bubble.png) no-repeat;

}

#ballGradeBubble div {
	position:absolute;
	display: block;
	border: 0px solid red;
	width: 75px;
	height: 120px;
	overflow: hidden;
	left: 10px;
	top: 15px;
	
}

#descriptionText {
	width: 80%;
	text-align:justify;
	margin:0 auto;

}


#tags {
	width: 100%;
	clear:both;
	float: right;
	

}

#tags li {
	display: block;
	width: 100%;
	height: 75px;
	border: 0px solid red;
	position: relative;
	margin-top: 5px;
}

#tags li .definitionLink {
	position:absolute;
	display:block;
	width: 31px;
	height: 31px;
	top: 20px;
	left: 15px;
	background: url(images/layout/q.png) no-repeat;
	text-indent:-9999px;


}

#tags li .definitionText {
	display: none;
}

#tags li .price {
	font-size: 1.7em;
	position:absolute;
	width: 120px;
	border: 0px solid red;
	left: 70px;
	top:30px;
	color: #fff;
	text-align:center;
}

#tags li .grade {
	display: block;
	width: 188px;
	height:64px;
	border:0px solid red;
	background-repeat:no-repeat;
	text-indent: -9999px;
	left:53px;
	position:absolute;
}

#tags li label {
	display: none;
}

#tags li .addToCart {
	display: block;
	position:absolute;
	width: 120px;
	height: 28px;
	right:0px;
	top: 15px;
	background: url(images/layout/add-to-cart.png) no-repeat -41px 0;
	text-indent:-9999px;
	cursor:pointer;
	border: none;
}

#tags li .addToCart:focus {
	outline: none;
}

#tags li .qtyInput {
	position:absolute;
	top: 15px;
	right: 125px;
	display: block;
	border: 1px solid #000;
	width: 35px;
	height: 21px;
	text-align:center;
	font-size: 1.3em;
	padding-top: 4px;


}

#tags li .out-of-stock {
    display: block;
    width: 145px;
    height: 28px;
    position: absolute;
    top: 15px;
    left: 240px;
    background: url(images/layout/out-of-stock.gif);
    text-indent: -9999px;
}

#tags li .noTaxPrice {
	position:absolute;
	left: 53px;
	top: 63px;
	width: 145px;
	display: block;
	text-align:center;
	border: 0px solid red;
	font-size:80%;

}


#tags li .loyaltyText {
	display: block;
	border: 0px solid red;
	width: 160px;
	position:absolute;
	top: 45px;
	right:0px;
	text-align:center;
}

#tags li .loyaltyPoints {
	display: block;
	color: #a21817;
}

#tags li .loyaltyPoints strong {
	font-size: 110%;
}

#labelGift .price {

	font-size: 2.2em !important;
	width: 120px;
	border: 1px solid red;
	left: 70px;
	top:22px !important;



}
	#labelNew .grade {	background-image: url(images/layout/label-new.png);	}
	#labelMint .grade {	background-image: url(images/layout/label-mint.png);	}
	#labelNearMint .grade {	background-image: url(images/layout/label-near-mint.png);	}
	
	#labelGift .grade {	background-image: url(images/layout/label-gift.png);	}


	
	#labelStandard .grade {	background-image: url(images/layout/label-standard.png);	}


	#labelStandard .price, 	#labelGift .price, #labelNearMint .price  {	color: #f00 !important;	}

	
	

#giftCertDetails {
	width: 332px;
	outline: 0px solid red;
	float: right;
	display: inline;
	margin-right:0px;
	height: 200px !important;
}

#giftCertDetails .instructions {
	width: 300px;
}

#giftCertDetails fieldset {
	width: 100%;
	outline: 0px solid green;
}

#giftCertDetails label {
	border: 0px solid red !important;
	display: block !important;
	float:left;
	width: 100px;
}
#giftCertDetails .inputText, #giftCertDetails textarea {
	float: right;
	width: 200px;
	display:inline;
	border:1px solid #333;
	font: inherit;
}

#giftCertDetails textarea {
	height: 100px;
}


#giftCertDetails p {
	outline: 0px solid blue;
	clear:both;
	display: block;
	width:332px;
	float: right;
}


#paymentDetailsBox {
	background: url(images/layout/payment.png) no-repeat;
	display: block;
	width: 160px;
	height:60px;
	text-indent: -9999px;
	border: 0px solid red;
	margin: 10px auto 0 auto;

}




#bottomButtons {
	/*clear: both;*/
	margin-top: 30px;
	float: right;
	border:0px solid red;
	width: auto;
	width: 805px;

}


#bottomButtons li {
	margin-left:2px;

}


#bottomButtons li:first-child {
	margin-left:0px;
}

	#giftButton {
		background: url(images/layout/gift.png) -1px -1px no-repeat;
	}

	#askAQuestionButton {
		background-image: url(images/layout/bottom-ask.png);
	}
	
	#tellAFriendButton {
		background-image: url(images/layout/bottom-friend.png);
	}
	
	#blogButton {
		background: url(images/layout/DIMPLE.png) -1px -1px;
	}
	
	#loyaltyButton {
		background-image: url(images/layout/bottom-loyalty.png);
	}

/* ########################################################## */


#customContactUs {
	display: inline;
	float:left;
	width:49%;
	border: 0px solid green;
}

#contactForm {
	float: right;
	display: inline;
	border: 0px solid red;
}


/* ########################################################## */

#signInBoxes {
	clear: both;
}


#signInBoxes .heightBox {
	height: 15em;
	float: none;
	
	padding: 2em;
}



.cols3 {
	width: 100%;
	border: 0px solid red;
	margin:0px auto;
	
}

.cols3 .col {
	width: 33.333%;
	display: block;
	float: left;
	border:0px solid blue;
	
	}

.col1 {
	
}

.col1 .heightBox {
	background: #ada35b;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
}

.col2  .heightBox{
	 background: #dfe9c4;

}

.col3  .heightBox{
		background: #f2f5e4;
		
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;

}


	#createAccountBox .internalColBox {
		height: 385px;
		border: 0px solid red;
	}
	
	#tempAccount .internalColBox {
		height:420px;
	}
	
	#checkoutConfirmation .internalColBox {
		height:450px;
	}

.internalColBox  {
	padding: 1.3em;
	border: 0px solid red;
}

.col1 .internalColBox {
	 background: #dfe9c4;
	 -moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.col2 .internalColBox {
	background: #f2f5e4;
}

.col3 .internalColBox {
	background: #ada35b;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}


.launchIcon {
	border:0px solid blue;
	margin:2em auto;
	display: block;
}

/* ########################################################## */


#previousOrders {
	width: 100%;
}

.qtyInput {
	width: 20px !important;
	display: inline !important;

}


/* ########################################################## */

#cartListing {
	border: 0px solid red;
	width: 90%;
	margin-right: 20px;
}

#cartListing .productInfo {
	display: block;
	float: left;
}

#cartListing .productCost {
	display: block;
	float: right;
	font-weight: bold;
}


#cartListing  li {
	clear: both;
}






.contactText {
	
	float: left;
	width: 49%;
	overflow: hidden;

}

#sliderBg {
	display:block;
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
	position:absolute;
	 opacity:.7;
 	filter:alpha(opacity=70);
	border: 0px solid blue;


}

.hide { display: none}


.formPanel .inputText, .formPanel textarea {
	width: 280px;
	background-color:#FFFFFF;
	border: 1px solid #666;
	font: inherit;


}

.formPanel .inputText:focus, .formPanel textarea:focus {
	background-color:#BCD27B;

}

#contactContent {

}

#contactContent form p {
	width: 100%;
	border: 0px solid red;
	width: 250px;
}



#sliderOverlay {
	position:absolute;
	display: none;
	width: 980px;
	height:400px;
	top:50%;
	left:-980px;
	top: 180px;
	margin-left:-490px;
	background: url(images/layout/alexpix.jpg) no-repeat 0 -400px;
	z-index:9999;
	border-top: 5px solid #527A30;
	border-bottom: 5px solid #527A30;
	overflow: hidden;


}


.formPanel {
	position:relative;
	width: 90%;
	height: 90%;
	padding: 20px;

}









.instructions {
	color: #000;
	font-size: 1.1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px 5px 5px 25px;
	width: 220px;
	display:block;
}


	.information  {
		border:1px solid #6289B8;
		background: url(images/layout/information.png) no-repeat 3px 50% #F8FAFC;
		
		color: #00529B;
	}
	
	.error {
		border:1px solid #CB2026;
		background: url(images/layout/delete.png) no-repeat 3px 50% #F6CBCA;
		
		color: #CB2026;
	}


.closeWindowLink {
	position:absolute;
	right:0px;
	top: 0px;

}


/* ########################################################## */



.feedbackBlock {
 display: block;
 border: 0px solid green;

}

.feedbackBlock span {
	background-color: #D2FFA5; 
	display:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	padding: 0.8em;
}

.feedbackBlock strong {
	display: block;
	
	border: 0px solid pink;
	background: url(images/layout/face.png) no-repeat;
	padding: 10px 0px 1px 25px;
}



/* ########################################################## */

#article .titleFeedback {
	display: block;
	width:181px;
	height:40px;
	background: url(images/layout/titles/feedback.png) no-repeat;
	text-indent: -9999px;

}

#article .titleBallGrading {
	display: block;
	width:249px;
	height:40px;
	background: url(images/layout/titles/grading.png) no-repeat;
	text-indent: -9999px;

}

#article .titleLinks{
	display: block;
	width:245px;
	height:38px;
	background: url(images/layout/titles/links.png) no-repeat;
	text-indent: -9999px;

}

#article .titleAboutGolfBallBusters {
	display: block;
	width:388px;
	height:39px;
	background: url(images/layout/titles/about.png) no-repeat;
	text-indent: -9999px;

}


#tellAFriendBlock {
	width: 355px;
	height: 124px;
	background: url(images/layout/promo4.png) no-repeat;
	text-indent:-9999px;



}


#loyaltyBlock {
	width: 325px;
	height: 324px;
	background: url(images/layout/promo5-nosign.png) no-repeat;
	text-indent:-9999px;



}

.aboutCont {

	background-color: #D2FFA5; 
	display:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0.8em;
	width: 570px;
	margin-top:3px;
}

.feedbackCont {
	width: 560px;
}


/* ########################################################## */

.imageHeading {
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 38px;
	width: 490px;
}


	.titleDeliveryInformation {   background-image:url(images/layout/titles/delivery.png);}
	.titleShippingAddress {  background-image:url(images/layout/titles/shipping.png);}

	
	.titleTermsConditions { background-image:url(images/layout/titles/terms.png);}

	.titlePrivacyPolicy { background-image:url(images/layout/titles/privacy.png);}
	
	.titleLoyaltyProgramme { background-image:url(images/layout/titles/loyalty.png);}

	.titleMyAccountInfo { background-image:url(images/layout/titles/account_info.png);}

	.titleMyAccountInfo { background-image:url(images/layout/titles/account_info.png);}

	.titleAddressBook { background-image:url(images/layout/titles/personal_address.png);}

	.titleAddressBookDelete { background-image:url(images/layout/titles/delete.png);}

	.titleAddressBookEdit { background-image:url(images/layout/titles/update.png);}

	.titleAddressBookNew { background-image:url(images/layout/titles/personal_address.png);}

	.titlePassword { background-image:url(images/layout/titles/password.png);}

	.titleAccountHistory { background-image:url(images/layout/titles/order.png);}

	.titleMyPoints { background-image:url(images/layout/titles/points.png);}

	.titleYourShoppingCart { background-image:url(images/layout/titles/shopping_cart.png);}

	.titlePayment { background-image:url(images/layout/titles/payment.png);}
	
	.titleCheckoutConfirmation { background-image:url(images/layout/titles/order_conf.png);}

	.titleCheckoutSuccess { background-image:url(images/layout/titles/yeepee.png);}
	
	.titleSignedOut { background-image:url(images/layout/titles/signoutgbb.png); background-position: -30px 0;}

	.titleCreateAccount { background-image:url(images/layout/titles/create.png);}
	
	.titleCheckoutPersonal { background-image:url(images/layout/titles/check.png);}

	
	.titleThanks { background-image:url(images/layout/titles/thank-you.png);}
	/*
	.title { background-image:url(images/layout/titles/.png);}

	.title { background-image:url(images/layout/titles/.png);}
	
	.title { background-image:url(images/layout/titles/.png);}

	.title { background-image:url(images/layout/titles/.png);}

	*/



.blockBackground {

	
	background-color: #D2FFA5; 
	display:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 472px;
	height:320px;
	margin-top:10px;
	
}





.narrowBlock {
	margin:0 30px 0 30px;

}




#giftPageBlock {
	background: url(images/layout/gift.gif) no-repeat;
	width: 808px;
	height: 432px;
	position:relative;

}

#giftPageBlock p, #giftPageBlock strong, #giftPageBlock form { display: none }

#giftPageBlock li {
	position:absolute;
	display: block;
	width:40px;
	height:28px;
	overflow:hidden;
	outline: 0px solid red;
	top: 265px;
	cursor:pointer;
}

#giftPageBlock li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
}



#voucher50 { left: 383px; }

#voucher25 { left: 336px; width: 42px !important; }

#voucher100 { left: 428px; }




#paymentBlock .internalColBox { height: 300px; }

#copyright { 
	width: 565px;
	float:left;
}





#bottomGrading {
	margin: 10px 0 300px 0;
	background: url(images/layout/home-grading.png) no-repeat;
	width: 805px;
	height:97px;
	position:relative;
	
		

}

#bottomGrading p {
	position:absolute;
	top:25px;
	outline:0px solid red;
	width: 175px;
	margin-left: 5px;
}


#mintGradeP { left: 74px; }

#nearMintGradeP { left: 333px; }

#standardGradeP { left: 607px; }


.gradeTitle {
	display: block;
	text-indent:-9999px;
	background-repeat:no-repeat;
	width: 162px;
	height:24px;
}

.mintGradeTitle {
	background-image: url(images/layout/mint.png);
}

.nearmintGradeTitle {
	background-image: url(images/layout/near-mint.png);
}

.standardGradeTitle {
	background-image: url(images/layout/standard.png);
}

#specialsInternalBox {
	display: block;
	width: 449px;
	height: 102px;

	margin-left: -10px;
}

#specialsInternalBox a {
	display: block;
	
}
#homePage .niceText {
	padding: 20px;  
	width: 430px;
}

#homePage .niceText p {
	margin: 0 0 0.8em 0;

}







#askAQuestionForm {
	width: 300px;
}

#faqsBlock {
	width: 580px;
}

#faqContent {
	padding: 1em;
	overflow: auto;
	height: 300px;
	width: 450px;
}


.question {
	display: block;
	font-weight: bold;
}

.answer {
	display: block;
	margin-left: 3%;
	width: 95%;
}






.homeSignIn { 	

	width: 158px;
	height: 38px;
	display: block;
	text-indent: -999px;
	text-align: left;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 160px;
}

.bulkBallsLink { 	

	width: 155px;
	height: 38px;
	display: block;
	text-indent: -999px;
	text-align: left;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 0px;

}



.categoryBulk {
	background-color: #CC3300;


}


.categoryBulk a {
	color: #CC3300 !important;
	text-decoration: none !important;
}



/* home page */

    #contentContainer {
            position: relative;
        }
    
        #add-bookmark {
            display: block;
            position: absolute;
            top: -10px;
            right: 5px;
            cursor: pointer;
            color: #5a9649;
        
        }
        
        #add-bookmark:hover {
            text-decoration: underline;
        }
