@charset "utf-8";

/* Code Begins */


html {

}



body {
        
	width: auto;
	font-family: 'Arial', sans-serif;
	font-size: 10pt !important;
	font-style: normal;
	color: #FFF;
	background: #000;
background-image: linear-gradient(bottom, rgb(26,26,26) 39%, rgb(0,0,0) 100%, rgb(0,0,0) 0%);
background-image: -o-linear-gradient(bottom, rgb(26,26,26) 39%, rgb(0,0,0) 100%, rgb(0,0,0) 0%);
background-image: -moz-linear-gradient(bottom, rgb(26,26,26) 39%, rgb(0,0,0) 100%, rgb(0,0,0) 0%);
background-image: -webkit-linear-gradient(bottom, rgb(26,26,26) 39%, rgb(0,0,0) 100%, rgb(0,0,0) 0%);
background-image: -ms-linear-gradient(bottom, rgb(26,26,26) 39%, rgb(0,0,0) 100%, rgb(0,0,0) 0%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.39, rgb(26,26,26)),
	color-stop(1, rgb(0,0,0)),
	color-stop(0, rgb(0,0,0))
	
);

position: relative:
max-width: 1920px;
margin: 0 auto;


/*
	background-image: url('http://lfforever.ru/design/black/logo.jpg');
	background-repeat: no-repeat;
	background-size: 1920px;
	max-width: 100%;

        background-position: center top;
        position: relative;
        margin: 0 auto;
*/


}



#uAdminBar, .uadm, .uAdminBar, .uadm--mini {display:none}



.logo {

position: absolute;
height: 450px;


	background-image: url('http://lfforever.ru/design/black/logo.jpg');
	background-repeat: no-repeat;
	background-size: 1920px 450px;
	max-width: 100%;

        background-position: center top;
        position: relative;
        margin: 0 auto;

}



.uadm--fixed-body-top {
        padding: 0px !important;
}






/* Общие теги */

p {
	padding: 0px 0px 0px 0px;
}

.imagine {
	margin: 5px;
	float:left;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}


a {
	color: #fff;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	text-shadow: -1px -1px 5px #c0c, 1px 1px 5px #c0c, 1px 1px 10px #c0c, 0px 0px 15px #c0c;
}

hr {
	height: 0px;
	width: 100%;
	border: 1px solid rgba(102,102,102,0.85);
}



	
h1, h2, h3, h4, h5 {}

/* Общие теги END */







/* Простые манипуляторы эффектами для класса-конструктора) */

.leftLine {
	border-left: 1px solid #FFF;	
}

.right {
	float: right;
	margin-left: 5px;
	padding-left: 5px;
}

/* Простые манипуляторы эффектами для класса-конструктора) */














/* Настройки для выборки дизайнов */
.des {
	position: relative;
	width: 110px;
	height: 110px;
	cursor: pointer;
	opacity: 0.65;
	-webkit-border-radius: 15px; 
	border-radius: 15px; 
	-webkit-box-shadow: 0 0 5px rgba(128, 128, 128, 0.7), 0 0 10px rgba(128, 128, 128, 0.7), 0 0 15px rgba(128, 128, 128, 0.7); 
	-moz-box-shadow: 0 0 5px rgba(128, 128, 128, 0.7), 0 0 10px rgba(128, 128, 128, 0.7), 0 0 15px rgba(128, 128, 128, 0.7); 
	box-shadow: 0 0 5px rgba(128, 128, 128, 0.7), 0 0 10px rgba(128, 128, 128, 0.7), 0 0 15px rgba(128, 128, 128, 0.7); 
	margin: -5px 10px 10px 10px;
}

.des:hover, .desFakeHover {
	-webkit-border-radius: 15px; 
	border-radius: 15px; 
	-webkit-box-shadow: 0 0 5px rgba(128, 0, 0, 0.9), 0 0 10px rgba(128, 0, 0, 0.9), 0 0 15px rgba(128, 0, 0, 0.9); 
	-moz-box-shadow: 0 0 5px rgba(128, 0, 0, 0.9), 0 0 10px rgba(128, 0, 0, 0.9), 0 0 15px rgba(128, 0, 0, 0.9); 
	box-shadow: 0 0 5px rgba(128, 0, 0, 0.9), 0 0 10px rgba(128, 0, 0, 0.9), 0 0 15px rgba(128, 0, 0, 0.9); 
        opacity: 1;
}


.hide {
	display: none;
}

/* Настройки для выборки дизайнов END */


















/* Форматы */
.datF {
	padding-left: 25px;
	background-image: url('http://lfforever.ru/design/_format/dat.png');
	background-repeat: no-repeat;
	background-size: 16px 100%;
}

.arhF {
	padding-left: 25px;
	background-image: url('http://lfforever.ru/design/_format/rar.png');
	background-repeat: no-repeat;
	background-size: 16px 100%;
}


/* Форматы END */







/* Общая панель */

.panel-bar {
	position: absolute;
	background: #000;
	background-color: rgba(22,22,22,0.7);
	border: 2px solid rgba(102,102,102,0.8);
	width: 98%;
        max-width: 1920px;
	height: 45px;
	border-radius: 0px 0px 15px 15px;
	z-index: 500; 
	padding: 0;
	color: #fff;
	display: block;
	top: 0 !important;
        margin: auto 0.5% !important;
    left: 50%;
    transform: translate(-50%, 0);
}
p.panel {
	float: left;
	padding-left: 10px;
}


.panel {
         margin: 0px !important;
}



#lff {
	background:url(icon_lff.png) no-repeat;
	width: 65px;
	height: 40px;
	float:right;
        display:none;
}

#foe {
	background:url(icon_foe.png) no-repeat;
	width: 65px;
	height: 40px;
	float: right;
        display:none;
}

#ds {
	background:url(icon_ds.png) no-repeat;
	width: 65px;
	height: 40px;
	float: right;
        display:none;
}

#youtube {
	background:url(icon_youtube.png) no-repeat;
        background-size: auto 28px;
	width: 55px;
	height: 40px;
	float: right;
        margin: 9px 0 0 0;
        opacity: 0.8;
}

