p.warning{
	background-color: #ffabab;
	border: 1px solid #ff0000;
	margin: 0px;
	padding: 5px !important;
	color: #000;
}
p.warning a{
	font-weight: bold;
	color: #000 !important;
}
p.success{
	background-color: #bbffbb;
	border: 1px solid #009900;
	margin: 0px;
	padding: 5px;
	color: #000;
}
p.success a{
	font-weight: bold;
}
p.notice, div.notice{
	background-color: #F0F4FB;
	border: 1px solid #B9C4DA;
	margin: 10px 0 0 0;
	padding: 5px;
}
p.notice a, div.notice a{
	font-weight: bold;
}
p.notice2{
	background-color: #F0F4FB;
	border: 1px solid #B9C4DA;
	margin: 0px;
	padding: 40px 5px 40px 5px;
	text-align: center;
}
p.notice2 a{
	font-weight: bold;
}
p.notice3{
	background-color: #ffabab;
	border: 1px solid #ff4949;
	margin: 0;
	padding: 5px;
	color: #000;
}

.msg_form p{
	margin: 10px 0 0 0 !important;
}

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 !important;
}
.right{
	float: right !important;
}

.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;
}
.commentmenu{
	font-size: 11px;
}
.commentmenu{
	display: block;
}
.commentadd{
	display: none;
}
#guestmsg{
	color: red;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
