
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin: 0;
    padding: 0;
}

body {
    background: #360606;
    color: #2c2c2c;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    line-height: normal;
}

h1 {
    font-size: 1.6em;
}

 h2 {
    font-size: 1.6em;
}

 h3 {
    font-size: 1.6em;
}

 h4 {
    font-size: 1.2em;
}

 h5 {
    font-size: 1.1em;
}

a {
    color: #360606;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0 none;
}

textarea {
    resize: vertical;
}

input, textarea, select, button, body {
    font: normal 13px/17px Tahoma, "Trebuchet MS", Helvetica, sans-serif;
}

input, textarea, select, button, a {
    outline: none;
}

p {
    margin-bottom: 0.4em;
}

hr {
    border: 0 none;
    border-top: 1px solid #dbe8ed;
    height: 1px;
}

ul {
    margin: 0 0 18px 2em;
    list-style: disc outside;
}

ol {
    margin: 0 0 18px 2.1em;
    list-style: decimal;
}

.reset, .reset li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clr {
    clear: both;
}

.thide, .htmenu span {
    overflow: hidden;
    display: block;
    height: 0;
    line-height: normal;
}

table.userstop, table.pm, table.tableform, table.calendar {
    border-collapse: collapse;
    border-spacing: 0;
}

.lcol, .rcol, form {
    display: inline;
}

.lcol {
    float: left;
}

 .rcol {
    float: right;
}

.small {
    font-size: 0.95em;
}

.green {
    color: #360606;
}

.wrapper {
    min-width: 1240px;
	max-width: 1300px;
    text-align: left;
    margin: 0 auto;

}

.wwide {
    width: 100%;
}

.wrapper, .wwide {
    min-width: 1240px;
}

.btn_reglog, .radial, .fbutton, #loading-layer, #dropmenudiv, .baseform, .ui-dialog, .mass_comments_action, .bbcodes, .ui-button {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
/*   border-radius: 8px;  */
}

/*---header---*/
.pagebg {
    padding-top: 72px;
}

#headbar {
    padding-bottom: 4px;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

/*---logotype---*/
#header {
    height: 87px;
    background: #360606;
	min-width: 1240px;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;

}

#header .container {
    padding: 0 15px 0 295px;
}

#header h1 {
    margin-left: -295px;
    width: 295px;
    float: left;
    text-align: center;
}

#header h1 a {
    display: block;
    width: 265px;
    padding-top: 43px;
    margin: 23px auto 0 auto;
    background: url("../images/logotype.png");
}

#header .rcol {
    padding-top: 28px;
    width: 100%;
}

/*---Speedbar---*/
#speedbar {
    height: 38px;
    background: rgb(41, 58, 10);
    background: rgba(0, 0, 0, 0.7);
}

#speedbar .container {
    overflow: hidden;
    padding: 0 15px;
}

#speedbar p {
    margin: 10px 0 0 0;
    padding-left: 17px;
    color: #cacec2;
    font-size: 0.85em;
}

#speedbar p a {
    color: #fff;
}

 /*---headlinks---*/
.headlinks {
    margin-top: 31px;
    overflow: hidden;
}

.headlinks ul, .headlinks ul li, .headlinks, ul.loginbox li {
    float: left;
}

.headlinks ul {
    line-height: 22px;
    margin-left: -2px;
}

.headlinks ul li {
    padding: 0 10px 0 11px;
}

.headlinks ul a, .lvsep, .lvsep a {
    color: #fff;
}

.headlinks ul a:hover, .lvsep a:hover {
    color: #78bf1a;
}

/*---login---*/
.loginbox {
    display: inline;
}

.loginbox ul.loginbox {
    margin-top: 30px;
    float: right;
    height: 26px;
}

ul.loginbox li {
    margin-left: 10px;
}

.loginbtn a {
    color: #151e05;
    text-decoration: none;
    display: block;
    width: 61px;
    height: 26px;
    text-align: center;
}

.loginbtn a:hover {
    background-position: 0 -26px;
}

.logform li.lfield {
    margin-bottom: 10px;
}

.logform li.lbtn {
    text-align: center;
}

.logform li.lfield input {
    width: 265px;
}

.logform li.lfchek input {
    width: 13px;
    border: none;
    background: none;
}

.logform li.lfchek label {
    display: inline;
    margin-bottom: 0.2em;
}

/*---toolbar---*/
#toolbar {
    position: relative;
    z-index: 111;
    height: 61px;
    min-width: 1240px;
	max-width: 1300px;
	margin-left: 1%;
}

#topmenu {
    line-height: 27px;
    margin-top: 19px;
	font-size: 13px;
}