#youtube:hover {
        opacity: 1.0;
}

#telegram {
	background:url(icon_telegram.png) no-repeat;
        background-size: auto 28px;
	width: 45px;
	height: 40px;
	float: right;
        margin: 9px 0 0 0;
        opacity: 0.8;
	
}

#telegram:hover {
        opacity: 1.0;
}

#discord {
	background:url(icon_discord3.png) no-repeat;
        background-size: auto 28px;
	width: 55px;
	height: 40px;
	float: right;
        margin: 8px 0 0 8px;
        opacity: 0.8;
}
#discord:hover {
        opacity: 1.0;
}

#upperAva {
	float: left;
	margin: 2px;
	padding: 0;
	max-height: 40px;
	max-width: 50px;	
	border: none;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#hey {
	float: left;
	margin: 4px 0 0 4px;
	font-style:italic;
}

#hey a {
	text-decoration: none;
}

.linklike {
	color: #C60;
}

/* Общая панель END */




.lines {
	border: 1px solid #777;
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
}





/* Панель инструментов */

.cPanel {
	width: 110px;
	height: 18px;
	position: absolute;
	background: #a08;
	background-color: rgb(0,0,0);
        border: 1px solid rgba(151,111,151,1);
	border-top: none;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	margin: 47px 0 0 20px;
	text-align: center;
	color: #DA0;
	font-size: 1.0em;
	cursor: pointer;
	padding: 0;
	z-index: 20;
        font-weight:bold;
        opacity:1;
}
.cPanel:hover {
	background: #f00;
	background-color: rgba(55,55,233,0.8);
        opacity:1;
}

#moreOptions {
	position: absolute;
	width: 97.3%;
	display: none;
	padding: 25px;
        margin: 47px 55px 0 0;
        overflow: hidden;
}

.option {
	display: block;
	font-size: 1.1em;
	padding-left: 15px;
}

div.hr {
	width: 90%;
	height: 1px;
	background: #930;
	background-color: #610;
	width: 95%;
	display: block;
	margin: -5px 2% 0px 2%;
}

#desCh {
	margin: 0px 0 0 0;
	float: left;
	width: 100%;
}

/* Панель инструментов END */









/* Tip's - подсказки */
#tip_01 {
	display: none;	
}
/* Tip's - подсказки END */





.content {
/*
margin: 05px 0 0 50%;
width: 1920px;

*/


	position: relative;
	margin: 0px auto 0 auto !important;
	display: block;
	z-index: 30;
	padding: 0px;
        overflow:hidden;
        max-width: 1920px


}




/* Стили для меню */


ul.navbar {
	display:none;
}


ul.navbar li {
    float: left;
    color: #BBB;
    font-family: 'Comic Sans', cursive;
    font-size: 25px;
	font-style: italic;
    padding: 0px 35px 200px 27px; 
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
	white-space: nowrap;
}

ul.navbar li a:hover {
	color: #202;
	text-decoration: none;
	text-shadow: 1px 1px 10px #c0c, 0px 0px 15px #c0c;
}


ul.navbar li span {
    background-image: url('black/dropsword.gif'); /* Элемент клика для раскрытия меню */
    background-repeat: no-repeat;
	background-position: right;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -10px;
    left: -10px;
	z-index: 40;
}


ul.navbar li a {
    text-shadow:0px -1px 15px #909, 0px -1px 10px #909, 0px -1px 10px #909, 0px 12px 1em #000;
    text-decoration: none;
}

ul.subnavbar {
    list-style: none;
    top: 50px;
    padding: 0 0;
    position: absolute; 
    display: none;
	background: #080000;
    background-color: rgba(22,22,22,0.9);
    border: 1px solid #333;
    border-radius: 10px;
	z-index: 60;
}

#b1 ul.subnavbar {left: 15px;}
#b2 ul.subnavbar {left: 15px;}
#b3 ul.subnavbar {left: 15px;}
#b4 ul.subnavbar {left: 14px;}
#b5 ul.subnavbar {left: 10px;}
#b6 ul.subnavbar {left: 15px;}



/* Стили для меню END */







	




div.footer {
	border: none;
	position: relative;
	bottom: -1;
	height: 40px;
	margin: 20px auto 40px auto;
	padding: 0px;
	text-align: center;
}



ul {
	color: #FFF;
	list-style: none;
	float: left;
}








/* Стили подсветки DC кода */

