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

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

}

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

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





			
button.pretty {
	cursor: pointer;
	background: #436327; /* old browsers */			
	background: -moz-linear-gradient(top, #436327 0%, #81BE4B 100%); /* firefox */				
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#436327), color-stop(100%,#81BE4B)); /* webkit */				
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#436327', endColorstr='#81BE4B',GradientType=0 ); /* ie */								
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #666;
    padding: 8px 12px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 1px 0 5px #333; 
    -moz-box-shadow: 0 1px 5px #333;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}


/* 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: 243px;
	height: 68px;
	background: url(images/layout/create-account-button.png) no-repeat;
	text-indent:-9999px;
}

.printOrderLink {
	display: block;
	width: 125px;
	height: 66px;
	background: url(images/layout/print.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,
.updateCart,
.checkoutLink {
	width: 240px;
	height: 45px;
	background: url(images/layout/cart-buttons.png) no-repeat transparent;
	text-indent:-9999px;
	border: 0;
	padding: 0;
	

}

.updateCart {
	background-position: -335px top;
	margin-left: 70px;

}

.checkoutLink {
	background-position: right top;
	clear: right;
	
}

.continueShoppingLink {
	display: block;
	background-position: left top;
	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;
}


.noFields {
  width: auto;
}



#shopping-cart-link {
	display: block;
	float: right;
	width: 265px;
	height: 43px;
	background: url(images/layout/shopping-cart-secure.png) no-repeat;
	text-indent: -9999px;
}

#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: 1002px;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	padding-bottom: 1em;
	background: #fff;

}

* html #mainContainer {
    height: 100%;
}

#login {
    background: url(images/layout/login-background.png) repeat-x #e6e6e4;
    overflow: hidden;
}

.javascript #login {
    display: none;
}


#login p,
#forgot-password {
    float: left;
	color: #111;
	padding: 8px;
	font-size: 1.2em;

}

#login p {
    margin-bottom: 0;
    margin-left: 10px;
}

#forgot-password {
	float: right;
	text-decoration: none;
	margin-right: 30px;
}

#login form {
    float: right;
    margin-right: 20px;
}

#login form fieldset {
    overflow: hidden;
}

#login form legend {
    display: none;
}

#login form .input {
    float: left;
    margin: 5px 0 5px 10px;
    
}

#login form .input input,
#login form .input label {
    padding: 6px;
} 

#login form .input label {
    float: left;
    margin-right: 10px;
    color: #000;
    font-weight: bold;
}

#login form .input input {
    background: transparent;
    border: 1px solid #000;
}

#login button {
	width: 90px;
	height: 28px;
	background: url(images/layout/login-button.png) no-repeat transparent;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	margin: 5px 0 0 10px;
	cursor: pointer;	
}

#user-options {
	position: relative;
	background: #333;
	padding: 1em;
	#margin-top: -2px;
}

#user-options .bottom-shadow {
	display: block;
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: -7px;
	#bottom: -5px;
	left: 0;
	background: url(images/layout/shadow-bottom.png) repeat-x;
	z-index: 50;
}

#choose-your-country {
	float: left;
	color: #f90;
}

#choose-your-country p {
	float: left;
	margin-bottom: 0.2em;
}

#choose-your-country ul {
	float: left;
}

#choose-your-country ul li {
	float: left;
	margin-left: 5px;
	#line-height: 38px;
	#margin-top: -12px;	
}

#choose-your-country ul li.active a {
    color: orange;
}

#choose-your-country ul li a {
	color: #fff;
	text-decoration: none;
	background: url(images/layout/locales.png) no-repeat;
	padding: 11px 0 11px 40px;
}

#choose-your-country ul li a:hover {
	color: #f90;
}

#choose-your-country #location-au a {
	background-position: -20px -1px;
}

#choose-your-country #location-uk a {
	background-position: -95px -1px;
}

#choose-your-country #location-usa a {
	background-position: -155px -1px;
}

#choose-your-country #location-ca a {
	background: url(images/layout/ca.png) no-repeat 3px 5px;
}

#choose-your-country #location-nz a {
	background: url(images/layout/nz.png) no-repeat 3px 5px;
}

#choose-your-country #location-es a {
	background: url(images/layout/sp.png) no-repeat 3px 5px;
}

#current-locale {
	float: right;
	color: #fff;
	margin-right: 1em;
}

#user {
	float: right;
	color: #f90;
}

#user p {
	background: url(images/layout/arrow-right.png) no-repeat left center;
	padding: 5px 0 5px 30px;
	margin: -5px 0 0 0;
	#line-height: 28px;
	#margin-top: -8px;
}

#user p a {
	color: #f90;
}

#login-link,
#logout-link {
	position: absolute;
	bottom: -20px;
	right: 50px;
	background: #333;
	padding: 5px;
	text-decoration: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 100;
	font-weight: bold;
	font-size: 115%;
}


#login-link {
	color: orange;
}

#logout-link {
	color: #f00;
}




#logo {
	height: 124px;
	position: relative;
	background: url(images/layout/header-background.png) repeat-x;
	#z-index: -1;
	#margin-top: -2px;
}

#logo h1 {
	width: 490px;
	height: 117px;
	background: url(images/layout/logo.png) no-repeat;
	float: left;
	margin-left: 5em;
}

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

#home {
	display: block;
	width: 139px;
	height: 24px;
	position: absolute;
	bottom: 0;
	right: 3px;
	background: url(images/layout/return-home.png) no-repeat;
	text-indent: -9999px;
}


#add-bookmark {
	display: block;
	width: 152px;
	height: 26px;
	position: absolute;
	bottom: 0;
	right: 145px;
	background: url(images/layout/menu.png) no-repeat -704px 0;
	cursor: pointer;
	text-indent: -9999px;
}

#tablet-optimised {
    width: 134px;
    height: 109px;
    position: absolute;
    top: 15px;
    left: 395px;
    opacity: 0.6;
    background: url(images/layout/ipad.png) no-repeat;
}

#menu {
	overflow: hidden;
}



#menu li {
	width: 153px;
	height: 50px;
	float: left;
	background: url(images/layout/menu.png) no-repeat;
	margin-left: 1px;
}

#menu li:first-child {
	margin-left: 3px;
}

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


#menu #menuChooseYourBrand {
	width: 240px;
	height: 36px;
	background-position: left -62px;
}

#menu.showBrands #menuChooseYourBrand {
	height: 50px;
	background-position: left bottom;
}


#menu #menuBallGrading {
	background-position: -243px bottom;
}

#menu #menuSpecials {
	background-position: -396px bottom;
}

#menu #menuSpecials.tag {
	height: 40px;
	background-position: -396px -18px;
}

#menu #menuHowToBuy {
	background-position: -550px bottom;
}

#menu #menuAbout {
	background-position: -704px bottom;
}

#menu #menuContactUs {
	width: 138px;
	background-position: -858px bottom;
}

#categoriesMenu {

	float: left;
	width: 230px;
	display: inline; /* ie 6 sucks */
	z-index:10000;
	margin-top: 8px;
	margin-bottom: 1em;
	position: relative;
	z-index: 100;
	

}



#categoriesMenu ul li {
	width: 222px;
	height: 38px;
	background: url(images/layout/ball-menu.png) no-repeat;
}