#topmenu li, #topmenu a, #topmenu a b {
    height: 28px;
    float: left;
}

#topmenu a {
    text-decoration: none;
    margin-right: 1px;
    color: #fff;
}

#topmenu a b {
    cursor: pointer;
    padding: 0 9px;
}

#topmenu a:hover {

    background-color: #360606;
    background-position: 0 0;
}

#topmenu a:hover b {
    background-position: 100% -28px;    
	text-decoration: underline;
}

#topmenu .sublnk a {
    background-position: 0 -112px;
}

#topmenu .sublnk a b {

    background-position: 100% -140px;
}

#topmenu .sublnk a:hover, #topmenu .sublnk.selected a {
    padding-bottom: 2px;
    background-color: #360606;
    background-position: 0 -56px;
}

#topmenu .sublnk a:hover b, #topmenu .sublnk.selected a b {

    background-position: 100% -84px;
}

/*---SubMenu---*/
#topmenu .sublnk {
    position: relative;
}

#topmenu li.sublnk ul {
    background-color: #360606;
    width: 220px;
    margin: 0;
    top: 30px;
    left: 0;
    position: absolute;
    z-index: 1999;
    display: none;
    opacity:0.9;
    -moz-opacity:0.9;
    filter:alpha(opacity=90);
}

#topmenu li.sublnk ul li a, #topmenu li.sublnk ul li, #topmenu li.sublnk ul li a b {
    background: none;
    float: none;
    height: auto;
    display: block;
    line-height: normal;
    text-transform: none;
}

#topmenu li.sublnk ul li {
    padding: 0;
}

#topmenu li.sublnk ul li a {
    text-shadow: none;
    color: #fff;
    padding: 6px 0 !important;
    width: 100%;
    border-bottom: 1px solid #fff;
}

#topmenu li.sublnk ul li a:hover {
 
}


/*---Shadows---*/
.shadlr {
    width: 100%;
}

.shadlr .shadlr {
    background-position: 100% 0;
}

.container {
    margin: 0 15px;
}

/*---BodyTemplate---*/
.wsh {
    padding-right: 8px;
    overflow: hidden;
    height: 8px;
    font: 1px/1px sans-serif;
    background: #fff;
}

.wsh .wsh {
    background-position: 0 0;
    padding: 0;
}

#vsepfoot {
    background-position: 100% -24px;
}

#vsepfoot .wsh {
    background-position: 0 -16px;
}

.vsep {
    background: #f1f0ed;
    padding: 0 0 0 270px;
	border-radius: 8px
}

.vsep .vsep {
    padding: 0;
    width: 100%;
    background: #fff;	
	border-radius: 0 8px 8px 0;
}

#sidebar {
    padding: 7px 0 0 13px;
    width: 257px;
    margin: 0 0 0 -270px;
}

#midside {
    padding: 0;
    width: 100%;
    overflow: hidden;
}

#midside img {
    max-width: 730px;
}

/*---Slider---*/
.slider {
    height: 312px;
    position: relative;
}

.slider .container {
    padding-bottom: 2px;
}

#slides, .slides_container, .slider .container {
    height: 271px;
}

.slides_container {
    position: relative;
    background: #000;
    width: 100%;
    overflow: hidden;
}

.pagination {
    text-align: center;
    height: 20px;
    margin: 0;
    padding: 11px 0 0 0;
    list-style: none;
}

.pagination li {
    display: inline-block;
    width: 19px;
    height: 19px;
    zoom: 1;
    *display: inline;
}

.pagination li a {
    display: block;
    width: 19px;
    padding-top: 19px;
    height: 0;
    overflow: hidden;
}

.pagination li a:hover {
    background-position: -19px 0;
}

.pagination li.current a {
    background-position: -38px 0;
}

.slider .dleft, .slider .dright {
    height: 273px;
    width: 23px;
    position: absolute;
    top: 0;
}

.slider .dleft {
    left: 0;
    background-position: 0 0;
}

.slider .dright {
    right: 0;
    background-position: -23px 0;
}

/*---buttons---*/
.fbutton, .vresult {
    border: 0 none;
    background: none;
    cursor: pointer;
}

.fbutton {
    text-shadow: 0 1px 0 #fff;
    margin-bottom: 2px;
    border: 1px solid #c4c4c4;
    width: 103px;
    height: 31px;
    color: #3c3c3c;
    padding: 4px 0 5px 0;
    background: #fff;
    font-weight: bold;
    -moz-box-shadow: 0 1px 4px -2px black;
    -webkit-box-shadow: 0 1px 4px -2px black;
    box-shadow: 0 1px 4px -2px black;
}

