﻿
.StoreLocator_MapContainer
{
    position:relative;
    margin:0 auto;
}

.StoreLocator_ResultsPanel
{
    font-family:Calibri, Arial, Helvetica, Sans-Serif;
    color:#fff;
    width:240px;
    height:520px;
    position:absolute;
    right:20px;
    top:10px;
    
    /*
	filter:alpha(opacity=90);-moz-opacity:.90;
    background-color:#202224;
    */
    background-color:#2C3134;
    border:solid 1px #000;
    border-radius:7px; -moz-border-radius:7px; /* Mozilla */ -webkit-border-radius:7px; /* Webkit */
    z-index:120;
}

.StoreLocator_ResultsPanel_ZipCode
{
    border-bottom:solid 1px #aaa;
    padding:.5em .35em;
    margin:.5em 0 0 0;
}

.StoreLocator_ResultsPanel_ZipCode input
{
    margin:0;
    padding:0;
    font-size:.7em;
}
.StoreLocator_ResultsPanel_ZipCode select
{
    margin:0;
    padding:0;
    font-size:.7em;
}

.StoreLocator_ResultsPanel .SingleItemSelection
{
    padding:.2em;
    margin-bottom:.5em;
}

.StoreLocator_ResultsPanel .SingleItemSelection_Image
{
    filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
    float:left;
    padding:.15em;
}

.StoreLocator_ResultsPanel .SingleItemSelection_Image img
{
    
    width:90px;
}

.StoreLocator_ResultsPanel .SingleItemSelection_Description
{
    font-size:1.1em;
    color:#fff;
}

.StoreLocator_ResultsPanel .SingleItemSelection_Description:first-line
{
    font-size:1.25em;
}


/* ******************** Map Results, side of map ******************** */


.StoreLocator_SideResultsRows
{
	height:370px;
	overflow:auto;
	border-bottom:solid 1px #aaa;
}
.StoreLocator_SideResultsRows li a
{
	color:#fff;
}

.StoreLocatorResults_ResultsWide_Object
{
	padding: .25em;
	border-bottom: solid 1px #999;
	height:auto !important;
	height:32px;
	overflow: hidden;
	filter:alpha(opacity=96);-moz-opacity:.96;opacity:.96;
    background-color:#2C3134;
}

.StoreLocatorResults_ResultsWide_Object:hover
{
	background-color:#1F2224;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}

.StoreLocatorResults_ResultsWide_Object a
{
	display:block;
    font-size:.85em;
	width:100%;
	text-decoration:none;
	color:#fff;
}

.StoreLocatorResults_ResultsWide_Object a:hover
{
	text-decoration:none;
}

.StoreLocatorResults_ResultsWide_Object .StoreLocatorResults_ResultNumber
{
	font-size:1.5em;
	float:left;
	padding:6px 0;
	width:31px;
	margin:0 5px 0 0;
	text-align:center;
	background-image:url(img/glassButton_Black.gif);
	background-repeat:no-repeat;
}

.StoreLocatorResults_ResultsWide_Object .StoreLocatorResults_DealerName
{
	font-size:1.3em;

	margin-left:38px;
}

.StoreLocatorResults_ResultsWide_Object .StoreLocatorResults_StoreAddress
{
	font-size:.95em;
    margin-left:38px;
}

/* ******************** Bottom results, below map ******************** */

.StoreLocator_BottomResultsRows
{
    width:780px;
    margin:0 auto;
}

.storelist_state_info_container img
{
    margin:1em;
    float:right;
}

.StoreListRow
{
    width:780px;
    padding:.35em;
	margin:0 0 .7em 0;
	border:solid 1px #aaa;
	position:relative;
}

.StoreListRow a
{
    cursor:pointer;
}

.StoreList_Featured, .StoreList_UpgradeLink
{
    position:absolute;
    top:0;
    right:.35em;
}

.StoreList_UpgradeLink
{
    font-size:.9em;
    font-weight:bold;
}

.StoreList_GoldListing 
{
    border-color:#500;
    padding-top:.7em;
    border-radius:3px; -moz-border-radius:3px; /* Mozilla */ -webkit-border-radius:3px; /* Webkit */
}

.StoreList_GoldListing h2 {
	font-size:1.4em;
	padding:0 0 .5em 0;
	text-decoration:underline;
}

.StoreList_GoldListing h2 a
{
    color:#500;
}

.StoreList_SilverListing
{
    border-color:#888;
    padding-top:.7em;
}

.StoreList_SilverListing h2
{
    font-size:1em;
	padding:0 0 .5em 0;
	text-decoration:underline;
}

.StoreList_BronzeListing  h2
{
    padding:0 0 .5em 0;
}
.StoreList_BronzeListing .StoreList_StoreTitle {
	font-size:1em;
	padding:0;
	margin:0;
}
.StoreList_BronzeListing  img
{
	width: expression( this.scrollWidth > 124 ? "125px" : "auto" ); /* sets max-Width for IE /
     	max-Width: 125px; / sets max-Width value for all standards-compliant browsers */

}

.StoreListRow h2
{
    margin:0;
}

.StoreListRow h4
{
    margin-top:.9em;
}

.StoreList_LogoContainer
{
    float:left;
    display:inline;
    width:160px;
}

.StoreList_NoThumbnailList
{
    float:left;
    display:inline;
    text-align:left;
    margin-left:2em;
    width:150px;
}

.StoreList_NoThumbnailList li
{
    text-decoration:underline;
}

.StoreList_MapThumbnail
{
    float:left;
    display:inline;
    text-align:center;
    width:150px;
}

.StoreList_MapText, .StoreList_StoreText
{
    margin-top:40px;
    float:left;
    display:inline;
    text-align:center;
    width:150px;
}

.StoreList_StoreThumbnail
{
    float:left;
    display:inline;
    text-align:center;
    width:150px;
}

.StoreListRow .StoreList_StoreAddress
{
    float:right;
    display:inline;
    width:240px;
}

.StoreList_BronzeListing .StoreList_StoreAddress
{
    margin-top:1em;
}


.StoreList_pagelinks_container .StoreList_Pagelink_CurrentNumbers
{
    float:left;
    margin:0 0 1em 0;
    display:block;
}

.StoreList_Pagelink_CurrentNumbers a
{
    text-decoration:underline;
}

#StoreList_resultsSortContainer
{
}

.StoreList_pagelinks_container
{
    float:right;
    margin-right:2em
}


.StoreList_resultsPerPage
{
    float:left;
    margin-right:2em
}

.StoreList_resultsSort
{
    float:left;
}

/* ******************** Map Popups ******************** */

.StoreMapPopup
{

}

.StoreMapPopup h2
{
    margin:0 0 .5em 0;
    font-size:.9em;
}

.StoreMapPopup_Logo
{
    float:left;
    width:111px;

    margin-right:5px;
}

.StoreMapPopup_Logo img
{
    width:100px;
}

.StoreMapPopup_Logo div
{
    text-decoration:underline;
    font-size:.85em;
}

.StoreMapPopup_StoreAddress
{
    padding:10px 0 0 0;
    float:left;
    width:139px;
    font-size:.85em;
}

.StoreMapPopup_StoreAddress div
{
    height:37px;
    
}

.StoreMapPopup_StoreAddress span
{
    display:block;
    text-decoration:underline;
}