notepad.css 989 Bytes

.navigation:hover {
    color: #879cc3;
}

.navigation {
    color: #6b84b5;
    text-decoration: underline;
}

.vin img {
    margin-bottom: 1px;
}

.arrow_go {
    padding-bottom: 1px;
}



.choose_tovar{
    width: 960px;
    margin: 20px auto;
    padding-bottom: 32px;
}

.header {
    height: 28px!important;
    font-size: 13px;
    font-weight: 500;
    background-color: #f5f5f5;
}
.choose_tovar tr{
    height: 47px;
}

.choose_tovar table{
    border-bottom: 3px solid #dfdfdf;
}
.choose_tovar table, .choose_tovar td, .choose_tovar tr {
    border: 1px solid #dfdfdf;
    vertical-align: middle;
}

.choose_tovar td {
    font-size: 13px;
    font-weight: 500;
    padding-left: 13px;

}

.choose_tovar td img{
    margin-left: 4px;
}

.choose_tovar td a{
   color:#333333;
   text-decoration: none;
}
.choose_tovar tr:hover{
    background-color:#ececec;
}

.header:hover{
    background-color:#f5f5f5!important;
}

.choose_tovar table{
    border-bottom: 3px solid #dfdfdf
}