#city_pop{ 
    width:780px;
}

#city_pop .pop_close{
    background: url(../i/pop_close_btn.gif) no-repeat center;
    height:30px;
    width:30px;
    float:right;
    margin-top:-2px;
    margin-right:-2px;
    cursor:pointer;
    border:0px;
}

#city_pop .city_pop_content{
    background:#fffff2;
    border-left:7px solid #e3add3;
    border-right:7px solid #e3add3;
    font-family:'Tahoma', Verdana;
    height:370px;
}

#city_pop .city_pop_content h2{
    font-size:24px;
    font-weight:bold;
    color:#a5107a;
    margin:0px;
    padding:20px 0;
    text-align:center;
} 

#city_pop .ltc{ 
    background:url(../i/pop_corners.gif) 0 0 no-repeat;
    height:7px;
    width:7px; 
    float:left;
    line-height:0px;
    font-size:0px;
}

#city_pop .tbc{ 
    background:#e3add3;
    height:7px;
    width:766px;
    float:left;
    line-height:0px;
    font-size:0px;
}


#city_pop .rtc{ 
    background:url(../i/pop_corners.gif) -7px 0 no-repeat;
    height:7px;
    width:7px; 
    float:right;
    line-height:0px;
    font-size:0px;
}

#city_pop .lbc{ 
    background:url(../i/pop_corners.gif) 0 -7px no-repeat;
    height:7px;
    width:7px; 
    float:left;
    line-height:0px;
    font-size:0px;
}


#city_pop .rbc{ 
    background:url(../i/pop_corners.gif) -7px -7px no-repeat;
    height:7px;
    width:7px; 
    float:right;
    line-height:0px;
    font-size:0px;
}

#city_pop .towns{
    padding:40px 0px 20px 40px;
}

#city_pop .towns a{
    color:#a5107a;
    font-weight:bold;
}

#city_pop .towns ul{
    width:145px;
    float:left;
    display: block;
    padding:0px;
    margin:0px;
}

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