body{
    width: 960px;
    margin: 0 auto;
    padding: 0;
    font: 12pt/120% "DejaVu Sans", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    background-color: #600;
    color:white;
}
/*
h1, h2, h3, h4, h5, h6, p {
    padding: 0.5em;
}
*/
h1{
    color: #f90;
    height: 50px;
    padding: 40px 0px 0px 0px;
    margin: 0px;
    font-size: 35pt;
    text-align: center;
    font-weight: bold;
    font-family: "Bookman Old Style", "Times New Roman", Times, serif;
}

h2{
    color: #fff;
    height: 40px;
    padding: 0px;
    margin: 0px;
    font-size: 12pt;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

h3, caption {
    color: #f90;
    height: 30px;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

h4{
    font-size:125%;
}

h5{
    font-size:115%;
}

h6{
    font-size:105%;
    font-weight:bold;
    color: #000;
    
}
strong{
    font-weight:bold;
}

p{
    text-indent: 1em;
    text-align:justify;
}

small {font-size:80%;}

big {font-size:120%;}

hr{border-color: #f90;}

.punkt>li {
    list-style-image: url("/skins/default/img/marker.gif");
    list-style-position: inside;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}


form input[type="submit"]{
    float: right;
}
form input[type="file"]{
    background-color:white;
}



#header, #footer {
    min-width: 750px;
    width: 100%;
}

#header p {
    color: #660000;
    height: 30px;
    padding: 0px 10px 0px 0px;
    margin: 0px;
    font-size: 12pt;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color:#966;
    background-image: url("/skins/default/img/line_10x30.gif");
}

#footer {
    background-image:url("/skins/default/img/line_10x30.gif");
    background-repeat: repeat-x;
    clear:both;
    height: 30px;
    font-weight: bold;
    font-size: 10pt;
    text-align:right;
    padding-bottom: 10px;
    color: #fff;
}
#footer p {
    padding-right: 10px;
}
#footer a {
    color: #600;
    text-decoration: none;
}

#sidebar{
    display: block;
    width: 200px;
    font-size: 80%;
    text-align: left;
}
#sidebar p{
    text-indent: 0px;
    text-align: left;
}

#content{
    display: block;
    width: 730px;
}

#logo{
    float: left;
    width: 230px;
}

#main_menu{
    list-style: none;
    float:left;
    width:200px;
    margin: 10px 20px 20px 0px;
    padding: 0px;
    text-align: left;
    font-size: 12pt;
    font-weight: bold;
    min-height: 250px;
}

#main_menu li a { /* позиции-ссылки */
    width: 100%;
    background-color: #966;
    color: #fff;
    border-top: 1px solid #999;
    border-right: 1px solid #000;
    border-bottom: 2px solid #000;
    text-decoration: none;
    text-indent: 0px;
    display: block;
    padding: 5px 5px 5px 10px;
    margin: 3px 0px;
}

#main_menu li a:hover {
    background-color: #999;
    border-top: 1px solid #000;
    border-right: 1px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 6px 5px 4px 10px;
}

#main_menu li a:active {
    background-color: #f90;
    padding: 6px 5px 4px 10px;
}
#main_menu li a.active { /* текущая позиция в меню */
    width: 100%;
    background-color: #f90;
    color: #fff;
    border-top: 1px solid #999;
    border-right: 1px solid #000;
    border-bottom: 2px solid #000;
    text-decoration: none;
    text-indent: 0px;
    display: block;
    padding: 5px 5px 5px 10px;
    margin: 3px 0px;
}

/* ----------  главное меню - подменю ------------------- */

#main_menu ul li {
    list-style-image: url("/skins/default/img/marker.gif");
    list-style-position: inside;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main_menu ul li a {
    color: #fff;
    background-color: #600;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 9pt;
    font-weight: bold;
    border: none;
    text-indent: -15px;
    padding-left: 20px;
    margin: 0px;
}

#main_menu ul li a:hover {
    color:#f90;
    background-color: #600;
    border: none;
    text-indent: -15px;
    padding-left: 20px;
    margin: 0px;
}

#main_menu ul li a:active {
    color:#fff;
    background-color: #f90;
    border: none;
    text-indent: -15px;
    padding-left: 20px;
    margin: 0px;
}



.last_update {
    text-align:center;
    color: #966;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 20px;
}





.left{
    float: left;
}
.right{
    float: right;
}
.center{
    margin-left: auto;
    margin-right: auto;
}


.go_top {
    float:right;
    clear: both;
    margin: 5px;
    color: #ff9900;
    text-decoration: none;
    font-size: 8pt;
    border-top: none;
    border-right: 1px solid #ff9900;
    border-bottom: 1px solid #ff9900;
    border-left: 1px solid #ff9900;

    padding: 2px 7px;
}

.go_top:hover {
    color: #ffffff;
    border-top: none;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}


/* ***********************   окно ввода данных   *********************** */
.enter{
    width: 30em;
}
.enter input[type=text], .enter input[type=password]{
    width: 80%;
    margin-bottom: 1em;
}
.enter input[size]{
    width: auto;
}

/* ***********************   ошибки   *********************** */
.error_lang{ 
    color: #999;
}
.error_lang:before{ 
    content: url(/skins/default/img/error_on.gif);
    vertical-align: -30%;
}


/* ***********************   флаги   *********************** */
.flags{
    display: block;
    clear: both;
    text-align: right;
    color: green;
}
.flags img{
    display: inline-block;
    padding: 2px;
    width: 54px;
    height: 36px;
    vertical-align: -40%;
}
.flags a.selected{
    margin-right: 1em;
}

/* =============================== Прайс ================================ */
.price {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 11pt;
    margin: 0px 0px 15px 0px;
    padding: 10px 0px;
    width: 100%;
}

.price thead th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #f90;
    padding: 2px 5px;
    font-weight: bold;
}

.price tfoot th {
    background-color: #f90;
    height: 5px;
}

.dark {
    background-color: #600;
}

.light {
    background-color: #966;
}

.price tbody td {
    border-bottom: 1px solid #966;
}

.price tbody tr:hover {
    background-color: #999;
}

.price td, .price th{
    text-align: center;
}
.price td:first-child {
    text-align: left;
}

.price a{
    text-decoration: none;
    color: #fff;
    display:block;
}