.commenttextadd{
	width: 594px;
	height: 80px;
}
.commentload{
	display: none;
	float: left;
	margin: 0 0 0 0;
	width: 220px;
	height: 19px;
}
.comment{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}
.comment:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.commentphoto{
	width: 77px;
	margin-bottom: 5px;
}
.commentphoto .time{
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
	color: #a19e9e;
}
.commentbody .content-menu{
	margin: 0 0 0 10px;
}
.commentcaption a{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.commenttext{
	word-wrap: break-word;
	padding: 20px 0 10px 0;
}
.commenttext img.wiki{
	max-width: 475px;
} 
.commenttext .edittext{
	width: 490px;
	max-width: 490px;
	height: 50px;
}

.commentaction ul{
	/*display: none;*/
	margin: 0;
}
.comment:hover .commentaction ul{
	/*display: block;*/
}
.commentaction{
	overflow: hidden;
	height: 20px;
}
.commentaction ul{
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 0 0 0 -14px;
}
.commentaction ul li:before{
	content: '·';
	margin: 0 5px;
}
.commentaction ul li{
	float: left;
}
.commentaction ul li a{
	color: #949292;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.commentaction ul li a:hover{
	color: #72b201;
}

.comment_add{
	margin: 7px 0 30px 0;
}
.comment_add textarea{
	width: 592px;
	max-width: 592px;
	height: 60px;
}
.comment_add textarea.close{
	height: 14px;
}

.comment_add_box{
	background: #F7F7F7;
	padding: 10px;
	margin: 0 0 10px 0;
}
.comment_add_box textarea{
	width: 364px;
	max-width: 364px;
	height: 16px;
}
.comment_add_box textarea.open{
	height: 60px;
}
.com_box .edittext, .com_popup .edittext{
	width: 310px;
	max-width: 310px;
}

.comment_add_popup{
	margin: 10px 0 10px 0;
}
.comment_add_popup textarea{
	width: 442px;
	max-width: 442px;
	height: 16px;
}
.comment_add_popup textarea.open{
	height: 60px;
}

.comments_add_action{
	margin: 10px 0 0 0;
	height: 20px;
}

.comments_more .more{
	padding: 10px;
	text-align: center;
	border-top: 1px solid #EDEEF0;
	margin: 0 0 10px 0;
	cursor: pointer;
}
.comments_more .more:hover{
	
}
.comments_more .more span{
	color: gray;
	font-size: 13px;
}
.comments_more:hover .more span{
	color: #72B201;
}

.comment_replies{
	margin: 20px 0 0 100px;
}
.comment_replies .edittext{
	width: 390px;
}
.comment_replies_wrap_hidden .comment_reply_form{
	display: none;
}
.comment_reply_form{
	margin: 10px 0 0 100px;
}
.comment_reply_form textarea{
	width: 98%;
	height: 14px;
}
.comment_reply_form textarea.open{
	width: 98%;
	height: 50px;
}
.comment_reply_action{
	display: none;
}
.comment_reply_loader{
	display: none;
	float: right;
	margin: 0 -5px 0 0;
}
.comment_replies_more{
	margin: 20px 0 0 100px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	color: #949292;
	background: #F8F8F8;
	font-weight: bold;
}
.comment_replies_more:hover{
	background: #EDEEF0;
	color: #72B201;
}

.comment_replies .commenttext img{
	max-width: 397px;
}

.comments_attach{
	
}

.comment_photo{
	margin: 5px 0 0 0;
}
.comment_photo img{
	max-width: 497px;
	max-height: 400px;
	cursor: pointer;
}
.comment_video{
	margin: 5px 0 10px 0;
}
.comment_video a.title{
	display: block;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-decoration: none;
}

/********************************************************
* Rating
*/
dl.star-rating ol {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 90px;
	height: 18px;
	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: 18px;
	text-indent: -9999px;
	position: absolute;
	text-decoration: none;
	z-index: 10;
}
dl.star-rating li span.star:hover {
	background: url(sysimages/stars.png) 0 -17px;
	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: 18px;
	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*/
abbr{
	border-bottom: 1px dashed #CBCBCB;
}
.wysiwyg p, p.wiki{ margin: 0 !important; word-wrap: break-word; }
.wikiText p{ margin: 10px 0 5px 0; word-wrap: break-word;}

.wysiwyg h1, h1.wiki{
	font-size: 15px;
	font-style:normal;
	display: block;
	padding: 0 0 2px 0;
	margin: 10px 0 5px 0;
}
.wysiwyg h2, h2.wiki{
	font-size: 14px;
	font-style:normal;
	padding: 0 0 2px 0;
	margin: 10px 0 5px 0;
}
.wysiwyg h3, h3.wiki{
	font-size: 13px;
	font-style:normal;
	padding: 0;
	margin: 10px 0 5px 0;
	color: #000;
	border-bottom: 1px solid #CBCBCB;
}
dl.spoilerBox, dl.spoilerBoxOpen{
	border: 1px solid #CBCBCB;
	margin: 5px 0;
}
dl.spoilerBox>dt, dl.spoilerBoxOpen>dt{
	padding: 2px 10px 2px 17px;
	color: #000;
	background: #EDEDED url(sysimages/bg_spoiler.png) no-repeat 3px 4px;
	cursor: pointer;
	-moz-user-select: none; -khtml-user-select: none; user-select: none;
}
dl.spoilerBoxOpen>dt{
	background: #EDEDED url(sysimages/bg_spoiler.png) no-repeat 3px -16px;
	border-bottom: 1px solid #CBCBCB;
}
dl.spoilerBox>dd, dl.spoilerBoxOpen>dd{
	display: none;
	padding: 5px;
	border: 1px solid #EEE;
}
dl.spoilerBoxOpen>dd{
	display: block;
}

.wikiVideo{
	width: 100px;
	position: relative;
	cursor: pointer;
}
.wikiVideo img{
	width: 100px;
}
.wikiVideo .act{
	position: absolute;
	top: 0; left: 0;
	right: 0; bottom: 0;
	background: url(sysimages/video_act.png) no-repeat center center;
	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.wikiVideo .act:hover{
	background: url(sysimages/video_act_h.png) no-repeat center center;
}

img.wikiVideo{
	border: 1px solid #000000;
	outline: 1px solid #454545;
}
img.wikiVideo:hover{
	outline: 1px solid #FFFFFF;
}

.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;
}
img.wiki.left{
	margin: 0 5px 0 0;
}
img.wiki.right{
	margin: 0 0 0 5px;
}
table.wiki{
	border: 1px solid #ccc;
	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: #ddd;
	border: 0;
	margin: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	letter-spacing: 2px;
}
table.wiki td{
	border: 0;
	margin: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
table.wiki.nomargin{
	margin: 0px;
	width: 100%;
}
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;
}
table.wiki.lighting tr:nth-child(odd){
	background-color: #ddd;
}
.wikiText div.right{
	text-align: right;
}
.wikiText div.center{
	text-align: center;
}

.wysiwyg ul, .wysiwyg ol, ul.wiki, ol.wiki, .wikiText ul, .wikiText ol{
	padding: 0px;
	margin: 0px;
}
.wysiwyg ul li, ul.wiki li, .wikiText ul li{
	list-style-position: inside;
	list-style-type: square;
	padding: 0 0 5px 10px;
	margin: 0px;
}
.wysiwyg ul li.two, ul.wiki li.two{
	margin-left: 30px;
}
.wysiwyg ol, ol.wiki li{
	padding: 0px;
	margin: 0 0 5px 15px;
}

.wikiColor1{
	color: #72b201 !important;
}
.wikiColor2{
	color: #C10090 !important;
}
.wikiColor3{
	color: #00CAEC !important;
}
blockquote.wiki:before { content: "«"; color: #AAA; float: left; font-size: 20px; font-family: 'Times New Roman'; line-height: 0px; margin: 5px 0 0 -15px; }
blockquote.wiki:after  { content: "»"; color: #AAA; float: right; font-size: 20px; font-family: 'Times New Roman'; line-height: 0px; margin: 5px -15px 0 0; }
blockquote.wiki{
	border-top:1px solid #CBCBCB;
	border-bottom:1px solid #CBCBCB;
	background: #F0EFEF;
	padding: 5px 20px;
	margin: 5px 0;
	font-style: italic;
}
blockquote.wiki p{
	text-align: justify;
}
pre.wikiCode{
	display: block;
	border:1px solid #CBCBCB;
	border-left:5px solid #72B201;
	padding: 5px;
	margin: 2px 0;
	width: 100;
	word-wrap: break-word;
}
pre.wikiCode code{
	width: 100%;
	white-space: pre-line;
	padding:0;
	margin:0;
}

/*end wiki text*/

/* Start Votes */
.vote_wrap{
	padding: 0 100px 0 100px;
}
.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: #F0EFEF;
	padding: 2px 5px 3px 5px;
	border-top: 1px solid #CBCBCB;
}
.vote_wrap .vote_params .vote_button div:hover{
	background: #CBCBCB;
	padding: 2px 5px 3px 5px;
}
.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: #F0EFEF;
	height: 16px;
}
.vote_wrap .vote_params .vote_result_bg div{
	height: 15px;
	background: #72B201;
}
.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 */

/* Photo viewer */
#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_scroll{
	left:0;
	top:0;
	position: absolute;
	overflow: hidden;
	z-index: 1010;
	overflow-y: scroll;
}
#pvm_canvas{
	float: left;
	border: 1px solid #edeef0;
	background-color: #f7f7f7;
	margin: 10px 0;
}
#pvm_preview_side{
	float: left;
	cursor: pointer;
}
#pvm_preview_side div{
	margin: 10px 0 0 10px;
	width: 17px;
	height: 18px;
	background: url(uiimages/pv_nav.gif) no-repeat 0 0;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#pvm_preview_side:hover div{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#pvm_close_side{
	float: left;
	cursor: pointer;
}
#pvm_close_side div{
	float: right;
	margin: 10px 10px 0 0;
	width: 17px;
	height: 18px;
	background: url(uiimages/pv_nav.gif) no-repeat 0 -20px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#pvm_close_side:hover div{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.pvm_photoarea_wrap{
	padding: 0 10px 10px 10px;
}
#pvm_photoarea{
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	border: 1px solid #fff;
	z-index: 4;
}
#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: #B1B1B1;
}
.pvm_prew:hover i, .pvm_next:hover i{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.pvm_action_wrap{
	width: 100%;
	height: 30px;
}
#pvm_photonum{
	float: left;
	font-weight: bold;
	margin: 8px 0 0 10px;
}
.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_wrap{
	margin: 10px auto;
	padding: 0 10px 20px 10px;
}
#pvm_comments{
	width: 450px;
	margin: 0 auto;
}
#pvm_photo_action{
	border-left: 1px solid #DAE1E8;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	min-height: 120px;
	width: 170px;
}
#pvm_photo_action a{
	display: block;
	margin: 3px 0;
	font-weight: bold;
	text-decoration: none;
}

