.bc { width: 100%; }
.bc td { padding: 10px; border-bottom: 1px solid #ccc; vertical-align: top; line-height: 1;}
.bc tr:hover td { background: #f5f5f5; }
.bc tr:last-of-type td { border-bottom: none; }
.bc tr.spec td { background: #fffccb; }
.bc td .a { color: #af2a30; text-decoration: underline; font-weight: normal; }
.bc td .a:hover { text-decoration: none; }
.bc .metrage { font-weight: bold; font-size: 14px; text-align: right; padding-right: 30px; }
.bc .price { padding-left: 30px; color: #f04040; text-align: right;}
.bc .price a, .bc .price span { display: inline-block; }
.bc .price span { padding-top: 10px; }
.bc .price a { border-bottom: 1px dashed #f04040; color: #f04040; font-size: 14px; font-weight: bold; }
.bc .price a:hover { border-bottom: 1px dashed transparent; }
.bc .price .hide { display: none; }
.bc_descr { border-top: 1px solid #ccc; padding: 15px 10px; line-height: 1.3; margin: 100px 0 0 0; }