root { 
    display: block;
}
html {
    background-color: #000;
    background-image: url(images/repeat_bg.png);
    background-repeat: repeat;
}
body {
    margin:  0px;
    padding:  0px;
    font-size:  14px;
    color: #c0bebe;
    font-family:  Arial, sans-serif;      
    background-image: url(images/fon_body.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
/*    height: 385px;*/
}
.imgleft {
    float: left;
    margin: 0px 20px 20px 0px;
}
.imgright {
    float: right;
    margin: 0px 0px 20px 20px;
}
img {
    border:  none;
}
a {
    color:  red;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #fff;
}
.clear_div {
    clear: both;
}
table.disklist {
    
}
table.disklist tr td {
    padding: 5px;
    text-align: center;
}
/*container*/
#container {
    width: 965px;
    margin: 0px auto 0px auto;
}

/*header_menu*/
#header_menu {
    /*    background-image: url(images/menu_left.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        padding-left: 5px;*/
    height: 55px;   
}
.header_menu_bg {
    background-image: url(images/menu_right.png);
    background-repeat: no-repeat;
    display: block;
    background-position: right bottom;
    padding-right: 5px;
    height: 55px;     
}
#header_menu .horlinks {
    display: block;
    background-image: url(images/menu_bg.jpg);
    background-repeat: repeat;   
    height: 55px;  
}
#header_menu a {
    font-size: 18px;
    color: #fff;
    height: 55px;
    background-image: url(images/menu_dots.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    width: 193px;
    float: left;
}
#header_menu a span {
    display: block;
    text-align: center;
    height: 55px;
    line-height: 53px;
}
#header_menu a.last {
    background-image: none;
}
#header_menu a:hover span {
    color: #c20606;
}
/*
#header_menu a:hover {
    background-color: #c20606;
    height: 55px;    
    padding: 17px 37px 16px 37px;
    background-image: none;
}
#header_menu a.selected {
    background-color: #c20606;
    height: 55px;
    padding: 17px 37px 16px 37px;
    background-image: none;
}
#header_menu a.last {
    background-image: none;
    padding: 17px 52px 16px 37px;
}
#header_menu a.last:hover {
    background-image: none;
    padding: 17px 52px 16px 37px;
}
*/
#header_menu a .hot1 {
    background-color: #c20606;
}
#header_menu a:hover .hot1 {
    background-color: black;
}

/*logo*/
#logo {
    width:  306px;
    height: 50px;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    display: block;
    margin: 31px 0px 0px 0px;
    float: left;
}
#logo a.logo_link {
    width:  306px;
    height: 50px;
    cursor:  pointer;
    display:  block;
}

/*contact_info*/
.icq {
    display: block;
    float: left;
    padding-left: 120px;
    padding-right: 25px;
    margin: 35px 0px 0px 0px;
    font-size: 20px;
}
.icq .icq_txt {
    display: block;
    clear: both;
    margin-bottom: 3px;
}
.numbers {
    display: block;
    float: left;
    padding-left: 25px;
    margin: 12px 0px 0px 0px;
    font-size: 20px;
    background-image: url(images/header_dots.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 75px;
}

/*langs*/
#langs {
    float: left;
    margin-top: 10px;
    margin-left: 30px;
}
#langs a {    
    margin-right: 9px;
}
#langs a img {
    width: 20px;
    height: 15px;
}

/*search*/
#search {
    margin-top: 7px;
    margin-right: 18px;
    height: 20px;
    float: right
}
#stdiv {
    width: 140px;
    height: 20px;
    float:  left;    
    display: block;
}
#stdiv input {
    border-style: none;
    background-color: transparent;
    width: 137px;
    height: 16px;
    font-size: 12px;
    padding: 2px 0px 2px 3px;
    background-image: url(images/search_txt.png);
    background-repeat: no-repeat;
}
#sbdiv {
    float:  left;
    width: 35px;
    height: 20px;
    display:  block;
    margin-left: 6px;  
    background-color: transparent;
}
#sbdiv input {
    width: 35px;
    height: 20px;
    background-image: url(images/search_but.png);
    background-repeat: no-repeat;
    background-position:  50% 50%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
#sbdiv input:hover,#sbdiv:hover {
    cursor: pointer;
}

