/* @override 
	http://static.usedgolfballs.com/css/style.css
	http://10.10.10.27/UsedGolfballs/css/style.css
	http://www.usedgolfballs.com/css/style.css
*/

/* @group body styles */

body {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

body img {
	border-style: none;
}

body p {
	margin-top: 0;
}

body form {
	margin: 0;
	padding: 0;
}

body a {
	color: #05b;
}

body a:hover {
	color: #59e;
}

/* @end */

.clearer {
	clear: both;
}

.price {
	color: #e60;
	font-weight: bold;
}

.removeLink, .removeLink a {
	color: #c00;
	font-weight: bold;
}

.removeLink:hover, .removeLink a:hover {
	color: #f00;
}

#adsense {
	position: absolute;
	margin-left: 780px;
	margin-top: -3px;
	border: 1px double #bc9;
}

/* @group Grades */

.gradeMint {
	color: #0c0;
	font-weight: bold;
}

.gradeAAA {
	color: #690;
	font-weight: bold;
}

.gradeB {
	color: #990;
	font-weight: bold;
}

.gradeC {
	color: #960;
	font-weight: bold;
}

.gradeD {
	color: #c00;
	font-weight: bold;
}

.gradeRefinished {
	color: #f60;
	font-weight: bold;
}

/* @end */

/* @group button */

.standardButton {
	display: block;
	background: url(../images/buttons/buttonL.gif) no-repeat left top;
	color: #fff;
	text-decoration: none;
	font: bold 12px/16px "Trebuchet MS", Arial;
	text-shadow: #004176 0 2px 1px;
}

.standardButton span {
	margin-left: 10px;
	display: block;
	background: url(../images/buttons/buttonR.gif) no-repeat right top;
	text-align: center;
	padding-right: 10px;
	height: 18px;
}

.standardButton span:hover {
	cursor: pointer;
}

.standardButton.orange {
	background: url(../images/buttons/buttonOrangeL.gif) no-repeat left top;
	text-shadow: #652e00 0 2px 2px;
}

.standardButton.orange span {
	background: url(../images/buttons/buttonOrangeR.gif) no-repeat right top;
}

.standardButton:hover {
	color: #e4ffad;
	

/*font-style: italic;*/
	font-weight: bold;
}

.standardButton.orange:hover {
	color: #fcffbe;
}

.standardButton.large {
	background: url(../images/buttons/buttonLrgL.gif) no-repeat left top;
	height: 30px;
	line-height: 26px;
	font-size: 16px;
	font-weight: bold;
}

.standardButton.large span {
	background: url(../images/buttons/buttonLrgR.gif) no-repeat right top;
	height: 30px;
	margin-left: 12px;
}

.standardButton.orange.large {
	background: url(../images/buttons/buttonLrgOrangeL.gif) no-repeat left top;
}

.standardButton.orange.large span {
	background: url(../images/buttons/buttonLrgOrangeR.gif) no-repeat right top;
}

.standardButton:hover,
.standardButton.large:hover {
	background-position: left bottom;
}

.standardButton:hover span,
.standardButton.large:hover span {
	background-position: right bottom;
}

/* @end */

/* @group shell */

#bodyContainer {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 24px;
	padding-left: 11px;
	padding-right: 11px;
}

#outerWrapper {
	background: url(../images/structure/pageTile.gif) repeat-y center top;
	min-width: 800px;
/

*margin-left: -124px;*//
}

#innerWrapper {
	background: url(../images/structure/pageTop.jpg) no-repeat center top;
}

/* @end */

/* @group top */

#top {
	background: url(../images/structure/top.jpg) no-repeat;
	height: 88px;
	width: 768px;
}

#logo {
	float: left;
	overflow: hidden;
	height: 0;
	padding-top: 85px;
	display: block;
	width: 250px;
}

#topSlogan {
	float: left;
	width: 340px;
	display: block;
	height: 75px;
	overflow: hidden;
	text-align: center;
	padding-top: 6px;
	font-style: italic;
	color: #590;
	font-size: 13px;
	line-height: 1.4em;
	margin-left: 8px;
	font-weight: bold;
}

#miniCart {
	float: right;
	width: 154px;
	background: url(../images/headers/headerMiniCart.gif) no-repeat left 5px;
}

/*
* html #miniCart {
	background-color: #ff0;
	border: 1px solid #f60;
}
*/

#miniCart .itemCount {
	clear: both;
	float: left;
	margin-top: 14px;
	font-weight: bold;
	color: #630;
}

#miniCart .total {
	background: url(../images/structure/cartPrice.gif) no-repeat left top;
	height: 20px;
	line-height: 20px;
	padding-left: 8px;
	float: right;
	margin-top: 12px;
	padding-right: 6px;
	font-weight: bold;
	font-size: 12px;
	color: #c60;
	width: 65px;
}