.fbutton:hover {
    background-position: 0 5px;
}

button.fbutton span {
    cursor: pointer;
    display: block;
}

/*---blocks---*/
.block {
    position: relative;
    background: #fff;
    margin: 0 0 15px 0;
    width: 240px;
    padding: 0 2px;
}

.block .dtop, .block .dbtm {
    height: 6px;
    position: absolute;
    left: 0;
    width: 244px;
    overflow: hidden;
    font: 1px/1px sans-serif;
}

.block .dtop {
    top: -1px;
}

.block .dbtm {
    background-position: -488px 100%;
    height: 8px;
    bottom: -3px;
}

.block .btl {
    border-bottom: 1px solid #dedede;
    height: 45px;
    line-height: 45px;
    padding: 0 13px;
    font-size: 1.3em;
}

.block .dcont {
    padding: 13px;
}

/*---LeftMenu---*/
.leftmenu {
    background-color: #2a2a2a;
}

.leftmenu a {
    color: #fff;
}

.lmenu {
    border-bottom: 1px solid #404040;
}

.lmenu a, .lmenu a span {
    cursor: pointer;
    display: block;
}

.lmenu a {
    text-shadow: 0 1px 0 #1f1f1f;
    text-decoration: none;
    padding: 7px 0 8px 0;
    width: 100%;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #1e1e1e;
}

.lmenu a span {
    padding: 0 13px;
}

.lmenu a:hover {
    border-top: 1px solid #99d134;
    border-bottom: 1px solid #243a07;
    background: #66a815;
}

.leftmenu .dcont {
    background: #505050;
}

/*---Votes---*/
#bvote .btl h4 {
    margin-top: 12px;
    float: left;
    font-size: 1em;
}

#bvote .btl .vresult {
    margin-top: 11px;
    float: right;
}

.vtitle {
    margin-top: -20px;
    padding: 10px 0 0 0;
    display: block;
    color: #fff;
    position: relative;
    background: #360606;
}

.vtitle b {
    width: 194px;
    padding: 0 10px 24px 10px;
    display: block;
}

.vresult {
    width: 31px;
    height: 25px;
    padding: 0;
}

.vresult:hover {
    background-position: 0 -25px;
}

.votefoot {
    text-align: center;
    padding: 11px 13px;
    border-top: 1px solid #d7d7d7;
    background: #f7f7f7;
}

.vote, #dle-poll-list div {
    clear: both;
    padding: 2px 0 2px 2px;
}

.vote input, #dle-poll-list div input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

#dle-poll-list {
    text-align: left;
}

.pollfoot {
    padding-top: 14px;
}

.pollhead {
    margin-bottom: 10px;
    color: #6faf18;
}

/*---Informer---*/
.block2 {
    margin: 0 0 15px;
    width: 244px;
    background: #dfddd9;
}

.block2 .dtop {

}

.block2 .dcont {
    margin: 0 13px;
    padding: 13px 0;
}

.block2 .btl {
    margin-bottom: 10px;
}

.informer {
    padding: 13px 0 0;
    margin-bottom: 13px;
}

.informer p a {
    color: #360606;
}

/*---Popular news---*/
#popular .btl {
    border-bottom: 1px solid #a6a6a6;
}

#popular .dcont {
    background: #360606;
}

#popular .dcont img:hover{
    background: #360606;
	opacity: .8;
}

#popular ul {
    margin: 0;
    list-style: none;
}

#popular li {
    padding-left: 8px;
}

#popular a {
    padding: 1px 0 4px 0;
    display: block;
    width: 100%;
    color: #fff;
}

#popular a:hover {
    color: #fff;
}

/*---footbox---*/
.footbg {
    height: 133px;
}

.ftbar {
	
    height: 57px;
	overflow: hidden;
    margin: 0 0 0 160px;
}



#fmenu, #fmenu li {
    float: left;
}

#fmenu {
    margin: 20px 0 0 -11px;
}

#fmenu li {
    padding: 0 10px;
    border-left: 1px solid #fff;
}

#fmenu li a {
    color: #fff;
}

/*---change-skin---*/
#change-skin {
    float: right;
    margin-top: 21px;
    width: 206px;
    height: 32px;
}

.change-skin {
    padding: 5px 6px 0 5px;
    height: 21px;
}

.change-skin .lcol {
    color: #fff;
    padding-left: 2px;
    line-height: 20px;
    font-size: 0.85em;
}

.change-skin .rcol {
    padding: 2px 0 0 2px;
    width: 115px;
    height: 19px;
}

.change-skin select {
    font-size: 0.85em;
    background-color: #fff;
    width: 113px;
    height: 17px;
    border: 0 none;
}