.javascript #categoriesMenu ul li {
	cursor: pointer;
}

#categoriesMenu ul li span {
	display: block;
	width: 90%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	line-height: 38px;
	font-size: 1.3em;
}

#categoriesMenu ul{
	
}

#categoriesMenu li.subMenu {
	width: 200px;
	height: auto;
	background: none;
	margin-bottom: 5px;

}

#categoriesMenu li.subMenu li {
	width: 100%;
	height: auto;
	text-align: right;
	margin-left: 10px;
	background-image: none;
}

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

 

#categoriesMenu li.subMenu li a {
	display: block;
	text-decoration: none;
	color: #111;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	1background: #efe;
	opacity: .9;

}

#categoriesMenu li.subMenu li a:hover {
	background: #ddd;
}




#categoriesMenu #menu-logoballs,
#categoriesMenu #menu-colourcrystals,
#categoriesMenu #menu-dimplesmadmixs,
#categoriesMenu #menu-giftideas,
#categoriesMenu #menu-ladiesmixs,
#categoriesMenu #menu-accessories,
#categoriesMenu #menu-giftvouchers {
	background-position: 0 -40px;
}

#categoriesMenu #menu-logoballs span,
#categoriesMenu #menu-colourcrystals span,
#categoriesMenu #menu-dimplesmadmixs span,
#categoriesMenu #menu-giftideas span,
#categoriesMenu #menu-ladiesmixs span,
#categoriesMenu #menu-accessories a,
#categoriesMenu #menu-accessories a span,
#categoriesMenu #menu-giftvouchers span {
	color: #111;
	text-decoration: none;

}

