table tbody td, table tbody th {
    border: 2px solid #dedede;
    text-align: center;
}

table tfoot td, table tfoot th, table thead td, table thead th {
    border: 2px solid #dedede;
    text-align: center;
}



/* sidebar */

#sidebar_search_privoda {
    margin-left: -10px;
    width: 306px;
    height: 53px;
    background: url(/media/i/search_icon_privoda.png) top left no-repeat;
    text-align: center;
}
#sidebar_search {
    margin-left: -10px;
    background: url(/media/i/sidebar_pattern.png) top left repeat-y;
    width: 310px;
    height: auto;
    text-align: left;
    overflow: hidden;
}
.menu_span {
    color: #FFF;
    text-decoration: none;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
}

#sidebar_footer {
    margin-left: -10px;
    width: 310px;
    height: 40px;
    background: url(/media/i/sidebar_footer.png) top left no-repeat;
}
.side_left_list {
    margin-left: 20px;
    height: auto;
    width: 140px;
    float: left;
    position: relative;
}
.side_left_list a {
    color: #333;
    text-decoration: none;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 18px;
    display: block;
    vertical-align: middle;
    height: 20px;
}
.side_left_list li {
    display: block;
    margin-bottom: 6px;
    margin-left: 0;
}
.side_left_list a img {
    float: left;
    position: relative;
    margin-right: 2px;
}
.side_right_list {
    height: auto;
    width: 140px;
    float: left;
    position: relative;
    margin-left: 0;
}
.side_right_list li {
    display: block;
    margin-bottom: 6px;
    margin-left: 0;
}
.side_right_list a {
    color: #333;
    text-decoration: none;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 18px;
    display: block;
    vertical-align: middle;
    height: 20px;
}
.side_right_list a span {
    display: block;
    padding-top: 2px;
}
.side_right_list a img {
    float: left;
    position: relative;
    margin-right: 2px;
}



#side_select {
    margin-left: 35px;
    width: 230px;
    display: block;
    float: left;
    position: relative;
}

.side_submit_button {
    background: url(/media/i/search_button_eng.png);
    height: 34px;
    width: 104px;
    border: none;
}
#side_submit {
    margin-left: 160px;
}





table td, table th {
    padding: 7px 10px;
}

.part_description td, .part_description th {
    padding: 0;
}



#descript_t {
    width: 100%;
    margin-bottom: 20px;
}

table.part_images {
    background: #FFF;
    width: 100%;
    margin-bottom: 30px;
    border: solid 1px #DDD;
    border-right: none;
    margin-top: 30px;
}

#side_select ul li {
    width: auto;
    height: 40px;
    margin-left: 0px;
}

.side_select_text {
    width: 105px;
    color: #000;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    position: relative;
    float: left;
}

.side_select_pole select {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    width: 120px;
    color: #333;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

#side_select ol, #side_select  ul {
    list-style: none;
    margin-left: 0;
}






#car_info_link:after {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(images/question-mark.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
}

/*

#delivery_info_link:after {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("images/question-mark.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-left: 5px;
}
*/

a {
    outline: 0;
}


#error-page {
    text-align: center;
}

#avito {
    font-weight: bold;
}

#avito img {
    margin: 0 !important;
    font-weight: bold;
}

.mt30 {
    margin-top: 30px;
}