﻿
.storeName
{
    /*font-size: medium;*/
    font-weight: bold;
    color: #0055D2;
}

.storeNameSelected
{
    font-size: large;
    font-weight: bold;
    color: #29ae00;
}

.indexNumber
{
    font-size: x-small;
    color: #ccc;
}

.sfleft
{
    vertical-align: top;
    width: 250px;
}

.sfright
{
    vertical-align: top;
    width: 550px;
}

.sfinnerleft
{
    text-align: center;
    width: 280px;
    background-color: Red;
}
.sfinnerright
{
    vertical-align: top;
    text-align: right;
    float: right;    
    width: 240px;
    background-color: Lime;
}

#map
{
    text-align: right;
    width: 280px;
    background-color: Aqua;
}

.center
{
    text-align: center;
}