#miniCart .viewCart {
	text-align: right;
	padding-right: 7px;
	padding-top: 6px;
}

#miniCart .viewCart a {
	color: #fff;
	font-size: 11px;
}

#miniCart .standardButton {
	margin-left: 18px;
	margin-right: 20px;
	float: left;
	clear: both;
	margin-top: 10px;
	width: 110px;
}

/* @end */

/* @group LC */

#leftColumn {
	width: 156px;
	float: left;
	font-size: 11px;
	line-height: 1.4em;
	padding-bottom: 8px;
	margin-bottom: -7px;
}

#leftColumn .standardButton {
	margin-right: 13px;
	margin-left: 13px;
	font-size: 11px;
}

#leftColumn h2 {
	background: url(../images/headers/lcHeader.gif) no-repeat;
	height: 28px;
	padding-left: 10px;
	color: #fff;
	margin-top: 7px;
	margin-bottom: 0;
	font: bold 12px/26px "Trebuchet MS";
}

#leftColumn h2.first {
	background-image: url(../images/headers/lcHeaderRounded.gif);
	line-height: 24px;
	margin-top: 0;
}

#leftColumn ul {
	margin: 0 0 5px;
	padding: 0;
	list-style-type: none;
}

#leftColumn li {
	padding-left: 0;
	margin: 0px;
	line-height: 20px;
}

* html #leftColumn li {
	line-height: 1em;
	margin: 0;
	padding: 0;
}

#leftColumn ul a {
	display: block;
	border-bottom: 1px solid #acd;
	text-decoration: none;
	padding-left: 10px;
	color: #036;
	font: bold 15px/20px "Trebuchet MS";
}

#leftColumn li a:hover {
	text-decoration: underline;
}

#leftColumn ul ul a {
	padding-left: 22px;
	font-size: 12px;
	background: url(../images/icons/lcBullet.jpg) no-repeat 8px center;
	font-weight: normal;
	font-style: normal;
}

* html #leftColumn ul a {
	height: 20px;
	overflow: hidden;
}

#leftColumn .contentIndent {
	padding-right: 5px;
	padding-left: 5px;
}

#leftColumn .contactForm textarea {
	height: 70px;
}

#leftColumn .gradesBox img {
	float: left;
	margin-top: 7px;
	margin-right: 13px;
}

/* @end */

/* @group product listing */

.productThumb {
	float: left;
	width: 193px;
	background: url(../images/structure/productThumbBottom.gif) no-repeat 0 bottom;
	font-size: 11px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
}

* html .productThumb {
	margin-left: 4px;
	margin-right: 2px;
	overflow: hidden;
	height: 120px;
}

.productWrapper {
	background: url(../images/structure/productThumbTop.gif) no-repeat;
	padding: 5px;
}

.productThumb .productPhoto {
	float: left;
}

.productThumb .productContent {
	float: right;
	width: 93px;
	margin-left: 5px;
}

.productThumb .productContent a.productTitle {
	font-size: 11px;
	color: #036;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #9fc7ef;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 4px;
	height: 27px;
}

.productThumb .standardButton {
	margin-top: 3px;
}

/* @end */

/* @group content */

#content {
	width: 606px;
	float: right;
	font-size: 12px;
}

#content h1 {
	background: url(../images/headers/headerPage.gif) no-repeat;
	margin-top: 0;
	margin-bottom: .5em;
	font: bold 19px/26px "Trebuchet MS";
	color: #693;
	margin-left: 0;
	padding-left: 10px;
	padding-top: 5px;
}

#content h2 {
	color: #369;
	font: bold 17px "Trebuchet MS", Arial;
	border-bottom: 1px solid #ccc;
	margin-bottom: .5em;
}

#content h3 {
	color: #555;
	font: bold 14px "Trebuchet MS", Arial;
	margin-bottom: .2em;
	margin-top: 0;
}

#content hr {
	border-top: 1px solid #888;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* @end */

/* @group brand thumb */

.brandThumb {
	width: 193px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	background: url(../images/structure/brandBox.gif) no-repeat;
	height: 101px;
}

* html .brandThumb {
	margin-left: 4px;
	margin-right: 2px;
}

.brandContent {
	width: 94px;
	float: right;
	text-align: center;
	margin-top: 23px;
	margin-right: 4px;
}

.brandContent .brandName {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 12px;
}

.brandContent .brandName span {
	display: block;
	font-size: 11px;
}

.brandThumb .productPhoto {
	float: left;
	padding-top: 16px;
	padding-left: 11px;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	background: #fff url(../images/structure/pageBottom.gif) no-repeat left top;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1.5em;
}

#footer ul {
	list-style-type: none;
	padding: 0;
	margin: .5em 0;
}