/* search_result */
#search_result h1 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}
.searchresaults li {
    clear:both;
    margin-bottom: 15px;
}
.searchresaults a {
    color: #fff;
    display: block;
    text-decoration: underline;
}
.searchresaults a:hover {
    color: #C0BEBE;
}
.searchresaults li span.cat {
    font-size: 11px;
}
.searchresaults li span.title {
    font-size: 14px;
    margin-bottom: 2px;
    display: block;
}

/*baner*/
.head_baner {
    margin-top: 25px;    
}
.head_baner div {       
    float: right;
    margin-right: 2px;
}
.head_baner div div {
    float: right;
}
.red_gradient {
    background-image: url(images/header_red.png);
    background-repeat: repeat;
    /*background-color: #c20606;*/
    width: 965px;
    height: 35px;
    margin: 15px 0px 15px 0px;
}

/*disk_menu*/
#disk_menu {
    width: 952px;    
    margin: 20px auto 0px;
    padding-left: 5px;
}
#disk_menu .horlinks .menutitle {
    display: block;
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
}
#disk_menu .horlinks a {
    display: block;
    float: left;
    width: 117px;
    height: 130px;
}
#disk_menu .horlinks a img {
    position: relative;
    border: 1px solid #c20606;
    /*    margin-right: 1px;*/
    width: 117px;
    height: 117px;
    z-index: 1;
}
#disk_menu .horlinks a:hover img {
    position: relative;
    margin: -15px -15px -15px -15px;
    width: 147px;
    height: 147px;
    z-index: 100;    
}

/*content*/
#content {
    padding: 50px 6px 40px 6px;
    overflow: hidden;
    clear: both;
}

/*article_category_main*/
#article_category_main h5 {
    display: none;
}
#article_category_main ul {
    list-style-type: none;
    margin: 0px 0px 0px -10px;
    padding: 0px;
}
#article_category_main ul li {
    float: left;
    margin-left: 30px;
    position: relative;
    height: 300px;
    width: 285px;
    z-index: 100;
}
#article_category_main ul li .themesmall {
    display: block;
    position: absolute;
    top: 30px;
    left: 0px;
    border: 1px solid #c20606;
    background-repeat: no-repeat;
    width: 283px;
    height: 207px;
    z-index: 150;
}
#article_category_main ul li .title {
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#article_category_main ul li .itemsshortdescription {
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 200;
    padding: 5px 5px 5px 8px;
    width: 77px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.8em;
}
#article_category_main ul li .itemsshortdescription a {
    color: white;
}
/*article_main*/
#article_main h2 {
    margin:  0px 0px 18px 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 18px;
}

/*photogallery*/
#photogallary, #list_photo {
    width: 965px;
    overflow: hidden;
    display: block;
}
#list_photo h1 {
    display: none;
}
#photogallary h1 {
    font-size: 18px;
    font-weight:normal;
    margin: 0px 0px 14px 0px !important;
    padding: 0px 0px 0px 0px;
}
#photogallary .categorylist, #photogallary .photolist {
    margin-top: 7px;
}
#photogallary .categorylist .title h3 {
    font-size: 14px;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 37px;
    font-weight: normal;
    color: #C0BEBE;
    width: 270px;
    overflow: hidden;
    height: 35px;
    display: block;
    text-align: center;
}
#photogallary .photolist .title, #list_photo .title {
    color: #C0BEBE;
    padding-top: 10px; 
    display: block;
    width: 150px;
    display: block;
    overflow: hidden;
}
#list_photo .title {
    height: 30px;
}
.path {
    padding-bottom: 10px;
    text-align: right;
    padding-right: 30px;
}
 .path a {
    color: #C0BEBE;
    font-size:9px;    
    margin: 0px;
    padding: 0px;
}
#photogallary a:hover, #photogallary a:hover .title, #photogallary a:hover .title h3, #list_photo a:hover .title, #list_photo a:hover {
    color: #fff;
    cursor: pointer;
}
#photogallary ul {
    list-style-type: none;
    padding: 0px;
    display: block;
    margin: 0px 0px 0px 0px;
}
#photogallary li {
    float: left;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    height: 255px;
    text-align: center;   
}
#photogallary li a, #list_photo li a {
    cursor: pointer;
}
#photogallary .categorylist .themesmall {
    display: block;
    background-position: 50% 40%;
    width: 270px;
    height: 220px;
    margin-left: 37px;
    background-repeat: no-repeat;
}
#list_photo {
    position: relative;
}
#list_photo a.prevlink {
    margin-top: 0px;
}

