body {
	margin: 0px;
	padding: 0px;
	background-image: url(https://bronze.secure-host.com/laddergolf/media/images/pageBgBottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFCC00;

}	
.mainTable {
	width: 750px;
}
.newsletter {
	color: #008BC7;
	border: 1px solid #008BC7;
}
.rightCol {
	width: 265px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#quickSell td, #quickSell td a {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar p {
	background: url(https://bronze.secure-host.com/laddergolf/media/images/dottedLineSmallGrey.gif) bottom left repeat-x;
	padding-bottom: 10px;
	margin: 10px 0px;
}
#glossary {
	font-size: 11px;
}
#copyright {
	font-size: 10px;
}
form {
	margin: 0px;
}



/** Link Styles **/
a:link, a:active, a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.topNav {

}
#topNav a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 10px;
	white-space: nowrap;
	display: table-cell;
}
#topNav a:hover {
	color: #000000;
}
#glossary a {
}
#subproducts a {
	text-decoration: none;
	color: #595959;
	font-size: 11px;
	font-weight: normal;
}


/** Text Styles **/
.18_white {
	font-size: 18px;
	color: #FFFFFF;
}
.18px_blue {
	font-size: 18px;
	color: #008BC7;
}
.24px_green {
	font-size: 24px;
	color: #99CC33;
}
.14px_reg {
	font-size: 14px;
}
.11px_reg {
	font-size: 11px;
}
.price {
	font-size: 14px;
	font-weight: bold;
}
.priceSale {
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.priceSmall {
	font-weight: bold;
}
.priceSaleSmall {
	color: red;
	font-weight: bold;
	font-size: 12px;
}
.priceStrike {
	text-decoration: line-through;
}
.instock {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.freeShipping {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.miText {
	font-size: 12px;
	line-height: 18px;
}
.white {
	color: #FFFFFF;
}



/*** Shopping Cart Styles ***/
#cart {

}
#cart hr {
	border-top: 1px solid #BBDE78;
	border-bottom: none;
}

/* Cart */
.instruct textarea { 
	/** ordering instructions box **/
	border: 1px solid #BBDE78;
	background-color: #EAF2DB;
}
.paytype {
	/** payment options dropdown **/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ship {
	/** shipping options dropdown **/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cart {
	/** option dropdowns **/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cart td {
	padding: 7px;
}
table.cart {
	border-spacing: 2px;
}

/* Cart Shipping */

.comm textarea { 
	/** comments / more information box **/
	border: 1px solid #BBDE78;
	background-color: #EAF2DB;
}
.bill_addr input, .ship_addr input { 
	/** shipping input fields **/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #BBDE78;
	background-color: #EAF2DB;
}
.bill_addr select, .ship_addr select {
	/** state selection dropdowns **/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.payment input {
	/** cc input fields **/
	border: 1px solid #BBDE78;
	background-color: #EAF2DB;
}
.payment select {
	/** payment dropdown boxes **/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ship_check input {
	/** remove style from checkbox **/
	border: none;
	background-color: #FFFFFF;
}
#orderOptions td {
	font-size: 11px;
}
#orderOptions select {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}