﻿/* Styles for the store locator controls */
.StoreLocator
{
    width: 299px;
    height: 361px;
    padding: 0px;
    margin: 0px;
}
.StoreLocator .Top, .StoreLocator .Bottom
{
    height: 33px;
    width: 279px;
    font-size: 1.1em;
    line-height: 33px;
    padding-left: 20px;
}

.StoreLocator .Top, .FlyBuysTop
{
    background: transparent url('../Images/Home/clickhere.jpg') no-repeat top left;
    white-space: nowrap;
    font-size: .95em;
}
.StoreLocator .Bottom
{
    /* background: #ebd406 url('../Images/Home/locatorHeaderBottom.png') no-repeat top left; */
    height: 0px;
}
.StoreLocator .Bottom a, .StoreLocator .Top, .StoreLocator .Top a
{
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.StoreLocator .Top a, .StoreLocator .Bottom a
{
    color: #100e0e;
}
.StoreLocator .Top a:hover, .StoreLocator .Bottom a:hover
{
    text-decoration: none;
    color: #ffffff;
}

/* StoreDetailControl padding manages where the title starts in Sidebar */
.StoreDetailControl
{
    width: 284px;
    height: 318px;
    padding: 10px 0 0 15px;
}
/* p: and f: numbers */
.StoreDetailControl .Left
{
    float: left;
    width: 200px;
}
.StoreDetailControl .Name
{
    width: 269px;
    padding: 0 0 8px 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #ffffff;
}
.StoreDetailControl .Address
{
    background-image: url(../Images/hr.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 8px 0 8px 0;
    font-size: 1.3em;
    color: #040404;
    width: 250px;
    font-weight: bold;
}
.StoreDetailControl .Contact
{
    background-image: url(../Images/hr.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 8px 0 8px 0;
    color: #040404;
    font-size: .95em;
    width: 150px;
    clear: both;
}
.StoreDetailControl .Hours
{
    background-image: url(../Images/hr.png);
    background-position: top;
    background-repeat: no-repeat;
    padding: 8px 0 8px 0;
    color: #040404;
    width: 150px;
    clear: both;
    font-size: .95em;
}
.StoreDetailControl .Hours strong
{
    padding: 9px 0 9px 0;
    color: #040404;
    font-weight: bold;
    width: 150px;
}
.StoreDetailControl .Mail
{
    background-image: url(../Images/hr.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 8px 0 8px 0;
}
.StoreDetailControl a
{
    font-size: 1.1em;
    color: #000000;
}

