* {
    font: normal 12px Tahoma;
    color: #404040;
}
body{
    padding: 0;
    margin: 0;
    background-image: url('../source/background.png');
    background-repeat: repeat;
    background-color: white;
}
a{
    outline: none;
}
img{
    border: 0;
}
hr{
    width: 100%;
    border: 0;
    height: 1px;
    background-color: white;
    color: gray;
}
fotm{
    padding: 0;
    margin:0;
}
div.scale{
    margin: 0px auto 0px auto;
    width: 1000px;
    min-height: 700px;
    padding: 20px 0 20px 0;
}
table.main{
    width: 1000px;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}
table.main td.head{
    padding: 0;
    margin: 0;
}
table.main *{
    color: white;
}

table.main input,
table.main select,
table.main option{
    color: black;
    font-size: 11px;
}

table.main td{
    border-top: none;
}

table.main td.head{
    vertical-align: top;
    background-image: url(../source/header.png);
    background-repeat: no-repeat;
    height: 228px;
}

table.main td.head_main{
    vertical-align: top;
    background-image: url(../source/header_main.png);
    background-repeat: no-repeat;
    height: 168px;
    padding: 0;
}

table.main td.pages_top{
    height: 11px;
    background-image: url(../source/pages.png);
}

table.main td.catalog_top{
    height: 11px;
    background-image: url(../source/catalog.png);
}

table.main td.first_top{
    height: 11px;
    background-image: url(../source/first_page.png);
    background-repeat: no-repeat;
}

table.main td.first_body{
    background-image: url(../source/high_ground.png);
    background-repeat: repeat-x;
    background-position: top;
    padding: 10px;
    padding-top: 0;
    background-color: #9b0400;
}

