p.warning{
	background-color: #ffabab;
	border: 1px solid #ff0000;
	margin: 5px;
	padding: 5px;
	color: #000;
}
p.warning a{
	color: #000;
}
p.success{
	background-color: #bbffbb;
	border: 1px solid #009900;
	margin: 5px;
	padding: 5px;
	color: #000;
}
p.success a{
	color: #000;
}
p.notice{
	background-color: #e8ecef;
	border: 1px solid #b5c0c9;
	margin: 0px;
	padding: 5px;
}
p.notice2{
	background-color: #e8ecef;
	border: 1px solid #b5c0c9;
	margin: 0px;
	padding: 40px 5px 40px 5px;
	text-align: center
}
p.notice3{
	background-color: #ffabab;
	border: 1px solid #ff0000;
	margin: 0px;
	padding: 5px;
	color: #000;
}
p.notice3 a{
	color: #000;
}
tr.header{
	text-align: left;
	font-weight: bold;
	background-color: #85002B;
	COLOR: #FFF;
	border: 0px;
	padding:2px 3px 2px 5px;
}
.seltr:hover{
	background: #bbbbbb;
	color: #ffffff;
}

.left{
	float: left;
}
.right{
	float: right;
}

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	font-size:0;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/********************************************************
* Comments
*/
#comments{}
.commentmsg{
	margin: 10px;
	padding: 10px;
	border: 1px solid #D4BC4C;
	background-color: #F9F6E7;
	text-align:left;
}
.commentmsg .message{
	padding-top: 5px;
	padding-right: 5px;
	color:black;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
.box .commentmenu{
	float: right;
	margin: -32px 0px 0px 190px;
}
.commentmenu{
	display: block;
	padding: 5px;
}
.commentadd{
	display: none;
	margin-bottom: 10px;
}
.commentmsgadd{
	margin: 5px 0 0 0;
	font-style: italic;
}
#guestmsg{
	color: red;
}
.commenttextadd{
	width: 640px;
	max-width: 640px;
	height: 80px;
}
.commentload{
	display: none;
	margin-top: 15px;
	margin-left: 10px;
	width: 220px;
	height: 19px;
}
.comment{
	width: 100%;
	margin-bottom: 10px;
}
.commentphoto{
	width: 80px;
	margin-bottom: 5px;
}
.commentphoto img{ border: 1px solid #fff;}
.commentbody .info-box{
	margin: 0 0 0 10px;
}
.commentcaption{
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #efefef;
	padding: 0 5px 2px 10px;
}
.commenttext{
	padding: 4px 10px 5px 5px;
}
.commenttext img.wiki{
	max-width: 520px;
} 
.commenttext .edittext{
	width: 540px;
	height: 50px;
}
.commentaction{
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef;
}
.commentaction span:hover{
	text-decoration: none;
}
.commentaction span{
	cursor: pointer;
	text-decoration: underline;
}

.commentbutton{
	padding-left: 0px;
	padding-top: 10px;
	height: 30px;
	width: 70px;
	cursor: pointer;
}
.commentbutton1{
	margin-left: 5px;
	height: 30px;
	cursor: pointer;
}
.commentbutton2{
	width: 70px;
	cursor: pointer;
}

/********************************************************
* Rating
*/
dl.star-rating ol {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 90px;
	height: 17px;
	position: relative;
	background: url(sysimages/stars.png);
	margin: -5px 15px 0 0;
}
dl.star-rating li {
	float: left;
	margin: 0;
	padding: 0;
}
dl.star-rating li span {
	display: block;
	width: 18px;
	height: 17px;
	text-indent: -9999px;
	position: absolute;
	text-decoration: none;
	z-index: 10;
}
dl.star-rating li span.star:hover {
	background: url(sysimages/stars.png) 0 -18px;
	left: 0;
	z-index: 2;
}
dl.star-rating span.star1a {
	left: 0;
}
dl.star-rating span.star2a {
	left: 18px;
}
dl.star-rating span.star3a {
	left: 36x;
}
dl.star-rating span.star4a {
	left: 54px;
}
dl.star-rating span.star5a {
	left: 72px;
}
dl.star-rating span.star1 {
	cursor: pointer;
	left: 0;
}
dl.star-rating span.star1:hover {
	width: 18px;
}
dl.star-rating span.star2 {
	cursor: pointer;
	left: 18px;
}
dl.star-rating span.star2:hover {
	width: 36px;
}
dl.star-rating span.star3 {
	cursor: pointer;
	left: 36px;
}
dl.star-rating span.star3:hover {
	width: 54px;
}
dl.star-rating span.star4 {
	cursor: pointer;
	left: 54px;
}
dl.star-rating span.star4:hover {
	width: 72px;
}
dl.star-rating span.star5 {
	cursor: pointer;
	left: 72px;
}
dl.star-rating span.star5:hover {
	width: 90px;
}
dl.star-rating li.current {
	background: url(sysimages/stars.png) left bottom;
	height: 17px;
	z-index: 1;
}
dl.star-rating1 ol>li span:hover{
	text-indent: 85px;
}
dl.star-rating dd{
	position: absolute;
	padding: 2px;
	width: 90px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-top: 6px;
	z-index: 1000;
}
dl.star-rating dd.success{
	display: none;
	margin: 5px 0 0 0;
	background-color: #bbffbb;
}
dl.star-rating dd.warning{
	display: none;
	margin: 5px 0 0 0;
	background-color: #ffabab;
}

.rating-box{
	border: 1px solid #4B4B4B;
	background-color: #161616;
	padding: 5px;
}
.rating-box2{
	float: right;
	margin: 0 -15px 0 0;
}
/*End rating*/

/*Wiki text*/
.wikiText{
}
img.wiki{
	max-width: 600px;
	border: 1px solid #fff;
}
img.wiki.imgleft{
	float: left;
	margin: 0 10px 5px 0;
}
img.wiki.noborder{
	border: 0px;
}
table.wiki{
	border: 1px solid #B5C0C9;
	border-right: 0;
	border-top: 0;
	margin: 0 auto 10px auto;
	border-collapse: collapse;
	width: 90%;
}
table.wiki caption{
	text-align: center;
	padding: 0 0 5px 0;
}
table.wiki th{
	background-color: #9f43ac;
	border: 0;
	margin: 0;
	border-top: 1px solid #B5C0C9;
	border-right: 1px solid #B5C0C9;
	padding: 5px;
	text-align: left;
	color: #fff;
}
table.wiki td{
	border: 0;
	margin: 0;
	border-top: 1px solid #B5C0C9;
	border-right: 1px solid #B5C0C9;
	padding: 5px;
	text-align: left;
}
table.wiki.noborder{
	border: 0px;
}
table.wiki.noborder th{
	border: 0px;
}
table.wiki.noborder td{
	border: 0px;
}
table.wiki.nopadding th{
	padding: 0px;
}
table.wiki.nopadding td{
	padding: 0px;
}
.wikiText div.right{
	text-align: right;
}
.wikiText div.center{
	text-align: center;
}

ul.wiki, ol.wiki{
	padding: 0px;
	margin: 0px;
}
ul.wiki li{
	list-style-position: inside;
	list-style-type: square;
	padding: 0px;
	margin: 0px;
}
ul.wiki li.two{
	margin-left: 10px;
}
ol.wiki li{
	padding: 0px;
	margin: 0 0 5px 15px;
}
h1.wiki{
	font:16px Arial,Tahoma;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #333;
	padding: 0 0 2px 0;
	margin: 10px 0 -5px 0;
}
h2.wiki{
	font:14px Arial,Tahoma;
	padding: 0 0 2px 0;
	margin: 10px 0 -5px 0;
	border-bottom: 1px solid #333;
}
h3.wiki{
	font:12px Arial,Tahoma;
	padding: 0;
	margin: 10px 0 -5px 0;	
}

.wikiColor1{
	color: #C10090 !important;
}
.wikiColor2{
	color: #103dd2 !important;
}
.wikiColor3{
	background: #C10090;
	color: #FFF !important;
}
blockquote.wiki{
	border:1px dotted #333;
	border-left:5px solid #333;
	padding: 5px;
	margin: 0;
}


/*end wiki text*/

/* Start Votes */
.vote_wrap{
	padding: 0 auto 0 auto;
	width: 300px
}
.vote_wrap .vote_question{
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.vote_wrap .vote_params table{
	width: 100%;
}
.vote_wrap .vote_params td{
	vertical-align: top;
}
.vote_wrap .vote_params .vote_button {
	width: 60px;
}
.vote_wrap .vote_params .vote_button div{
	cursor: pointer;
	background: #83becd;
	padding: 2px 5px 3px 5px;
	border-top: 1px solid #009FC7;
	border-bottom: 2px solid #f0f0f0;
}
.vote_wrap .vote_params .vote_button div:hover{
	background: #009FC7;
	padding: 2px 5px 3px 5px;
	color: #fff;
}
.vote_wrap .vote_params .vote_button_text{
	vertical-align: middle;
	text-align: left;
	padding: 0 0 0 5px;
}
.vote_wrap .vote_params .vote_text{
	padding: 5px 0 2px 0;
}
.vote_wrap .vote_params .vote_result_bg{
	background: #dedede;
	height: 16px;
}
.vote_wrap .vote_params .vote_result_bg div{
	height: 15px;
	background: #009FC7;
	border-top: 1px solid #009FC7;
}
.vote_wrap .vote_params .vote_result_text{
	padding-left: 5px;
}

/* основной комментарий */
.commenttext .vote_wrap{
	padding: 0 30px 0 30px;
}
/* новости комментариев */
.feed .comment .text .vote_wrap{
	padding: 0;
}

/* End Votes */

#pvm_bg{
	left:0;
	top:0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#pvm_canvas{
	position: absolute;
	z-index: 1010;
	border: 1px solid #222;
	background-color: #111;
}
.pvm_photoarea_wrap{
	padding: 0 10px 0 10px;
}
.pvm_photoarea{
	margin: 0;
	padding: 0px;
	text-align: center;
	border: 1px solid #fff;
}
#pvm_photo{
	cursor: pointer;
}
.pvm_prew, .pvm_next{
	position: relative;
	vertical-align: middle;
	width: 60px;
	height: 100%;
	cursor: pointer;
	-webkit-user-select: none;
}
.pvm_prew i{
	display: block;
	background: url(/images/pv_ui.gif) no-repeat -32px 0;
	height: 15px;
	width: 8px;
	-webkit-user-select: none;
}
.pvm_next i{
	display: block;
	background: url(/images/pv_ui.gif) no-repeat -24px 0;
	height: 15px;
	width: 8px;
	-webkit-user-select: none;
}
.pvm_prew i, .pvm_next i{
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.pvm_prew:hover, .pvm_next:hover{
	background-color: #0a0a0a;
}
.pvm_prew:hover i, .pvm_next:hover i{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.pvm_action_wrap{
	height: 30px;
}
.pvm_close{
	float: right;
	background: url(/images/pv_ui.gif) no-repeat -49px 0;
	height: 17px;
	width: 17px;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	cursor: pointer;
	margin: 5px 10px 0 0;
}
.pvm_close:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#pvm_photoinfo{
	margin: 10px;
}
#pvm_preloading{ display: none; width: 100%; height: 100%; background: #000;}
#pvm_preloading table{ width: 100%; height: 100%; }
#pvm_preloading i{
	display: block;
	background: url(/images/pv_preloading.gif) no-repeat;
	width: 100px;
	height: 100px;
}