/*
Callaway Sitewide Stylesheet
Meets W3C CSS2r1 Specifications
Last Updated 2006.11.14
Written by Ben Johnson
*/

/* BEGIN Generic Selectors */
html, body, table, tbody, tr, td, ul, ol, p, input, select {
	color:#4F5151;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:normal;
}

a:link {
	color:#4F5151;
}

a:visited {
	color:#4F5151;
}

a:hover {

}

a:active {

}

.no_underline:link {
	color:#4F5151;
	text-decoration:none;
}

.no_underline:visited {
	color:#4F5151;
	text-decoration:none;
}

.no_underline:hover {
	text-decoration:none;
}

.no_underline:active {
	text-decoration:none;
}

/* END Generic Selectors */

/* BEGIN Sitewide Text Selectors */
.heading {
	font-size:11pt;
	font-weight:bold;
}
.subheading {
	font-size:7pt;
	font-weight:bold;
}
/* END Sitewide Text Selectors */

/* BEGIN PDP Selectors */
.pdp_text_body {

}

.pdp_text_price {
	font-size:11pt;
	font-weight:normal;
}

.pdp_text_sku {
	font-size:11pt;
	font-weight:bold;
}

.pdp_text_order {
	font-size:9pt;
}
/* END PDP Selectors */

/* BEGIN Customer Service Selectors */
.customersvc_text_body {

}
/* END Customer Service Selectors */

/* BEGIN Store Locator Selectors */
.storelocator_text_body {

}

.storelocator_text_large {
	font-size:10pt;
}

.storelocator_rollover_cell {
	background-color:#A3A6A5;
}

.storelocator_rollover_text {
	color:#ffffff;
}

.storelocator_rollover_text:link {
	color:#ffffff;
	text-decoration:none;
}

.storelocator_rollover_text:visited {
	color:#ffffff;
	text-decoration:none;
}

.storelocator_rollover_text:hover {
	text-decoration:none;
}

.storelocator_rollover_text:active {
	text-decoration:none;
}

.storelocator_state_title_bars {
	background-color:#A3A6A5;
	color:#ffffff;
	font-size:11pt;
	font-weight:bold;
	padding:2px;
}

.storelocator_store_names {
	font-weight:bold;
}

/* END Customer Service Selectors */

/* BEGIN Legal Selectors */
.legal_text_body {
	font-size:9pt;
}
/* END Legal Selectors */

/* BEGIN Category Selectors */
.category_skus {

}

.category_selected_page {
	color:#ffffff;
	background-color:#A3A6A5;
}
/* END Category Selectors */

/* BEGIN Shopping Cart Selectors */
.shoppingcart_step_selected {
	font-weight:bold;
}

.shoppingcart_column_header {
	color:#ffffff;
	background-color:#346715;
	height:15px;
}

.shoppingcart_column_header_gap {
	background-color:#ffffff;
	height:15px;
}

.error {
	color:#ff0000;
}
/* END Shopping Cart Selectors */