﻿.LocationMenu
{
    background-image: url(/Frontend/Images/Layout/LocationBox_Selector_Back.gif);
    background-repeat: no-repeat;
    width: 171px;
    text-align: left;
    padding: 4px 4px 4px 10px;
    margin-bottom: 4px; 
    height: 30px;
    cursor:pointer;   
}
.selectedLocation
{
    color: #324E8E;
}
.LocationMenuItems
{
    margin-top: 7px;
    margin-left:-9px;
    border: 1px solid #999999;
    width: 168px;
    display: none;
    position: absolute;
    background-color: #eeeeee;
}
.GoToEntity
{
    display: block;
    padding-top: 10px;
    padding-left: 15px;
    font-size: 12px;
    color: #324E8E; 
    font-weight: bold;
    letter-spacing: 0.5px;
}
.GoToLocationMenu
{
    height: 80px;
}
.GoToLocationMenuSelector
{
    width: 120px;
}
.GoToLocationMenuTop
{
    height: 32px;
    background-image: url(/Frontend/Images/Layout/LocationBox_Top.gif);
    background-repeat: no-repeat;
}
.GoToLocationMenuBottom
{
    height: 16px;
    background-image: url(/Frontend/Images/Layout/LocationBox_Bottom.gif);
    background-repeat: no-repeat;
}
.GoToLocationMenuBody
{
    height:30px;
    background-image: url(/Frontend/Images/Layout/LocationBox_Body.gif);
    background-repeat: repeat-y;
    padding-left: 10px;
}
.LocationBoxMenuItem
{
    background-color: #eeeeee;
    border-bottom: solid 1px #CCCCCC;
}
.LocationBoxMenuItem a
{
    padding: 6px;
    color: #324E8E; 
    display: block;
    text-decoration: none;
}
.LocationBoxMenuItem a:hover
{
    color: #F36523;
    background-color: #FFFFFF;
}