#categoriesMenu #menu-colouredballs {
	background-position: 0 -80px;
}



#categoriesMenu #menu-crystalballs {
	background-position: 0 -118px;
}

#categoriesMenu #bulkMenu {
	background-position: 0 -160px;
}




#pageContent {
	overflow: hidden;
	zoom: 1;	
	min-height: 100%;
}

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


.rightContent { width: 745px; float: right; }



#footer {
	position: relative;
	clear: both;
	border: 1px solid #cbcbcb;
	margin: 0 auto;

}

#footer-specials {
	width: 100%;
	height: 52px;
	position: absolute;
	top: -51px;
	left: 0;
	background: url(images/layout/footer-arrow.png) no-repeat 0 0;
	text-indent: -9999px;
}

#footer-specials a {
    display: block;
    width: 180px;
    height: 50px;
    margin: 0 auto;
}

#footer .inner {
	height: 100%;
	background: #e8e8e8;
	overflow: hidden;
	border: 1px solid #fff;
	padding: 1em;

}

#footer #busters {
	width: 50%;
	float: left;
	color: #336;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-top: 1em;
	
}



#copyright,
#footer-links {
	width: 30%;
	float: right;
	text-align: right;

}

#footer-links {
	margin-bottom: 1em;
}

#footer-links li {
	display: inline;
}

#footer-links li a {
	color: #369;
	text-decoration: none;
}

#social-networks {
	display: block;
	width: 145px;
	position: absolute;
	bottom: 25px;
	right: 0;
	overflow: hidden;
}

#social-networks li {
	height: 45px;
	background: url(images/layout/social-networks.png) no-repeat;
	float: left;
}

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

#twitter,
#facebook {
	width: 35px;
}

#youtube {
	width: 64px;
}

#social-networks #facebook {
	background-position: -45px 0;
}

#social-networks #youtube {
	background-position: right 0;
}

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

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


#shadow-left,
#shadow-right {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(images/layout/background-shadow.png) repeat-y;
}

#shadow-left {
    left: -30px;
    background-position: left top;
}

#shadow-right {
    right: -30px;
    background-position: right top;
}











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

#header-specials {
    display: none;
    width: 450px;
	float: left;
    font-size: 1.2em;
    margin-top: -55px;
    margin-left: 5px;

}

#header-specials h4 {
    color: #000;
}

#header-specials ul li {
    padding-right: 0.5em;
    margin-right: 0.5em;
    border-right: 2px solid #111;
    font-weight: bold;
}

#header-specials ul li a {
    color: #dd2910;
    text-decoration: none;
}

#header-specials ul li a:hover {
    color: #e23424;
}


#home-content {
	width: 505px;
	height: 585px;
	position: relative;
	float: left;
	background: url(images/layout/home-panel.png) repeat-y;
	margin: 5.8em 0 20px 0;
}

#panel-top,
#panel-bottom {
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	background: url(images/layout/home-panel-top-bottom.png) no-repeat;
}

#panel-top {
	top: -20px;
	background-position: 0 0;
}

#panel-bottom {
	bottom: -20px;
	background-position: 0 bottom;

}

#home-content .inner {
	max-height: 370px;
	padding: 1.4em;
	font-size: 1.3em;
	line-height: 1.4em;
	overflow: hidden;
}




#home-secondary-content {
	width: 250px;
	float: right;
	margin-left: -15px;
}

#home-buttons {
	clear: right;
	z-index: 0;
}

#home-buttons li {
	width: 100%;
	height: 43px;
	background: url(images/layout/home-buttons.png?v=1) no-repeat;
	margin-bottom: 3px;
}


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

#home-buttons #friend {
	background-position: right top;
	text-indent: -9999px;
}


#home-buttons #gift {
	background-position: right -45px;
}

#home-buttons #bulk-orders {
	background-position: right -132px;
}

#home-buttons #accessories {
	background-position: right -176px;
}

#home-buttons #freight {
	background-position: right -220px;
}

#home-buttons #shot {
	background-position: right -264px;
}


#home-buttons #trade {
	background-position: right -308px;
}



#home-buttons #loyalty {
	background-position: right -88px;
}


#home-buttons #gbb-tv {
	height: 205px;
	background-position: right -351px;
}

#home-buttons #gbb-tv a {
	height: 45px;
}

#gbb-video {
	width: 200px;
	margin-left: 9px;
	margin-top: -6px;
}

#gbb-tv ul {
	margin-left: 10px;
	padding: 10px;
}