.pvm_action_edit{
	margin: 10px 0;
}
.pvm_action_edit div{
	font-size: 13px;
	cursor: pointer;
	font-weight: bold;
}
.pvm_action_edit a{
	display: none !important;
}

.pvm_action_edit_open {
	background: #72B201;
	margin: 5px 0 5px -5px;
	padding: 5px;
}
.pvm_action_edit_open div{
	font-size: 13px;
	color: #eee;
	cursor: pointer;
	margin: 0 0 10px 0;
	font-weight: bold;
}
/* .pvm_action_edit_open div:before{
	content: '↑';
	float: right;
	margin: -2px 0 0 0;
	font-weight: bold;
} */
.pvm_action_edit_open a{
	display: block;
	margin: 8px 0 0 0;
	color: #fff !important;
	font-weight: bold;
}
/* .pvm_action_edit div:before{
	content: '↓';
	float: right;
	margin: -2px 0 0 0;
	font-weight: bold;
} */

#pvm_photoinfo{
	margin: 0;
	color: #888;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DAE1E8;
}
#pvm_preloading{ display: none; width: 100%; height: 100%; background: #b1b1b1;}
#pvm_preloading table{ width: 100%; height: 100%; }
#pvm_preloading i{
	display: block;
	background: url(/images/pv_preloading.gif) no-repeat;
	width: 100px;
	height: 100px;
}

