﻿/* styles for the Store-Locations page (not the store locator control) */
body.Store-Locations .Container
{
    background: #ffffff url(../Images/contentBackground.gif) repeat-x bottom left !important;
    background: #cccccc url(../Images/contentBackground.gif) repeat-x top left;
}
body.Store-Locations .Selector
{
    width: 300px;

}
body.Store-Locations .DetailPanel
{
    width: 300px;
    min-height: 432px;
    float: left;
    background-color: #62BD19;
    height: 432px;
}
body.Store-Locations .DetailPanel .StoreDetailControl
{
    border-top: 1px solid #FFFFFF;
}
body.Store-Locations .Map
{
    width: 599px;
    height: 432px;
    min-height: 1%;
    float: left;
    border-left: 1px solid #FFFFFF;
}
body.Store-Locations .Selector .Area h1
{
    padding: 10px 0 0 10px;
    font-size: 1.5em;
    color: #ffffff;
    font-weight: bold;
}
body.Store-Locations .Selector .Area
{
    width: 300px;
    height: 103px;
    background-color: #62bd19;
}
body.Store-Locations select
{
    height: 22px;
    margin: 15px 0 5px 7px;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}
body.Store-Locations .RegionsList
{
    width: 140px;
}
body.Store-Locations .LocationsList
{
    width: 140px;
}