#gbb-tv li {
	width: auto;
	height: auto;
	background: none;
}

#gbb-tv li a {
	display: inline;
	width: auto;
	height: auto;
	text-indent: 0;
}

#home-buttons #super-special {
	background: none;
	margin: 5px 0 0 3px;
	height: 45px;
}

#super-special a {
    display: block;
    width: 245px;
    height: 43px;
	background: url(images/layout/home.png) no-repeat bottom right;
    text-indent: -9999px;
}


#ball-gradings {
	width: 97%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 1em;
	
}

#ball-gradings li {
	width: 30%;
	float: left;
	margin-left: 20px;
}

#ball-gradings li span {
	width: 75px;
	height: 90px;
	float: left;
	margin-right: 1em;
	background: url(images/layout/ball-grades.jpg) no-repeat;
}

#ball-gradings li h3 {
	width: 45%;
	float: left;
	text-transform: uppercase;
	color: #1b6b12;
	margin: 0 0 0.8em 0;
	clear: none;
}

#ball-gradings li p {
	width: 55%;
	height: 4em;
	float: right;
}

#ball-gradings li a {
	float: right;
	color: #69c;
	text-decoration: none;
	background: url(images/layout/film.png) no-repeat right top;
	padding: 18px 65px 22px 0;
}

#ball-gradings #grade-mint {
	margin-left: 0;
}

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



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

#secure-online-payments {
	width: 160px;
	height: 60px;
	margin: 1em auto;
	background: url(images/layout/secure-online-payments.png) no-repeat;
}




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


#productInfo h2 {
	font-size: 1.8em;
	font-weight: bold;
	position:relative;
	margin-left: -2em;
	display: block;
	text-align:center;
	position:relative;


}

#productInfo h2.noManu {
	text-align:left;
	margin-left:1em;
	margin-top: 2em;
	line-height: normal;

}


#productInfo h2 strong {
	display: block;

}


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

}


#cartStuff {
	width: 50%;
	float: right;
}




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

}

#tags-top,
#tags-bottom,
#tags li {
	background: url(images/layout/purchase-grades.png) no-repeat;

}

#tags-top {
	height: 12px;
	clear: right;
}

#cartStuff #shopping-cart-link {
	margin-right: 40px;
	padding-bottom: 10px;
}

#tags-bottom {
	height: 12px;
	background-position: left bottom;
}

#tags li {
	display: block;
	width: 100%;
	height: 140px;
	border: 0px solid red;
	position: relative;
}

#tags #labelNew {
	background-position: 0 -10px;
}

#tags #labelMint {
	background-position: 0 -167px;
}

#tags #mintQtyInput {
	margin-top: -3px !important;
}

#tags #labelNearMint {
	background-position: 0 -332px;
}


#tags #labelStandard {
	background-position: 0 -499px;
}





#tags li .price {
	font-size: 1.5em;
	position: absolute;
	width: 110px;
	height: 29px;
	line-height: 28px;
	left: 182px;
	top: 11px;
	color: #111;
	text-align:center;
}

#tags li .grade {
	display: none;
}

#tags li label {
	display: none;
}

#tags li .addToCart {
	display: block;
	position:absolute;
	width: 65px;
	height: 25px;
	top: 60px;
	left: 220px;
	text-indent:-9999px;
	cursor:pointer;
	border: none;
	background: none;
	padding: 0;
}

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

#tags li .qtyInput {
	position:absolute;
	top: 58px;
	left: 163px;
	display: block;
	width: 44px;
	height: 21px;
	background: transparent;
	text-align:center;
	font-size: 1.3em;
	padding-top: 4px;
	border: 0;


}

#tags li .out-of-stock {
    display: block;
    width: 116px;
    height: 53px;
    position: absolute;
    top: 45px;
    left: 220px;
    background: url(images/layout/out-of-stock.png);
    text-indent: -9999px;
}

#tags li .noTaxPrice,
#tags li .loyaltyText {
	width: 300px;
	position: absolute;
	left: 15px;
	text-align: right;
}

#tags li .noTaxPrice {
	top: 100px;
	font-size: 95%;
	color: #666;

}


#tags li .loyaltyText {
	top: 115px;
	color: #f03;
}

#tags li.giftCertDetails {
    background: none;
    height: auto;
}

#tags #labelGift {
    height: 110px;
    background: url(images/layout/gift-cert.png) no-repeat 1px 0;
}


