/* CSS Document */
/*
  Свойства бекграунда записаны в map.css и map_ie.css
*/
#map{ margin: 18px 0 0 61px}
#map .city,#map .active{ position:absolute; cursor:pointer;font-weight:bold}

#map .city{ height:20px; width:100px; padding-left: 15px;}
#map .city{ text-decoration:underline; text-transform:uppercase; font-size:11px}

#map .active{ height:25px; width:100px; padding-left: 20px;}
#map .active{text-decoration:underline; text-transform:uppercase; font-size:large; color:#FF0000}

#city_shops{min-height:160px}
#city_shops .item{float:left; margin:10px 50px 30px 0; border-left:2px solid #D0D0D0; padding-left: 10px }
#city_shops .item{font-size:small;}
#city_shops .item .hd{ font-size:small; text-transform:uppercase; font-weight:bold; background:none; margin-bottom:10px}

#city_shops .city,#city_shops .city div{display: table; height:34px;}
#city_shops .city{ background:url(../images/city_lc.gif) no-repeat left 50%; padding-left:6px}
#city_shops .city div{ background:#C30308 url(../images/city_rc.gif) no-repeat right 50%; padding: 0 8px 0 2px;}
#city_shops .city{ font-size:x-large; color:#FFFFFF; margin-bottom:20px}

#city_shops .city div{float:left}