/**/
#photogallary .photolist .itemlist {
    overflow: hidden;
    margin: 0px auto;
}
#photogallary .photolist .title {
    margin-left: 25px;
    width: 160px;
    text-align: center;
}
photogallary .photolist ul {
    margin: 0px 0px 20px 17px !important;
}
#photogallary .photolist .itemlist li  {
    display: block;
    margin: 0px 0px 20px 0px;
    height: 190px;
    font-size: 11px;
}
.smallitemlist #sliderbody .itemlist .title, 
#photogallary .photolist .itemlist .title {
    display: none;
}
#photogallary .photolist .itemlist .themesmall {
    display: block;
    background-repeat: no-repeat;
    margin-left: 25px;
    background-position: 50% 40%;
    width: 160px;
    height: 160px;
}
/*main photo */
#mainphoto {
    overflow: hidden;
}
#mainphoto .themesmallimg img {
    clear: both;
    display:block;
    background-position: 50% 50%;
    overflow: hidden;
    margin: 0px auto;
}
#list_photo ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
#list_photo li {
    padding: 0px;
    margin: 0px 0px 0px 9px;
    height: 190px;
    text-align: center;
    float: left;
    font-size: 11px;
}
#list_photo .themesmall {
    display: block;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: 50% 40%;
}
#list_photo .itemlist {
    display: block;
    margin-top: 30px;
}
#list_photo #description {
    margin: 10px 0px 0px 0px;
    text-align: center;
}
#list_photo .prevnext {
    padding-top: 10px;
}
#list_photo .prevlink {
    float: left;
    margin: 0px 0px 0px 11px
}
#list_photo .nextlink {
    float: right;
    margin: 0px 11px 0px 0px;
}

/*pages*/
.pages {
    clear: both;  
    float: right;
}
.pages a {
    margin-right: 7px;
    color: #C0BEBE;
    font-size: 12px;
    padding: 2px 5px 4px 5px;
}
.pages a.selected {
    font-weight: bold;
    background-color: #C0BEBE;
    color: black;
    
}
.pages a:hover, a:hover.prevlink, a:hover.nextlink, a:hover.link2all {
    color: #fff;
}
.prevnext {
    display: block;
    padding-top: 33px;
    font-size: 30px;
    height: 25px;
}
.nextlink {
    float: right;
    margin-top: 13px;
}
.prevlink {
    float: left;
    margin-top: 13px;
}
.prevnext a, a.link2all {
    color: #C0BEBE;
}
a.link2all {
    width: 590px;
    display: block;
    padding-top: 15px;
    clear: both;
    text-align: center;
}

/*outlinks*/
#outlinks h1 {
    font-size: 19px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 18px 0px;
}
/*error*/
.ee_error {
    color: red;
}
/*footer_ban*/
#footer_baner {
    clear: both;
}
.footer_baner div {
    float: left;    
    margin-bottom: 25px;
    margin-right: 10px;
}
/*footer*/
#footer {
    background-image: url(images/bg_opacity.png);
    background-repeat: repeat;
    height: 85px;
    margin-bottom: 35px;   
    clear: both;
    margin-bottom: 0px;
}
#footer .red_line {
    background-image: url(images/footer_red_line.png);
    background-repeat: no-repeat;
    /*background-color: #c20606;*/
    height: 9px;
    width: 965px;
}
#footer_menu {
    padding-top: 6px;
    padding-left: 8px;
    width: 650px;
    float: left;
    height: 20px;
}
#footer_menu a {
    font-size: 14px;
    line-height: 55px;
    color: #5a5b5a;
    height: 55px;
    background-image: url(images/dots_footer.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 17px 7px 16px 7px;
}
#footer_menu a:hover {
    color: #C0BEBE;
    padding: 17px 7px 16px 7px;    
}
#footer_menu a.last {
    background-image: none;
}
#copy {       
    padding-left: 15px;
    color: #2c2b2b;
    clear: both;    
}
#madeby {
    float:  right;
    padding-top: 25px;
    padding-right: 15px;
}
#madeby a {
    font-size:  10px;
    color: #2c2b2b;
    padding-left: 10px;
}
#madeby a.asign {
    padding-top: 5px;
    display: block;
}
#madeby a:hover.egnith {
    color: #71ac00;
}
#madeby a:hover.asign {
    color:  #e1960d;  
}
form input {
    width: 400px;
}
form input#ee_submit {
    width: 200px;
}
.cal2order{
    color: red;
    border: 1px solid red;
    padding: 2px 10px;
    line-height: 1.5em;
}
#bannerfl {
    float: right;
}
