@charset "UTF-8";
/* CSS Document */
#secondary{
	display:none;
}

#dealerImgs img{
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}
/** DEALER [NAV SPRITE] **/
#where_to_buy_nav a{
	background-image:url(http://www.demarini.com/nav_sprite_wtb.gif);
}
#store_link{
	width:131px;
	background-position:0px -50px;
}
#store_link.hover{
	background-position:0px -75px;
}
.selected #store_link{
	background-position:0px 0px;
}

#online_link{
	width:143px;
	background-position:-131px 0px;
}
#online_link.hover{
	background-position:-131px -25px;
}
.selected #online_link{
	background-position:-131px -50px;
}
#store_locator{
	display:block;
}

.locator{
	width:900px;
	padding:15px 20px;
}

/** WHERE TO BUY, STORE LOCATOR **/
form{
	float:right;
	width:60%;
	position:relative;
}
#form_instructions{
	width:30%;
	padding-right:10%;
	float:left;
}
#form_panel,
#results_panel{
	width:100%;
	overflow:hidden;
	margin-bottom:15px;	
}
#form_instructions p{
	font-size:1.1em;
}
.lead{
	padding-bottom:10px;
	font-weight:bolder;
	color:#333;
	font-size:1.1em;
}
#form_panel{
}
#form_panel input.text{
	border-color:#8f8f8f;
	border-style:solid;
	border-width:2px 0pt 0pt 2px;
	color:#333;
	font-size:inherit;
	padding:3px;
	width:150px;
	float:right;
	margin-right:10px;
}
#form_panel span{
	float:right;
	padding:0 10px 0 0;
}
#submit{
	position:absolute;
	right:4px;
	bottom:-50px;
	display:block;
	height:32px;
	width:115px;
	text-indent:-999em;
}

/** SEARCH RESULTS PANEL **/
#results_panel{
	clear:both;
	margin-bottom:20px;
	border-top:1px solid #a3a3a3;
	padding-top:20px;
}
#results_panel h1{
	margin-bottom:10px;
	font-size:1.2em;
	color:#333;
	font-weight:bold;
}

/*SEARCH RESULT LISTING COLUMN*/
#dealer_listing_panel{
	float:right;
	display:inline;
	width:280px;
	margin-right:20px;
}
#listing{
	overflow:auto;
	height:361px;
}
dl{
	margin-top:15px;
	font-size:1.1em;
}
dt{
	font-weight:bold;
}
/*GOOGLE MAPS DATA DISPLAY COLUMN*/
#map_display{
	float:right;
	display:inline;
	border:1px solid #000;
}
#search_results{
	margin:10px;
	border:1px solid #999;
}
/** WHERE TO BUY, ONLINE RETAILERS **/
 #retail_container{
 	padding:0 15px;
 }
#online_retailer{
}
#online_retailer p{
}
#online_retailer table{
	width:100%;
}
.logo_list{
	border-top:1px solid #a3a3a3;
	width:96%;
}
.logo_list tr{	

}	
.logo_list td{
	padding:30px 0;
	width:25%;
	vertical-align:middle;
	align:left;
}
