.cars-list-wrapper {
    float:left;
}

.cars-list-wrapper p,
.hilight-cars-list-wrapper p {
    text-align: left;
    margin: 0;
    padding: 3px;
}
.edit_popup{
    display: none;
}
.api_url_label{
    width: 175px;
    display: inline-block;
    text-align: right;
    font-weight:bold;
}
.show_edit_popup{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 1px 1px 12px 1px #000;
    border-radius: 10px;
    border: thin solid #000;
    z-index: 9989;
    background: #fff;
}
#car_pages_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.67);
    z-index: 9988;
    display: none;
}
.edit_popup_inside {
    background: #e0e0e0;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
}
.setings_url span{
    margin-right: 30px;
}

.details-search-left li{
    float: left;
    margin-left: 10px;
}
.cars_models_list_box{
    display: none;
    border: solid thin #000;
    padding: 2px;
}
#cars_pages_table{

}
#cars_pages_table th{
    text-align: right;
}

#cars_pages_table tr:not(.first_three_rows):not(:last-child) th{
    text-align: right;
    font-weight: normal;
    border: 1px solid #999;
}

#cars_pages_table tr:not(.first_three_rows):not(:last-child) td{
    vertical-align: top;
    border: 1px solid #999;
}
#cars_pages_table tr:not(.first_three_rows):not(:last-child) td fieldset{
    float: left;
}
#cars_pages_table td{

}
.cars-list {
    width: 250px;
    border: 3px solid #888;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}
.hilight-cars-list-wrapper{
    width: 250px;
    float:left;
}

.hilight-cars-list {

border: 3px solid #888;

min-height: 200px;

height: 400px;

overflow-x: hidden;

overflow-y: auto;

width: 250px;
}
.drag .search-result-block .search-result-content h2, .hilight-cars-list .search-result-block .search-result-content h2 {
    padding: 0;
    margin: 0;
}
.drag .search-result-block .search-result-content:not(.price-in-list) h2, .hilight-cars-list .search-result-block .search-result-content:not(.price-in-list) h2 {
    padding: 0;
    margin: 0;
    height: 30px;
    overflow-y: auto;
}
.draggable {
    opacity: 0.6;
}
.dropped {
    position: static !important;
}

.drag .search-result-block .search-result-image img {
    height: 50px;
    width: 100px;
}
.drag .search-result-block .search-result-image {
    float: left;
}
a.disabled {
    display:none;
}
.search-result-block h2 {
    font-size: 10px;
    line-height: 13px;
}
.drag {
    height: 60px;
    clear: both;
}
.drag .hilight-del-link {
    font-size: 10px;
    text-decoration: none;
    color: #fff;
    float: right;
    margin-top: -17px;
    background: red;
    z-index: 9;
    position: relative;
    padding: 0 2px;
}
.left_widget {margin-bottom: 50px;display: inline-block;}
.right_widget {
 }
.hilight-cars-form .search-result-content {
    width: 225px;
}
.hilight-cars-form .search-result-image {
    margin-right: 3px;
}
.hilight-cars-form .search-result-block .search-result-content h2{
    padding: 0;
    line-height: 10px;
    max-height: 60px;
    overflow-y: hidden;
}
.setings_url {
    display: inline-block;
}
.set_block {
    float: left;
    display: inline-block;
    margin-right: 50px;
}

.set_block:first-child {
    width: 440px;
}
.cars_models_list_box{
    display: none;
    margin-right: 16px;
    padding-right: 10px;
}
.dont_show{
    display: none !important;
}