#desclink {
    color: #ef0441 !important;
}

div.tree_item {
    margin-top: 22px;
    margin-bottom: 15px;
}

div.tree_item td.img img {
    border: 1px solid #DAD4D4;
    padding: 1px;
}

div.tree_item td.img div.links a {
    background-image: url(../images/red_arrow.gif);
    background-position: left center;
    background-repeat: no-repeat;
    color: #F3274B;
    display: block;
    padding-left: 25px;
    text-decoration: underline;
}

div.tree_item td.img div.links a:hover {
    text-decoration: none;
}

div.tree_item td.text {
    padding-left: 12px;
    color: #818181;
}

div.tree_item td.text div.heading a {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

div.tree_item td.text div.heading a:hover {
    text-decoration: none;
}

div.tree_item td.text div.text {
    margin-bottom: 12px;
}

/******/

#grouplist {
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
}

/* Таблица фильтров */

#filtertable {
    width: 100% !important;
}

#filtertable tr {
    height: 31px;
}

#filtertable tr.even {
    background-color: transparent;
}

#filtertable tr.odd {
    background-color: #eff0ef;
}

#filtertable td {
    vertical-align: middle;
}

#filtertable td.label {
    padding-left: 25px;
    width: 205px;
    font-weight: bolder;
}

#filtertable td.input {
    padding-left: 3px;
    padding-right: 27px;
}

#filtertable td.input select {
    width: 100%;
    border: 1px solid #cac9c9;
    font-size: 8pt;
}

#filtertable td.input input {
    width: 100%;
    height: 13px;
    border: 1px solid #cac9c9;
    font-size: 8pt;
}

#filtertable td.input input.short {
    width: 30%;
    float: left;
}

#filtertable td.input input.medium {
    width: 66%;
    float: right;
}

/*
Кнопки фильтра
*/

#filterbuttons {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 16px;
}

#filterbuttons input {
    height: 17px;
    color: #ffffff;
    background-color: #022a82;
    border: 1px solid #7e7c7c;
    font-size: 8pt;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

/* Таблица товаров */

#prodtable {
    margin-top: 16px;
}

/* Страницы */

table.pages {
    float: right;
    cursor: default;
}

table.pages td {
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    vertical-align: bottom;
}

table.pages td a {
    text-decoration: none;
    display: block;
}

table.pages td a:hover {
    text-decoration: underline;
}

table.pages td a.jumper {
    color: #022a82;
}

table.pages td a.page {
    color: #818181;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 8pt;
}

table.pages td span.active {
    display: block;
    font-size: 10pt;
    margin-left: 3px;
    margin-right: 3px;
    color: #022a82;
}

/***************/

div.count {
    color: #818181;
    margin-left: 21px;
    margin-bottom: 18px;
}

div.count span.number {
    color: #022a82;
}

/***************/

table.legend {
    margin-left: 21px;
    margin-bottom: 21px;
}

table.legend td {
    vertical-align: middle;
}

table.legend td.label {
    padding-left: 6px;
    padding-right: 18px;
}

/* Список товаров */

#prodlist {
    width: 714px;
    table-layout: fixed;
}

/* Заголовки */
#prodlist thead tr {
    height: 32px;
    background-color: #022a82;
    color: #cdd0cd;
}

#prodlist thead th {
    background-image: url("../images/th_border.gif");
    background-position: right;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
}

#prodlist thead th a {
    color: #cdd0cd;
}

#prodlist thead th a.down {
    margin-right: 9px;
    padding-right: 9px;
    background-image: url("../images/down.gif");
    background-position: right;
    background-repeat: no-repeat;
}

#prodlist thead th a.up {
    margin-right: 9px;
    padding-right: 9px;
    background-image: url("../images/up.gif");
    background-position: right;
    background-repeat: no-repeat;
} 

#prodlist thead th.light {
    color: #eeefee;
    text-align: left;
    width: 100%;
}

#prodlist thead th.light a {
    color: #eeefee;
}

#prodlist thead th.first {
    background-image: none;
}

#prodlist thead th.last {
    background-image: none;
}

/* Содержимое */

#prodlist tbody tr {
    text-align: center;
    height: 32px;
}

#prodlist tbody tr.even {
    background-color: transparent;
}

#prodlist tbody tr.odd {
    background-color: #eff0ef;
}

#prodlist tbody td {
    vertical-align: middle;
    border-left: 1px solid #ffffff;
}

