
.google_maps_container
{
	position:absolute;
	top:169px;
	left:160px;
	width:750px;
	height:641px;
	background-color:#191919;
	z-index:1;
}
.welcome_message
{
	width:722px;
	height:30px;
	padding:20px 0px 0px 15px;
	
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
}
.search_controls
{
	position:relative;
	width:742px;
	height:20px;
	z-index:2;
	padding:20px 0px 20px 0px;
}
.retailer_locator_map
{
	z-index:0;
	width:750px;
	height:550px;
}

.retailer_locator_container
{
	position:absolute;
	top:117px;
	left:7px;
	width:250px;
	z-index:1;
}

.retailer_locator_shadow_and_border
{
	padding-top:11px;
	padding-right:11px;
	padding-bottom:0px;
	padding-left:11px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image: url(../../Images/RetailerLocator/retailer_locator_shadow_and_border.png);
}

.spinner_location
{
	position:relative;
	top:10px;
	left:49px;
}
.no_matches_found
{
	padding:10px 10px 10px 10px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.retailer_locator_shadow_and_border_bottom
{
	font-size:0px;
	height:22px;
	background-position:0px -478px;
	background-repeat:no-repeat;
	background-image: url(../../Images/RetailerLocator/retailer_locator_shadow_and_border.png);
}

.retailer_locator_header
{
	width:228px;
	min-height:40px;
	
	background-repeat: no-repeat;
	background-image: url(../../Images/RetailerLocator/retailer_locator_header.png);
}

.retailer_find_a_dealer
{
	color:#FFFFFF;
	padding-top:5px;
	padding-left:5px;
	
	font-weight:bold;
	font-size:17px;
}
.retailer_dealers_found
{
	color:#FFFFFF;
	padding-bottom:3px;
	padding-left:5px;
	
	font-weight:bold;
	font-size:10px;
}

.retailer_page_icon
{
	float:left;
	width:25px;
	height:18px;
	padding-top:3px;
	padding-left:5px;
	padding-bottom:5px;
	
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.page_icon_on
{
	background-position:0px 0px;
	background-repeat: no-repeat;
	background-image: url(../../Images/RetailerLocator/retailer_page_icon.png);
}
.page_icon_off
{
	background-position:-30px 0px;
	background-repeat: no-repeat;
	background-image: url(../../Images/RetailerLocator/retailer_page_icon.png);
}
.retailer_nav_icon
{
	float:left;
	width:25px;
	height:18px;
	padding-top:3px;
	padding-left:5px;
	padding-bottom:5px;
	
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.previous_button
{
	width:10px;
	margin-top:5px;
	margin-left:6px;
	float:left;
	cursor:pointer;
	background-repeat: no-repeat;
	background-image: url(../../Images/RetailerLocator/arrow_back.png);
}

.next_button
{	
	width:10px;
	margin-top:5px;
	margin-left:5px;
	float:left;
	cursor:pointer;
	background-repeat: no-repeat;
	background-image: url(../../Images/RetailerLocator/arrow_next.png);
}

div:hover.page_icon_off
{
	background-position:-60px 0px;
	background-repeat: no-repeat;
	background-image: url(../../Images/RetailerLocator/retailer_page_icon.png);
}

.retailer_locator
{
	width:218px;
	padding-top:5px;
	padding-left:10px;
}

.retailer_locator_open
{
	overflow:hidden;
	background-repeat: no-repeat;
	background-image: url(../../Images/RetailerLocator/retailer_locator_open.png);
}

.retailer_locator_closed
{
	cursor:pointer;
	
	min-height:26px;
	
	
	background-repeat: no-repeat;
	background-image: url(../../Images/RetailerLocator/retailer_locator_closed.png);
}

.retailer_item_icon
{
	float:left;
	width:25px;
	height:18px;
	padding-top:4px;
	
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	background-repeat: no-repeat;
	background-image: url(../../Images/RetailerLocator/retailer_item_icon.png);
}

.retailer_item
{
	float:left;
	width:175px;
	padding-top:0px;
	padding-left:5px;
	
	color:#FF0000;
	font-size:11px;
}

.name
{
	color:#FF0000;
}
.name_hover
{
	cursor:pointer;
	color:#FF0000;
	text-decoration:underline;
}

.address, .phone, .retailer_link
{
	color:#616161;
}
.retailer_link a
{
	font-size:9px;
	text-decoration:none;
	color:#616161;
}
.retailer_link a:hover
{
	text-decoration:underline;
	color:#FF0000;
}
.retailer_map_balloon
{
	width:216px;
	height:31px;
	padding-top:10px;
	
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	
	background-repeat: no-repeat;
	background-image: url(../../Images/RetailerLocator/retailer_name_balloon.png);
}
.retailer_map_icon
{
	width:25px;
	height:18px;
	padding-top:4px;
	
	cursor:pointer;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	
	background-repeat:no-repeat;
	background-image: url(../../Images/RetailerLocator/retailer_item_icon.png);
}

