body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,th,td,img{margin:0;padding:0;border:0;}
html{background: #F3F3F3;}
table{border-collapse:collapse;border-spacing:0;}
a, *:focus{outline:none;}
a{color: #0A1D58;text-decoration: none;}
a:hover, a.select{text-decoration:underline; }
a.ch_col, table a{ color: #823E00;}
input, select, textarea{border:1px solid #999;background-color:#F2FEFE;padding:3px;margin: 1px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
input:focus, select:focus, textarea:focus{border: 1px solid #961515}
hr{border:none;border-bottom:1px dashed #DDD;}
body{background: #F3F3F3 url(/images/background.png) repeat-x; font-family: Tahoma,Arial,sans-serif; font-size: 12px;line-height: 18px}
h2{font-size: 14px;}

.clear{clear: left}
.sel{text-decoration: none}
.right{float: right}
.left{float: left}
.err{color: #333; font-weight: normal; margin-top: 0; margin-bottom: 10px;}
.hide{display: none}
.page{
    width: 1000px;
    margin: auto;
    position: relative;
}
.header{
    height: 132px;
    background: url(/images/top_bg.png) repeat-x #EEE;
    position: relative;
}
.top_r{
    background: url(/images/top_r.jpg) no-repeat right;
    float: right;
    width: 350px;
    height: 132px;
    color: #7a4919;
}
.top_r a{
    color: #0A1D58;
}
.top_r strong{
    margin: 4px 0 0 0;
    display: block;
    float: left;
    font-size: 12px;
    text-align: right;
    display: block;
    width: 250px;
}
.logo{
    position: absolute;
    width: 160px;
    height: 30px;
    top: 62px;
    left: 36px;
    font-size: 11px;
    font-weight: bold;
    -moz-text-shadow:   1px 1px 1px #FFF;
    -webkit-text-shadow: 1px 1px 1px #FFF;
    text-shadow:         1px 1px 1px #FFF;
    font-family: Tahoma ,Arial;
    color: #667173;
    line-height: 16px;
}
/* LANG */
.lang{
    float: right;
    width: 70px;
    height: 24px;
    margin-right: 18px;
}
.lang a{
    display: inline-block;
    background: url(/images/lang.png) no-repeat;
    width: 16px;
    height: 14px;
    margin: 5px 0 0 8px;
}
.lang a.ua{
    background-position: left top;
    margin-left: 14px;
}
.lang a.ru{
    background-position: left bottom;
}
.lang a.ua.sel{
    background-position: top right;
}
.lang a.ru.sel{
    background-position: bottom right;
}

/* MENU */
.menu{
    list-style: none;
    background: url(/images/menu_bg.png) no-repeat;
    width: 790px;
    height: 40px;
    margin-top: 7px;
    float: right;
}
.menu a{
    display: block;
    color: #444;
    text-decoration: none
}
.r_menu a{
    color: #0A1D58;
}
.menu li{
    list-style: none;
    width: 127px;
    height: 33px;
    margin: 4px 2px 0 2px;
    background: url(/images/menu.png) no-repeat top;
    cursor: pointer;
    float: left;
    text-align: center;
    text-transform: uppercase;
    line-height: 34px;
    font-size: 11px;
    font-weight: bold;
}
.menu li:hover, .menu li.sel, .menu li.sel a{
    background-position: bottom;
    text-decoration: underline;
}
.content{
    width: 782px;
    float: left;
    min-height: 400px;
    margin: 10px 0;
    position: relative;
    border: 1px solid #D3C3B4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    background: url(/images/bg_content.jpg) no-repeat bottom #FFF;
    -moz-box-shadow: 0px 0px 3px #DDD;
    -webkit-box-shadow: 0px 0px 3px #DDD;
    box-shadow: 0px 0px 3px #DDD;
}
.r_menu{
    background: url(/images/bbb.png) no-repeat bottom #F3EAE1;
    width: 172px;
    float: right;
    clear: right;
    border: 1px solid #D3C3B4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    /*    margin-top: 10px;*/
    padding: 12px 16px 14px 16px;
    line-height: 20px;
    -moz-box-shadow: 0px 0px 3px #DDD;
    -webkit-box-shadow: 0px 0px 3px #DDD;
    box-shadow: 0px 0px 3px #DDD;
}
.r_menu hr{
    background-color: transparent;
    border-bottom: 1px solid #D3C3B4;
    margin: 10px 0;
}
.r_menu a{
    display: block;
}
.r_menu.search a{
    display: inline;
    background-position: left top;
}
.r_menu .top{
    height: 22px;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}
.r_menu .title{
    color: #444;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.footer{
    margin-top: 10px;
    padding: 4px 15px;
    color: #888;
    font-size: 11px;
    clear: right;
    text-align: right;
    display: block;
    width: 172px;
}
.content h1.title{
    width: 734px;
    overflow: hidden;
    height: 31px;
    margin-left: 11px;
    background: url(/images/menu_bg.png) bottom left no-repeat #EED;
    font-size: 12px;
    color: #333;
    line-height: 30px;
    padding-left: 26px;
}
.content h1.title a{
    color: #7F2629;
}
.text p{
    margin-top: 0;
    line-height: 20px;
}
.content .text{
    padding: 20px 20px 20px 20px;
    margin: 0;
}
.r_menu.search{
    width: 188px;
    padding: 10px 0 10px 16px;
    background: #F3EAE1;
    border: 1px solid #BBB;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    font-size: 11px;
    margin-top: 10px;
}
.r_menu.search .s_butt{
    background: transparent url(/images/menu_bg.png) right bottom no-repeat;
    border: none;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.r_menu.search input{
    width: 142px;
}
.rozd{
    width: 340px;
    margin-left: 20px;
    float: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
}
.rozd a{
    font-weight: normal;
    color: #823E00;
}
.coment, .coment a{font-size: 11px; color: #666; font-weight: normal}
.list_elem{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #CCC;
}
.list_elem p{
    margin: 0px;
}
.list_elem a.koment{
    margin-left: 10px;
}
.add_butt{
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    
    position: absolute;
    width: 120px;
    height: 26px;
    bottom: 0;
    right: 12px;
    text-align: center;
    line-height: 26px;
    background-color: #FFF8AF;
    border: 1px solid #DFCC00;
    border-bottom: none;
    cursor: pointer;
}
.add_butt:hover{
    text-decoration: underline;
}
.add_butt.bforum{
    right: 140px;
}
.page_list{
    display: inline-block;
    background: #F6F7F8;
    border: 1px solid #EEE;
    border-radius: 2px;
    padding: 2px 6px;
    margin: 0 2px;
    cursor: pointer;
}
a.page_list{
    text-decoration: none;
}
.page_list.sel{
    font-weight: bold;
    background-color: #EEE;
    text-decoration: none;
}
.refresh{
    margin: 12px 6px;
    cursor: pointer;
}
.add{
    width: 406px;
    border: #DDD 1px dashed;
    padding: 14px;
    background-color: #F2FEFE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
}
.add input, .add textarea, .add select{
    background-color: #FFF;
}
.form{
    line-height: 19px;
}
.form input{
    width: 296px;
}
.form input.captcha_ins{
    width: 50px;
    margin-right: 6px;
}
.form textarea{
    width: 400px;
    height: 120px;
}
.form label{
    width: 104px;
    display: inline-block;
}
.form label.captcha_lab{
    margin-top: 10px;
}
.form input.submit{
    background-color: #DDD;
    padding: 3px 10px;
    width: auto;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    cursor: pointer;
    margin-top: 6px;
}
.info{
    width: 270px;
    color: #333;
}
.login_form{
    width: 210px;
    margin: auto;
}
.login_form label{
    float: left;
    line-height: 22px;
}
.login_form input{
    float: right;
    padding: 2px;
}
.login_form input[type=text],.login_form input[type=password]{
    width: 140px;
}
.add_more{
    text-decoration: underline;
    cursor: pointer;
}
.comments{
    border-top: 1px dashed #DDD;
    padding-top: 15px;
}
.fraza{
    width: 620px;
    float: left;
    padding-right: 10px;
}
.cont p{
    background: url(/images/contact_icons.png) no-repeat;
    width: 200px;
    padding-left: 24px;
}
.cont .mail{
    background-position: top left;
}
.cont .icq{
    background-position: center left;
}
.cont .vkont{
    background-position: bottom left;
}
.title_search a{
    font-weight: bold;
    color: #921908;
    margin-bottom: 6px;
    margin-top: 2px;
    display: inline-block;
}
.table{
    border: 1px solid #EEE;
    margin-bottom: 10px;
}
.table tr.title{
    background-color: #EEE;
    font-weight: bold;
}
.table td{
    padding: 4px 8px;
    border-top: 1px solid #EEE;
}
.met{
    background: url(/images/metel.png) no-repeat;
    width: 44px;
    height: 42px;
    position: absolute;
    bottom: -15px;
    left: -22px;
}
.met.m1{
    background-position: left top;
}
.met.m2{
    background-position: right top;
    left: -20px;
}
.met.m3{
    width: 50px;
    left: -26px;
    height: 48px;
    background-position: left center;
}
.met.m4{
    width: 50px;
    left: -26px;
    height: 48px;
    bottom: -20px;
    background-position: right center;
}
.met.m5{
    background-position: left bottom;
}
.met.m6{
    background-position: right bottom;
}
.met.p404{
    background: url(/images/404.png) no-repeat;
    width: 60px;
    height: 38px;
    position: absolute;
    bottom: -10px;
    left: -22px;
}
.image{
    margin-left: 15px;
    background-color: #FFF;
    border: 1px solid #EEE;
    -webkit-box-shadow: 0px 0px 3px #AAA;
    -moz-box-shadow: 0px 0px 3px #AAA;
    box-shadow: 0px 0px 3px #AAA;
    
}
.image.infav{
    padding: 4px;
    margin-bottom: 10px;
    float: left;
    height: 120px;
}
.last_ind{
    width: 230px;
    margin-top: 10px;
    float: left;
}
.last_ind.center{
    margin: 10px 24px;
}
.little{
    font-size: 11px;
    line-height: 14px;
}
.center_728{
    width: 728px;
    clear: both;
    margin: auto;
    display: block;
    height: 90px;
}
.title{
    color: #444;
}
.cut_photo{
    height: 50px;
    overflow: hidden;
    width: 50px;
    display: block;
    text-align: center;
}
.w_250{
    width: 250px;
    margin-right: 20px;
}
.margl_20{
    margin-left: 20px;
}
.margl_10{
    margin-left: 10px;
    display: block;
}
.margr_20{
    margin-right: 20px;
}
.margr_10{
    margin-right: 10px;
}
.lh_40{
    line-height: 50px;
}
.two_col{
    width: 340px;
    margin-right: 30px;
}
.butt, .login_form input.butt{
    display: block;
    text-align: center;
    padding: 2px 6px;
    margin: 1px auto;
    line-height: 20px;
    border: 1px solid #999;
    background-color: #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    cursor: pointer;
    text-decoration: none;
    color: #333;
}
.butt:hover{
    text-decoration: none;
    border: 1px solid #AAA;
    background-color: #E9E9E9;
    color: #444;
}
.butt.del{
    border: 1px solid red;
    background-color: #FFBFBF;
}
.butt.addbutt{
    border: 1px solid #DFCC00;
    background-color: #FFF8AF;
    cursor: pointer;
    max-width: 180px;
}
.usr_info{
    color: #666;
    display: inline-block;
    width: 412px;
    overflow: hidden;
}
.usr_name{
    text-transform: capitalize;
}
.online{
    color: yellowgreen;
    font-size: 9px;
    font-weight: normal;
    text-transform: capitalize;
}
.saved{
    padding: 10px 28px;
    margin-bottom: 6px;
    font-size: 14px;
    border-left: 1px solid #DFCC00;
    background: url(/images/info.png) no-repeat 1% 50% #FFF8AF;
}
.about{
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #FBFBFB;
    position: relative;
    height: 50px;
    overflow: hidden;
    background-color: #F9F9F9;
    padding: 5px;
    line-height: 23px;
    margin-bottom: 4px;
}
.blog_info{
    width: 200px;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    padding: 5px 10px;
    color: #222;
}
.top_panel{
    margin-bottom: 12px;
    height: 26px;
}
.top_panel img{
    position: absolute;
    left: 0;
    top: 0;
}
.top_panel a{
    margin-right: 26px;
    position: relative;
    padding-left: 20px
}
.text {
    font-size: 12px;
    line-height: 16px
}
.text p.mess, #whot_do{
    margin: 12px;
}


/* ------------- User */
.history{
    margin-top: -10px;
    width: 150px;
}
.form input.link{
    border: none;
    background-color: transparent;
    width: auto;
    cursor: pointer;
    padding: 0;
}
.form input.link:hover{
    border-bottom: 1px solid red;
    color: red;
}
#history{
    margin-top: 10px;
}
.hist_elem{
    border-top: 1px solid #EEE;
    font-size: 11px;
}
.hist_elem td{
    padding: 8px;
}
.hist_elem:hover{
    background-color: #F2FEFE;
}
.user{
    float: left;
    display: block;
    padding-right: 14px;
    padding-bottom: 14px;
    overflow: hidden;
    color: #7C1417;
}
.border{
    margin-right: 14px;
    margin-bottom: 8px;
}
.tinymce{
    width: 740px;
    height: 150px;
}
.blog_title{
    color: #555;
    margin-bottom: 10px;
}
.left_col{
    width: 180px;
    border-right: 1px solid #CCC;
    padding: 14px;
    float: left;
    margin-right: 20px;
}
.search_more{
    background-color: #F7F7F7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    
}
.bookm{
    position: absolute;
    right: 100px;
    top: 10px;
}
.table td.forum_user{
    width: 120px;
    border-right: 1px dashed #EEE;
    padding:10px;
}
.table td.forum_text{
    padding: 10px 16px 10px 20px ;
    border-left: none;
}
.forum_butt{
    margin-top: 10px;
    background: url(/images/otv.png) no-repeat left center;
    padding: 4px 30px;
    display: block;
    width: 50px;
    font-size: 11px;
    float: left;
    color: #666;
}
.forum_butt.cit{
    background: url(/images/otv2.png) no-repeat left center;
    padding-left: 20px;
    width: 170px;
}
.forum_butt.delmess{
    background: url(/images/delmess.png) no-repeat left center;
    width: 150px;
    padding-left: 20px;
}
.forum_text p{
    margin: 0;
}
.forumcit{
    color: #666;
    line-height: 16px;
}
.small{
    font-size: 10px;
}
.citata{
    background-color: #EEEEEE;
    padding: 10px;
    margin-bottom: 6px;
}

#share42 {
    display: inline-block;
    padding: 6px 0 0 6px;
    background: #FFF;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    margin-bottom: 6px;
}
#share42:hover {
    background: #F6F6F6;
    border: 1px solid #D4D4D4;
    box-shadow: 0 0 5px #DDD;
}
#share42 a {
    opacity: 0.6;
    vertical-align: bottom;
}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}

.add_menu a, .r_menu a{
    padding-left: 16px;
    background: url(/images/arrow_se.gif) left 3px no-repeat;
}
.r_menu a.a_img{
    padding: 0;
    background: none;
}
.kaz{
    position: absolute; top:6px; left: 520px; width: 380px; overflow: hidden;
}
.kaz div{
    margin-left: -130px; 
}
.menu_scroll{
    position: absolute;
    width: 206px;
    top: 188px;
    right: 0;
}
.r_menu table a{
    background: none;
    padding-left: 5px;
}
.r_menu table br{
    display: none;
}
.line{
    width: auto;
    display: block;
    overflow: hidden;
    height: 50px;
}
#vlodkow{
    position: fixed; 
    bottom: -2px; 
    right: -88px; 
    color: #BBB; 
    font-size: 10px;
}
.header a:hover{
    text-decoration: none;
}