#productInfo #secure-online-payments {
    margin: 1em auto;
}
	

#tags #giftCertDetails {
	height: 200px !important;
    background: url(images/layout/gift-cert.png) no-repeat 1px bottom;
}

#giftCertDetails .instructions {
	width: 267px;
}

#giftCertDetails fieldset {
    padding: 0 5px 0 16px;
}

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

#giftCertDetails textarea {
	height: 100px;
}


#giftCertDetails p {
	outline: 0px solid blue;
	clear:both;
	overflow: hidden;
	display: block;
	width:300px;
}


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

}

#cart-steps {
	width: 690px;
	height: 40px;
	float: left;
	margin-top: 0px;
    margin-left: -30px;
}

#cart-steps li {
	float: left;
	height: 40px;
	text-indent: -9999px;
	background: url(images/layout/carts.png) no-repeat;
}



#cart-steps #step-cart {
	width: 145px;
	background-position: -10px top;
}

/* if only Firefox supported `background-position-y` :P */
#cart-steps #step-cart.current {
    background-position: -10px bottom;
}

#cart-steps #step-details {
	width: 180px;
	background-position: -160px top;
}

#cart-steps #step-details.current {
    background-position: -160px bottom;
}

#cart-steps #step-payment {
	width: 140px;
	background-position: -345px top;
}

#cart-steps #step-payment.current {
    background-position: -345px bottom;
}

#cart-steps #step-receipt {
	width: 200px;
	background-position: -490px top;
}

#cart-steps #step-receipt.current {
	width: 220px;
    background-position: -490px bottom;
}

#secure-online-payments.checkout {
	width: 246px;
	height: 46px;
	background: url(images/layout/secure-online-payments-horizontal.png) no-repeat;
	float: right;
	margin: 0;
}

#cart-steps,
#secure-online-payments.checkout {
    margin-top: 10px;
    margin-bottom: 10px;
}

#green,
#green li {
	border-color: #e0e0a3;
	border-style: solid;
	border-width: 4px;
}

#green {
	width: 940px;
	clear: both;
	border-top: 4px;
	margin-left: -34px;
	
}

#green li {
	width: 100px;
	float: right;
	padding: 10px 0;
	color: #393;
	font-size: 1.9em;
	text-align: center;
	border-bottom: 0;
	border-right: 0;
}

#green #th-total {
	color: #ff8c8c;
	border-right: 4px solid #e0e0a3;
	margin-right: -4px;
}

.shopping-cart .qty-wrap {
	width: 55px;
	height: 30px;	
	background: url(images/layout/text-input.png) no-repeat;
	margin: 0 auto;

} 

.shopping-cart .qtyInput {
	width: 45px;
	height: 21px;
	border: 0;
	margin-left: 8px;
	background: transparent;
	text-align: center;
}

.shopping-cart h2 {
	margin-top: 10px;
	clear: none;
}

.shopping-cart table tr td {
	text-align: center;
}

.shopping-cart {
    font-size: 110%;
} 

.shopping-cart p.noFields {
    margin-bottom: 2em;
}

.shopping-cart span.alignRight strong {
	color: #499827;
}

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


#customContactUs {
	display: inline;
	float:left;
	width:49%;
}

#contactForm {
	float: right;
	display: inline;
}


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

#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;
	height: 15em;
	-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:400px;
	}

.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:.5em auto;
	display: block;
}

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


#previousOrders {
	width: 100%;
}



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

#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 form p {
	width: 100%;
	border: 0px solid red;
	width: 250px;
}



#sliderOverlay {
	position:absolute;
	display: none;
	width: 980px;
	height:400px;
	top:50%;
	left:-980px;
	top: 220px;
	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;



}

#dimpleBlock {
	width: 280px;
	height: 280px;
	background: url(images/layout/dimple-ball.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);}
	
	.titleSpecials { background-image:url(images/layout/titles/special.png);}

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

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

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



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

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


	.titleTrade { background-image:url(images/layout/titles/trade.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; }





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

}






/* custom modal window */

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #111;
    opacity: 0.95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity750)";   	
   	filter: alpha(opacity=70);
    z-index: 100;
}   

#modal {
    width: 400px;
    height: 250px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -200px;
    z-index: 110;
    background: #fff;
    text-align: center;
    padding: 1.3em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 1.3em;
    line-height: 1.4em;

}

#loading {
	width: 30px;
	height: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 120;
	background: url(images/layout/loading.gif) #222 no-repeat center center;
	opacity: 0.7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}