/*---blocktags---*/
.blocktags {
    padding: 13px 15px;
    border: 1px solid #fff;
}

.blocktags a, .blocktags {
    color: #fff;
}

.blocktags a:hover {
    color: #fff;
}

/*---footer---*/
.footer {
    height: 37px;
    background-color: #360606;
    border-top: 1px solid #fff;
}

.footer .wrapper {
    position: relative;
}

.footer .container {
    padding-top: 20px;
    margin: 0 0 0 30px;
    padding-right: 90px;
}

.footer h2, .counts {
    display: inline;
}

.footer h2 a {
    float: left;
    width: 34px;
    padding-top: 34px;
    margin-right: 15px;
}

.copyright {
    color: #fff;
    float: left;
}

.copyright a {
    color: #fff;
}

.counts ul {
    display: inline;
}

.counts ul li {
    width: 88px;
    height: 31px;
    margin: 0 auto;
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity=50);
}

.counts ul li:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter:alpha(opacity=100);
}

.toptop {

    width: 25px;
	height: 31px;
    padding: 2px 0 0 10px;
    top: 0;
    right: 0;
    position: absolute;
    color: #fff !important;
	font-size: 30px;
}

.toptop:hover {
    opacity: 0.7;
	text-decoration: none;
}



/*---Центральная часть контента---*/
.dpad {
    margin: 0 15px;
}

/*---Center Banner---*/
.hban {

}

.hban .hban {
    padding-bottom: 15px;
}

/*---Сортировка новостей---*/
.sortn {
    margin: 0 0 13px 0;
    height: 33px;
}

.sortn .sortn {
	background-color: #f1f0ed;
    text-align: center;
    line-height: 29px;
    font-size: 0.95em;
	margin-left: 3px;
    margin-right: 5px;
}

.sortn img {
    vertical-align: middle;
}