#prodlist tbody td.left {
    text-align: left;
    padding-left: 0;
    border-left: none;
    overflow: hidden;
}

#prodlist tbody td.left a {
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
}

#prodlist tbody td.right {
    text-align: right;
}

/***************/
#prodlist td a {
    color: #3d3d3e;
    text-decoration: none;
}

#prodlist td a:hover {
    text-decoration: underline;
    font-weight: bold;
}

#prodlist td input.text {
    width: 73px;
    height: 15px;
    border: 1px solid #cecdcd;
    font-size: 8pt;
}

/* Страница продукта */
#product div.caption h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 13pt;
    margin-left: 5px;
}

#productinfo {
    margin-top: 15px;
    width: 100%;
}

#productinfo td.left {
    width: 235px;
}

#productinfo td.left div.img {
    border: 1px solid #b8b7b7;
    padding: 1px;
}

#productinfo td.left img {
    background-color: #d8d8d8;
    display: block;
    width: 231px;
}

#productinfo td.left table {
    margin-top: 5px;
    width: 235px;
}

#productinfo td.left td {
    height: 28px;
    text-align: center;
    vertical-align: middle;
}

#productinfo td.left td.price {
    background-color: #ef0441;
    padding-left: 8px;
    padding-right: 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12pt;
}

#productinfo td.left td.price span.number {
    font-size: 14pt;
}

#productinfo td.left td.input {
    border-left: 2px solid #ffffff;
    background-color: #b8b6b6;
    padding-left: 6px;
    padding-right: 6px;
    width: 76px;
}

#productinfo td.left td.input input {
    height: 14px;
    border: 1px solid #ffffff;
    width: 68px;
    font-size: 8pt;
    color: #9a9898;
    padding-left: 4px;
    padding-right: 4px;
    text-align: right;
}

/****************/

#productinfo td.info {
    padding-left: 21px;
}

#productinfo td.info p {
    color: #8d8b8b;
    margin-bottom: 13px;
}

/*************/

#productinfo td.info table.info {
    width: 100%;
}

#productinfo td.info table.info tr {
    height: 24px;
    padding-bottom: 1px;
    background-image: url("../images/info_border_horis.gif");
    background-position: bottom left;
    background-repeat: repeat-x;
}

#productinfo td.info table.info tr.none {
    padding: 0;
    background: none;
}

#productinfo td.info table.info tr.even {
    background-color: #eff0ef;
}

#productinfo td.info table.info tr.odd {
    background-color: transparent;
}

#productinfo td.info table.info td {
    vertical-align: middle;
}

#productinfo td.info table.info td.label {
    padding-right: 1px;
    background-image: url("../images/info_border_vert.gif");
    background-position: top right;
    background-repeat: repeat-y;
    width: 50%;
    padding-left: 2px;
    color: #202021;
    font-weight: bold;
}

#productinfo td.info table.info td.value {
    padding-left: 14px;
    color: #5f5f5f;
}

/************/

#product table.links {
    margin-top: 17px;
}

#product table.links a:hover {
    text-decoration: none;
}

#product table.links tr {
    height: 23px !important;
}

#product table.links td.img {
    width: 23px;
}

#product table.links td.linklabel {
    padding-left: 7px;
}

#product table.links tr.cart td.linklabel a {
    color: #022a82;
    font-weight: bold;
}
#product table.links tr.back td.linklabel a {
    color: #ef0441;
}

/* Корзина заказов */

div.cartblock {
    margin-bottom: 14px;
}

a.cartlink {
    color: #144CCA;
    text-decoration: underline;
}

a.cartlink:hover {
    text-decoration: none;
}

table.cart {
    width: 714px;
    margin-bottom: 14px;
}

table.cart thead th.light, table.cart tbody td.left {
    padding-left: 7px !important;
}

table.cart tfoot tr {
    height: 21px;
    background-color: #022a82;
    color: #cdd0cd;
}

table.cart tfoot td {
    text-align: center;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 6px;
    vertical-align: middle;
}

form.cart div.buttons {
    float: right;
    margin-right: 5px;
}

form.cart input.button {
    height: 20px;
    font-size: 8pt;
}

form.cart input.button.clear {
    color: red;
}

a.linktoall {
	display: block;
	color: #A72727;
	font-size: 9pt;
	font-weight: bold;
	margin-left: 21px;
	margin-bottom: 12px
}

a.linktoall:hover {
	text-decoration: none;
}

