/* Умолчания // Единые стили для #content
-----------------------------------------------------------------------------*/
/*список по умолчанию*/
#content ul {
    /*margin-bottom: -28px;*/
}
#content ul li {
    list-style: none;
    font-size: 12px;
    line-height: 1.7;
    padding-left: 16px;
    background: url('/i/li.png') left 6px no-repeat;
    margin-bottom: 10px;
}
/*абзац по умолчанию*/
#content p {
    font-size: 12px;
    line-height: 1.9;
    margin-bottom: 20px;  
}


/* info-top // Карточка - с кратким описанием трактора
-----------------------------------------------------------------------------*/
div.info-top p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 14px;
}


/* info-item // Табы - с подробным описанием характеристик трактора
-----------------------------------------------------------------------------*/
/*dl, dt {clear: both;}*/

#content dd p, #content dl p, #content dt p {
    clear: both;
    font-size: 13px;
    line-height: 1.9;
    margin-top: 16px;
    margin-bottom: 26px;  
}
#content dd img.left {float: left;margin: 0 20px 20px 0;}
#content img.right {float: right;margin: 0 20px 20px 0;}
#content dd img.center {text-align: center;margin: auto; margin-top: 20px; margin-bottom: 20px;}
dl.level-1 dt {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 6px;
    margin-bottom: 10px;
    color: #352f1d;
    text-decoration: none;    
}
dl.level-1 dd {
    
}
dl.level-2 dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 6px;
    margin-bottom: 10px;
    color: #352f1d;
    text-decoration: none;
}

#content dl.level-3 {
    float: left;
    margin-bottom: 24px;
    border: 1px dotted #9b978e;
    border-top: none;
}
dl.level-3 dt {
    float: left;
    width: 339px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
    color: #352f1d;
    text-decoration: none;
    padding: 4px 5px 4px 5px;
    margin: 0;
    border-top: 1px dotted #9b978e;
    border-right: 1px dotted #9b978e;
}
dl.level-3 dd {
    float: right;
    width: 230px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    color: #352f1d;
    text-decoration: none;
    padding: 4px 5px 4px 5px;
    border-top: 1px dotted #9b978e;
}
#content #info-item table {
    margin-left: 20px;
    border-collapse: collapse;
}
#content .info-item table tr.level-1 {
    background-color: #ffcf94;
    font-weight: bold;
}
#content .info-item table tr td {
    border-collapse: collapse;
    border: 1px solid #000;
    padding: 4px 10px 4px 10px;
    font-size: 13px;
    text-align: center;
}
#content .info-item table.wide tr td {
    padding: 4px 7px;
}
#content ul.level-1 {margin-bottom: 16px;margin-top: 16px;}
#content ul.level-1 li {
    list-style: none;
    font-size: 12px;
    line-height: 1.9;
    padding-left: 16px;
    background: url('/i/li.png') left 6px no-repeat;
    margin: 0;
}
#content ul.level-1 li strong {color :#9b978e;}