/*---Краткая содержимое---*/
.base {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.bsep {
    font: 1px/1px sans-serif;
    height: 25px;
}

.base .btl {
    margin-bottom: 2px;
}

.base .btl a, .base .btl {
    color: #360606;
}

.binfo, .argcat {
    color: #888785;
    padding-bottom: 7px;
	margin: 4px 0 0 0;
}

.argcat {
    padding-left: 10px;
}

.base .maincont {
    text-align: justify;
    padding-top: 15px;
    border-top: 1px solid #cfcfcf;
}

.argcoms b {
    background: rgba(0, 0, 0, 0) url("../images/argcoms.png") no-repeat scroll 100% 0;
    color: #fff;
    float: right;
    font: bold 2em/34px Arial,sans-serif;
    height: 40px;
    margin-top: -55px;
    text-align: center;
    width: 40px;
	margin-right: 20px;
}

.argcoms a {
    text-decoration: none;
    color: #fff;
}

.argcoms :hover {
    opacity: .9;
}

.maincont img {

    border: none;
}

.editdate {
    color: #888785;
    border-top: 1px solid #f1f0ed;
    padding-top: 10px;
    margin-bottom: 12px;
}

.storenumber, .maincont, .berrors, .basecont, .basenavi {
    margin-bottom: 15px;
}

/*---Подробнее---*/
.mlink {
    margin-bottom: 7px;
    height: 35px;
    background: #f1f0ed;
}

.mlink .mlink {
    margin: 0;
    padding: 4px 11px 0 10px;
    height: 32px;
}

.argmore a, .argmore a b, .argpoll a, .argpoll a b {
    float: left;
    height: 28px;
}

.argpoll a, .argpoll a b {

}

.argmore a, .argpoll a {
    margin-left: 5px;
    float: right;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    background-color: #360606;
}

.argmore a b, .argpoll a b {
    cursor: pointer;
    padding: 0 14px;
    background-position: 100% -28px;
}

.argpoll a {
    background-color: #fff;
    color: #61a117;
    text-shadow: 0 1px 0 #fff;
}

.argpoll a b {
    padding: 0 38px 0 14px;
}

.argmore a:hover, .argpoll a:hover {
    background-position: 0 -56px;
}

.argmore a:hover b, .argpoll a:hover b {
    background-position: 100% -84px;
}

.isicons {
    display: inline;
}

.isicons li {
    float: right;
    width: 19px;
    height: 19px;
    margin-top: 4px;
	font-size: 16px;
}

.isicons li img {
    display: block;
}

 /*---ratebox---*/
.rate {
    width: 85px;
    height: 17px;
    overflow: hidden;
}

.mlink .rate {
    padding-top: 5px;
}

/*---Tags---*/
.btags {
    background: #79b61b;
    height: 33px;
}

.btags .btags {
    color: #f2ffde;
    line-height: 32px;
    padding: 0 10px;
    background-color: transparent;
    background-position: 100% -33px;
}

.btags a {
    color: #fff;
}

.fullstory {
    border: 0 none;
	padding-bottom: 8px;
}

.mlinktags {
    background-position: 0 -70px;
}

.mlinktags .mlink {
    background-position: 100% -105px;
}

/*---А также:---*/
.related {
    background: #484848;
}

.related .dtop {
    padding: 0 15px;
    height: 30px;
}

.related .dtop span, .related .dtop span b {
    float: left;
    height: 30px;
}

.related .dtop span {
    line-height: 30px;
    color: #360606;
    background-color: #fff;
    background-position: 0 0;
    position: relative;
    margin-top: -1px;
	border-radius: 0 0 7px 7px;
}

.related .dtop span b {
    padding: 0 10px;
}

.related ul {
    padding: 8px 15px 13px 15px;
    color: #fff;
}

.related ul a {
    color: #fff;
}

.related a:hover {
    opacity: 0.8;
}

.related img {
    width:170px; 
	height:125px; 
	border:0; 
	margin: 0 0.7%;
}

/*---Вывод ошибок---*/
.berrors {
    color: #483608;
    padding: 15px 15px 15px 72px;
    background: #faf1c2 url("../images/berrors.png") no-repeat 9px 10px;
}

.berrors a {
    color: #a85003;
}

/*---Заголовок страниц---*/
.heading {
    font-size: 1.5em;
    line-height: normal;
    color: #360606;
    margin-bottom: 10px;
}

/*---Комментарии---*/
.bcomment {
    border-left: 3px solid #fff;
	border-top: 3px solid #f1f0ed;
    padding-left: 130px;
    padding-bottom: 15px;
}

.bcomment .lcol {
    background: #f1f0ed;
    color: #707070;
    margin-left: -130px;
    padding: 14px 0 10px 15px;
    width: 115px;
}

.bcomment .lcol ul {
    font-size: 0.85em;
}

.bcomment .lcol .avatar {
    width: 100px;
    overflow: hidden;
    margin-bottom: 4px;
	border-radius: 50px;
}

.bcomment .lcol .avatar img {
    width: 100px;
    height: 100px;
    display: block;
	border-radius: 50px;
}

.bcomment .rcol {
    padding-top: 15px;
    width: 100%;
}

.bcomment .dtop {
    height: 29px;
}

.bcomment .dtop h3, .bcomment .dtop span {
    color: #707070 ;
}

.bcomment .dtop h3 a {
    color: #360606;
}

.bcomment .dtop span {
    float: right;
    font-size: 0.85em;
    padding-right: 18px;
    height: 16px;
    line-height: 16px;
}

.cominfo {
    position: relative;
    margin-bottom: 12px;
    height: 30px;
    background: #f1f0ed;
}

.cominfo .dleft {
    width: 15px;
    height: 44px;
    position: absolute;
    top: -7px;
    left: -15px;
}

.cominfo ul {
    float: left;
    line-height: 29px;
}

.cominfo ul li {
    padding-left: 12px;
    color: #707070;
    float: left;
    height: 30px;
    margin-right: 15px;
}

.argreply a {
    text-align: center;
    color: #fff;
    font-size: 0.85em;
    margin-left: 4px;
    float: right;
    width: 80px;
    height: 30px;
    line-height: 28px;
    background: #360606;
}

.argreply a:hover {
    text-decoration: none;
    background-position: 0 -30px;
}

.comedit, .comedit ul li, .comedit ul li a {
    height: 21px;
}

.comedit ul {
    float: right;
}

.comedit ul li, .comedit ul li a {
    float: left;
}

.comedit ul li {
    line-height: 21px;
    border-left: 1px solid #fff;
}

.comedit ul li a {
    padding: 0 8px;
    background-color: #f1f0ed;
}

.comedit ul li.selectmass {
    position: relative;
    background-color: #f1f0ed;
    width: 21px;
}

.comedit ul li.selectmass input {
    position: absolute;
    top: 4px;
    left: 4px;
    margin: 0;
}

.signature, .slink {
    color: #707070;
}

/*---forms---*/
.baseform .heading {
    color: #707070;
    font-size: 1.4em;
}

.baseform, .mass_comments_action {
    margin: 0 15px 15px 15px;
    background-color: #f1f0ed;
}

.mass_comments_action {
    padding: 10px 13px;
}

.baseform .dcont {
    padding: 13px 0;
    margin: 0 13px;
}

.baseform .dcont .heading {
    margin: 0;
}

.tableform {
    width: 100%;
}

.tableform td {
    ;
}

.tableform td.label {
    width: 20%;
    vertical-align: top;
    padding-right: 0;
    font-weight: bold;
}

.fieldsubmit, .tableform td {
    padding: 10px 13px;
    border-top: 1px solid #fff;
}

.addnews {
    font-weight: bold;
}

.impot {
    color: #d51e44;
    font-weight: normal;
}

.checkbox {
    padding: 4px 0;
    line-height: 1em;
}

.checkbox input {
    margin-top: -2px;
    vertical-align: middle;
}

.f_input {
    width: 300px;
    padding: 1px;
}

.f_textarea {
    width: 458px;
}

.fieldtr select, .textin, .f_textarea, .f_input, .xfields textarea, .xprofile textarea,.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select, .logform li.lfield input {
    padding: 2px;
    background: #fff;
    border: 1px solid #bcc0c2;
}

.f_textarea, .editor_button select {
    padding: 0;
}

.textin {
    padding: 2px;
}

/*---search---*/
.searchstyle {
    width: 480px;
}

.search {
    font-size: 11px;
}

.searchtable fieldset legend {
    color: #404040;
}

.searchitem {
    font-size: 0.85em;
    border-top: 1px solid #dfddd9;
    padding: 10px 0;
}

#searchuser, #searchinput {
    width: 90% !important;
}

