body {background-color:#CC9966; color:#333333; font-family: tahoma, verdana, helvetica; font-size:14px; text-align: left; margin: 0 0 0 0;}
form {margin: 0 0 0 0;}
h1 {font-size: 50px; margin: 0 0 0 0; color:#FFFFCC;}
h2 {font-size: 28px; margin: 0 0 0 0; color:#FFFFCC; text-shadow: 1px 1px 1px #4D331A;}
h3 {font-size: 20px; margin: 0 0 0 0; color:#FFFFCC;}
a.h3:link {color:#FFFFFF; text-decoration: none;}
a.h3:active {color:#FFFFFF; text-decoration: none;}
a.h3:visited {color:#FFFFFF; text-decoration: none;}
a.h3:hover {color:#990000; text-decoration: underline;}
h4 {font-size: 16px; margin: 0 0 0 20px; color:#FFFFCC;}
.browntitle {color:#663300; margin: 0 0 0 0;}
h5 {font-size: 12px; margin: 0 0 0 0; color:#FFFFCC;}
h6 {font-size: 10px; margin: 0 0 0 0; color:#FFFFCC;}

.block {display:block}
.rel {position:relative}
.left {float: left;}
.right{float: right;}
.clear {clear: both;}
.hide {overflow: hidden;}
.hidden {display: none;}
small {font-size: 12px;}
small span{font-size: 14px;}

textarea {
	vertical-align: middle;
	font-family: tahoma, verdana, helvetica;
	font-size: 12px;
	color: #333333;
	background: #e8e8e8;
	border: none;
	outline: none;
	resize: none;
	padding: 6px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 1px 0 #999999; -moz-box-shadow: inset 1px 1px 1px 0 #999999; box-shadow: inset 1px 1px 1px 0 #999999;
}
input[type=text], input[type=password] {
	vertical-align: middle;
	font-family: tahoma, verdana, helvetica;
	height: 20px;
	font-size: 12px;
	color: #333333;
	padding: 2px 6px;
	background: #e8e8e8;
	border: none;
	outline: none;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 1px 0 #999999; -moz-box-shadow: inset 1px 1px 1px 0 #999999; box-shadow: inset 1px 1px 1px 0 #999999;
}
select {
	vertical-align: middle; 
	height: 24px;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	background: #e8e8e8;
	border: none;
	outline: none;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 1px 0 #999999; -moz-box-shadow: inset 1px 1px 1px 0 #999999; box-shadow: inset 1px 1px 1px 0 #999999;
}
fieldset {border: #6E5337 1px solid; padding: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
input[type='checkbox'] {height:auto; padding:0; margin:0px 3px 0 0;}
.clear {clear: both; padding: 0; margin: 0;}

input[type=button], input[type=submit] {
	vertical-align: middle; 
	font-family: tahoma, verdana, helvetica;
	font-size:12px;
	color: #e8e8e8;
	background: #8f5e2e; 
	background: -webkit-gradient(linear, left top, left bottom, from(#8f5e2e), to(#654220) );
	background: -moz-linear-gradient(-90deg, #8f5e2e, #654220);
	background: -o-linear-gradient(top, #8f5e2e, #654220);
	height: 24px;
	padding: 2px 8px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	text-shadow: none;
}
input[type=button]:hover, input[type=submit]:hover {
	background: #5f3e1e; 
	background: -webkit-gradient(linear, left top, left bottom, from(#724b25), to(#51351a) );
	background: -moz-linear-gradient(-90deg, #724b25, #51351a);
	background: -o-linear-gradient(top, #724b25, #51351a);
}
input[type=button]:disabled, input[type=submit]:disabled {
	border: #966e46 1px solid;
	color:#e3c898;
	background: #a67747; 
	background: -webkit-gradient(linear, left top, left bottom, from(#b3865a), to(#a67747) );
	background: -moz-linear-gradient(-90deg, #b3865a, #a67747);
	height: 28px;
	padding: 2px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: auto;
}

input[type="button"].btn_small, input[type="submit"].btn_small {
	font-size: 12px;
	height: 20px;
	padding: 2px 8px;
}

input[type="button"].btn_small:disabled, input[type="submit"].btn_small:disabled {
	border: #966e46 1px solid;
	color:#e3c898;
	background: #a67747; 
	background: -webkit-gradient(linear, left top, left bottom, from(#b3865a), to(#a67747) );
	background: -moz-linear-gradient(-90deg, #b3865a, #a67747);
	cursor: auto;
}

input.nostyle {padding: 0; margin: 0; vertical-align:middle;}

img.captcha {cursor: pointer;}
/*
input {width: 200px; margin: 0 0 0 0;}
textarea {width: 400px; margin: 0 0 0 0;}
*/

a:link {color:#990000;}
/*a:visited {color:#996633;}*/
a:visited {color:#990000;}
a:hover {color:#990000;}

a.white:link {color:#FFFFFF;}
a.white:visited {color:#FFFFFF;}
a.white:hover {color:#990000;}

a.rup:link {color:#FFFFCC; text-decoration: none;}
a.rup:active {color:#FFFFCC; text-decoration: none;}
a.rup:visited {color:#FFFFCC; text-decoration: none;}
a.rup:hover {color:#FFFFCC; text-decoration: underline;}

/*ссылки у анонсов в сайдбаре*/
a.topicanons {display: block;}
a.topicanons:link {color:#FFFFCC; text-decoration:none;}
a.topicanons:visited {color:#FFFFCC; text-decoration:none;}
a.topicanons:hover {color:#FFFFFF; text-decoration:none;}
a.topicanons  strong {color:#663300;}

a.bookmode_sel  {
	color:#663300 !important;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 15px;
	padding: 0 0 0 17px;
	text-decoration: none;
}
a.bookmode  {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 15px;
	padding: 0 0 0 17px;
	color: #990000;
	text-decoration: none;
}
a.bookmode:hover {color: #750202;}
a.bookmode:first-child, a.bookmode_sel:first-child {margin-left: 0;}
.linkAllPoo {background: url(/img/i_all_poo.png) 0px 2px no-repeat;}
.linkAllPoo:hover {background-position: 0px -13px}
.linkAllPoo.bookmode_sel {background-position: 0px -28px}
.linkImg {background: url(/img/i_img.png) 0px 3px no-repeat;}
.linkImg:hover {background-position: 0px -12px}
.linkImg.bookmode_sel {background-position: 0px -27px}
.linkVideo {background: url(/img/i_video.png) 0px 2px no-repeat;}
.linkVideo:hover {background-position: 0px -13px}
.linkVideo.bookmode_sel {background-position: 0px -28px}

/*ссылки в заголовках сайдбара*/
a.title_link {color:#FFFFCC; text-decoration: none;}
a.title_link:hover {padding-right:10px;}
a.title_arrowlink {color:#FFFFCC; text-decoration: none;}
a.title_arrowlink:hover {padding-left:10px;}

/* настройки флэш видео плеера */
a.flowPlayer {
    display: block;
    width: 576px;
    height: 432px;
    margin:10px; /* без margin косячит */
    /*border:1px solid #FFFFCC;*/
}
a.flowPlayer:hover {
    /*border:1px solid #000000;*/
}
a.musicPlayer {
    display: block;
    width: 576px;
    height: 30px;
    margin: 10px; /* без margin косячит */
    /*border:1px solid #FFFFCC;*/
}
.pointer {
    cursor: pointer;
}

div.wrap_shit_box {
    background-color:#A37547;
    padding: 18px;
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
    -webkit-box-shadow: inset 1px 1px 1px 0 #8b643c; -moz-box-shadow: inset 1px 1px 1px 0 #8b643c; box-shadow: inset 1px 1px 1px 0 #8b643c;
}
div.wrap_shit_box img {border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
div.wrap_content {vertical-align: top;}
div.wrap_guest_content {
	background-color:#B88A5C;
	padding: 12px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	-webkit-box-shadow: inset 1px 1px 1px 0 #a37b51; -moz-box-shadow: inset 1px 1px 1px 0 #a37b51; box-shadow: inset 1px 1px 1px 0 #a37b51;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.wrap_guest_content .toppost .anonimForm {width: 320px;}
.wrap_guest_content .toppost .anonimForm input[type=text] {width: 307px;}
.wrap_guest_content .toppost .anonimForm textarea {width: 306px; height: 84px; margin: 6px 0;}
.wrap_guest_content .toppost .anonimForm img.captcha {float: left; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;}
.wrap_guest_content .toppost .anonimForm input[type=text].user_num {float: left; width: 89px; margin: 0 6px; text-align: center; font-size: 20px;}
.wrap_guest_content .toppost .anonimForm input[type=submit] {width: 110px;}
.wrap_guest_content.fullWidth .toppost .anonimForm {width: 620px;}
.wrap_guest_content.fullWidth .toppost .anonimForm textarea {height: 84px; width: 608px;}
.wrap_guest_content.fullWidth .toppost .anonimForm input[type=text] {width: 608px;}
.wrap_guest_content.fullWidth .toppost .anonimForm input[type=text].user_num {width: 89px;}
.wrap_guest_content.fullWidth .toppost .right img {width: 340px; height: 156px;}
.wrap_guest_content .toppost textarea {
    width: 527px;
    height: 62px;
    margin: 6px 0;
}
.wrap_guest_content.fullWidth .toppost textarea {
    width: 834px;
    height: 62px;
    margin: 6px 0;
}
.wrap_guest_content .toppost input[type=text].left {
    width: 283px;
}
.wrap_guest_content.fullWidth .toppost input[type=text].left {
    width: 590px;
}
#profilePrivatComments .wrap_guest_content .toppost input[type=text].left {
    width: 202px;
}
#profilePrivatComments .wrap_guest_content .toppost textarea {
    width: 446px;
}
div.wrap_sidebar {
    width: 256px;
    background-color:#B88A5C;
    padding: 18px;
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
    -webkit-box-shadow: inset 1px 1px 1px 0 #a37b51; -moz-box-shadow: inset 1px 1px 1px 0 #a37b51; box-shadow: inset 1px 1px 1px 0 #a37b51;
}
div.wrap_sidebar img {max-width: 256px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.user_message, .userBar {
    background-color:#D1A375;
    padding: 18px;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
    -webkit-box-shadow: inset 1px 1px 1px 0 #b58e65; -moz-box-shadow: inset 1px 1px 1px 0 #b58e65; box-shadow: inset 1px 1px 1px 0 #b58e65;
}
.user_ava {width: 144px; height: 144px; margin-bottom: 10px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}

div.wrap_topics_entry {
    background-color:#B88A5C;
    padding: 18px;
    margin-bottom: 20px;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
    -webkit-box-shadow: inset 1px 1px 1px 0 #a37b51;
    -moz-box-shadow: inset 1px 1px 1px 0 #a37b51;
    box-shadow: inset 1px 1px 1px 0 #a37b51;
	z-index: 1;
	position: relative;
}
div.wrap_guest_message {margin: 10px 0px;}
.socials {
	margin: -22px 20px 20px 20px;
	height: 20px;
	background-color: #B88A5C;
	padding: 8px 12px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 1px 1px 1px 0 #a37b51;
	-moz-box-shadow: inset 1px 1px 1px 0 #a37b51;
	box-shadow: inset 1px 1px 1px 0 #a37b51;
	z-index: 5;
	width: 450px;
}

.soundOff {
	float: right;
	margin: 0 12px;
	background: #B88A5C;
	padding: 8px;
	font-size: 12px;
	position: relative;
	top: -2px;
	z-index: 1;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 1px 0px 1px 0 #a37b51;
	-moz-box-shadow: inset 1px 0px 1px 0 #a37b51;
	box-shadow: inset 1px 0px 1px 0 #a37b51;
	
}

/*камент*/
.comment_username {color: #663300; background: url("img/devid16.png") left bottom no-repeat; padding-left: 20px; word-wrap: break-word;}
.comment_message {padding-left: 20px; word-wrap: break-word;}
.user_comment {
    background-color:#D1A375;
    padding: 12px;
    margin-bottom: 5px;
    position: relative;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
    -webkit-box-shadow: inset 1px 1px 1px 0 #b58e65; -moz-box-shadow: inset 1px 1px 1px 0 #b58e65; box-shadow: inset 1px 1px 1px 0 #b58e65;
}
.noread { 
	/*margin-bottom: 15px;*/
    background-color: #889933;
}
.user_comment.my_comment {opacity: 0.5}
.user_comment.my_comment:hover {opacity: 1}
.user_comment.my_comment:hover{
	-moz-animation-name: 'myCommentHover';
	-moz-animation-duration: 300ms;
	-webkit-animation-name: 'myCommentHover';
	-webkit-animation-duration: 300ms;
	animation-name: 'myCommentHover';
	animation-duration: 300ms;
}
@-moz-keyframes 'myCommentHover'{
	from{
		opacity: 0.5;
	}
	to{
		opacity: 1;
	}
}
@-webkit-keyframes 'myCommentHover'{
	from{
		opacity: 0.5;
	}
	to{
		opacity: 1;
	}
}
@keyframes 'myCommentHover'{
	from{
		opacity: 0.5;
	}
	to{
		opacity: 1;
	}
}


.message {
    clear: both;
    overflow:hidden;
    padding-top: 5px; word-wrap: break-word;
    max-width: 584px;
    /*max-width: 655px; zoom:1; position: relative;*/
}
.message.fullWidth {max-width: 972px;}
.message img, .message object {margin-top: 10px;}

/*юзерблог*/
div.menu_userblog {padding: 10px; overflow: hidden;}
div.menu_userblog a {display: block; float: left; background: #FFFFCC; font-size: 11px; padding: 5px 10px; margin: 2px 5px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -webkit-box-shadow: inset 1px 1px 2px 0 #d5d4a9; -moz-box-shadow: inset 1px 1px 2px 0 #d5d4a9; box-shadow: inset 1px 1px 2px 0 #d5d4a9;}
div.menu_userblog a:hover {background: none; background: #e8d1a0; -webkit-box-shadow: inset 1px 1px 2px 0 #c5b288; -moz-box-shadow: inset 1px 1px 2px 0 #c5b288; box-shadow: inset 1px 1px 2px 0 #c5b288;}

/*профиль юзера*/
div.menu_userblog a.memenu {width: 124px; margin: 2px 0; text-align: left; text-decoration: none;}
div.menu_userblog a.memenu span {font-size: 9px; font-color: #000000; float: right; display: block;}
.wrap_userinfo{padding: 10px 0 0 8px; text-align: left; font-size: 12px;}
.wrap_userinfo a {font-size: 12px;}
.forie{display: none;}

.userBar {padding: 12px;}

.darkbrown {font-size: 12px; color: #663300; text-align:justify;}
.brown {background-color:#996633; padding: 15px 20px 0 20px;  -webkit-box-shadow: inset 0px 1px 2px 0 #82572b; -moz-box-shadow: inset 0px 1px 2px 0 #82572b; box-shadow: inset 0px 1px 2px 0 #82572b;}
.browntop {background-color:#996633; height:48px; -webkit-box-shadow: inset 0px 1px 2px 0 #82572b; -moz-box-shadow: inset 0px 1px 2px 0 #82572b; box-shadow: inset 0px 1px 2px 0 #82572b;}
.brownbottom {background-color:#996633; height:16px;}
.guestbook_mode {padding: 10px 20px 10px 20px; margin: 0 0 20px 0; background-color: #CCCCCC; font-size: 12px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -webkit-box-shadow: inset 1px 1px 1px 0 #999999; -moz-box-shadow: inset 1px 1px 1px 0 #999999; box-shadow: inset 1px 1px 1px 0 #999999;}
.guestbook_mode a, .guestbookSettings a, .guestbook_mode span, .guestbookSettings span {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 15px;
	padding: 0 0 0 17px;
	color: #990000;
	text-decoration: none;
}
.page.guestbookSettings a, .page.guestbookSettings span {
	margin: 0;
	padding: 0 5px 0 5px;
	margin: 0 2px 0 2px;
}
.page.guestbookSettings span.selected {
	padding: 2px 5px 2px 5px;
	background: #7c0806;
	color: #cccccc;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 1px 0 #5e0000; -moz-box-shadow: inset 1px 1px 1px 0 #5e0000; box-shadow: inset 1px 1px 1px 0 #5e0000;
	cursor: default;
}
.guestbook_mode a:first-child {margin-left: 0;}
.guestbook_mode a:hover, .guestbookSettings a:hover {color: #750202;}
.guestbook_mode a.selected {color: #522900;}
.guestbook_mode a.linkUserMode {background: url(/img/i_user_mode.png) 2px 2px no-repeat;}
.guestbook_mode a.linkUserMode:hover {background-position: 2px -12px;}
.guestbook_mode a.linkUserMode.selected {background-position: 2px -27px;}
.guestbook_mode a.linkAdminMode {background: url(/img/i_admin_mode.png) 0px 2px no-repeat;}
.guestbook_mode a.linkAdminMode:hover {background-position: 0px -13px;}
.guestbook_mode a.linkAdminMode.selected {background-position: 0px -28px;}
.guestbook_mode a.linkEditMode {background: url(/img/i_edit_mode.png) 2px 3px no-repeat;}
.guestbook_mode a.linkEditMode:hover {background-position: 2px -12px;}
.guestbook_mode a.linkEditMode.selected {background-position: 2px -27px;}
div.guestbookSettings {padding: 10px 20px 10px 20px; margin: 0 0 20px 0; background-color: #CCCCCC; font-size: 12px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -webkit-box-shadow: inset 1px 1px 1px 0 #999999; -moz-box-shadow: inset 1px 1px 1px 0 #999999; box-shadow: inset 1px 1px 1px 0 #999999;}
.guestbookSettings a.next, .guestbookSettings span.next {background: url(/img/i_next.png) right 2px no-repeat;}
.guestbookSettings a.next:hover {background-position: right -13px;}
.guestbookSettings a.prev, .guestbookSettings span.prev {background: url(/img/i_prev.png) left 2px no-repeat;}
.guestbookSettings a.prev:hover {background-position: left -13px;}
.titlegesta {padding: 20px 20px 20px 20px;}
.username {font-size: 24px; font-weight: bold; color:#663300; /*padding-left: 30px; text-shadow: 1px 1px 1px #996633;*/}
.usernick {float: left; height: 30px; font-size: 24px; font-weight: bold; color:#663300; padding-left: 5px; /* text-shadow: 1px 1px 1px #996633;*/}
.usersava {float: left; margin-top: 6px; height: 24px; width: 24px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; /*margin-left: 30px;*/}
.enemyava {margin: 0 2px 2px 0; cursor: pointer;}
.date {font-weight:bold; color:#663300;}
.toppost {padding: 0;}
.topPostHeader img {vertical-align: middle; float: left; margin-right: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;}
.topPostHeader input[type="button"] {margin-left: 6px; float: left;}
.topPostHeader .setColor {
	height: 20px;
	width: 48px;
	font-size: 12px;
	color: #333333;
	padding: 2px 4px 2px 22px;
	background: #E8E8E8 url(/img/i_set_color.png) 7px 7px no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 1px 0 #999999;
	-moz-box-shadow: inset 1px 1px 1px 0 #999999;
	box-shadow: inset 1px 1px 1px 0 #999999;
}
.topPostHeader .setColorBrown {
	float: left;
	height: 14px;
	width: 14px;
	margin: 4px 1px;
	background: #663300;
	cursor:/* url(/img/cursor-picker.gif), */pointer;
}
.topPostHeader .setColorBrownLight {
	float: left;
	height: 14px;
	width: 14px;
	margin: 4px 1px;
	background: #996633;
	cursor:/* url(/img/cursor-picker.gif), */pointer;
}
.topPostHeader .setColorBlack {
	float: left;
	height: 14px;
	width: 14px;
	margin: 4px 1px;
	background: #333333;
	cursor: /*url(/img/cursor-picker.gif), */pointer;
}
.topPostHeader .setColorBrown.selected, .topPostHeader .setColorBrownLight.selected, .topPostHeader .setColorBlack.selected {
	border: 1px solid #990000;
	margin: 3px 0px;
}
.topPostHeader .setImg {
	background: #8F5E2E url(/img/i_set_img.png) 50% 50% no-repeat;
	background: url(/img/i_set_img.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#8F5E2E), to(#654220) );
	background: url(/img/i_set_img.png) 50% 50% no-repeat, -moz-linear-gradient(-90deg, #8F5E2E, #654220);
	background: url(/img/i_set_img.png) 50% 50% no-repeat, -o-linear-gradient(top, #8F5E2E, #654220);
}
.topPostHeader .setImg:hover {
	background: #5f3e1e url(/img/i_set_img.png) 50% 50% no-repeat; 
	background: url(/img/i_set_img.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#724b25), to(#51351a) );
	background: url(/img/i_set_img.png) 50% 50% no-repeat, -moz-linear-gradient(-90deg, #724b25, #51351a);
	background: url(/img/i_set_img.png) 50% 50% no-repeat, -o-linear-gradient(top, #724b25, #51351a);
}
.topPostHeader .setImg.selected, .topPostHeader .setImg.selected:hover {
	background: #cccccc url(/img/i_set_img.png) 50% 50% no-repeat;
}
.topPostHeader .setBold {
	color: transparent;
	background: #8F5E2E url(/img/i_set_bold.png) 50% 50% no-repeat;
	background: url(/img/i_set_bold.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#8F5E2E), to(#654220) );
	background: url(/img/i_set_bold.png) 50% 50% no-repeat, -moz-linear-gradient(-90deg, #8F5E2E, #654220);
	background: url(/img/i_set_bold.png) 50% 50% no-repeat, -o-linear-gradient(top, #8F5E2E, #654220);
}
.topPostHeader .setBold:hover {
	background: #5f3e1e url(/img/i_set_bold.png) 50% 50% no-repeat; 
	background: url(/img/i_set_bold.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#724b25), to(#51351a) );
	background: url(/img/i_set_bold.png) 50% 50% no-repeat, -moz-linear-gradient(-90deg, #724b25, #51351a);
	background: url(/img/i_set_bold.png) 50% 50% no-repeat, -o-linear-gradient(top, #724b25, #51351a);
}
.topPostHeader .setBold.selected, .topPostHeader .setBold.selected:hover {
	background: #cccccc url(/img/i_set_bold.png) 50% 50% no-repeat;
}
.topPostHeader .setItalic {
	color: transparent;
	background: #8F5E2E url(/img/i_set_italic.png) 50% 50% no-repeat;
	background: url(/img/i_set_italic.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#8F5E2E), to(#654220) );
	background: url(/img/i_set_italic.png) 50% 50% no-repeat, -moz-linear-gradient(-90deg, #8F5E2E, #654220);
	background: url(/img/i_set_italic.png) 50% 50% no-repeat, -o-linear-gradient(top, #8F5E2E, #654220);
}
.topPostHeader .setItalic:hover {
	background: #5f3e1e url(/img/i_set_italic.png) 50% 50% no-repeat; 
	background: url(/img/i_set_italic.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#724b25), to(#51351a) );
	background: url(/img/i_set_italic.png) 50% 50% no-repeat, -moz-linear-gradient(-90deg, #724b25, #51351a);
	background: url(/img/i_set_italic.png) 50% 50% no-repeat, -o-linear-gradient(top, #724b25, #51351a);
}
.topPostHeader .setItalic.selected, .topPostHeader .setItalic.selected:hover {
	background: #cccccc url(/img/i_set_italic.png) 50% 50% no-repeat;
}
.topPostHeader .setUnderline {
	color: transparent;
	background: #8F5E2E url(/img/i_set_underline.png) 50% 7px no-repeat;
	background: url(/img/i_set_underline.png) 50% 7px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#8F5E2E), to(#654220) );
	background: url(/img/i_set_underline.png) 50% 7px no-repeat, -moz-linear-gradient(-90deg, #8F5E2E, #654220);
	background: url(/img/i_set_underline.png) 50% 7px no-repeat, -o-linear-gradient(top, #8F5E2E, #654220);
}
.topPostHeader .setUnderline:hover {
	background: #5f3e1e url(/img/i_set_underline.png) 50% 50% no-repeat; 
	background: url(/img/i_set_underline.png) 50% 7px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#724b25), to(#51351a) );
	background: url(/img/i_set_underline.png) 50% 7px no-repeat, -moz-linear-gradient(-90deg, #724b25, #51351a);
	background: url(/img/i_set_underline.png) 50% 7px no-repeat, -o-linear-gradient(top, #724b25, #51351a);
}
.topPostHeader .setUnderline.selected, .topPostHeader .setUnderline.selected:hover {
	background: #cccccc url(/img/i_set_underline.png) 50% 50% no-repeat;
}
.anounce {
	padding: 10px;
	background: #fbfbfb url(/img/assenizator.png) 17% 20px no-repeat;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	-webkit-box-shadow: inset 1px 1px 1px 0 #cccccc; -moz-box-shadow: inset 1px 1px 1px 0 #cccccc; box-shadow: inset 1px 1px 1px 0 #cccccc;
}
.anounce:hover {
	cursor: pointer;
	background-position: 17% -117px;
}
.anounce a {text-decoration: none;}
.anounce h1 {margin-left: 43%; font-size: 48px; font-weight: normal; color: #757575; text-shadow: none;}
.anounce h2 {margin-left: 43%; font-size: 24px; font-weight: normal; color: #757575; text-shadow: none;}
.anounce p {margin-left: 43%; font-size: 10px; font-weight: normal; color: #757575; text-shadow: none;}
.anounce:hover h1, .anounce:hover h2, .anounce:hover p{
	color: #663300;
}
.warning {
	width: 120px;
	height: 44px;
	background: #ffffcc url(/img/i_blablabla.png) 50% 5px no-repeat;
	margin: 6px 0;
	overflow: hidden;
	color: #575757;
	text-align: center;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	-webkit-box-shadow: inset 1px 1px 1px 0 #c5c59e; -moz-box-shadow: inset 1px 1px 1px 0 #c5c59e; box-shadow: inset 1px 1px 1px 0 #c5c59e;
}
.warning p {margin-top: 25px; font-size: 12px;}
#fileLoad p {margin: 5px 0 0 0;}
.post {padding: 20px; background:#CCCCCC; background: rgba(204, 204, 204, 0.6); border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}

/*юзерплэйс*/
.loginstring {width: 100%; padding: 5px 0; background: #cbb6a2; font-size: 12px; position: fixed; z-index: 99999; -webkit-box-shadow: 0 0 5px 0 #bf8f5f; -moz-box-shadow: 0 0 5px 0 #bf8f5f; box-shadow: 0 0 5px 0 #bf8f5f;}
.loginstring div {padding-right: 10px;}
.loginstring div  a {display: block; margin-top:8px;}
.loginstring div  label {display: block; margin-top:4px;}

.headerLogo {padding-top: 44px;}

.wrapalert {width: 956px; padding: 10px 20px; margin: 0 20px 0 20px; background: #CCCCCC; background: rgba(204, 204, 204, 0.6); font-size: 12px; border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px;}
.copy {background-color:#996633; padding: 10px 10px 10px 10px;}
.page {font-size: 14px; font-weight:bold; padding: 10px 10px 10px 10px; margin: 0 0 0 0; color:#FFFFCC;}
.comment {font-size: 12px; margin: 0 0 0 0; padding: 0 0 10px 0; color:#CC9966; text-align:justify;}
.datetimeleft {font-size: 12px; margin: 0 0 0 0; float: right; position: relative; bottom: 13px; right: 5px; margin: 0 -23px 0 0; padding: 5px 10px 10px 10px; color:#75471A; font-weight: normal; text-shadow: none; background: #A67C53; border-radius: 6px 0 6px 0; -moz-border-radius:  6px 0 6px 0; -webkit-border-radius:  6px 0 6px 0}
.datetimeright {font-size: 12px; margin: 0 0 0 0; float: right; color:#75471A; font-weight: normal; text-shadow: none;}
.datetime {font-size: 12px; /*margin: 0 0 0 -30px;*/ padding: 0 0 0 0; color:#75471A; font-weight: normal; text-shadow: none;}
.main_menu {font-size: 16px; font-weight: bold; text-align: left; text-decoration: none;}
a.main_menu:link {font-weight: bold; color:#663300; padding: 6px 12px 7px 12px; text-decoration: none;}
a.main_menu:visited {font-weight: bold; color:#663300; padding: 6px 12px 7px 12px; text-decoration: none;}
a.main_menu:hover {font-weight: bold; color:#663300; padding: 6px 12px 7px 12px; text-decoration: underline;}
.top_main_menu {font-size: 14px; font-weight: bold; text-align: left; text-decoration: none;}
a.top_main_menu:link {font-weight: bold; color:#663300; padding: 6px 12px 7px 12px; text-decoration: none;}
a.top_main_menu:visited {font-weight: bold; color:#663300; padding: 6px 12px 7px 12px; text-decoration: none;}
a.top_main_menu:hover {font-weight: bold; color:#663300; padding: 6px 12px 7px 12px; text-decoration: underline;}
a.comment:link {color:#CC9966;}
a.comment:visited {color:#CC9966;}
a.comment:hover {color:#990000;}
.user_tooltip {background-color:#FFFFD4; box-shadow: 1px 1px 1px #4D331A; -moz-box-shadow: 1px 1px 1px #4D331A; -webkit-box-shadow: 1px 1px 1px #4D331A; opacity:0.85; padding:10px; position:absolute; z-index:1000; visibility: hidden; text-align: left; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; z-index: 9999;}
/*
.name {padding: 20px 20px 20px 20px;}
*/

#FekalGaleryJS {width: 492px; height: 300px; margin: 0 auto;}
#FekalGaleryJSCaption {text-align: left; line-height: 140%;}

.enemy_icon {
	padding: 4px 10px 4px 10px;
	border: 1px #663300 solid;
	font-size: 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.enemy_icon_small {
	font-size: 12px;
	padding: 2px 8px;
	border: 1px #663300 solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.link_to_user {
	background: #8f5e2e; 
	background: -webkit-gradient(linear, left top, left bottom, from(#8f5e2e), to(#654220) );
	background: -moz-linear-gradient(-90deg, #8f5e2e, #654220);
	background: -o-linear-gradient(top, #8f5e2e, #654220);
    border: none;
    border-radius: 5px 5px 5px 5px;
    color: #E8E8E8;
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    padding: 4px 8px;
    text-shadow: none;
	text-decoration: none;
    vertical-align: middle;
	margin-left: 10px;
}
.enemyMenu  label {
	cursor: pointer;
}
.enemyMenu a:link{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.enemyMenu a:hover{
	background: #e8d1a0;
}
#enemyAva {
	display: none;
	width: 24px;
	height: 24px;
	padding:2px;
	background-color:#FFFFD4;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	box-shadow: 1px 0px 1px #4D331A;
	-moz-box-shadow: 1px 0px 1px #4D331A;
	-webkit-box-shadow: 1px 0px 1px #4D331A;
	/*	opacity:0.85;*/
}
#enemyAva .enemyava {margin:0}
#enemiesList {padding: 12px; font-size:12px; line-height: 16px;}
.wrapEnemies {margin-top: 10px; position: relative;}
#enemySettings {
	display: none;
	min-height: 40px;
	width: 158px;
	background-color:#FFFFD4;
	box-shadow: 1px 1px 1px #4D331A;
	-moz-box-shadow: 1px 1px 1px #4D331A;
	-webkit-box-shadow: 1px 1px 1px #4D331A;
	/*opacity:0.85;*/
	padding:8px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#enemySettings h5 {
	padding: 0 25px 0 10px;
}
#enemySettings .close {
	position: relative;
	width: 8px;
	height: 8px;
	top: 3px;
	right: 10px;
}
/* менюшка-переключалка в профиле */
#showProfileSettings a {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 15px;
	padding: 0 0 0 17px;
	color: #990000;
	text-decoration: none;
}
#showProfileSettings a:hover {color: #750202;}
#showProfileSettings a.selected {color: #522900;}
#showProfileSettings  .linkSettings {background: url(/img/i_settings.png) 2px 3px no-repeat;}
#showProfileSettings  .linkSettings:hover {background-position: 2px -14px}
#showProfileSettings  .linkSettings.selected {background-position: 2px -31px}
#showProfileSettings  .linkComments {background: url(/img/i_comments.png) 0px 6px no-repeat;}
#showProfileSettings  .linkComments:hover {background-position: 0px -7px}
#showProfileSettings  .linkComments.selected {background-position: 0px -20px}
#showProfileSettings  .linkPrivat {background: url(/img/i_privat.png) 1px 4px no-repeat;}
#showProfileSettings  .linkPrivat:hover {background-position: 1px -12px}
#showProfileSettings  .linkPrivat.selected {background-position: 1px -27px}