.dc {
    background: url('http://lfforever.ru/design/_elem/dc.png') no-repeat right bottom #111;
    background-image: url('http://lfforever.ru/design/_elem/dc.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #121212;
    -webkit-border-radius: 15px 0px 0px 45px;
    border-radius: 15px 0px 0px 35px;
    width: 700px;
	margin: 20px;
    height: 250px;
    border: 2px groove #990000;
    text-align: left;
    color: #EEEEEE;
    padding: 0px 10px 0px 25px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    word-wrap: break-word;
	font-size: 1.3em;
	display: block;
	position: relative;
}

.dcFrame {color: #f20039;}
.dcHead {color: #ea9104;}
.dcFile {color: #87c6f6;}
.dcFileCom {color: #80fff8;}
.dcCoord {color: #ffc280;}
.dcDataz {color: #96ff5d;}
.dcCtrl {color: #fe8fbe;font-style:italic;}
.dcComplex {color: #e2ff5d;}

/* Стили подсветки DC кода END */




.slider {
	position: relative;
	border-radius: 13px;
	margin-left: 35px;
	display: none;
}

.sliderContent {
	list-style: url('http://lfforever.ru/design/black/knife.png');
}



.topmod {
	width: 280px;
	display: inline-block;
	margin: 20px 0 10px 10px;
}

.topProBlock {
	width: 280px;	
	height: 180px;
	border: 1px solid rgba(51,51,51,1);
	display: none;
}

.header {
	width: 60%;
	text-align: center;
	font-size: 1.30em;
	font-weight: bold;
	font-style: italic;
	-webkit-border-radius: 0 15px 0 0;
	border-radius: 10 15px 0 0;
	display: none;
}















.hosterBody {
	margin: 0 27px 0 27px;
	padding: 10px 0 0 0;
	border-radius: 10px;
	font-size: 1em !important;
	font-family: 'Ubuntu', sans-serif;
        min-height: 500px;
}


.video_desc {
       overflow:hidden;
       height: 50px;
}

.video_desc span {
        display: block;
        clear: both;
        color: #fff;
        padding: 5px 20px 0 20px;
}

.video_desc span:first-child {
        float: right;
        font-weight: bold;
        position: absolute;
        margin: -40px 0 0 0;
        padding: 2px;
        z-index; 9999;
        background-color: rgba(50,50,50,0.75);
}

.video_desc span:last-child {
        font-style: italic;
}





/* Блок Резюме и Рекомендаций END */


.fastDataz1 {
	display: inline-block;
	width: 30%;
	margin: 0 10px 0 70px;
	border-right: 1px groove #C60;
	padding: 0 15px 0 0;
}

.fastDataz2 {
	display: inline-block;
	width: 28%;
	margin: 0;
	padding: 0 0 0 20px;
}

.fastDataz3 {
	display: block;
	margin: 0 3% 0 0;
	padding: 0;
	float: right;
	overflow:hidden;

}

.fastDataz4 {
	display: block;
	float: left;
	margin: 15px 0 0 35px;
	padding: 0;
}


.design-type-wide_artwork {
        border: 15px #fff;
        width: 570px;
        height: 227px;


  display: flex;
   justify-content: center; 
  align-items: center;
}

.gallery-last {
        max-height: 227px;
        max-width: 227px;
        width: 100%;
        min-width:227px;
}
.gallery-item, .gallery-item-border img {
        max-height: 111px;
        max-width: 111px;
        display: inline-block;
        clear:both;
}

.gallery-item-cell {
        display:inline-block;
        height: 111px;
        width: 111px;
        background-color: #222;
	opacity: 0.80;
}

.gallery-item-cell:hover {
	opacity: 1;
}

.gallery-item-border {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
}



.gallery-item-border:hover {
        background-color: #222;
}


.design-type-wide_artwork > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > div:nth-child(1) {
display: none;
}



/* Вид материалов Файлов */

.materials {
	margin: 15px auto 0 auto;
	/* border: 1px solid #600; */
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	display: block;
	background: rgba(15,15,15,1);
	clear: both;
}

.matBlank {
	width: 400px;
	background: #010101;
        display:flex;
        align-items: center;
        justify-content: center;
}

.matBlank img {
        max-width: 400px;
        max-height: 300px;
}

#material-1-col {
        width: 400px;
        background-color: #050505;
        border: 1px solid #300;
}

#material-2-col {
        vertical-align: top;
        padding: 20px;
}

#material-3-col {
        width: 200px;
        background-color: #050505;
        border: 1px solid #300;
        vertical-align: top;
        padding: 20px;
}

.materialInfo {
	font-size: 1.2em;
	font-style: italic;
        /* float: right; */
        width: 100%;
	background: #050505;
}

.materialHead {
	width: 100%;
	color: #F80;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	background: rgba(255,11,0,0.1);
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.materialHead a {
	text-decoration: none;	
}


.materialData {
}

.materialData > table {
        width: 100%;
        height: 270px;
}

.materialData img {
	max-width: 400px;
        max-height: 270px
	border: 0;
}



.materialGrade {
	font-family: 'Comic Sans MS', cursive;
	color: #F60;
	font-weight: bold;
	font-size: 1.6em;
	/* float: right; */
	margin-right: 25px;
}

.materialGradeMini {
	font-family: 'Comic Sans MS', cursive;
	color: #F60;
	font-weight: bold;
	font-size: 1.1em;
	margin-right: 50px;
}



.matMess {

}

.matColor {
	color: #F80;
}

.matDL {
	border: 1px solid #600;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	min-height: 40px;
	display: block;
	background: #000;
	clear: both;
	text-align: center;
	font-size: 1.9em;
	margin: 0 auto;
}

.matDL:hover {
	background: #3565c1;
	color: #FFF;
}

.matDL, .materials {
	width: 80%;
}

div.matDL a, div.matDL:hover, .dl-block, .dl-block a, .dl-block a:hover {
	text-decoration: none;
	text-shadow: none;
        vertical-align: middle;
}


/* END */







/* Фиксы */

a img {
	border: 0;
}

.separator {
	position: relative;
	width: 100%; /* Не трогать сепаратор :) */
	height: 5px;
	float: left;
	margin: 0;
	padding: 0;
}


:focus {
	border: none;	
}

/* Фиксы end */



/* Фиксы для чекбоксов */
#fx, #tips {
	float: left;
	display: block;
}

.tips {
	display: block;
}
/* Фиксы для чекбоксов END */


/* Фикс бага разного отображения контента из-за относительности к наличию админ-бара */
#fixer {
	position: relative;
	width: 950px;
	height: 1px;
	margin: 0;
	padding: 0;
	display: block;
}
/* END */







/* Новости */
.eTitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
	padding: 0 0 10px 0;
	width: 100%;
}

.eTitle a {
	font-size: 1.2em;

	color:#F26;
	font-weight: bold;
	font-style: italic;
}

.eText {
	text-align:justify;
	padding:5px;
	border-top:1px dashed #747474;
}

.eDetails, .eDetails1, .eDetails2 {
	padding: 5px 0 5px 0;
	text-align:left;
	clear:left;
	float: right;
}

.eMessage {
	text-align:left;
	clear:both;
	padding-top:2px;
	padding-bottom:2px;
	text-shadow: -2px 2px 2px rgba(11,11,11,1);
}

.eReads {
	background: url(black/views.png) no-repeat;
	background-size: 16px 100%;
	padding: 0 2px 0 18px;
}

.eComments {
	background: url(black/comments.png) no-repeat;
	background-size: 16px 100%;
	padding: 0 2px 0 18px;
}

.eCategory {
	background: url(black/category.png) no-repeat;
	background-size: 16px 100%;
	padding: 0 2px 0 18px;
}

.eAuthor {
	background: url(black/author.png) no-repeat;
	background-size: 16px 100%;
	padding: 0 2px 0 18px;
}




/* Новости END */



/* Комментарии */

.cMessage  {
	position: relative;
	text-align:left;
	clear:both;
	padding: 2px;
	display: block;
}

.cAvaHolder {
	margin-top: 2px;
	max-width: 70px;
	text-align: center;
}

.cAvaHolder a {
	text-decoration:none;
}

.cTriagle {
	position:absolute;
	left: 77px;
	top: 38px;
  	border-color: transparent #252525 transparent transparent;
	border-style: solid;
	border-width: 13px;
	width: 0;
	height: 0;
}

.cMessageHolder {
	margin-left: 100px;
	min-height: 50px;
	background: #252525;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 4px 7px;
}

.cAva {
	-webkit-border-radius: 13px;
	border-radius: 13px;
	max-height: 70px;
	max-width: 70px;
	border: 2px solid rgba(41,31,21,1);
	float: left;
}

.cAnswerURL {
	position: absolute;
	bottom: -13px;
	right: 12px;
	background: #151515;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	border: 1px solid #242424;
}

.cAnswerURL a {
	text-decoration:none;
}




.commTable {
	background:#252525;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}
.commTd1 {
	color:#FFF;
	font-weight:bold;
	padding-left:5px;
}
.commTd2 {
	padding-bottom:2px;
}
.commFl {
	width: 100%;
	color: #DA0;
	background: #151515;
	border:1px solid #747474;
}

.commReg {
	padding: 5 0 5 0px;
	text-align:center;
}
.commError {
	color:#FF0000;
}
.securityCode {
	color:#BB1111;
	background:#e2e2e2;
	border:1px solid #747474;
}

/* Комментарии END */


















/* Центральный форум */

.forumContent {
		background-color: #080000;
	background-color: rgba(0,0,0,0.7);
	/*
	background-image: -webkit-repeating-linear-gradient(-45deg, transparent 1%, rgba(20,20,20,0.1) 1.5%, rgba(20,20,20,0.1) 1.5%, transparent 2%);
	*/
	
	background-image: -webkit-repeating-linear-gradient(45deg, transparent 0px, transparent 5px, rgba(20,20,20,.2) 5px, rgba(20,20,20,.2) 10px);
	background-image: -moz-repeating-linear-gradient(45deg, transparent 0px, transparent 5px, rgba(20,20,20,.2) 5px, rgba(20,20,20,.2) 10px);
	background-image: -ms-repeating-linear-gradient(45deg, transparent 0px, transparent 5px, rgba(20,20,20,.2) 5px, rgba(20,20,20,.2) 10px);
	background-image: -o-repeating-linear-gradient(45deg, transparent 0px, transparent 5px, rgba(20,20,20,.2) 5px, rgba(20,20,20,.2) 10px);
	background-image: repeating-linear-gradient(45deg, transparent 0px, transparent 5px, rgba(20,20,20,.2) 5px, rgba(20,20,20,.2) 10px);
}



.gTable {
	width:98%;
	margin: 0 0 1% 0;
	padding-bottom: 0px;
	border-bottom:1px solid #000000;
	background: rgba(0,0,0,0);
	border-radius: 15px 15px 0 0;
}

.smiles {
	background: none;	
}

.smilesPart {
	background: none;
}


.gTableTop {
	background: #130000;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-image: linear-gradient(right , #D1AB00 0%, #7C0000 100%);
	background-image: -o-linear-gradient(right , #D1AB00 0%, #7C0000 100%);
	background-image: -moz-linear-gradient(right , #D1AB00 0%, #7C0000 100%);
	background-image: -webkit-linear-gradient(right , #D1AB00 0%, #7C0000 100%);
	background-image: -ms-linear-gradient(right , #D1AB00 0%, #7C0000 100%);
	background-image: -webkit-gradient(linear,right top,left top,color-stop(0, #D1AB00),color-stop(1, #7C0000));
	padding: 2px 0;	
	
	font-size:1.2em;
	font-style: italic;
	font-weight:bold;
	text-align: center;
	color: rgba(223,150,0,1);
	text-shadow: 0px -1px 0px rgba(51,51,51,0.3), 0px 3px 0px rgba(51,51,51,0.3), -2px 0px 0px rgba(51,51,51,0.3), 1px 0px 0px rgba(51,51,51,0.3);
}
.catLink {
	padding:2px;
	font-weight:bold;
	text-decoration: none;
	font-style: italic;
	text-align: center;
	color: rgba(223,150,0,1);
	text-shadow: 0px -1px 0px rgba(51,51,51,0.3), 0px 3px 0px rgba(51,51,51,0.3), -2px 0px 0px rgba(51,51,51,0.3), 1px 0px 0px rgba(51,51,51,0.3);
}



.gTableSubTop {
	border:1px solid #000000;
	color:#FF0000;
	height:23px;
	font-size:10px;
}


.gTableBody, .gTableBody1, .gTableBottom,.gTableSubTop,.gTableError {
	padding:2px;
	background: #000;
}

.gTableError {
	color:#000000;
}

.forumIcoTd {
	width: 100px;
}

.forumIcoTd img {
	width: 100%;
	height: 90%;
	padding: 2px 4px;
}

.gTableSubTop {
	width: 0;
	height: 0;
	color: transparent;
}


.forum {
	margin: 0 0 0 5%;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
}

.forumNameTd {
	width: 400px;
}

.forumNameTd:hover {
	background: rgba(31,0,0,1);	
}

.threadNameTd {
	border: 1px solid #666;
}

.forumDescr, .threadDescr, .forumModer {
	font-size: 1em;
	font-style: italic;
	text-align: center;
}
.threadLink {
	text-decoration: none;
}

.threadPinnedLink {
	text-decoration: none;
	font-size: 1.1em;
	font-weight:bold;
	color: rgba(223,121,0,1);
}
.forumThreadTd, .userRights, .legendTd {
	display: none;
}
.forumPostTd {
	width: 20%;
	text-align: center;
}
.forumLastPostTd, .threadLastPostTd {
	font-size: 0.9em;
	width: 30%;
}

.threadsType {
	background: #150000;
	border: 1px solid #000;
	-webkit-border-radius: 10px 10px 8px 8px;
	border-radius: 10px 10px 8px 8px;
	text-align: center;
	color: rgba(255,153,0,1);
}


.threadFrmBlock {
	display: none;
}


.uSpoilerText {
	background: rgba(5,5,5,1);
	-webkit-border-radius: 14px;
	border-radius: 14px;
	padding: 10px;
}




.postFirst {
	background: #252525;
	border-radius: 20px;
	padding: 5px;
}

.postRest1, .postRest2 {
	background: #222;
	border-radius: 20px;
	padding: 5px;
}

.PostBlock {
	position: relative;
	display: block;
	margin: 10px 0 40px 0;
}

.leftPostBlock {
	position: relative;
	display: block;
	width: 15%;
	height: 100%;
	float: left;
	overflow: hidden;
	background: #111111;
	border-radius: 65px 5px 65px 5px;
	padding: 10px;
	overflow: hidden;
}

.rightPostBlock {
	position: relative;
	display: block;
	width: 79%;
	float: right;
	min-height: 90px;
	border-radius:  40px 40px;
	padding: 15px 15px 20px 15px;
	margin-bottom: 50px;
}

.rightPostBlock img {
	max-width: 800px;
}

.forumTriangle {
	display: none;
}

.forumAva {
	max-height: 200px;
	max-width: 150px;
	border-radius: 17px;
	margin: 10px 0 0 20%;
}

.forumNickName {
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.forumNickName a {
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	padding-right: 5px;
}


.options {
	position: absolute;
	top: -20px;
	right: 10px;
	background: #111;
	padding: 5px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	z-index: 666;
}

.options a {
	text-decoration: none;
}

.additionalData {
	margin: 10px 0 0 20%;
}

.dataIco {
	max-width: 30px;
	max-height: 30px;
}

.forumData {
	float: right;
	padding-right: 30px;
	padding-bottom: 3px;
}




.LowBlock {
	float: right;
	font-size: 1em;
	width: 45%;
	overflow: hidden;
	border-radius: 15px 0 15px 0;
        min-height: 40px;
	max-height: 160px;
        padding: 5px 0 0 10px;
        margin: 0 0 0 10px;
        background: #111;
}

.LowBlock img {
	max-width: 800px;
}

.postSeparator {
	height: 0px;
}



/* Центральный форум END */







/* Приватная страница */

.PrivateBody {
	position: relative;
	height: auto;
	background: #191515;
	border-radius: 20px;
	margin: -50px auto 0 auto;
        min-width: 720px;
        max-width: 1920px;
}

.PrivateBodyEdit {
	position: inherit;
	width: 100%;
	float: left;
	background: #191515;
	border-radius: 20px;
	margin: 25% 0 25% 0;
}

.floater {
	position: inherit;
	margin: 2% 10%;
}

/* Полоска опыта */

.experienceMax {
	position: relative;
	width: 80%;
	height: 50px;
	border: 1px solid #7b0B0B;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 0px 8% 3% 5%;
background-image: linear-gradient(left , #3D0606 0%, #CC0A0A 100%);
background-image: -o-linear-gradient(left , #3D0606 0%, #CC0A0A 100%);
background-image: -moz-linear-gradient(left , #3D0606 0%, #CC0A0A 100%);
background-image: -webkit-linear-gradient(left , #3D0606 0%, #CC0A0A 100%);
background-image: -ms-linear-gradient(left , #3D0606 0%, #CC0A0A 100%);
background-image: -webkit-gradient(linear,left top,right top,color-stop(0, #3D0606),color-stop(1, #CC0A0A));
-webkit-box-shadow: inset 1px 4px 3px 0px rgba(255,255,255,0.5);
box-shadow: inset 1px 4px 3px 0px rgba(255,255,255,0.5);
}

.experience {
	position: relative;
	float:right;
	width: 100%;
	height: 100%;
	background: #040404;
	-webkit-border-radius: 15px;
	border-radius: 0 15px 15px 0;
}

.experienceTEXT {
	position: absolute;
	width: 100%;
	font-size: 2.5em;
	font-family: 'Comic Sans MS', cursive;
	text-align: center;
	z-index: 10;
}

/* Полоска опыта END */




/* Инфо профиля */
.profileNickTitle {
	font-size: 3em;
	font-family: 'Comic Sans MS', cursive;
	text-align: center;
	color: rgba(255,153,0,1);
	text-shadow: 4px 4px 3px #000;
	text-shadow: -4px -4px 3px #000;
    filter: dropshadow(color=#000, offx=2, offy=2);
	filter: dropshadow(color=#000, offx=-2, offy=-2);
}

.LvLBlock {
	font-size: 2em;
	font-family: 'Comic Sans MS', cursive;
	text-align: center;
	color: rgba(255,153,0,1);
}

.profileDataz {
	margin: 60px 0 175px 0;	
}

.profileAva img{
	max-height: 150px;
	max-width: 120px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: inset 2px 2px 1px 0px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 1px 0px rgba(255,255,255,0.8);
	float: left;
	border: 4px solid #050505;
}

.profileInfo {
	float: right;
	font-size: 1.5em;
	font-family: 'Times New Roman', sans-serif;
	text-align: left;
	font-style: italic;
	color: rgba(255,232,222,1);
	width: 80%;
}



.ban {
	position: relative;
	width: 150px;
	height: 15px;
	border: 1px solid #930;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	margin: 0 0 0 5%;
	background: #400;
}

.banBar {
	position: relative;
	float:left;
	width: 0%;
	height: 100%;
	background: #F00;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}

.banBarTEXT {
	position: absolute;
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	z-index: 10;
	text-decoration: none;
	color: #FFF;
}



.config {
	padding: 0 5px 0 5px;
	text-decoration: none;
}

/* END */


/**************************************************/
/**************************************************/
/****** Встроенные хостинговые настройки END ******/
/**************************************************/
/**************************************************/























/* Хостинговые настройки */

.loginBlock {
	display:inline-block;
	float: left;
	margin: 10px 0 0 5px;
}

.loginDiv, .passwordDiv, .buttonDiv, .rememberDiv, .loginLinks
{
	float: left;
	position: relative;
	margin: 0 5px;
	font-size: 0.9em;
}

.loginLinks .logLnkSep, .logLnkRem {
	display: none;
}

.logLnkReg  {
	position: relative;
	float: right;
	margin: -5px 0 0 0%;
	font-size: 1.5em;
	width: 140px;
	height: 25px;

/*
        pointer-events:none;
        background-color: #222222;
	border: 2px inset #222;
        color: #404040;
 */

	background: #003;
	background-color: #003;
	background-image: -webkit-repeating-linear-gradient(45deg, transparent 2px, transparent 4px, rgba(255,153,20,0.4) 4px, rgba(25,153,255,0.6) 6px);
	background-image: -moz-repeating-linear-gradient(45deg, transparent 2px, transparent 4px, rgba(255,153,20,0.4) 4px, rgba(25,153,255,0.6) 6px);
	background-image: -o-repeating-linear-gradient(45deg, transparent 2px, transparent 4px, rgba(255,153,20,0.4) 4px, rgba(25,153,255,0.6) 6px);
	background-image: -ms-repeating-linear-gradient(45deg, transparent 2px, transparent 4px, rgba(255,153,20,0.4) 4px, rgba(25,153,255,0.6) 6px);
	background-image:-webkit-repeating-linear-gradient(45deg, transparent 2px, transparent 4px, rgba(255,153,20,0.4) 4px, rgba(25,153,255,0.6) 6px);
	color: #FFFFFF;

	-webkit-border-radius: 16px;
	border-radius: 8px;
	border: 1px solid #600;
	text-decoration: none;
	text-align: center;
}


.logLnkReg:before {
  content: "[";
	float: left;
        font-style: italic;
}

.logLnkReg:after{
  content: "]";
	float: right;
        font-style: italic;
}



.loginDiv Input, .passwordDiv Input
{
	color: #F00;
	background: #000;
	background-color: #000;
	border: 1px solid 640;
	width: 80px;
	height: 13px;
	font-size: 0.9em;
}

input[name=user], input[name=password], .manFlPassw1, .manFlaEmail, .manFlLogin, .manFlPassw
{
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 0 5px;
}

.buttonDiv input
{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
	background: #159;
	background-color: #159;
	height: 25px;
	border: 1px solid #606;
	font-size: 1.2em;
        margin: -3px 0 0 0;
        font-weight:bold;
}

.buttonDiv input:hover
{
	color: #FFF;
	background: #840;
	background-color: #840;
}


/* END */







/* Изменение переключателей везде, кроме главной */

a.swchItem1, b.swchItemA, b.swchItemA1 {
	font:bold 11px/1.3 Verdana,sans-serif;
	text-decoration:none;
	color:#FFF;
	background: #D70;
} 

a.swchItem1, b.swchItemA, b.swchItemA1 {
	padding:3px 6px;border:1px solid #FA0;
} 

.swchItemDots {display:none;} 

/* END */


/* Изменение переключателей новостей на главной на лад 2-х кнопок */

.swchItem, .swchItemA, swchItemDots {
	display: none;
}

.catPages1 a {
	text-decoration: none;
}

.catPages1 .swchItem:first-child {
	display:block;
	position:absolute;
	bottom: 10%;
	left: -60px;
	width: 0;
	height: 0px;
	border-top-color: transparent;
	border-right-color: #700; 
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-style: solid;
	border-width: 30px;
}

.catPages1 .swchItem:first-child:hover {
	border-top-color: transparent;
	border-right-color: #DA0; 
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.catPages1 .swchItem:last-child {
	display:block;
	position:absolute;
	bottom: 10%;
	right: -60px;
	width: 0;
	height: 0px;
	border-top-color: transparent;
	border-right-color: transparent; 
	border-bottom-color: transparent;
	border-left-color: #700;
	border-style: solid;
	border-width: 30px;
}

.catPages1 .swchItem:last-child:hover {
	border-top-color: transparent;
	border-right-color: transparent; 
	border-bottom-color: transparent;
	border-left-color: #DA0;
}

/* END */





.quoteMessage {
	border-radius: 15px;
	min-height: 10px;
	padding: 10px;
	font-size: 0.9em;
	
background: #281414; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MTQxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFkMGEwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTEzMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #281414 0%, #1d0a09 50%, #2a1310 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#281414), color-stop(50%,#1d0a09), color-stop(100%,#2a1310)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #281414 0%,#1d0a09 50%,#2a1310 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #281414 0%,#1d0a09 50%,#2a1310 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #281414 0%,#1d0a09 50%,#2a1310 100%); /* IE10+ */
background: linear-gradient(to right,  #281414 0%,#1d0a09 50%,#2a1310 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#281414', endColorstr='#2a1310',GradientType=1 ); /* IE6-8 */

}

























/* Фикс окошка категорий при добавлении материалов */

.u-combolist {
	position: absolute;
	z-index: 500;
	top: -450px;
	left: 0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #191515;
}

.form-fields, .u-addform {
        margin: 0 auto !important;
        align: center;
        width: 100%;
}

.add-content-page {
        width: 75%;
        margin: 0 auto;
}

.full-width-container {
        width: 100%;
}

/* END */





/* Таблица РИК */

.csv2table-table {
    width: 90%;
	background-image: linear-gradient(right bottom, #DB9D0D 2%, #A60A0A 100%);
	background-image: -o-linear-gradient(right bottom, #DB9D0D 2%, #A60A0A 100%);
	background-image: -moz-linear-gradient(right bottom, #DB9D0D 2%, #A60A0A 100%);
	background-image: -webkit-linear-gradient(right bottom, #DB9D0D 2%, #A60A0A 100%);
	background-image: -ms-linear-gradient(right bottom, #DB9D0D 2%, #A60A0A 100%);
	background-image: -webkit-gradient(linear,right bottom,left top,color-stop(0.02, #DB9D0D),color-stop(1, #A60A0A));
	-webkit-border-radius: 25px 25px 40px 40px;
	border-radius: 25px 25px 40px 40px;
}

.csv2table-table {
	margin: 0 5%;
}

.csv2table-table-td {
	font-family: 'Ubuntu', sans-serif;
	text-align: center !important;
	font-size: 1.2em !important;
	border: none !important;
	
}

.csv2table-table-td:nth-child(1) {
	font-style: italic;
}

.csv2table-div tr:nth-child(odd) {
	background: rgba(0,0,0,0.3);
}

.csv2table-div table tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 40px;
	border-radius: 0 0 0 40px;
}

.csv2table-div table tr:last-child td:last-child {
	-webkit-border-radius: 0 0 38px 0;
	border-radius: 0 0 38px 0;
}


.csv2table-div table tr:first-child {
	cursor: pointer;
}

.csv2table-table-th {
	color: #fff;
	background: #410 !important;
	border: none !important;
}

.csv2table-table-th:hover {
	color: #f00;
	background: yellow !important;
}

.csv2table-div table th:first-child {
	-webkit-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
}

.csv2table-div table th:last-child {
	-webkit-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
}

/*
.csv2table-table-th {
	color: #333;
	font-weight: bold;
	background: #DA0;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
*/

/* END */

/* Инфо форума */

.infoForum {
	margin: 10px 5px;
	background: rgba(66,0,0,0.6);
	padding: 5px 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.infoForum a {
	text-decoration: none;
	font-weight: bold;
}

.fCat {
	font-size: 0.8em;
}

.fasker {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 5px #F60, -1px -1px 5px #F60;
}

/* END */



#delPtBut {

	z-index: 500;
}


#uzGrid {
	display: none;
}

/* Настройки админ-бара */

#puzadpn {
	display:none;
}

/* END */


.online {
	-webkit-box-shadow: 1px 1px 3px #30e422, -1px -1px 3px #30e422;
	-mox-box-shadow: 1px 1px 3px #30e422, -1px -1px 3px #30e422;
	box-shadow: 1px 1px 3px #30e422, -1px -1px 3px #30e422;
}

.offline {
	-webkit-box-shadow: 1px 1px 3px #c12020, -1px -1px 3px #c12020;
	-mox-box-shadow: 1px 1px 3px #c12020, -1px -1px 3px #c12020;
	box-shadow: 1px 1px 3px #c12020, -1px -1px 3px #c12020;
}




.funOnline {
	text-decoration: underline;
	color: #FF7200;
}
	
	


.u-tabscont-ul, .u-tabscont {
	float: left;
	width: 90%;
}

.u-tabs-ul {
	float: none;
}


.homeColors {}

.homeColors2 {
background-image: linear-gradient(left , rgb(81,102,22) 43%, rgb(86,122,7) 91%);
background-image: -o-linear-gradient(left , rgb(81,102,22) 43%, rgb(86,122,7) 91%);
background-image: -moz-linear-gradient(left , rgb(81,102,22) 43%, rgb(86,122,7) 91%);
background-image: -webkit-linear-gradient(left , rgb(81,102,22) 43%, rgb(86,122,7) 91%);
background-image: -ms-linear-gradient(left , rgb(81,102,22) 43%, rgb(86,122,7) 91%);

background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0.43, rgb(81,102,22)),
	color-stop(0.91, rgb(86,122,7))
);
}

.homeColors3 {
background-image: linear-gradient(left , rgb(20,49,120) 22%, rgb(7,84,120) 91%);
background-image: -o-linear-gradient(left , rgb(20,49,120) 22%, rgb(7,84,120) 91%);
background-image: -moz-linear-gradient(left , rgb(20,49,120) 22%, rgb(7,84,120) 91%);
background-image: -webkit-linear-gradient(left , rgb(20,49,120) 22%, rgb(7,84,120) 91%);
background-image: -ms-linear-gradient(left , rgb(20,49,120) 22%, rgb(7,84,120) 91%);

background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0.22, rgb(20,49,120)),
	color-stop(0.91, rgb(7,84,120))
);
}

.homeColors4 {
background-image: linear-gradient(left , rgb(87,20,120) 22%, rgb(79,7,120) 91%);
background-image: -o-linear-gradient(left , rgb(87,20,120) 22%, rgb(79,7,120) 91%);
background-image: -moz-linear-gradient(left , rgb(87,20,120) 22%, rgb(79,7,120) 91%);
background-image: -webkit-linear-gradient(left , rgb(87,20,120) 22%, rgb(79,7,120) 91%);
background-image: -ms-linear-gradient(left , rgb(87,20,120) 22%, rgb(79,7,120) 91%);

background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0.22, rgb(87,20,120)),
	color-stop(0.91, rgb(79,7,120))
);
}

.leftLine1 {
	position: relative;
	width: 99.5%;
	margin: 5px 10px 0 0;
	height: 205px;
	display: inline-block;
	background-image: url('http://lfforever.ru/design/black/Cherepki.png');
	background-repeat: no-repeat;
	background-size: 100% 34px;
	padding-top: 5px;
}

.rightLine {
	width: 99%;
	height: 204px;
	display: inline-block;
	margin: 5px 20px;
        max-width: 570px;
}

.rightLine2 {
	width: 99%;
	height: 415px;
	display: inline-block;
	margin: 8px 0 0 0;

}

.thirdLine1 {
	width: 99%;
	margin: 5px 10px 0 0;

	display: inline-block;
}


.design-type-thin_files {
         display:none;
}

.design-type-thin_artwork {
         display:none;
}









/*
.newVideo, .newPublic {
	width: 100%;
	background: rgba(51,51,51,0.75);
	-webkit-border-radius: 40px 10px;
	border-radius: 40px 10px;
	text-align: center;
	margin: 3px 0 0 0;
	color: #fff;
	font-size: 13px;
}

.newVideo a, .newPublic a {
	text-decoration: none;
}


.newPublicBody {
	height: 180px;
	background: rgba(22,22,22,1);
	margin: 5px 0 0 0;
	color: #fff;	
	overflow: hidden;
	vertical-align: top;
	font-size: 13px;
}

.newNewsBody {
	height: 180px;
	background: rgba(22,22,22,1);
	margin: 5px 0 0 0;
	color: #fff;	
	overflow: hidden;
	vertical-align: top;
}
*/

.screenB {
position: relative;
height: 180px;
margin: 5px 0 0 0;
background-color: #000;
background-repeat: no-repeat;
background-position: center center;
-moz-background-size: 100% auto;
-o-background-size: 100% auto;
-webkit-background-size: 100% auto;
background-size: 100% auto;
}

.newFiles {
	overflow: hidden;
	height: 68px;
	padding: 1px 0 0 0;
	color: #fff;	
}

.newFiles img {
	float: left;
	margin-left: 10%;
}

.newFilesDes {
	position: relative;
	float: right;
	font-size: 13px;
        width: 44%;
}

.topPlayers {
	width: 100%;
	background: rgba(22,22,22,1);
	text-align: center;
	margin: 3px 0 5px 0;
	color: #fff;
}

.topPlayersItem {
	background: rgba(31,21,21,0.5);
	padding-left: 85px;
	margin: 3px 0 0 0;
	color: #fff;
	overflow: hidden;
	font-size: 13px;
}
.topPlayersItem a {
	font-weight: bold;
	text-decoration: none;
	color: #F30;

}
.topPlayersItem a:hover {
	color: #ffff33;
}

.newPublicBody embed, .newPublicBody object {
	display: none;
}

.searchForm {
	margin: 10px 10px 0 0;
	float: right;
	opacity: 0.8;
}

.queryField {
	background: #333;
	color: #FFF;
}

.searchSbmFl {
	display: none;
}


.eTitleMini {
	background: rgba(66,66,66,0.85);
	width: 65%;
	padding: 0;
	margin-left: 22%;
	-webkit-border-radius: 20px/10px;
	border-radius: 20px/10px;
	-web-box-shadow: 1px 1px 0px #000;
	-moz-box-shadow: 1px 1px 0px #000;
	box-shadow: 1px 1px 0px #000;
}

.eTitleMini a {
	padding-left: 30%;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000,-1px -1px 0px #000,2px 2px 0px #000,3px 3px 0px #000;
}

.eDetailsMini {
	display: inline-block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 19px;
	background: rgba(21,21,21,1);
	text-align: center;
	left: 0px;
}

.eMessage {
	text-align:left;
	clear:both;
	padding-top:2px;
	padding-bottom:2px;
	text-shadow: -2px 2px 2px rgba(11,11,11,1);
}

.eReadsMini {
	background: url(black/views.png) no-repeat;
	background-size: 18px 18px;
	padding: 3px 2px 0 18px;
	margin: 0 15% 0 0;
}

.eCommentsMini {
	background: url(black/comments.png) no-repeat;
	background-size: 18px 18px;
	padding: 3px 2px 0 18px;
	margin: 0 15% 0 0;
}

.eCategoryMini {
	background: url(black/category.png) no-repeat;
	background-size: 18px 18px;
	padding: 3px 2px 0 18px;
	margin: 0 15% 0 0;
}

.eAuthorMini {
	background: url(black/author.png) no-repeat;
	background-size: 18px 18px;
	padding: 3px 2px 0 18px;
	margin: 0 15% 0 0;
}

.eAuthorMini a, .eCategoryMini, .eCommentsMini a, .eMessageMini a {
	text-decoration: none;
}

.eBlock {
	font-size: 13px;
}










.subMenu {
    list-style: none;
	width: 16%;
	margin: 0;
	padding: 5px 0 0 0;
}

.subMenu:first-child {
	padding-left: 20px;
}

.subMenu li a {
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

.subMenu li.lower {
    padding-left: 20px;
}

.subMenu li.lower a {
    font-weight: normal;
}

.subMenu li.off a {
    text-shadow: none;
    color: #777;
    opacity: 1;
}

.subbarter {
	position: relative;
	overflow: hidden;
	border-bottom: 1px #777 solid;
	padding-bottom: 5px;
        display:flex;
        justify-content:center;
}



.codeMessage {
font-family: 'monospace', serif;
color:#000;
background-color:#fff;
border-radius:10px;
padding: 10px 0 0 10px;
font-size:1.2em;
}


.uSpoilerButton {
margin: 0 auto;
display:flex;
justify-content: center;
font-size:1.3em;
background: #555;
color: #fff;
border: #222 1px dotted;
min-width: 150px;
}

#onl1,#onl3 {
display:none;
}

.sml1 a img {
max-height: 60px;
max-width: 70px;
}

.otherPhoto {
max-height: 100px;
max-width: 100px;
}

.myWinCont > form > table {width: 99%;}

.eMessage p:first-of-type img {
margin: 2px 10px 20px 10px;
height: 130px;
width: 130px;
float: left;
display:block;
}

.status_display {
position: absolute;
display: block;
right: 30px;
top: 30px;
width: 400px;
height: 150px;
background: rgba(10, 51, 56, 0.81);
overflow:hidden;
animation: sd_appear 2s;
animation-timing-function: ease;
}

.status_display p {
margin: 10px;
line-height: 1.4;
}

.display_stars {
float:right;
font-size: 12pt;
position: absolute;
right: 10px;
}

.status_display_h {
font-weight: bold;
font-size: 14pt;
}

.status_display_underscore {
font-weight: bold;
font-size: 14pt;
animation: blink 1s infinite;
}

@keyframes blink {
    from { opacity: 0; }
    49% { opacity: 0; }
    50% { opacity: 1; }
    to { opacity: 1; }
}

.sd_header {margin: 10px;}
.sd_empty {opacity: 0.3;}

@keyframes sd_appear {
    from { opacity: 0; right: -300px; }
    to { opacity: 1; right: 30px; }
}



.dateInformer {
    //font-style: italic;
    color: #ccc;
    font-size: 0.94em;
    //display:none;
    margin:  0 -1px 0 -10px;
}



/*
.sliderContent a:visited {
    color: #444;
}
*/






