
/** Reseller search **/
#resellerSearchFieldArea
{
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

#resellerAddressField
{
    background: transparent url(../images/map/bg_resellerTextInput.png) right top no-repeat;
    width: 396px;
    border: none;
    padding: 5px 11px;
    float: left;
    margin: 0;
    height: 16px;
}

#resellerSearchSubmit
{
    width: 42px;
    height: 25px;
    background: transparent url(../images/search/search.png) left top no-repeat;
    float: left;
    border: none;
    cursor: pointer;
}

.searchGuide
{
    float: left;
    width: 170px;
    margin-left: 17px;
    font-size: 11px;
    color: #747474;
}

#resellerSearchFilterArea
{
    margin: 20px 0 0 0;
    float: left;
    width: 460px;
}

#resellerSearchLegendArea
{
    margin: 20px 0 0 0;
    float: left;
    width: 220px;
}

#resellerSearchLegendArea ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}
#resellerSearchLegendArea li
{
    list-style-type: none;
    list-style-image: none;
    list-style: none;
    line-height: 29px;
    padding-left: 35px;
}
#resellerSearchLegendArea li.proDS
{
    background: transparent url(../images/map/markerLegendProDS.png) left center no-repeat;
}
#resellerSearchLegendArea li.proD
{
    background: transparent url(../images/map/markerLegendProD.png) left center no-repeat;
}
#resellerSearchLegendArea li.proS
{
    background: transparent url(../images/map/markerLegendProS.png) left center no-repeat;
}

#resellerSearchFilterArea .filterColumn
{
    width: 150px;
}

#resellerMapArea
{

    background: #f3f0ef url(../images/common/bg_h1.png) left -10px repeat-x;
    border-bottom: 1px solid #bfbfbf;
    margin: 0 -10px;
    overflow: auto;
}

#resellerMapArea #mapHeader
{
    height: 41px;
    padding: 0 12px;

}

#resellerMapArea #mapHeader h4
{
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    padding: 13px 0 0;
    float: left;
    color: #212121;
}

#resellerMapArea .fRight
{
    float: right;
}

#resellerMap
{
    width: 469px;
    height: 427px;
    display: block;
    border-right: 1px solid #bfbfbf;
    float: left;
}
#resellerMapResults
{
    width: 240px;
    /*padding: 20px 0 0 10px;*/
    float: left;
    min-height: 427px;
}
#resellerMapResults.loading
{
    background: #f3f0ef url(../images/map/map-ajax-loader.gif) center center no-repeat;
}
#resellerMapResults .initialInfo
{
    padding: 30px 10px;
    font-size: 14px;
}
#resellerMapResults .dealerIcons img
{
    margin-right: 5px;
}
#resellerMapResults .resellerListItem
{
    margin: 0 10px 10px 10px;
}
#resellerMapResults #resellerListItem_1
{
    margin-top: 20px;
}

#resellerMapResults a
{
    display: block;
    overflow: hidden;
}

#resellerMapResults .locationNr
{
    background: transparent url(../images/map/resultPin.png) left top no-repeat;
    color: #000000;
    display: block;
    float: left;
    font-weight: bold;
    height: 14px;
    margin-right: 7px;
    padding: 7px 0;
    text-align: center;
    width: 29px;
}

#resellerMapResults .locationNr.proDS
{
    background: transparent url(../images/map/markerLegendProDS.png) left top no-repeat;
    color: #ffffff;
}
#resellerMapResults .locationNr.proD
{
    background: transparent url(../images/map/markerLegendProD.png) left top no-repeat;
    color: #ffffff;
}
#resellerMapResults .locationNr.proS
{
    background: transparent url(../images/map/markerLegendProS.png) left top no-repeat;
    color: #ffffff;
}

#resellerMapResults .resellerListName
{
    display: block;
    float: left;
    /*height: 30px;*/
    width: 150px;
    margin-top:7px;
}

#resellerMapResults table
{
    width: 100%;
    margin-bottom: 15px;
}
#resellerMapResults table td
{
    padding: 7px 0;
    border-bottom: 1px solid #bfbfbf;
    line-height: 16px;

}
#resellerMapResults table td a
{
    margin: 0;
}

#resellerSearchFormArea h3,
#resellerMapArea h3
{
    font-size: 20px;
    line-height: 20px;
}

#resellerMapArea h3.subHeading
{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}
#resellerMapArea .closeResellerInfo
{
    background-color: #E3E3E3;
    font-size: 16px;
    padding: 8px 0 5px 10px;
}
#resellerMapArea .closeResellerInfo a
{
    color: #000000;
    margin: 0;
}
#resellerMapArea .resellerInfoContent
{
    overflow: hidden;
    padding: 20px 10px 0 10px;
}

#resellerMapResults .resellerInfo
{
    display: none;
}

#resellerSearchFieldArea .wordWheel{
    position: absolute;
    top: 59px;
    left: 12px;
    background-color: #ffffff;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    width: 395px;
    padding: 3px 5px;
    z-index: 1000;
    display: block;
    overflow: hidden;
}

#resellerSearchFieldArea .wordWheel a{
    display: block;
    margin-bottom: 8px;
    padding: 3px 0;
    color: #000000;
}

#resellerSearchFieldArea .wordWheel a.selected,
#resellerSearchFieldArea .wordWheel a:hover
{
    background-color: #f3f0ef;
}

#resellerSearchFieldArea .wordWheel .highlighted
{
    display: inline;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#resellerSearchFieldArea .searchFieldCont
{
    display: block;
    width: 100%;
}