.float div{
    padding-bottom: 15px;
}
.float div span{
    /*font-weight: bold;*/
}
.float ul{
    width: 100%;
    padding: 20px 0px 2px;
}
.float ul li a{
    color: #464646;
    font: 300 14px/20px "Roboto",sans-serif;
    display: block;
    text-decoration: none;
}
.float ul li a:hover{
    background: #F2F2F2 none repeat scroll 0% 0%;
}
.float .button{
    display: inline-block;
    cursor: pointer;
    font: 300 14px/20px "Roboto",sans-serif;
    text-decoration: none;
    text-align: center;
    margin: 0px 1px;
    padding: 4px 12px;
    background: #F2F2F2 none repeat scroll 0% 0%;
}
.float .button:hover{
    background: #E9E7E4 none repeat scroll 0% 0%;
}
.gray{
    background: #695F56 none repeat scroll 0% 0%;
}
.hide, #city_search{
    display: none;
}
#city_search{
    margin-bottom: -4px;
    margin-top: 10px;
}