table.main td.high_body,
table.main td.catalog_body{
    background-image: url(../source/high_ground.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #9b0400;
    width: 637px;
    padding: 10px 30px 20px 30px;
    padding-top: 0;
    font-family: Arial;
    font-size: 12px;
    vertical-align: top;
    border-bottom: 1px solid #810201;
}

table.main td.catalog_body{
    width: 697px;
    padding: 10px 8px 20px 8px;
}

table.main td.left_border{
    border-left: 1px solid #810201;
}

table.main td.right_border{
    border-right: 1px solid #810201;
}

table.main td.low_body{
    background-image: url(../source/low_page.png);
    background-repeat: repeat-y;
    border-bottom: 1px solid #810201;
    width: 279px;
    padding: 10px;
    padding-top: 0;
    font-family: Arial;
    font-size: 12px;
    vertical-align: top;
}

table.main td.last_top{
    height: 11px;
    background-image: url(../source/last_page.png);
    background-repeat: no-repeat;
    padding: 0px;
}

table.main td.last_body{
    background-image: url(../source/last_ground.png);
    background-repeat: repeat;
    background-color: #9b0400;
    border: none;
    padding: 10px;
    padding-top: 0;
    font-family: Arial;
    font-size: 12px;
    vertical-align: top;
}

table.main td.foot{
    background-image: url(../source/last_ground.png);
    background-repeat: repeat-y;
    border-bottom: 1px solid #810201;
    height: 90px;
    padding: 10px;
}

h1{
    padding: 0 0 25px 20px;
    margin: 0;
    font-size: 26px;
    font-weight: normal;
}
h1:before{
    content: "| ";
    font-size: 30px;
}

h2{
    padding: 0 0 10px 10px;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

h3{
    font: normal 18px Arial;
    margin: 0;
}
h4{
    font: normal 500 11px Tahoma;
    text-transform: uppercase;
    margin: 0;
}

h5{
    font: normal 500 9px Tahoma;
    margin: 0;
}

table.menu{
    width: 100%;
}

table.menu{
    margin: 0 0 0 auto;
    width: 200px;
}

table.menu td.short{
    font-size: 10px;
    padding: 10px 0 0 0;
}

table.menu td.short a{
    font-size: 10px;
    padding-right: 20px;
    white-space: nowrap;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 14px;
}
table.menu td.short a.home{
    background-image: url(../source/home.gif);
}

table.menu td.short a.email{
    background-image: url(../source/mail.gif);
}

table.menu td.short a.map{
    background-image: url(../source/map.gif);
}

ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}
td.head ul.menu{
    padding-top: 173px;
}

td.head_main ul.menu{
    padding-top: 113px;
}

ul.menu li {
    display: inline;
}
ul.menu li a {
    display: block;
    padding: 8px 10px 7px 0px;
    font: bold 13px Arial;
    float: left;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    background-image: url('../source/menu.png');
    background-repeat: no-repeat;
    color: #bd1918;
    width: 130px;
    text-transform: uppercase;
}
ul.menu li a.select {
    color: #dd3938;
}
ul.sub {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2;
    visibility: hidden;
    border: 1px solid #ae8180;
    border-top: 0;
    filter: alpha(opacity=95);
    opacity: 0.95;
}
ul.sub li a {
    display: block;
    padding: 6px 15px 6px 15px;
    text-decoration: none;
    cursor: pointer;
    background-color: #d6d6d6;
    color: #bd1918;
}
ul.sub li a.select {
    background-color: #e6e6e6;
}
ul.suber {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2;
    visibility: hidden;
    border: 1px solid #ae8180;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
ul.suber li a {
    display: block;
    padding: 6px 15px 6px 15px;
    text-decoration: none;
    cursor: pointer;
    background-color: #d6d6d6;
    color: #bd1918;
}
ul.suber li a.select {
    background-color: #e6e6e6;
}

table.bottom{
    width: 100%;
}
table.bottom td.right{
    text-align: right;
    font-size: 10px;
}
table.bottom td.center{
    text-align: center;
}
table.submenu{
    width: 100%;
}
table.submenu td{
    text-align: center;
    font-size: 11px;
}
table.submenu td a{
    font-size: 11px;
    text-decoration: none;
    padding: 0 8px 0 8px;
    text-transform: uppercase;
}
table.submenu td a:hover{
    text-decoration: underline;
}
div.map {
    display: block;
    float: left;
    min-width: 180px;
    padding: 0 5px 10px 5px;
}
div.map ul {
    list-style: none;
    margin: 0;
}

div.map a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    padding: 2px 0 2px 0px;
    white-space: nowrap;
}

div.map a:hover {
    text-decoration: underline;
}

table.info{
    border: 1px dashed white;
    margin-bottom: 10px;
    width: 100%;
}

table.info img{
    padding: 5px;
}

table.info a{
    text-decoration: none;
    font-size: 10px;
    font-family: Arial;
    color: white;
}

table.item{
    border-bottom: 1px dashed white;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

table.item td{
    padding: 10px;
    padding-top: 0;
    vertical-align: top;
}

table.item td.illustration{
    width: 150px;
}

table.item td.right{
    float: right;
}

table.item a{
    text-decoration: none;
}

div.catalog table.expand,
div.catalog table.collapse,
div.catalog table.last,
div.catalog table.cross{
    border-collapse: collapse;
}

div.catalog td.command{
    width: 16px;
    height: 16px;
}

div.catalog table.expand td.command{
    background-image: url(../source/expand.gif);
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
}

div.catalog table.collapse td.command{
    background-image: url(../source/collapse.gif);
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
}

div.catalog table.last td.command{
    background-image: url(../source/last.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

div.catalog table.cross td.command{
    background-image: url(../source/cross.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

div.catalog table.expand td.line,
div.catalog table.collapse td.line,
div.catalog table.cross td.line{
    background-image: url(../source/line.gif);
    background-position: left;
    background-repeat: repeat-y;
}
div.catalog table.collapse table{
    display: none;
}
table.order{
    width: 100%;
    border-collapse: collapse;
}
table.order td{
    border: 1px solid white;
}
table.order a.button{
    background: none;
    padding: 0;
    margin: 10px 5px -5px 5px;
}
span.date{
    float: right;
    font: normal 7px Tahoma;
}
span.news{
    font: normal 11px Tahoma;
}
div.screen{
    width: 1000px;
    height: 330px;
    margin: 0 -10px 0 -10px;
}
div.screen div.pool{
    height: 300px;
    background-repeat: no-repeat;
}
div.screen div.panel{
    padding: 8px;
    display: inline-block;
    float: right;
}
div.screen div.status{
    float: left;
    display: inline-block;
    cursor: pointer;
    width: 8px;
    height: 8px;
    padding: 2px;
    background-repeat: no-repeat;
    background-position: center;
}
div.screen div.usual{
    background-image: url(../source/status_usual.png);
}
div.screen div.actual{
    background-image: url(../source/status_actual.png);
}

div.item{
    width: 143px;
    height: 270px;
    border: 1px dashed white;
    display: inline-block;
    float: left;
    margin: 8px;
    padding: 5px;

    overflow: hidden;
}
div.section{
    height: 200px;
}
div:hover.item{
    background-color: #be0301;
}
div.item a{
    text-decoration: none;
}
span.buy{
    cursor: pointer;
    display: block;
    font: normal 500 12px Tahoma;
    text-transform: uppercase;
    color: #810201;
    background-color: white;
    margin: 5px 0 0 auto;
    text-align: center;
    width: 70px;
}
span.full_buy{
    cursor: pointer;
}
span.full_buy *{
    display: inline-block;
    vertical-align: middle;
}
