/* Основные стили iTable for Basket */
#itable, #itable td, #itable, #itable td a {
    border: 0;
    font-size: 12px;
}
#itable {
    border: 1px solid #E4E6E7;
    border-right: 0;
    border-bottom: 0;
    background-color: #F7F7F7;
}
#itable #captions td {
    padding: 5px;
    font-weight: bold;
    background-color: red;
    color: white;
    text-align: center;
}
#itable #captions td a {
    color: white;
    text-decoration: none;
}
#itable #captions td a:hover {
    text-decoration: underline;
}
#itable td {
    border-right: 1px solid #E4E6E7;
    border-bottom: 1px solid #E4E6E7;
    padding: 3px;
}
#itable td input, #itable td textarea {
    border: 1px solid #88a4be;
}
#itable td span {
    font-size: 10px;
    color: gray;
    margin: 5px;
    display: block;
}

#ibutton {
    background-color: #cfcfcf;
    color: #000000;
}
#ibutton:hover {
    border: 1px solid #000000;
}
/* Конец стилей iTable for Basket */


#itable_ps {
    border: 0;
    border-right: 1px solid #E4E6E7;
    border-bottom: 1px solid #E4E6E7;
}

#itable_ps td {
    background-color: #F7F7F7;

    border: 0;
    border-left: 1px solid #E4E6E7;
    border-top: 1px solid #E4E6E7;
    text-align: left;
    padding: 5px;
}

#itable_ps td span {
    font-size: 10px;
    color: gray;
}

.ipage, .ipagecurrent {
    background-color: rgb(240,240,240);
    padding-left: 5px;
    padding-right: 5px;
}
