body {font-family: Verdana; background-color: black; }
a {
    color: brown;
}
a:hover {
    color: red;
}

.shield {
    position: absolute;
    right: 0; width: 400px;
    background-image: url(images/menu_back_2.gif);
    background-repeat: no-repeat;
    padding-top: 70px;
}

.header {background-color: black; height: 220px;}
#header_center {background-image: url(images/head_back.jpg); vertical-align: top; width: 100%;}

.shield_block {
    color: white;
    text-align: center;
    background-image: url(images/head_fire_back.jpg); 
    vertical-align: top; 
    width: 300px;
}
#menu_block {padding-right: 73px; height: 250px;}

.menu	a{
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: white;
    text-decoration: none;
    padding: 5px;
    width: 130px;
}
.menu	 a:hover{
    background-color: #FFC68C; /*Фоновый цвет ячейки при наведение курсора*/
    color: #000000;  /*Цвет текста при наведении курсора*/
}

.table {width: 100%; height: 100%;}
.table2 {height: 100%; width: 100%;}
.table3 {height: 95%;}

.main_string {
    vertical-align: top; background-color: #E4E4E4;
}

.match {
    background-image: url(images/match_back.jpg);
    width: 280px;
    height: 100%;
    float: left;
}

.main_bar {font-size: 12px;}

.child a{
    font-family: Verdana;
    font-size: 13px;
    color: black;
    padding-right: 10px;
}
.child a:hover{
    color: #FF8000;  /*Цвет текста при наведении курсора*/
}

.bottom_lnk:link {
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none;
    text-align: right;
}
.bottom_lnk:visited {
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none;
    text-align: right;
}
.bottom_lnk:active {
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none;
    text-align: right;
}
.bottom_lnk:hover {
    COLOR: #FF8000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none;
    text-align: right;
}



.bottom:link {
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none;
    text-align: right;
}
.bottom:visited {
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none;
    text-align: right;
}
.bottom:active {
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none;
    text-align: right;
}
.bottom:hover {
    COLOR: #FF8000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none;
    text-align: right;
}

.sign {background-color: black; color: white; height: 30px;}

.standarts {position: absolute; top: 90%; left: 105px;}

A IMG {
    border: none; /* Убираем границу ссылки-картинки */
}

.categories {
    background-color: #DDEEFF;
    font-size: 13px;
    width: 100%;
    border: 1px solid #acacac;
    margin-bottom: 10px;
    padding: 10px;
    display: table;
}
.cat a{
    font-family: Verdana;
    font-size: 13px;
    color: black;
    padding-right: 10px;
    float: left;
}
.cat	 a:hover{
    color: #FF8000;  /*Цвет текста при наведении курсора*/
}

#products_head {
    text-align: center;
    background-color: #E7F5F2;
    font-weight: bold;
}
table.products td {
    padding: 0.5ex;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    border: 1px solid #acacac;
}

#new_block {
    display: table;
    padding-bottom: 5px;
}
#new_title_ {
    font-weight: bold;
    color: brown;
    font-size: 15px;
}
#new_title a {
    font-weight: bold;
    color: brown;
}
#new_title a:hover {
    font-weight: bold;
    color: red;
}
#new_date { font-style: italic; }
#new_img {
    padding:5px 10px 10px 0px;
}