#footer ul li {
	display: inline;
	margin-right: 6px;
	border-right: 1px solid #ccc;
	padding-right: 9px;
}

#footer ul li.last {
	border-right-style: none;
}

/* @end */

/* @group uni-form */

.uniForm label {
	color: #036;
	font: bold 13px "Trebuchet MS";
}

.uniForm .textInput,
.uniForm textarea {
	border: 1px solid #069;
	background-color: #fff;
}

#leftColumn .uniForm .blockLabels .textInput,
#leftColumn .uniForm .blockLabels textarea {
	width: 95%;
}

.uniForm .inlineLabels select {
	width: 46%;
}

.uniForm .fullLabel {
	width: 100% !important;
}

.uniForm p.formHint {
	color: #555;
	font-size: 11px;
	font-style: italic;
	margin: 0;
}

/* @end */

/* @group Grade Box */

#gradeBox {
	background: url(../images/structure/gradeBoxTile.gif) repeat-y;
	width: 580px;
	margin: 1em auto 1px;
}

#gradeBox table {
	background: url(../images/structure/gradeBoxTop.gif) no-repeat left top;
}

#gradeBox th {
	height: 33px;
	text-align: left;
	padding-left: 10px;
	font: bold 13px/28px "Trebuchet MS";
	color: #360;
}

#gradeBox td {
	padding-left: 10px;
	border-bottom: 1px solid #eaf4cc;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 11px;
}

#gradeBox td.colGrade {
	font-size: 14px;
	width: 10%;
}

#gradeBox .bottom {
	background-image: url(../images/structure/gradeBoxBottom.gif);
	height: 10px;
	overflow: hidden;
}

#gradeBox .colAppearance {
	padding-right: 10px;
	width: 60%;
}

#gradeBox tr.last td {
	border-bottom-style: none;
}

/* @end */

/* @group product page */

#productPage .productImage {
	float: left;
}

#productPage .productInfo {
	float: right;
	width: 340px;
	margin-right: 10px;
}

#productPage .productInfo h3 {
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 5px;
}

#productPage .productInfo select {
	width: 140px;
	margin-bottom: 1em;
}

#productPage .qtyTable {
	width: 100%;
	margin-bottom: 1em;
	margin-top: .5em;
	clear: both;
}

#productPage .qtyTable td.price {
	text-align: right;
}

#productPage .qtyTable td {
	border-bottom: 1px solid #888;
	padding: 3px 4px;
}

#productPage .qtyTable tr.selected td {
	background-color: #ffc;
}

#productPage .qtyTable th {
	color: #666;
	background-color: #eee;
	padding: 3px 4px;
	border-bottom: 1px solid #ccc;
}

#productPage .qtyTable th.qtyTableHeaderSize {
	text-align: left;
}

#productPage .qtyTable th.qtyTableHeaderPrice {
	text-align: right;
}

#productPage .productInfo .qtyField {
	width: 40px;
	border: 1px solid #666;
	text-align: center;
}

#productPage .productInfo .standardButton {
	width: 110px;
	float: right;
}

#productPage .productInfo .gradeMint,
#productPage .productInfo .gradeAAA,
#productPage .productInfo .gradeB,
#productPage .productInfo .gradeC,
#productPage .productInfo .gradeD,
#productPage .productInfo .gradeRefinished {
	font-size: 1.3em;
}

#productPage .qtyTable td span {
	font-size: 11px;
	color: #777;
}

/* @end */

/* @group Cart Table */

.cartTable {
	width: 100%;
	border-bottom: 1px solid #999;
}

.cartTable th {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 4px;
	border-bottom: 1px solid #999;
}

.cartTable td {
	padding-bottom: 7px;
	padding-top: 7px;
}

.cartTable tr.odd td {
	background-color: #eee;
}

.cartTable .removeLink {
	width: 70px;
	text-align: center;
}

.cartTable td.product {
	width: 300px;
}

.cartTable td.product a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

.cartTable .qtyCol {
	width: 56px;
}

.cartTable .qtyField {
	width: 30px;
	text-align: center;
	border: 1px solid #666;
}

.cartTable .totalCol,
.cartTable td.price {
	text-align: right;
	padding-right: 10px;
}

.cartTable .emptyCart {
	text-align: center;
	font-size: 1.4em;
	font-style: italic;
}

.cartTotal {
	text-align: right;
	height: 20px;
	margin-top: 5px;
	float: right;
	clear: both;
	padding-right: 10px;
	line-height: 26px;
}

.cartTotal .cartTotalHeader {
	color: #444;
}

.cartTotal span {
	

/*float: left;*/
	text-align: right;
	margin-left: 10px;
}

.cartTotal .price {
	font-size: 1.5em;
	float: right;
	width: 104px;
}

