* {
    font-size: 12px;
    font-family: arial;
    text-decoration: none;
}

h1 {
    font-size: 24px;
    color: #8D2626;
    margin: 0px;
    padding: 0px;
}

.bot {
    color: #ffffff;
}

.bot0 {
    font-size: 14px;
    font-weight: bold;
    color: #E70012;
    display: block;
    padding: 10px 0px;
}

.cat_lin {
    font-size: 14px;
    font-weight: bold;
    color: #E70012;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #E70012;
}

.bot2 {
    color: #ffffff;
    line-height: 20px;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

.he1 {
    line-height: 11px;
    color: #777777;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.he2 {
    margin: 0px;
    padding: 0px;
}

.serc {
    width: 133px;
    height: 13px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

a.men {
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

a.men3 {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.men2 {
    color: #8D2626;
}

a.men:hover {
    text-decoration: underline;
}

h2 {
    font-size: 24px;
    color: #FF2F2F;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-size: 16px;
    color: #FF2F2F;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.incen {
    margin: 0px 10px 0px 0px;
    padding: 0px 10px 0px 0px;
}

img {
    border: 0px;
}

.sert {
    color: #CCCCCC;
    text-align: center;
}

#cendiv {
    width: 25%;
    text-align: center;
    padding: 5px 0px;
}

#cenfr {
    padding: 0px 5px;
}

sup {
    font-size: 9px;
}

.catsp {
    color: #CC0000;
    line-height: 12px;
}

.htable {
    float: left;
    width: 860px;
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 50px;
}

.hcaption {
    text-align: left;
    font-size: 12pt;
    line-height: 150%;
    font-family: "Arial", Helvetica, sans-serif;
}

.htable td, th {
    border: 1px solid #000000;
    padding: 4px 3px 3px 3px;
    text-align: center;
}

.htable th {
    color: #000;
    background-color: #ffffff;
    font-size: 10pt;
    font-family: "Arial", Helvetica, sans-serif;
}

.htable td {
    font-family: "Arial", Helvetica, sans-serif;
    color: #000000;
    font-size: 10pt;
    font-family: "Arial", Helvetica, sans-serif;
}

.htable tr.alt td {
    background-color: #eae4dd;
}

.gallery {
    padding: 10px;
    padding-bottom: 5px;
    text-align: center;
}

.flame, .flame:hover {
    background-color: white;
    border-radius: 2px;
    color: #000000;
    position: absolute;
    margin: 2px;
    height: 22px;
    width: 128px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

/* CSS СЛАЙДЕРА */
#slider-wrap { /* Оболочка слайдера и кнопок */
    width: 380px;
}

#slider { /* Оболочка слайдера */
    width: 969px;
    height: 335px;
    overflow: hidden;
    border: #eee solid 10px;
    position: relative;
}

.slide { /* Слайд */
    width: 100%;
    height: 100%;
}

.sli-links { /* Кнопки смены слайдов */
    margin-top: 10px;
    width: 969px;
    text-align: center;
}

.sli-links .control-slide {
    margin: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(img/radioBg.png) center bottom no-repeat;
}

.sli-links .control-slide:hover {
    cursor: pointer;
    background-position: center center;
}

.sli-links .control-slide.active {
    background-position: center top;
}

#prewbutton, #nextbutton { /* Ссылка "Следующий" и "Педыдущий" */
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-indent: -999px;
    background: url(img/arrowBg.png) left center no-repeat;
    opacity: 0.8;
    z-index: 3;
    outline: none !important;
}

#prewbutton {
    left: 10px;
}

#nextbutton {
    right: 10px;
    background: url(img/arrowBg.png) right center no-repeat;
}

#prewbutton:hover, #nextbutton:hover {
    opacity: 1;
}

#toTop {
    position: fixed;
    bottom: 100px;
    right: 50px;
    background: #2E2E2E;
    cursor: pointer;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

#toTop:hover {
    text-decoration: none;
}