#pvm_like{
	float: right;
	margin: -25px 0 0 0;
}

#tagframe {
	position: absolute;
	border: 0px;
	display: none;
	z-index: 6;
	cursor: move;
	overflow: hidden;
}
#tagframe img{ position: absolute; }

#tagbox {
	position: absolute;
	border: 0px;
	display: none;
	z-index: 6;
	cursor: move;
	overflow: hidden;
	outline: 1px solid #fff;
}
#tagbox img{ position: absolute; }

.tagframehandle{
	position: absolute;
	height: 10px;
	width: 10px;
	background: #fff;
	border:1px solid gray;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	z-index: 7;
	overflow: hidden;
	display: none;
}
#fadedphoto {
 top: 0;
 left: 0;
 font-size: 0em;
 overflow: hidden;
 background-color: black;
 opacity: 0.50;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 filter:alpha(opacity=50);
 position: absolute;
 z-index: 5;
 display: block;
}
#nw { cursor: nw-resize; }
#n  { cursor: n-resize;  }
#ne { cursor: ne-resize; }
#w  { cursor: w-resize;	 }
#e  { cursor: e-resize;	 }
#sw { cursor: sw-resize; }
#s  { cursor: s-resize;	 }
#se { cursor: se-resize; }
#pvm_taggers_msg, #pvm_trumb_taggers_msg{
	display: none;
	margin: 0 10px;
	background-color: #F0F4FB;
	border: 1px solid #B9C4DA;
	padding: 5px;
}
#pvm_tagslist{
	margin: 0 10px;
}
#pvm_taggers_invit_msg{
	display: none;
	margin: 10px;
	background-color: #F0F4FB;
	border: 1px solid #B9C4DA;
	padding: 5px;
}
.taggerBox{
	border: 1px solid #CBCBCB;
	background: #E7E7E7;
	padding: 10px;
}
#photoSelector{ width: 180px; position: absolute; display: none; z-index: 6; text-align: left;}
#photoSelector #psName{ width: 154px; }
#photoSelector .friendslist{ overflow: hidden; height: 250px; overflow-y: auto; border: 1px solid #CBCBCB; }
#photoSelector .friendslist td{ vertical-align: middle; }
#photoSelector .friendslist div{ margin: 0 0 2px 0; cursor: pointer;}
#photoSelector .friendslist div:hover{ background: #CBCBCB;}
#photoSelector .friendslist .image{ width: 25px; max-height: 33px; overflow: hidden; margin: 0px;}
#photoSelector .friendslist .image img{ width: 25px;}

#vv_bg{
	left:0;
	top:0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#vv_scroll{
	left:0;
	top:0;
	position: absolute;
	overflow: hidden;
	z-index: 1010;
	overflow-y: scroll;
}
#vv_canvas{
	float: left;
	background-color: #000;
	margin: 70px 0 10px 0;
	
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
}
.vv_action_wrap{
	width: 100%;
	height: 30px;
}
.vv_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: 10px 20px 0 0;
}
.vv_close:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.vv_code{
	padding: 10px 20px 20px 20px;
}
.vv_title{
	color: #777;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 0 20px;
}
#vv_info{
	width: 600px;
	background: #fff;
	padding: 20px;
	word-wrap: break-word;
}
.vv_desc{
	margin: 0 0 10px 0;
}
.vv_added{
	color: #666;
}
.vv_comments{
	margin-top: 20px;
}
.vv_video_action{
	padding: 10px 0 20px 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #F0EFEF;
}
.vv_video_action a{
	font-weight: bold;
	text-decoration: none;
}

.tooltip_box{
	position: absolute;
	left: -1000px;
	top: -1000px;
	padding: 7px 10px 7px 10px;
	margin: -2px 0 0 0;
	
	max-width: 300px;
	
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	text-shadow: 0px 1px 0px #262626;
	
	background: #000000;
	background: rgba(0, 0, 0, 0.8);
	
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-icab-border-radius: 3px;
	border-radius: 3px;
	behavior: url(pie.htc);
	overflow: hidden;
}

.additional{
	font-size: 10px;
}
.margin0{
	margin: 0 !important;
}