.tooltip {display:inline;position:relative;top:70px;} 
 .tooltip:hover:after {background:#333;background:rgba(0,0,0,.8);border-radius:5px;bottom:26px;color:#fff; content:attr(title);left:20%;padding:5px 15px;position:absolute;z-index:4;width:220px;} 
 .tooltip:hover:before {border: solid;border-color:#333 transparent; border-width:6px 6px 0 6px;bottom:20px;content:"";left:50%;position:absolute;z-index:5;}

.cell_coment { 
 position: relative; 
 } 
 .coment_info { 
 position: relative; 
 text-align: justify; 
 color: #555; 
 background: #fff; 
 border: 1px solid #dddddd; 
 padding: 10px; 
 margin-bottom: 5px; 
 border-radius: 4px; 
 } 
 .coment_os { 
 overflow: hidden; 
 } 
 .tip { 
 position: absolute; 
 top: 10px; 
 left: -7px; 
 height: 13px; 
 width: 9px; 
 background: url("http://usite.su/images/1b460b53f69d.png") no-repeat top left; 
 } 
 .avacoment { 
 
 } 
 .avacoment img { 
 padding: 5px; 
 border: 1px solid #fff; 
 border-radius: 4px; 
 } 
 .avacoment input { 
 width: 57px; 
 border-radius: 2px; 
 border:1px solid #fff; 
 margin-top:5px; 
 color:#b5b5b5; 
 } 
 .comlink { 
 font: 700 12px "Arial"; 
 color: #f23030 !important; 
 margin-bottom: 5px; 
 } 
 .comlink a { 
 font: 700 12px "Arial"; 
 color: #f23030 !important; 
 text-decoration: none !important; 
 } 
 
 .comlink a:hover { 
 text-decoration: none !important; 
 } 
 
 .commTd20 { 
 border-radius: 2px; 
 border:1px solid #fff; 
 background: #fff; 
 } 
 
 .data { 
 float: right; 
 color:#3c3c3c; 
 font: 700 10px "Arial"; 
 } 
 .linkotvet { 
 margin-top:3px; 
 } 
 
 .linkotvet a { 
 border-radius: 2px; 
 border:1px solid #ccc; 
 font: 400 11x "Arial"; 
 color: #ccc; 
 text-decoration: none !important; 
 padding:1px; 
 }
/* Carousel */
.container_car {
 position:relative;
 overflow:hidden;
}
.clear {
 clear:both;
 display:block;
 overflow:hidden;
 visibility:hidden;
 width:0;
 height: 0;
} .carousel {
 position:relative;
 margin:0 auto;
 padding:0px 30px;
}
.carousel, .carousel_mask {
 width:560px;
 wwidth:367px;
 wwidth:170px;
}
.carousel_btn_left, .carousel_btn_right {
 display:none;
 position:absolute;
 background:url("http://mvcreative.ru/example/13/images/btn_carousel.png") no-repeat 0px 0px;
 width:15px;
 height:20px;
 top:50px;
}
.carousel_btn_left {
 left:10px;
}
.carousel_btn_right {
 background:url("http://mvcreative.ru/example/13/images/btn_carousel.png") no-repeat 0px -20px;
 right:10px;
}
.carousel_btn_left:active, .carousel_btn_right:active{ margin-top:1px; }
.carousel_mask {
 position:relative;
 overflow:hidden !important;
}
.carousel ul.carousel_items {
 position:relative;
 margin:0px;
}
.carousel ul.carousel_items li {
 float:left;
 margin-right:19px;
}
.carousel ul.carousel_items li img {
 width:90px;
 height:60px;
} .img_frame {
 display:inline-block;
 margin:4px;
 padding:5px;
 background-color:#fff;
 line-height:0px;
 border:1px solid #c0c1c2;
 -moz-border-radius:3px;
 border-radius:3px;
 box-shadow:0px 0px 4px 0px rgba(0,0,0,0.12);
}
.img_frame .container_car ul {position:absolute;}
.img_frame .container_car ul li {
 margin:0px;
 padding:0px;
 width:100%;
 overflow:hidden;
}
.img_frame a.description {
 display:block;
 padding:5px 8px;
 background-color:#ffd86a;
 color:#555;
 line-height:16px;
 font-size:12px;
 text-decoration:none;
}
.img_frame a.description h4 {padding:0px;}

/* TABS */
.accordion-tabs {
 *zoom: 1;
 width: 100%;
 border: 1px solid #dddddd;
 border-radius: 0.1875em;
 margin-bottom: 1.5em;
 margin-left:0;
 padding-left:0;
}
 .accordion-tabs:before,
 .accordion-tabs:after {
 content: " ";
 display: table;
 }
 .accordion-tabs:after {
 clear: both;
 }
 .accordion-tabs li{
 list-style:none;
 }
 .accordion-tabs li.tab-head-cont:first-child a {
 border-top-left-radius: 0.1875em;
 border-top-right-radius: 0.1875em;
 border-top: 0;
 }
 .accordion-tabs li.tab-head-cont:last-child a {
 border-bottom-left-radius: 0.1875em;
 border-bottom-right-radius: 0.1875em;
 }
 .accordion-tabs li.tab-head-cont a {
 text-decoration:none;
 border-top: 1px solid #dddddd;
 color: #888888;
 display: block;
 padding: 0.75em 0.809em;
 }
 .accordion-tabs li.tab-head-cont a:hover {
 color: #000000;
 }
 .accordion-tabs li.tab-head-cont a:focus {
 outline: none;
 }
 .accordion-tabs li.tab-head-cont a.is-active {
 background-color: #f7f7f7;
 border-bottom: 0;
 color:#333333;
 }
 .accordion-tabs li.tab-head-cont section {
 padding: 1.5em 1.618em;
 background: #f7f7f7;
 display: none;
 overflow: hidden;
 width: 100%;
 }
 
/* RESPONSIVE */
@media screen and (min-width: 40em) {
 .accordion-tabs {
 border: none;
 position: relative;
 }
 .accordion-tabs li.tab-head-cont {
 display: inline;
 }
 .accordion-tabs li.tab-head-cont:last-child a {
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
 }
 .accordion-tabs li.tab-head-cont a {
 display: inline-block;
 vertical-align: baseline;
 zoom: 1;
 *display: inline;
 *vertical-align: auto;
 border-top: 0;
 border-top-right-radius: 0.1875em;
 border-top-left-radius: 0.1875em;
 }
 .accordion-tabs li.tab-head-cont a.is-active {
 background-color: #f7f7f7;
 border: 1px solid #dddddd;
 border-bottom: 1px solid #f7f7f7;
 margin-bottom: -1px;
 }
 .accordion-tabs li.tab-head-cont section {
 border-bottom-left-radius: 0.1875em;
 border-bottom-right-radius: 0.1875em;
 border: 1px solid #dddddd;
 float: left;
 left: 0;
 padding: 0.75em 0.809em;
 }
 .accordion-tabs li.tab-head-cont section p {
 -webkit-columns: 2;
 -moz-columns: 2;
 columns: 2;
 }
} 
/* Вид новостей для кино сайтов на uCoz 
 ------------------------------------------*/ 
 .cell-news { 
 float:left; 
 width:660px; 
 margin-top: 15px; 
 margin-left: 18px; 
 background: #000; 
 border-radius:3px; 
 padding: 15px 15px 15px 15px; 
 border: 1px solid #000000 
 } 

 .cell-news-l { 
 float:left; 
 width:200px; 
 margin-right: 15px; 
 
 } 

 .cell-news-r { 
 float:left; 
 width:420px; 
 } 

 .cell-news-l-img { 
 width:170px; 
 height:150px; 
 margin-bottom: 5px; 
 border-radius:3px; 
 } 

 .cell-news-rating { 
 width:100%; 
 } 

 .cell-news-rating img{ 
 margin-top: 2px; 
 } 

 .cell-news-rating-os{ 
 margin-left: 10px; 
 background: #000000; 
 padding: 3px 10px 3px 10px; 
 text-shadow: 1px 1px 1px #469943; 
 font-weight: bold; 
 color:#fff; 
 border-radius:3px; 
 } 

 .cell-news-r h2 { 
 margin:0; 
 float:left; 
 width:100%; 
 padding-bottom: 10px; 
 border-bottom: 1px solid #000000; 
 font: 125% Verdana,Arial,Helvetica, sans-serif; 
 font-weight: 700; 
 } 

 .cell-news-top{ 
 float:left; 
 width:100%; 
 padding: 5px 0px; 
 border-bottom: 1px solid #D6D6D6; 
 font:9px Verdana,Arial,Helvetica, sans-serif; 
 color:#999; 
 } 

 .cell-news-center{ 
 float:left; 
 width:100%; 
 margin:0; 
 min-height: 163px; 
 padding: 10px 0px; 
 border-bottom: 1px solid #D6D6D6; 
 font:7px 1.5 Verdana,Times New Roman,Helvetica, sans-serif; 
 text-align:justify; 
 } 

 .cell-news-bottom{ 
 float:left; 
 width:100%; 
 font-weight: bold; 
 padding: 10px 0px 0px 0px; 
 } 

 .left {float:left;} 
 .right {float:right;} 
.tooltip {display:inline;position:relative;top:70px;} 
 .tooltip:hover:after {background:#333;background:rgba(0,0,0,.8);border-radius:5px;bottom:26px;color:#fff; content:attr(title);left:20%;padding:5px 15px;position:absolute;z-index:4;width:220px;} 
 .tooltip:hover:before {border: solid;border-color:#333 transparent; border-width:6px 6px 0 6px;bottom:20px;content:"";left:50%;position:absolute;z-index:5;}

.cell_coment { 
 position: relative; 
 } 
 .coment_info { 
 position: relative; 
 text-align: justify; 
 color: #555; 
 background: #fff; 
 border: 1px solid #dddddd; 
 padding: 10px; 
 margin-bottom: 5px; 
 border-radius: 4px; 
 } 
 .coment_os { 
 overflow: hidden; 
 } 
 .tip { 
 position: absolute; 
 top: 10px; 
 left: -7px; 
 height: 13px; 
 width: 9px; 
 background: url("http://usite.su/images/1b460b53f69d.png") no-repeat top left; 
 } 
 .avacoment { 
 
 } 
 .avacoment img { 
 padding: 5px; 
 border: 1px solid #; 
 border-radius: 4px; 
 } 
 .avacoment input { 
 width: 57px; 
 border-radius: 2px; 
 border:1px solid #e1e1e1; 
 margin-top:5px; 
 color:#b5b5b5; 
 } 
 .comlink { 
 font: 700 12px "Arial"; 
 color: #f23030 !important; 
 margin-bottom: 5px; 
 } 
 .comlink a { 
 font: 700 12px "Arial"; 
 color: #f23030 !important; 
 text-decoration: none !important; 
 } 
 
 .comlink a:hover { 
 text-decoration: underline !important; 
 } 
 
 .commTd20 { 
 border-radius: 2px; 
 border:1px solid #ccc; 
 background: #fff; 
 } 
 
 .data { 
 float: right; 
 color:#3c3c3c; 
 font: 700 10px "Arial"; 
 } 
 .linkotvet { 
 margin-top:3px; 
 } 
 
 .linkotvet a { 
 border-radius: 2px; 
 border:1px solid #ccc; 
 font: 400 11x "Arial"; 
 color: #ccc; 
 text-decoration: none !important; 
 padding:1px; 
 }
/* Коричневый вариант ajax окон 
 ----------------------------------------------*/ 
 .xt {background:transparent url(http://webo4ka.ru/Ucoz5/6_variant_ajax/korichnevii/tool-sprites.png) no-repeat!important; margin-left:5px!important; margin-top:6px!important;} 
 .xt-close{background-position:0 0!important;} 
 .xt-close-over{background-position:-15px 0!important;} 
 .xt-mini{background-position:0 -15px!important;} 
 .xt-mini-over{background-position:-15px -15px!important;} 
 .xt-maxi{background-position:0 -30px!important;} 
 .xt-maxi-over{background-position:-15px -30px!important;} 
 .xt-rest{background-position:0 -45px!important;} 
 .xt-rest-over{background-position:-15px -45px!important;} 
 .xw-hdr { text-align:left!important; padding:0px 5px 0px 0px!important; height:25px!important; } 
 .xw-hdr-text {font:11px Verdana,Arial,sans-serif!important; font-weight: bold!important; color:#F3F8FE!important; text-shadow: 1px 1px 1px #1f3370!important; vertical-align:3px!important; cursor:default!important; line-height:25px!important; } 
 .xw-tl {background: url(http://webo4ka.ru/Ucoz5/6_variant_ajax/korichnevii/top_l.png) no-repeat left!important;} 
 .xw-tc {background: url(http://webo4ka.ru/Ucoz5/6_variant_ajax/korichnevii/top_c.png) top!important;} 
 .xw-tr {background: url(http://webo4ka.ru/Ucoz5/6_variant_ajax/korichnevii/top_p.png) no-repeat right!important;} 
 .xw-bl{background: url(http://webo4ka.ru/Ucoz5/6_variant_ajax/korichnevii/bottom_l.png) no-repeat left bottom!important;} 
 .xw-bc{background: url(http://webo4ka.ru/Ucoz5/6_variant_ajax/korichnevii/bottom_c.png) bottom!important;} 
 .xw-br{background: url(http://webo4ka.ru/Ucoz5/6_variant_ajax/korichnevii/bottom_p.png) no-repeat right bottom!important;} 
 .xw-ml{padding-left:0px!important;} 
 .xw-mr{padding-right:0px!important;} 
 .xw-plain .xw-mc{ background:#f7f7f7!important; border: 1px solid #937f42!important; } 
 .xw-plain .xw-body{padding:0px!important; border: none!important; } 
 .myWinCont {padding:10px!important; background: url(http://webo4ka.ru/Ucoz5/6_variant_ajax/korichnevii/fon_ten.png) repeat-x top!important; } 
 .xw-blank {background:#b49c6c!important;} 
 /* ------------------------------------------*/
.NewsComm {margin-top: 10px;} 
 .Level {opacity: .5; 
 -webkit-transition: all 200ms ease; 
 -moz-transition: all 200ms ease; 
 -o-transition: all 200ms ease; 
 } 
 .Level:hover {opacity: 1;} 
 td.CommAva {vertical-align: top;} 
 td.CommAva img { 
 width: 60px; 
 height: 60px; 
 border-right: 1px solid rgba(0,0,0,.2); 
 border-bottom: 1px solid rgba(0,0,0,.2); 
 -webkit-border-radius: 2px; 
 -moz-border-radius: 2px; 
 border-radius: 2px; 
 padding: 3px; 
 background-color: #e0e0e0; 
 } 
 td.CommArrow { 
 width: 9px; 
 vertical-align: top; 
 } 
 td.CommArrow img {padding: 6px 0 0 5px;} 
 td.CommMess { 
 width: 100%; 
 background-color: rgba(0,0,0,.1); 
 padding: 5px 10px; 
 vertical-align: top; 
 -webkit-text-shadow: 1px 1px 0 rgba(255,255,255,.5); 
 -moz-text-shadow: 1px 1px 0 rgba(255,255,255,.5); 
 text-shadow: 1px 1px 0 rgba(255,255,255,.5); 
 -webkit-border-radius: 2px; 
 -moz-border-radius: 2px; 
 border-radius: 2px; 
 border-right: 1px solid rgba(0,0,0,.2); 
 border-bottom: 1px solid rgba(0,0,0,.2); 
 } 
 .NotRead {background: url('http://webo4ka.ru/Ucoz6/CommNotReadBg.png') repeat-y right top;} 
 div.CommInf { 
 border-bottom: 1px solid rgba(0,0,0,.1); 
 padding-bottom: 5px; 
 margin-bottom: 4px; 
 font-size: 9px; 
 color: #888; 
 } 
 div.CommInf font {font-weight: bold; text-decoration: underline;} 
 .CommAnswer {text-decoration: none; color: inherit;} 
 .CommAnswer:hover {color: darkblue; cursor: pointer;}
/* Borders img */ 
 .admin_bord {border: 1px solid #85B9E8; background-color: #85B9E8; padding: 3px; margin-top: 5px; border-radius: 3px 3px 3px 3px;} 
 .video_img {border: 1px solid #464646; background-color: #232323; padding: 3px; margin-top: 0px; border-radius: 3px 3px 3px 3px;} 
 .news_img {border: 1px solid #E0DFD2; background-color: #E0DFD2; padding: 2px; margin-top: 1px;} 
 .news2_img {border: 1px solid #E0DFD2; background-color: #E0DFD2; padding: 7px; margin-top: 7px;} 
 .infs_img {border: 1px solid #ABAE91; background-color: #ABAE91; padding: 3px; margin-top: 0px;} 
 .ratings {background: #A00200;border: 1px solid #A00200;padding: 3px;} 
 /* --------------- */
/**Topnews**/
.video-main {position:relative; float:left; margin:5px;}
.videoPromo-list{height:276px;position:relative;margin: -5px -5px 0 415px;overflow:hidden;font-size:0}
.videoPromo-list-item{width:100%;max-width:235px;height:68px;line-height:69px;position:relative;display:inline-block;*zoom:1;*display:inline;overflow:hidden;margin-right:10px;margin-bottom:1px;vertical-align:top;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}
.videoPromo-list-item-text{display:inline-block;*zoom:1;*display:inline;margin:5px 5px 5px 112px;vertical-align:middle;line-height:normal}
.videoPromo-list-item-text .title{margin-bottom:7px;font-size:12px}

.videoPromo-list-item .videoPromo-list-item-text .title a{text-decoration:none;color: #000000 ;}
.videoPromo-list-item:hover .videoPromo-list-item-text .title a, .videoPromo-list-item.current .videoPromo-list-item-text .title a{text-decoration:none;color:#FFF}
.videoPromo-list-item-button a{height:39px;line-height:39px;position:relative;display:block;top:10px;text-align:center;text-decoration:none;font-size:12px;font-weight:bold;color:#fff;background-color: #333333;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}

.videoPromo-list-item-button{width:50%;float:left}
.videoPromo-list-item-button:hover{background:#FFF !important}

.videoPromo-list-item-img{width:100px;height:58px;position:absolute;top:5px;left:5px;overflow:hidden;font-size:0}
.videoPromo-list-item-img img{width:100%} 

.icoplay{width:36px;height:36px;font-size:0;background:url("http://beograd.ucoz.com/template/style/video_play_small.png") center center no-repeat}
.videoPromo-list-item-img .icoplay{position:absolute;display:yes;top:50%;left:50%;margin: -18px 0 0 -18px}
.videoPromo-list-item:hover .icoplay,.videoPromo-list-item.current .icoplay{display:block}

.videoPromo-list-item:hover, .videoPromo-list-item.current{background:#322d2d;color:#000 !important}
/**Topnews**/
input[type="text"], input[type="password"], textarea{background:none repeat scroll 0 0 #1F1F1F;border:1px solid #2D2D2D;color:#AAA;height:30px;padding:3px !important}
.loginButton{background:none repeat scroll 0 0 #F8C100;border:medium none;color:#000;cursor:pointer;font-family:Arial;font-size:12px;font-weight:bold;padding:5px}
body{background:none repeat scroll 0 0 #000;color:#FFF;font-family:Tahoma,Century gothic,Arial,Tahoma,sans-serif;font-size:13px;margin:0;padding:0}
img{border:0 none;margin:0}
a{color:#999;outline:medium none;text-decoration:none}
a:hover{color:#999;text-decoration:none}
h1, h2, h3, h4, h5, h6{margin:0;padding:0}
.clear{clear:both}
ul, ol{list-style:none outside none;margin:0;padding:0}
hr{-moz-border-bottom-colors:none;-moz-border-image:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:#AAA -moz-use-text-color #F1F1ED;border-left:medium none;border-right:medium none;border-style:solid none;border-width:1px medium}
#title{background:none repeat scroll 0 0 #F8C100;color:#000;float:left;font-family:verdana;font-size:18px;font-weight:bold;height:auto;margin:auto;padding:5px;width:100%}
#page{background:url("https://www.hihostels.com/images/content/hostel-background-city.jpg") no-repeat fixed 0 0 transparent;margin:0;padding:10px 0 0}
#wrapper{margin:0 auto;width:960px}
#casing{background:none repeat scroll 0 0 #FFF;margin:0 auto;padding:0 0 10px;width:960px}
#forum-casing{background:none repeat scroll 0 0 #FFF;margin:auto;padding:5px 10px 10px;width:940px}
#border-top{background:url("/img/border_top.gif") no-repeat scroll 0 0 transparent;height:36px;margin:-10px auto;position:relative;width:960px}
#inform{color:#CCC;float:right;font-family:Verdana;font-size:13px;font-weight:bold;height:100px;text-align:right;width:300px}
#top{background:none repeat scroll 0 0 transparent;height:100px;margin:auto;position:relative;width:920px}
.blogname{float:left;font-family:arial,Century gothic,Verdana,Tahoma,sans-serif;height:60px;margin:10px 0 0;width:600px}
.blogname h1{color:#FFF;font-size:36px;font-weight:normal;padding:0;text-align:left}
.blogname h1 a{color:#F8C100;display:block;margin:10px 0 0 20px;font-size:34px}
.blogname h1 a:hover{color:#0982BF}
.blogname h2{color:#2DA1DA;font-size:12px;font-weight:normal;margin:5px 0 0 20px;text-align:left;text-transform:uppercase}
#search{background:none repeat scroll 0 0 #FFF;border:1px solid #FFF;display:inline;float:right;height:26px;margin-right:0;margin-top:-40px;padding:5px 6px 5px 5px;width:251px}
#search form{margin:0;padding:0}
.schQuery input{background:url("/img/search_icon.png") no-repeat scroll right center #2C2C2C;border:medium none;color:#FFF;display:inline;float:left;font:100% "Tahoma",Arial,Helvetica,sans-serif;height:30px;margin:0;outline:medium none;padding:5px;width:185px}
.schBtn input{background:none repeat scroll 0 0 #F8C100;border:medium none;color:#000;cursor:pointer;display:inline;float:right;font-family:Arial;font-weight:bold;height:36px;margin:0;width:58px}
#footertop{background:url("/img/footer_top.jpg") repeat scroll 0 0 transparent;color:#FFF;font-family:Tahoma,georgia,Century gothic,Arial,sans-serif;font-size:11px;font-weight:normal;height:11px;letter-spacing:1px;margin:auto;padding:10px 0 0;width:960px}
#footermid{background:none repeat scroll 0 0 #2C2C2C;color:#FFF;font-family:Tahoma,georgia,Century gothic,Arial,sans-serif;font-size:11px;font-weight:normal;height:65px;letter-spacing:1px;margin:auto;padding:5px 20px;width:920px}
#footerbot{background:url("/img/footer_bottom_border.gif") repeat scroll 0 0 transparent;color:#FFF;font-family:Tahoma,georgia,Century gothic,Arial,sans-serif;font-size:11px;font-weight:normal;height:10px;letter-spacing:1px;margin:auto;padding:10px 0 0;width:960px}
#footertopforum{background:url("/img/footer_top.jpg") repeat scroll 0 0 transparent;color:#FFF;font-family:Tahoma,georgia,Century gothic,Arial,sans-serif;font-size:11px;font-weight:normal;height:11px;letter-spacing:1px;margin:auto;padding:10px 0 0;width:960px}
#footermidforum{background:none repeat scroll 0 0 #2C2C2C;color:#FFF;font-family:Tahoma,georgia,Century gothic,Arial,sans-serif;font-size:11px;font-weight:normal;height:65px;letter-spacing:1px;margin:auto;padding:5px 20px;width:920px}
#footerbotforum{background:url("/img/footer_bottom_border.gif") repeat scroll 0 0 transparent;color:#FFF;font-family:Tahoma,georgia,Century gothic,Arial,sans-serif;font-size:11px;font-weight:normal;height:10px;letter-spacing:1px;margin:auto;padding:10px 0 0;width:960px}
#catmenucontainer{background:none repeat scroll 0 0 #FFF;display:block;font:13px Arial,Tahoma,Century gothic,verdana,sans-serif;height:35px;padding:4px 15px 11px 20px;text-transform:uppercase;width:925px}
#catmenu{background:none repeat scroll 0 0 #FFF;height:40px;margin:0;padding:0;width:630px}
#catmenu ul{float:left;list-style:none outside none;margin:0;padding:0}
#catmenu li{float:left;list-style:none outside none;margin:0;padding:0}
#catmenu li a, #catmenu li a:link, #catmenu li a:visited{color:#000;display:block;font-size:14px;margin:0;padding:10px}
#catmenu li a:hover{background:url("/img/navigation_hover.gif") repeat scroll 0 -7px #FFF;color:#000;margin:0;padding:10px;text-decoration:none}
#catmenu li a:active{background:url("/img/navigation_hover.gif") repeat scroll 0 -7px #FFF;color:#000;margin:0;padding:10px;text-decoration:none}
#content{background:none repeat scroll 0 0 #000;display:inline;float:left;height:auto;margin-left:20px;padding:10px 20px 10px 10px;width:600px}
#catmenu ul li a.uMenuItemA{background:url("/img/navigation_active.gif") repeat scroll 0 3px #FFF;color:#000;margin:0;padding:10px;text-decoration:none}
#leftsearch{float:right;width:300px}
#slideshow{background:none repeat scroll 0 0 #FFF;display:block;height:380px;margin:0 auto;padding:0 20px;width:920px}
.theme-default .nivoSlider{background:url("/img/loading.gif") no-repeat scroll 50% 50% #FFF;box-shadow:0 1px 5px 0 #4A4A4A;margin-bottom:30px;position:relative}
.theme-default .nivoSlider img{display:none;left:0;position:absolute;top:0}
.theme-default .nivoSlider a{border:0 none;display:block}
.theme-default .nivo-controlNav{bottom:-28px;left:50%;margin-left:-40px;position:absolute}
.theme-default .nivo-controlNav a{background:url("/img/bullets.png") no-repeat scroll 0 0 transparent;border:0 none;display:block;float:left;height:22px;margin-right:3px;text-indent:-9999px;width:22px}
.theme-default .nivo-controlNav a.active{background-position:0 -22px}
.theme-default .nivo-directionNav a{background:url("/img/arrows.png") no-repeat scroll 0 0 transparent;border:0 none;display:block;height:30px;text-indent:-9999px;width:30px}
.theme-default a.nivo-nextNav{background-position:-30px 0;right:15px}
.theme-default a.nivo-prevNav{left:15px}
.theme-default .nivo-caption{font-family:Helvetica,Arial,sans-serif}
.theme-default .nivo-caption a{border-bottom:1px dotted #FFF;color:#FFF}
.theme-default .nivo-caption a:hover{color:#FFF}
.nivoSlider{position:relative}
.nivoSlider img{left:0;position:absolute;top:0}
.nivoSlider a.nivo-imageLink{border:0 none;display:none;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:6}
.nivo-slice{display:block;height:100%;position:absolute;z-index:5}
.nivo-box{display:block;position:absolute;z-index:5}
.nivo-caption{background:none repeat scroll 0 0 #000;bottom:0;color:#FFF;left:0;opacity:0.8;position:absolute;width:100%;z-index:8}
.nivo-caption p{margin:0;padding:5px}
.nivo-caption a{display:inline !important}
.nivo-html-caption{display:none}
.nivo-directionNav a{cursor:pointer;position:absolute;top:45%;z-index:9}
.nivo-prevNav{left:0}
.nivo-nextNav{right:0}
.nivo-controlNav a{cursor:pointer;position:relative;z-index:9}
.nivo-controlNav a.active{font-weight:bold}
.eBlock{background:none repeat scroll 0 0 #1F1F1F;color:#EEE;font:13px Tahoma,century gothic,Arial,verdana,sans-serif;height:auto;margin:0 5px 0 0;width:100%}
.eTitle{background:none repeat scroll 0 0 #F8C100;color:#000;font:24px verdana;margin:0;overflow:hidden;padding:2px 15px 10px;text-align:left}
.eTitle a, .eTitle a:link, .eTitle a:visited{background-color:transparent;color:#000}
.eTitle a:hover{background-color:transparent;color:#000}
.eDetails, .eDetails1, .eDetails2{background:none repeat scroll 0 0 #1F1F1F;color:#FFF;font-family:Tahoma,Georgia,Arial,century gothic,verdana,sans-serif;font-size:12px;margin:2px 0;padding:5px;text-transform:uppercase}
.eDetails a, .eDetails1 a, .eDetails2 a{color:#FFF}
.eDetails a:hover, .eDetails1 a:hover, .eDetails2 a:hover{color:#FFF}
.eMessage, .eText{background:none repeat scroll 0 0 #2D2D2D;line-height:22px;margin:0;padding:5px 15px 15px}
.eMessage a:link, .eMessage a:visited, .eText a:link, .eText a:visited{background-color:transparent;color:#0983C1}
.eMessage a:hover, .eText a:hover{background-color:transparent;color:#224E6C;text-decoration:none}
.eMessage ul, .eMessage ol, .eText ul, .eText ol{line-height:150%;margin:0.4em 0 1em}
.eMessage ul li, .eMessage ol li, .eText ul li, .eText ol li{list-style-position:outside}
.eMessage p, .eText p{margin:3px 0;padding:3px 0}
.mpsite{display:none}
.right{display:inline;float:right;overflow:hidden;padding:0;width:300px}
.sidebox{color:#FFF;float:left;font-family:Tahoma,Century gothic,Arial,sans-serif;font-size:12px;padding-bottom:10px;width:265px}
h3.sidetitl{background:none repeat scroll 0 0 #F8C100;color:#000;font-size:18px;font-weight:bold;padding:8px;width:265px}
.sidebox .inner{background:none repeat scroll 0 0 #000;padding:5px;width:271px}
.sidebox ul{list-style-type:none;margin:0;padding:0 0 5px}
.sidebox li{list-style-type:none;margin:0;padding:0}
.sidebox ul li{clear:left;height:100%;line-height:18px;list-style-type:none;width:255px}
.sidebox ul li a, .sidebox .catsTable td a{border-bottom:1px dotted #AAA;color:#6F767E;display:block;padding:5px 0 5px 5px;text-decoration:none}
.sidebox ul li a:hover, .sidebox .catsTable td a:hover{color:#1B1B1B}
.sidebox p{margin:0;padding:7px 10px}
.sidebox table{color:#787D7F}
.sidebox form{width:98%}
.calTable{background:none repeat scroll 0 0 #1F1F1F;width:100%}
.calTable td{background:none repeat scroll 0 0 #000}
.calTable .calWday{font-weight:bold;height:24px}
.calTable .calWdaySe, .calTable .calWdaySu{background:none repeat scroll 0 0 #F8C100;color:#1B1B1B;font-weight:bold;height:24px}
.calTable .calMday{color:#3E3E3E;height:24px}
.calTable .calMdayA{background:none repeat scroll 0 0 #2D2D2D;border:medium none;color:#F8C100;font-weight:bold;height:24px}
.calTable .calMdayIs{border:1px solid #FFF;color:#3E3E3E;font-weight:bold}
.calTable .calMdayIsA{background:none repeat scroll 0 0 #2D2D2D;border:1px solid #FFF;color:#F8C100;font-weight:bold}
a.calMonthLink:link{color:#FFF;text-decoration:none}
a.calMonthLink:visited{color:#FFF;text-decoration:none}
a.calMonthLink:hover{color:#FFF;text-decoration:none}
a.calMonthLink:active{color:#FFF;text-decoration:none}
a.calMdayLink:link{color:#FFF;text-decoration:none}
a.calMdayLink:visited{color:#FFF;text-decoration:none}
a.calMdayLink:hover{color:#FFF;text-decoration:none}
a.calMdayLink:active{color:#FFF;text-decoration:none}
.fleft{float:left;line-height:16px;margin-left:10px;text-align:left}
.fright{float:right;line-height:16px;margin-right:10px;text-align:right}
.commTable{background:none repeat scroll 0 0 #FFF;border:1px solid #DEDCDD;margin:0;padding:5px 10px}
.commTd1{color:#777;font-size:10px;padding:5px 0}
.commSbmFl{background:none repeat scroll 0 0 #F8C100;border:medium none;color:#000;cursor:pointer;font-family:tahoma,Century gothic,Arial,Helvetica,sans-serif;font-weight:bold;padding:2px 5px}
.cBlock1, .cBlock2{background:url("/img/fade.png") repeat-x scroll 0 0 #FFF;border:1px solid #EAEAEA;padding:10px}
.cAnswer{color:#666;font-style:italic;padding-left:15px;padding-top:4px}
.commFl{color:#3E3E3E;width:99%}
.cTop{border-bottom:1px dotted #AAA;padding:0 10px 10px 0}
.cMessage{line-height:22px}
.eAttach{background:url("/img/attach.gif") no-repeat scroll 0 0 transparent;margin:16px 0 0;padding:0 0 0 15px}
.eRating{font-size:8pt}
.manTdError{color:#F00}
.commReg{padding:10px 0;text-align:center}
.commError{color:#F00}
.sidebox .catNumData, .catDescr{display:none}
.pollBut{width:110px}
.pollBody{margin:0;padding:7px}
.textResults{background:none repeat scroll 0 0 #FCFCFC}
.textResultsTd{}
.pollNow{border-bottom:1px solid #F1F1ED;border-left:1px solid #F1F1ED;border-right:1px solid #F1F1ED}
.pollNowTd{}
.totalVotesTable{border-bottom:1px solid #F1F1ED;border-left:1px solid #F1F1ED;border-right:1px solid #F1F1ED}
.totalVotesTd{}
a.groupModer:link, a.groupModer:visited, a.groupModer:hover{color:blue}
a.groupAdmin:link, a.groupAdmin:visited, a.groupAdmin:hover{color:red}
a.groupVerify:link, a.groupVerify:visited, a.groupVerify:hover{color:green}
.replaceTable{background:none repeat scroll 0 0 #FCFCFC;border:1px solid #F1F1ED;height:100px;width:300px}
.legendTd{font-size:8pt}
.outputPM{border:1px dashed #F1F1ED;margin:4px 0 4px 30px}
.inputPM{border:1px dashed #F1F1ED;margin:4px 0}
.uTable{background:none repeat scroll 0 0 #F1F1ED;padding:0}
.uTable td{background:none repeat scroll 0 0 #FFF}
.eAttach .entryAttachSize{padding-left:4px}
.manTable .manTd1{font-size:11px;line-height:12px;width:200px}
.popuptitle{background:none repeat scroll 0 0 #F8C100;color:#000;font-size:14px;padding:6px 2px}
.popupbody{background:none repeat scroll 0 0 #2D2D2D;font-size:12px;padding:6px 2px}
.popupbody *{font-size:12px !important}
.popuptable{background:none repeat scroll 0 0 #F1F1ED;margin:0 auto}
.switches{background:none repeat scroll 0 0 #202020}
.forumContent{font-size:11px;margin:0;width:100%}
.forumContent td{color:#AAA;font-size:16px}
.forumContent .gTable td{color:#6D6D6D}
.forumContent a{color:#FFF;text-decoration:none}
.forumContent{background:none repeat scroll 0 0 #242424;color:#6D6D6D;margin:auto;padding:5px}
.gTable td a{color:#FFF;text-decoration:none !important}
.gTable td a:hover, .forumContent a:hover{text-decoration:underline !important}
.forumContent table td{border-collapse:collapse;font-size:11px}
.gTable, .postTable{background:none repeat scroll 0 0 #AAA;border-spacing:0}
.gTableBody1{background:none repeat scroll 0 0 #242424 !important}
.gTable td{background:none repeat scroll 0 0 #242424;border:medium none}
.postTable td{border-collapse:collapse !important}
.gTable td.gTableTop{background:none repeat scroll 0 0 #161616;color:#FFF;font:14px/28px 'Helvetica',Arial,Helvetica,sans-serif;padding:0 10px;text-align:center;text-transform:uppercase}
.forumContent td.gTableTop a{color:#FFF;text-decoration:none}
.forumContent td.gTableTop a:hover{text-decoration:underline !important}
.gTableTop a:hover{}
.gTable td.gTableSubTop{background:none repeat scroll 0 0 #4B4B4B;color:#F8C100}
.forumContent .gTable td.gTableSubTop a{color:#FFF}
.gTableTop, .gTableSubTop, .forumNameTd, .forumThreadTd, .forumPosrTd, .forumLastPostTd, .threadNametd, .threadPostTd, .threadAuthTd, .threadViewTd, .threadLastPostTd, td.threadsDetails, td.forumOnlineBar{padding:3px 10px}
#frM6 td, #frM3 td, #frM14 td, #frM45 td, #frM50 td, #frM56 td, #frM59 td, #frM28 td, #frM25 td, #frM33 td, #frM36 td, #frM40 td{padding:3px 10px}
.forumNameTd, .forumLastPostTd{background:none repeat scroll 0 0 #242424 !important;padding:8px}
.forumIcoTd, .forumThreadTd, .forumPostTd{background:none repeat scroll 0 0 #202020 !important;padding:8px}
.postBottom table td{border:0 none}
.postTable td{padding:3px 10px}
.postSeparator{display:none}
td.posttdMessage{color:#444;font-size:12px !important;text-align:justify}
.threadPostTd, .threadViewTd, .threadAuthTd, .forumThreadTd, .forumPostTd, .postTdInfo{background:none repeat scroll 0 0 #202020;text-align:center !important}
a.TopSortLink{}
.threadsType{background:none repeat scroll 0 0 #CCC}
a.TopSortLink:hover{}
a.postUser{color:#FFF !important;font-weight:bold}
a.forum, a.threadLink{font:12px 'Arial'}
.forumDescr, .threadDescr{font:10px 'Arial'}
td.postTdTop{background:none repeat scroll 0 0 #4B4B4B;color:#444}
td.postTdTop a{color:#FFF}
.forumNamesBar{background:none repeat scroll 0 0 #4B4B4B;border:1px solid #AAA;padding:0 10px}
td.forumIcoTd, td.forumThreadTd, td.forumPostTd, td.gTableRight, td.threadIcoTd, td.threadPostTd, td.threadViewTd{background:none repeat scroll 0 0 #202020}
td.pollQuestion, .pollResults td, td.pollResults, td.pollTotal, td.pollAnswer, td.pollButtons, .smiles td{border:0 none}
td.pagesInfo, td.switch, td.switchActive{background:none repeat scroll 0 0 #FFF;border:1px solid #DCDBE0;padding-left:5px;padding-right:5px}
td.switch, td.switchActive{background:none repeat scroll 0 0 #4D4D4D;color:#FFF}
td.pagesInfo{color:#6D6D6D}
td.switch a{color:#FFF}
.switchActive{font-weight:bold}
.smiles td{padding:2px 5px !important}
.postBottom{background:none repeat scroll 0 0 #202020}
.postpSwithces{font-size:8pt}
.thDescr{font-weight:normal}
.threadFrmBlock{font-size:8pt;text-align:right}
.postTable{}
.postPoll{background:none repeat scroll 0 0 #F1F2F3;text-align:center}
.postFirst{background:none repeat scroll 0 0 #E8E7DF}
.postRest1{background:none repeat scroll 0 0 #E8E7DF}
.postRest2{background:none repeat scroll 0 0 #E8E7DF}
.postSeparator{background:none repeat scroll 0 0 #FFF;height:1px}
.postTdTop{background:none repeat scroll 0 0 #F3F3F4}
.postBottom{background:none repeat scroll 0 0 #F3F3F4;height:20px}
.postUser{font-weight:bold}
.postTdInfo{background:none repeat scroll 0 0 #FCFCFC;padding:5px;text-align:center}
.postRankName{margin-top:5px}
.postRankIco{margin-bottom:5px}
.reputation{margin-top:5px}
.signatureHr{color:#787878;margin-top:20px}
.posttdMessage{background:none repeat scroll 0 0 #FFF;line-height:22px;padding:5px}
.pollQuestion{font-weight:bold;text-align:center}
.pollButtons, .pollTotal{text-align:center}
.pollSubmitBut, .pollreSultsBut{font-size:8pt;width:140px}
.pollSubmit{font-weight:bold}
.pollEnd{height:30px;text-align:center}
.codeMessage{background:none repeat scroll 0 0 #FFF;font-size:9px}
.quoteMessage{background:none repeat scroll 0 0 #FFF;font-size:9px}
.signatureView{font-size:8pt}
.edited{color:gray;font-size:8pt;padding-top:30px;text-align:right}
.editedBy{font-size:8pt;font-weight:bold}
.statusBlock{padding-top:3px}
.statusOnline{color:#00F}
.statusOffline{color:#F00}
.newThreadBlock{background:none repeat scroll 0 0 #F9F9F9;border:1px solid #B2B2B2}
.newPollBlock{background:none repeat scroll 0 0 #F9F9F9;border:1px solid #B2B2B2}
.newThreadItem{background:url("/img/12.gif") no-repeat scroll 0 4px transparent;padding:0 0 0 8px}
.newPollItem{background:url("/img/12.gif") no-repeat scroll 0 4px transparent;padding:0 0 0 8px}
.codeButtons{ font-size:8pt}
.codeCloseAll{ font-size:8pt;font-weight:bold}
.postNameFl, .postDescrFl{}
.postPollFl, .postQuestionFl{}
.postResultFl{ width:50px}
.postAnswerFl{}
.postTextFl{ height:150px;width:98% !important}
.postUserFl{ width:80% !important}
.pollHelp{ font-size:8pt;font-weight:normal;padding-top:3px}
.smilesPart{ padding-top:5px;text-align:center}
.pagesBlockuz1 b, .pagesBlockuz2 b, #pagesBlock1 b, #pagesBlock2 b{ background-color:#F8C100;border:medium none;color:#000;font-weight:normal;padding:2px 6px}
.pagesBlockuz1 a, .pagesBlockuz2 a, #pagesBlock1 a, #pagesBlock2 a{ background-color:#F8C100;border:medium none;color:#000;padding:2px 6px;text-decoration:none}
.pagesBlockuz1 a:hover, .pagesBlockuz2 a:hover, #pagesBlock1 a:hover, #pagesBlock2 a:hover{ background-color:#F8C100;border:medium none;color:#000}