/*---Userinfo---*/
.userinfo {
    padding-left: 125px;
}

.rateui {
    width: 85px;
    height: 17px;
    margin: 0 auto;
    padding-top: 4px;
}

.userinfo .lcol {
    margin-left: -125px;
    width: 110px;
    padding-right: 15px;
}

.userinfo .lcol .avatar {
    margin-bottom: 10px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #dfddd9;
}

.userinfo .lcol .avatar img {
    width: 100px;
	height: 100px;
	border-radius: 50px;
}

.userinfo .rcol {
    width: 100%;
}

.userinfo .rcol ul {
    list-style: none;
    margin-left: 0;
}

.userinfo .rcol ul li {
    margin-bottom: 0.2em;
}

 .ussep {
    padding-top: 12px;
}

/*---statistics---*/
.statistics {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.statistics ul.lcol {
    min-height: 71px;
    margin: 0 0 20px -1px;
    width: 33.3%;
}

.statistics ul.lcol li {
    padding: 0 15px 0 0;
    margin-bottom: 2px;
}

/*---Постраничная навигация---*/
.storenumber {
    font-weight: bold;
}

.basenavi {
    height: 33px;
	background-color: #f1f0ed;
	margin-right: 5px;
	margin-left: 3px;
 }

.navigation, .navigation a, .navigation span {
 float: left;
}

.navigation, .nextprev {

	display: inline-block;
    font-size: 15px;
    line-height: 32px;
    min-width: 38px;
    text-align: center;
}

#eee {
	text-decoration: none;
	display: block;
	width: 90px;
	height: 20px;
	background-color: #f1f0ed;
}

#eee span {
    color: #2c2c2c;
	background-color: #f1f0ed;
	width: 90px;
}

#eee span:hover {
    text-decoration: underline;
}


	


.navigation a {
    text-decoration: none;
	width: 26px;
	height: 26px;
	border-radius: 20px;
	display: block;
	margin-left: 3px;
}

.nextprev a {
    text-decoration: none;
	display: block;
	margin-left: 3px;
}

.navigation a, .navigation span {
    padding: 0 5px;
}

.navigation a, .navigation span.nav_ext {
    color: #2c2c2c;
}

.navigation a:hover {
    color: #360606;
    background-color: rgba(0,0,0,0.06);
	padding-bottom: 6px;
	margin-left: 3px;
	

	
}

.navigation span {
    color: #360606;
    background-color: #ffeba0;
	width: 26px;
	height: 26px;
	border-radius: 20px;
	margin-left: 3px;
	padding-bottom: 7px;
	
}



.nextprev .thide {
    float: left;
}

.nextprev a span {
    cursor: pointer;
	padding: 16px;
}

.nextprev a span:hover {
	color: #2c2c2c;
	padding: 16px;
	text-decoration: underline;
}
.nextprev span .pnext {
	font-size: 17pt;
    background-position: -38px -39px;
	display:none;
}

.nextprev a .pnext {
    background-position: -114px -39px;
}

.nextprev span .pprev {
    background-position: 0 -39px;
	font-size: 17pt;
	display: none;
}

.nextprev a .pprev {
    background-position: -76px -39px;
}

