﻿.Mobile_Title_Regions_Choice {
    width: 100%;
    height: 28px;
    background-color: #F21500;
    color: white;
    font-size: 14px;
    border-top: 1px solid #AAAAAA;
    padding-top: 10px;
    display: block;
    clear: both;
}

.Mobile_Title_Regions_Choice_Selected {
    background-color: #BE0F00;
}

.Mobile_Title_Regions_Options {
    position: absolute; 
    top: 117px; 
    width: 100%;
    display: none;
}

.Mobile_Title_Regions_Choice_Show {
    display: block;
}

.Mobile_Title_Regions_Choice_NoShow {
    display: none;
}

