#city_div{
    margin:10px auto 0;
    width: 708px;
    border: 1px solid #6C300A;
    padding: 5px;
    display: none;
}

#city_div .towns {
    padding:20px 0 20px 60px;
}

#city_div .towns ul {
    display:block;
    float:left;
    width:125px;
}

#city_div .towns li {
    list-style-type:none;
}

#city_div h2{
    color: #6C300A;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#city_div a{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

#city_div a:active{
    color:#B30000;
}

#city_div a:hover{
    color:#B30000;
}

#city_div .text{
    margin: 5px 10px 0pt;
    text-align: center;
    font-size: 12px;
}
.clear
{
  clear: both;
}