.pm_status {
	float:left;
	border: 1px solid #d8d8d8;
	padding: 0px;
	background-color: #fff;
	width: 300px;
	height: 100px;
	margin-left: 20px;
	margin-right: 5px;
}

.pm_status_head {
	border-bottom: 1px solid #d8d8d8;
	font-size: 0.9em; 
	background: #fff;
	height: 22px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #4e4e4e;
}

.pm_status_content {
	padding: 5px;
}

.ratebox2 {
    text-align: left;
    padding-top: 5px;
}

.ratebox3 {
    text-align: left;
    padding-top: 5px;
}

.ratebox ul, .ratebox ul li {
    float: left;
}

.ratebox2 ul, .ratebox2 ul li {
    float: left;
}

.ratebox3 ul, .ratebox3 ul li {
    float: left;
}


#header-box {
	padding-top: 29px;
}

.box-x {
	
	float: left;

}

/*---**********************************************ADD*******************************************************---*/

#logo {
	margin-top: -19px;
	float: leaft;
    width: 70px;
    height: 70px;
    background: url("../images/logotype.png")no-repeat ;
}


/*---search---*/


.searchbar li {
    float: left;
}


.searchbar .lfield input {
    font-size: 1.2em;
    color: #000;
    float: left;
    height: 30px;
    width: 500px;
    border: 0 none;
    background: #fff;
    margin: 1px 0 0 0;
	padding-left: 10px;
	border-radius: 5px;
}

.searchbar .lbtn button {
    color: #fff !important;
	border: none;
	padding: 3px;
    background: #360606;
	font-size: 26px;	
	position: absolute;
	width: 36px;
}

.searchbar .lbtn button:hover {
    opacity: 0.7;
    cursor: pointer;
}



/*---Поворот лого при наведении начало---*/
#logo {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
#logo:hover {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

#logo2 > a {
	
    font-size:40px;
	margin: 30px 0 0 10px;
/*---	text-decoration:underline;  ---*/
	color: #fff;
}

#logo2 a:hover {
	
    font-size:40px;
	margin: 30px 0 0 10px;
/*---	text-decoration:none;  ---*/
	color: #fff;
}


	/* Поиск */
	#poisk {

    
		}
		
	/* Мы в Соц.сетях */
	
#soc_links { 
  
    height: 32px;
    margin: 0 0 0 127px;
}
			
#soc_links > a:hover {
	opacity: .5;

}
#soc_links a{
	
	padding: 2px;
}

.tagsmain {
    padding: 10px 15px;
    border: 1px solid #fff;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	text-align: center;
    font-size: 1.3em;
}

.tagsmain a{
	padding: 0 10px;
    color: #fff;
	text-decoration: underline;
}

.tagsmain a:hover {
    color: #fff;
	text-decoration: none;
}

#dianav {
	height: 30px;
	font-size: 52px;
	padding-left: 415px;
	margin: 14px 0 15px 0;
}

#dianav :hover{
	text-decoration: none;
	opacity: .7;
}
.flash {
	font-size: .9em;
}
.fullscreen-button {
    font-size: 0.9em;
    color: #360606;
    cursor: pointer;
    font-weight: 900;
}
.next {

}

/* Запрещаем изменять размер textarea*/
   textarea {
    resize: none;
   } 
   
/* Спойлер HTML кода*/
 
.spoiler > input + label:after{content: "+";float: right;font-family: monospace;font-weight: bold;}
.spoiler > input:checked + label:after{content: "-";float: right;font-family: monospace;font-weight: bold;}
.spoiler > input{display:none;}
.spoiler > input + label , .spoiler > .spoiler_body{background: #f1f0ed;padding:5px 15px;overflow:hidden;width:100%;box-sizing: border-box;display: block; text-decoration: underline; cursor: pointer;}
.spoiler > input + label + .spoiler_body{display:none;}
.spoiler > input:checked + label + .spoiler_body{display: block;}
.spoiler > .spoiler_body{background: #FFF;border: 1px solid #f1f0ed;border-top: none;}


#groupname {
	color: !important #360606;
}

.berrorstxt{
	margin: 0 0 15px 0;
	background-color: #f1f0ed;
	padding: 5px 10px;
}
.search_new {position:absolute; right:36px;}

/* Три колонки*/

.news { 
	width: 310px; 
    height: 395px;
	margin: 0 auto;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    }
	
.news1 {
    float: left;
	width: 32%; 
	min-width: 30%; 
    height: 395px;
	margin: 0 0 10px 10px;
    }

.news2 { 
    height: 50px;
	margin: 0 auto;
	overflow: hidden;
	padding: 1px 5px 0 5px;
    }	
	
.news3 {
	width: 100%; 
    height: 75px;
	margin-bottom: 5px;
	padding-left: 10px;
	overflow: hidden;
    }	
.news3 p {
	color: #888785;
	line-height: 1;
	margin-top: 5px;
}	

.mlink .ya-share2{
	float: left;
	margin: 3pх;
	padding: 1px 0 0 0;
}

.newcomm{
	border-bottom: 1px solid #f1f0ed;
	margin: 5px 0;
	padding: 0 0 5px 0;
}

#slides-text{
	width: 730px;
	margin: 0 135px;
	font-size: 1.2em;
}

