/*search_results start*/
#search_results{
    width: 100%;
    height: 650px;
    margin-top: 20px;
    /*position: relative;*/
}
.search_results{
    width: 1200px;
    height: 650px;
    border: 1px solid gray;
    /*float: left;*/
    margin: 0px auto;
}
.current_location{
    width: 1200px;
    height: 30px;
    border-bottom: 1px solid gray;
    margin: 0px auto;
    float: left;
}
.search_results_content{
    width: 1200px;
    height: 600px;
    /*border: 1px solid blue;*/
    float: left;
    margin-top: 15px;
}
/*search_results end*/
