.custom_area_public_garage
{
  margin-left: -5px;
}

.area_open {
  display: block;
}

.area_close {
  display: none;
}

div.public-loading-garage {
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .6 ) url(/sys_images/loader.gif) 50% 50% no-repeat;
}
.head .ellipsis {
    display: inline-block;
    float: left;
    max-width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.head .ellipsis_profile {
    max-width: 100px;
}

.head .ellipsis_model {
    max-width: 180px;
}

#list #leftcol .search_menu .search-button-div {
    border: none;
    padding: 0;
}

.search-button {
  text-align: center;
  padding: 10px 0 0;
}

.search-button input {
    width: auto !important;
    background: #2a313c none repeat scroll 0 0 !important;
    border: medium none;
    color: #fff;
    display: inline-block;
    padding: 6px;
    cursor: pointer;
}

.search-button input:hover {
    background: #E61E25 none repeat scroll 0 0 !important;
}