.yashare-auto-init{
	margin: 0 10px 0 -3px;

}

.diafulltable {  
    width: 800px;
	margin: 0 auto;
	padding-bottom: 15px;
    -webkit-column-count:2;  
    -moz-column-count:2;  
    column-count:2;  
	-moz-column-rule: 1px dotted #ccc;  
    -webkit-column-rule: 1px dotted #ccc;  
    column-rule: 1px dotted #ccc;  
	-webkit-column-gap: 30px;  
    -moz-column-gap: 30px;  
    column-gap: 30px;  
}  

.diafulltable a{ 
	text-decoration: underline;
}

.diafulltable a:hover{ 
	text-decoration: none;
}

.diacattab a{
	text-decoration: underline;
}

.diacattab a:hover {
	text-decoration: none;
}

/* Включить/отключить звуковое сопровожждение*/

#jp_container a{
	position: absolute;
    padding-top: 17px;
	padding-left: 135px;
}

#jp_container a:hover {
	opacity: .7;

}

.yad {
    margin: 10px 20px 10px 18px;

}

.fulllinks a{
    text-decoration: underline;
}

.fulllinks a:hover{
    text-decoration: none;
}



/* Стили для полноэкранного режима */
.fullscreen.active .cycle-slideshow{
    margin:0px auto;
    width:auto;
    height:auto;
    background: #000;

}

.fullscreen.active.fake-fullscreen{
    position: fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index: 999;
    background: #000;
}
body.fake-fullscreen-support{
    position: fixed;
}
.fullscreen.active .cycle-slideshow img{
    max-width: 100% !important;
    max-height: 100% !important;
    width:100%;
    height:100%;
	background: #000;
}
.fullscreen.active .fullscreen-button{
    display: none;
    background: #000;
}
.close {
    display: none;
}

.fullscreen.active .close{
	display: inline-block;
	position: absolute;
	color: #FFF;
	font-size: 25px;
	top: 10px;
	right: 21px;
	cursor: pointer;
	z-index: 100;
	opacity: .6;
    background: #000;
}


.fullscreen .maxfull-button, .fullscreen .maxfull-disable-button{
    display: none;
    position: absolute;
    color: #FFF;
    font-size: 35px;
    top: 35px;
    right: 15px;
    cursor: pointer;
    z-index: 100;
	opacity: .6;
}

#fullscrhov :hover{
	opacity: .9;
}

.fullscreen.active .maxfull-button{
    display: inline-block;
}

.fullscreen.maxfullscreen .cycle-slideshow{
    position: absolute !important;
    width:100% !important;
    height:100% !important;
    top:0px;
    left:0px;
}
.fullscreen.maxfullscreen .cycle-slideshow img{
    max-width: none !important;
    width:100% !important;
    height:100% !important;
}

.fullscreen.maxfullscreen .maxfull-button{
    display: none;
}
.fullscreen.maxfullscreen .maxfull-disable-button{
    display: inline-block;
}

/* Стили для фильтра диафильмов */


.filter {
  padding: 10px 5px 22px 18px;

}

.block_1 {
width:230px;
float:left;
margin:0 0.5% 10px 0;
}

.block_2 {
width:232px;
float:left;
margin:0 0.5% 10px 0;
}

.block_2 {
	width: 113px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px; 
	cursor: pointer;
	background-color: #fff;
}

.block_2:hover {
	opacity: 0.7; 
}


.block_1 select {
	-webkit-box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #aaa;
	border-radius: 5px;
	height: 25px;
	padding: 0 22px 0 6px;
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));	*/
/*    -webkit-appearance: none;	*/
    line-height: 1em;
    /* for FF */
    text-indent: 0.01px; 
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;	
	width: 230px;
	color: #111;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' fill-rule='evenodd' class='cls-1' d='M8,0L4.141,6.993,0.012,0.156Z'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 212px 9px;;
    }
     
    .block_1 select::-ms-expand {
      display: none;
    }

	.block_1 select:hover {
	opacity: 0.7; 
}


