/* -*- mode: css; coding: utf-8 -*- */

body{
    margin: 0;
    font: 15px "Times", serif;
    background: black;
    color: white;
}

a {
    color: #d2ac67;
    text-decoration: none;
}
a:visited {
    text-decoration: underline;
    color: #efd4a3;
}
a:hover {
    text-decoration: underline;
    color: #efd4a3;
}

a img {
    border: 1px solid #d2ac67;
}

.PageOuter {
    margin: auto;
    overflow: hidden;
    min-width: 1000px;
    max-width: 1550px;
}

.Page {
    margin: auto;
    max-width: 1280px;
    background: black;
    -moz-box-shadow: 0 0 50px black, 0 0 15px black, 0 0 5px black;
    -webkit-box-shadow: 0 0 50px black, 0 0 15px black, 0 0 5px black;
    box-shadow: 0 0 50px black, 0 0 15px black, 0 0 5px black;
}

a.dark_link_type {
    color: #808080;
}

.coper {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #000000;
    background-color: #FFFFFF;
}
.zolotojj {
    color: #d2ac67;
    font-size: 19px;
}

.zolotoikomp {
    color: #d2ac67;
    font-size: 24px;
}
.sm_zolotojj{
    color: #d2ac67;
    font-size: 16px;
}

.x_repeat_background_type{
    background-repeat: repeat-x;
}
.y_repeat_background_type{
    background-repeat: repeat-y;
}

.container_slides_180_100 {
    width: 180px;
    height: 100px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.container_slides_160_160 {
    width: 160px;
    height: 160px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.top_menu_buttons {
    padding: 3px;
    border: 1px solid rgb(64,64,64);
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 4px;
    background: rgb(0,0,0);
}
.top_menu_buttons, .top_menu_buttons a {
    color: rgb(255,255,255);
}
.top_menu_buttons a {
    text-decoration: none;
}
.top_menu_buttons:hover {
    border: 1px outset;
}
.top_menu_buttons:active {
    border: 1px inset;
}

.FabricListItem {
    padding-bottom: 4px;
    background: url("img/fabric-list-item-dots.png") no-repeat left bottom;
    margin-bottom: 2px;
}

.HalfLink {
    color: #d2ac67;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.WebimClientObject {
    display: none;
    margin: 10px;
}