.cartTotal .cartTotalHeader,
.cartTotal .cartShippingHeader,
.cartTotal .cartTotalHeader,
.cartTotal .cartTotal {
	float: left;
}

.cartTotal.subTotal .price, .cartTotal.shipping .price {
	font-size: 1em;
}

.standardButton.updateCart,
.standardButton.orderStatus {
	width: 120px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

.cartTotal .standardButton {
	clear: both;
	width: 120px;
	float: right;
	margin-top: 5px;
}

.cartTotal .standardButton span {
	display: block;
	float: none;
	text-align: center;
}

/* @end */

/* @group Error Message */

.errorMessage {
	padding: 5px;
	margin: 1em auto;
	border: 2px solid #9c0;
	background-color: #e1ffce;
	width: 70%;
	display: none;
}

.errorMessage h3 {
	margin-top: 0;
	margin-bottom: .5em;
	color: #060;
	border-bottom: 1px solid #060;
	border-color: #9c0;
}

.errorMessage ol li {
	margin-bottom: .3em;
}

/* @end */

.transparent {
	filter: alpha(opacity=50);
	-moz-opacity: .55;
	background-color: #EEE;
	position: absolute;
	z-index: 1000;
	text-align: center;
}

/* @group tooltip */

.tool-tip {
	color: #fff;
	z-index: 13000;
	background: #000;
	opacity: .9;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}



/* @end */

/* @group body.checkout */

body.checkout #top {
	border-bottom: 3px solid #93cb00;
	margin-bottom: 1em;
}

body.checkout #miniCart {
	background: url(../images/headers/headerSecureCheckout.gif) no-repeat 19px 4px;
	height: 90px;
}

body.checkout #outerWrapper {
	background: url(../images/structure/pageTileFull.gif) repeat-y center top;
}

body.checkout #innerWrapper {
	background: url(../images/structure/pageTopFull.jpg) no-repeat center top;
}

body.checkout #leftColumn {
	display: none;
}

body.checkout #content {
	float: none;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

body.checkout #footer {
	background: #fff url(../images/structure/pageBottomFull.gif) no-repeat left top;
}

body.checkout .standardButton.loginButton {
	margin-left: 110px;
	margin-right: 110px;
}

body.checkout .uniForm {
	background-color: #f8f8f8;
}

/* @end */

/* @group body.checkout.viewOrder */

body.checkout.viewOrder #miniCart {
	background: url(../images/headers/headerViewOrder.gif) no-repeat 19px 4px;
}

/* @end */

/* @group review */

#content #divReview {
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
}

#content #divReview .standardButton {
	float: right;
}

#content .reviewSubject .sprite-star {
	float: left;
	margin-right: 7px;
	margin-top: 1px;
}

#content #bannerReview {
	float: right;
	margin-top: 1em;
	margin-bottom: 1em;
}

#content .reviewBox {
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: .7em;
}

#content .reviewMessage {
	padding: 10px;
	background-color: #fffbdf;
	font-weight: bold;
	color: #ca0003;
}

#content .reviewSubject {
	font-size: 16px;
	color: #369;
	background-color: #ebf9fe;
	padding: 2px;
	border-bottom: 1px solid #c7daf1;
	line-height: 16px;
}

#content .reviewSubject span {
	float: right;
	font-size: 11px;
	color: #777;
}

#content .reviewContent {
	font-size: 13px;
	line-height: 1.5em;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

#content .reviewUser {
	text-align: right;
	font-size: 12px;
}

/* @end */

/* @group Review Sprites */

.sprite-star {
   background: url(http://static.usedgolfballs.com/images/icons/reviewStars.png) no-repeat top left;
   width:52px;
   height:14px;
   margin: 0;padding: 0;overflow:hidden;
}

.sprite-star A{
	width:52px;
	height:14px;
	display:block;	
}

.sprite-star.s1 { background-position: 0 0px; } 
.sprite-star.s15 { background-position: 0 -14px; } 
.sprite-star.s2 { background-position: 0 -28px; } 
.sprite-star.s25 { background-position: 0 -42px; } 
.sprite-star.s3 { background-position: 0 -56px; } 
.sprite-star.s35 { background-position: 0 -70px; } 
.sprite-star.s4 { background-position: 0 -84px; } 
.sprite-star.s45 { background-position: 0 -98px; } 
.sprite-star.s5 { background-position: 0 -112px; }

/* @end */

/* @group Cart Promo */

#cartPromoInput {
	float: left;
	width: 45%;
	padding: 6px;
	border: 1px solid #ccc;
	margin-top: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#cartPromoInput input {
	width: 96%;
	border: 1px solid #999;
	padding: 4px;
	color: #555;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#promoError {
	background-color: #fcf9ca;
	color: #c00;
	font-weight: bold;
	padding: 4px;
}

#cartPromoInput .standardButton {
	margin-right: 0;
}



/* @end */
