.wps_button{
	position: absolute;
}
.wps_button_down{
	position: absolute;
}
.wps_button span, .wps_button_down span{
	min-width: 50px;
	text-align: center;
}

.wps_panel_button{
	float: left;
	cursor: pointer;
	padding: 8px 11px 8px 11px;
}
.wps_panel_button_down{
	float: left;
	cursor: pointer;
	padding: 7px 10px 7px 10px;
	border: 1px solid #222222;
	background: #1a1a1a;
	color: #FFF;
}

.wps_control_panel{
	height: 20px;
}
.wps_message_box{
	padding: 20px;
	text-align: center;
}
.wps_message_box_icon{
	width: 100%;
}
.wps_message_box_icon .text{
	padding: 20px;
}
.wps_message_box_icon .icon{
	vertical-align: center;
	width: 52px;
	padding-left: 10px;
}
.wps_message_box_icon .icon div{
	width: 52px;
	height: 50px;
}
.wps_message_box_icon .icon .error{
	background: url(uiimages/msgboxicon.png) no-repeat 0px 0px;
}
.wps_message_box_icon .icon .warning{
	background: url(uiimages/msgboxicon.png) no-repeat 0px -48px;
}
.wps_message_box_icon .icon .information{
	background: url(uiimages/msgboxicon.png) no-repeat 0px -98px;
}
.wps_message_box_icon .icon .question{
	background: url(uiimages/msgboxicon.png) no-repeat 0px -152px;
}

.wps_form{
	position: absolute;
	padding: 3px;
	z-index: 1000;
	border:4px solid #79b60e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
	overflow: hidden;
}
.wps_form .background{
	background: #efefef;
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	z-index: 1001;
}
.wps_form .nw{
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0px;
	top: 0px;
	z-index: 1002;
	background: #e1e1e1;
}
.wps_form .n{
	position: absolute;
	height: 5px;
	left: 5px;
	top: 0px;
	right: 5px;
	background: #e1e1e1;
	z-index: 1002;
}
.wps_form .ne{
	position: absolute;
	width: 5px;
	height: 5px;
	right: 0px;
	top: 0px;
	background: #e1e1e1;
	z-index: 1002;
}
.wps_form .w{
	position: absolute;
	width: 5px;
	left: 0px;
	top: 5px;
	bottom: 5px;
	background: #e1e1e1;
	z-index: 1002;
}
.wps_form .e{
	position: absolute;
	width: 5px;
	right: 0px;
	top: 5px;
	bottom: 5px;
	background: #e1e1e1;
	z-index: 1002;
}
.wps_form .sw{
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0px;
	bottom: 0px;
	background: #e1e1e1;
	z-index: 1002;
}
.wps_form .s{
	position: absolute;
	height: 5px;
	right: 5px;
	left: 5px;
	bottom: 0px;
	background: #e1e1e1;
	z-index: 1002;
}
.wps_form .se{
	position: absolute;
	width: 5px;
	height: 5px;
	right: 0px;
	bottom: 0px;
	background: #e1e1e1;
	z-index: 1002;
}
.wps_form.resizeable .nw{
	cursor: nw-resize;
}
.wps_form.resizeable .n{
	cursor: n-resize;
}
.wps_form.resizeable .ne{
	cursor: ne-resize;
}
.wps_form.resizeable .w{
	cursor: w-resize;
}
.wps_form.resizeable .e{
	cursor: e-resize;
}
.wps_form.resizeable .sw{
	cursor: sw-resize;
}
.wps_form.resizeable .s{
	cursor: s-resize;
}
.wps_form.resizeable .se{
	cursor: se-resize;
}
.wps_form_header{
	position: relative;
	z-index: 1002;
}
.wps_form_caption{
	color:#000;font-size:14px;padding:10px 20px 0 20px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	width: 80%;
}
.wps_form.moveable .wps_form_caption{
	cursor: move;
}
.wps_form_buttons{
	float: right;
	padding-top: 2px;
}
.wps_form_buttons .minButton{
	width: 16px;
	height: 14px;
	background: url(uiimages/btn_min_form.png) no-repeat;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}
.wps_form_buttons .maxButton{
	width: 16px;
	height: 14px;
	background: url(uiimages/btn_max_form.png) no-repeat;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}
.wps_form_buttons .exitButton{
	width: 16px;
	height: 16px;
	background: url(uiimages/popup_x_btn.png) no-repeat;
	float: left;
	cursor: pointer;
	margin: 0 2px 0 0;
}
.wps_form_body{
	margin: 0px 20px 10px 20px;
	position: relative;
	z-index: 1002;
	padding: 10px;
}

.form_back_lock{
	position: absolute;
	top:0;
	left:0;
	z-index:900;
	display:block;
	background:#000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.wps_listview{
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #222222;
	background: #000;
}

/* INPUT style */
.labelDiv{
	height: 10px;
}
label .example{
	color: #aaa;
}
label span{
	font-weight: normal;
	font-size: 11px;
	color: #666;
}
input[type=text], input[type=password], textarea, select{
	font-family: Arial;
	outline: none;
	border: 1px solid #cfcfcf;
	background: #fff;
	padding: 3px 3px;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
	overflow: hidden;
	vertical-align: bottom;
}
select{
	padding: 2px 2px;
	margin: 0;
	vertical-align: bottom;
}
input[type=checkbox], input[type=radio]{
	border: 0;
	padding: 0;
	margin: 0 5px 0 0;
}
input[type=submit], button{
	cursor: pointer;
}
input[type=image]{
	border: 0;
	background: none;
}
input[type=file]{
	padding: 0px;
	padding: 3px\0/;
}
/* only opera */
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
  input[type=file]{
		
	}
}

input::-webkit-input-placeholder { color:#444; }
input:-moz-placeholder { color:#444; }
textarea::-webkit-input-placeholder { color:#444; }
textarea:-moz-placeholder { color:#444; }

.wps_select{
	position: relative;
	width: 256px;
	border: 1px solid #c2c2c2;
	margin: 0 0 5px 0;
	-moz-box-shadow:inset 1px 1px 2px #c7c7c7;
	-webkit-box-shadow:inset 1px 1px 2px #c7c7c7;
	box-shadow:inset 1px 1px 2px #c7c7c7;
}
.wps_select input{
	width: 232px;
	border: none;
	margin: 0;
}
.wps_select td{
	padding: 0px;
}
.wps_select td.dropdown{
	width: 17px;
	background: url(uiimages/wps_dropdown.gif) no-repeat 4px 8px #c2c2c2;
	border-left: 1px solid #c2c2c2;
}
.wps_select td.dropdown:hover{
	background-color: #3196e1;
	border-left: 1px solid #3196e1;
}
.wps_select .result_list{
	position: absolute;
	z-index: 500;
	display: none;
	border: 1px solid #3196e1;
	border-top: 0;
	background: #FFF;
	max-height: 210px;
	overflow: hidden;
	overflow-y: auto;
}
.wps_select .result_list ul li{
	list-style: none;
	padding: 2px 5px 4px 5px;
	cursor: pointer;
}
.wps_select .result_list ul li:hover{
	background: #3196e1;
	color: #FFF;
}
.wps_select .result_list ul li.active{
	background: #3196e1;
	color: #FFF;
}
.wps_select .result_list ul li.disabled{
	background: #49bb6d;
	color: #000;
	cursor: none;
}

.ui-autocomplete{
	display: inline-block;
	position: relative;
	border: 1px solid #bbb;
	background: #fff;
	height: 20px;
	width: 256px;
	margin: 0 0 0 0;
	overflow: hidden;
	z-index: 3;
}
.ui-autocomplete input{
	position: absolute;
	z-index: 2;
	border: 0;
	margin: 0;
	padding: 2px;
	outline: 0;
	background: transparent;
	font-family: tahoma;
	font-size:12px;
	width: 252px;
}
.ui-autocomplete-hint{
	position: absolute;
	z-index: 1;
	color: #c0c0c0;
	padding: 2px;
	padding-left: 3px;
	font-family: tahoma;
	font-size:12px;
	line-height: 13px;
	width: 254px;
	overflow: hidden;
}
.ui-autocomplete-loader{
	display: none;
	float: right;
	margin: 5px 5px 0 0;
	width: 16px;
	height: 11px;
	background: url(uiimages/ui-autocomplete-loader.gif) no-repeat;
}
.ui-autocomplete-list{
	position: absolute;
	z-index: 2010;
	border: 1px solid #bbb;
	margin: 0 0 0 -1px;
	max-height: 199px;
	background: #fff;
	overflow: hidden;
	overflow-y: auto;
}
.ui-autocomplete-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ui-autocomplete-list ul li{
	padding: 2px;
	border-bottom: 1px solid #b8b8b8;
	cursor: pointer;
}
.ui-autocomplete-list ul li.active{
	background: #e8e8e8;
}
.ui-autocomplete-hidden{
	display: none;
}

.change_city_form select{
	width: 260px;
	margin: 0 0 10px 0;
}
.change_city_form .ui-autocomplete{
	width: 260px;
}
.change_city_form .ui-autocomplete input{
	
}

.field_r{ /* right */
	clear: both;
	margin: 0 0 8px;
	padding: 0 0 0 10px;
	vertical-align: top;
}
.field_r_c{ /* right clear (no label) */
	clear: both;
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0 0 0 208px;
	line-height: 24px;
}
.field_r_s{ /* right submit */
	clear: both;
	overflow: hidden;
	margin: 20px 0 8px;
	padding: 0 0 0 208px;
	line-height: 24px;
}
.field_r_s_m{
	clear: both;
	overflow: hidden;
	margin: 20px 0 8px;
	padding: 0 0 0 150px;
	line-height: 24px;
}
.field_r_s_m2{
	clear: both;
	overflow: hidden;
	margin: 20px 0 8px;
	padding: 0 0 0 100px;
	line-height: 24px;
}
.field_l{
	float: left;
	width: 188px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
	line-height: 23px;
}
.field_l_f{
	font-weight: bold;
	text-align: left;
	padding: 0 0 10px 0;
	line-height: 23px;
}
.field_l_m{
	float: left;
	width: 80px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
	line-height: 18px;
}
.field_l_m2{
	float: left;
	width: 130px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
	line-height: 18px;
}
.field_i_t, .field_i_s, .field_i_a, .filed_b{
	margin: 0;
}
.field_i_t{ /* normal input text */
	width: 220px;
}
.field_i_t_s{ /* small input text */
	width: 70px;
}
.field_i_t_l{ /* long input text */
	width: 400px;
}
.field_i_t_f{ /* full line input text */
	width: 100%;
	box-sizing: border-box;
}
.field_i_t_m{ /* medium input text */
	width: 292px;
}
.field_i_a{ /* normal input textarea */
	width: 220px;
	max-width: 220px;
	height: 100px;
}
.field_i_a_l{ /* long input textarea */
	width: 400px;
	max-width: 400px;
	height: 100px;
}
.field_i_a_m{ /* full input textarea */
	width: 292px;
	max-width: 292px;
	height: 100px;
}
.field_i_a_f{ /* full input textarea */
	width: 668px;
	max-width: 668px;
	height: 100px;
}
.field_i_s{ /* normal input select */
	width: 220px;
}
.field_i_s_m{ /* medium input select */
	width: 300px;
}
.filed_i_ac{ /* normal input autocomplete */
	width: 226px;
}
.filed_i_ac input{
	width: 222px;
}
.filed_i_ac_m{ /* medium input autocomplete */
	width: 298px;
}
.filed_i_ac_m input{
	width: 296px;
}
.field_i_check{
	display: inline-block;
	margin: 3px 0 0 10px;
	line-height: 22px;
}
.field_i_check input{
	margin: 0 2px 0 0;
}
.field_error{
	clear: both;
	margin: -5px 0 0 0;
	padding: 0 0 0 198px;
	color: #ff0000;
	line-height: 14px;
}
.field_notice{
	font-size: 11px;
	color: #666;
	margin: 0 0 0 10px;
}
.field_notice_r{
	padding: 0 0 8px 210px;
	font-size: 11px;
	line-height: 12px;
	color: #666;
}
.field_params{
	width: 408px;
	padding: 0 0 0 178px;
	margin: 0 0 -8px 0;
}
.field_param_fr{
	margin: 0 0 8px -178px;
}
.field_params_s{
	width: 228px;
	margin: 0 8px 8px 0;
}
.filed_obl{
	margin: 0 0 0 10px;
	color: red;
}

.field_r.full input[type='text'],
.field_r.full select,
.field_r.full textarea{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

input.error, select.error, textarea.error{
	border-color: #FF0000;
	background-color: #FFEEEE;
}


dl.field_r{
	clear: both;
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0 0 0 10px;
	line-height: 18px;
}
dl.field_r dt{
	float: left;
	width: 188px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
}
dl.field_r dd{
	float: left;
	margin: 0;
}

label.noactive{
	text-decoration: line-through;
}

.popup_box_back{
	position:fixed;
	z-index:500;
	left:0;top:0;right:0;bottom:0;
	background: rgba(0,0,0,0.8);
	overflow: hidden;
	overflow-y: auto;
}
.popup_box_container{
	position:absolute;
	left: 50%; top: 50%;
	border:4px solid #aaa;
	background:#efefef;
	margin: 0 0 50px 0;
	z-index: 501;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
	overflow: hidden;
}
.box_title_wrap{color:#000;font-size:20px;padding:10px 20px 0 20px;}
.box_body{padding:20px;}
.box_control_wrap{text-align:right;padding:0 20px 20px 20px;}
.box_control_wrap .default-button, .box_control_wrap .default-button2{margin-left:20px;}
.box_x_button{
	float: right;
	margin: 0 -10px 0 0;
	width: 15px;
	height: 14px;
	background: url(uiimages/popup_x_btn.png) no-repeat;
	cursor: pointer;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	-icab-border-radius:2px;
	border-radius:2px;
	behavior:url(pie.htc);
	-moz-opacity:0.7;
-khtml-opacity:0.7;
opacity:0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.box_x_button:hover{
	-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.popup_box_control_top{
	border-bottom: 1px dotted #b5b4b5;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.popup_box_button, .popup_box_button2{
	border: none;
	background: none;
	color: #72B201 !important;
	text-decoration: none !important;
	cursor: pointer;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
}
.popup_box_button2{
	color: gray !important;
}
.box_control input[type="submit"]{
	background: #bbb;
	border: 4px solid #aaa;
	color: #000;
	font-weight: bold;
	padding: 0px 20px 1px 20px;
	margin: 0 0 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
	overflow: hidden;
}

.popup_box_list_head{
	border-bottom: 1px dotted #B5B4B5;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	color: #888;
}
.popup_box_list_loader{
	float: right;
	display: none;
	background: url(uiimages/ui-popup-list-loader.gif) no-repeat;
	width: 16px;
	height: 11px;
	margin: 3px 10px 0 0;
}
.popup_box_list_pages{
	float: right;
}
.popup_box_list_page{
	font-weight: bold;
	margin: 0 0 0 3px;
	text-decoration: none;
}
.popup_box_list_page.current{
	color: #72b201;
	border-bottom: 2px solid #72b201;
}
.popup_box_list_scroll{
	min-height: 160px;
	max-height: 200px;
	overflow: hidden;
	overflow-y: auto;
}
.popup_box_list{
	margin: 0 -40px 0 0;
}
.popup_box_list_photo{
	float: left;
	margin: 0 17px 8px 0;
	padding: 1px;
	background: #fff;
	border: 1px solid transparent;
	cursor: pointer;
}
.popup_box_list_photo:hover{
	border: 1px solid #72b201;
}
.popup_box_list_photo img{
	height: 75px;
	width: 75px;
}

#comments_attachment_albums{
	padding: 0 -20px 0 0;
}
.popup_box_list_album{
	float: left;
	width: 165px;
	height: 75px;
	margin: 0 14px 10px 0;
	padding: 5px;
	background: #fff;
	border: 1px solid transparent;
	cursor: pointer;
	overflow: hidden;
}
.popup_box_list_album:hover{
	background: #72b201;
}
.popup_box_list_album .title{
	float: right;
	width: 85px;
	font-weight: bold;
	//word-wrap: break-word;
}
.popup_box_list_album:hover .title{
	color: #fff;
}

.default-button{
	border: 1px solid #fff;
	background: #98bb2b;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff98bb2b,EndColorStr=#ff7e9b24);
	background-image: -moz-linear-gradient(top,	#98bb2b 0,	#7e9b24 100%);
	background-image: -ms-linear-gradient(top,	#98bb2b 0,	#7e9b24 100%);
	background-image: -o-linear-gradient(top,	#98bb2b 0,	#7e9b24 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,	#98bb2b),color-stop(100%,	#7e9b24));
	background-image: -webkit-linear-gradient(top, #98bb2b 0, #7e9b24 100%);
	background-image: linear-gradient(to bottom, #98bb2b 0, #7e9b24 100%);
	
	padding: 2px 10px 4px 10px;
	color: #fff;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}
.default-button:hover{
	color: #fff;
}
a.default-button{
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	padding: 3px 10px 4px 10px;
	font-weight: normal !important;
	line-height: 15px;
}


#p_totop{
	display: none;
	
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 500;
	
	font-weight: 0;
	color: #FFF;
  cursor: pointer;
	
	---background: #000 url(sysimages/totop_icon.png) no-repeat 10px 14px;
	background: #000;
  -moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	
	
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	
	padding: 10px 10px 10px 25px;
}


/* Attachment */
.attachment_item{
	position: relative;
	float: left;
	width: 75px;
	height: 75px;
	margin: 0 5px 5px 0;
}
.attachment_item .delete{
	position: absolute;
	top: 0;
	right: 0;
	background: #000 url(uiimages/delete_photo.gif) no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
	
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.attachment_item .delete:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.attachment_item img{
	width: 75px;
}

a.attachment_button{
	margin: 0 10px 0 0;
	text-decoration: none;
	color: #949292 !important;
	line-height: 10px;
}
a.attachment_button:hover{
	color: #000 !important;
}

#attachment_videos_msg_error{
	font-size: 11px;
	color: red;
}

.pv_bg{
	background: #000;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.pv_scroll{
	left:0;
	top:0;
	position: absolute;
	overflow: hidden;
	z-index: 1010;
	overflow-y: scroll;
}
.pv_canvas{
	float: left;
	background: #000;
	margin: 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);
}
.pv_side_preview{
	float: left;
	cursor: pointer;
}
.pv_side_preview div{
	margin: 10px 0 0 10px;
	width: 17px;
	height: 18px;
	background: url(http://numplate.net/templates/russian/uiimages/pv_nav.gif) no-repeat 0 0;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pv_side_preview:hover div{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.pv_side_close{
	float: left;
	cursor: pointer;
}
.pv_side_close div{
	float: right;
	margin: 10px 10px 0 0;
	width: 17px;
	height: 18px;
	background: url(images/pv_nav.gif) no-repeat 0 -20px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pv_side_close:hover div{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.pv_canvas_action{
	background: #000;
}
.pv_canvas_action .pv_count{
	color:  #777;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 0 20px;
}
.pv_canvas_action #pv_close{
	float: right;
	color: #777;
	text-decoration: none;
	padding: 10px 20px 0 0;
	cursor: pointer;
}
.pv_canvas_action #pv_close:hover{
	color: #FFF;
}
.pv_photoarea_wrap{
	position: relative;
	background: #000;
	padding: 20px;
}
#pv_photoarea{
	position: relative;
	margin: 0 auto;
	background: url(http://numplate.net/templates/russian/uiimages/pv_preloading.gif) no-repeat 48% 48%;
}
#pv_photo{
	background: #000;
	cursor: pointer;
}
#pv_photoslider{
	margin: 0 auto;
}
.pv_slider_prew{
	display: inline-block;
	height: 45px;
	width: 17px;
	padding: 0 5px 20px 0;
}
.pv_slider_prew i{
	display: block;
	height: 19px;
	width: 17px;
	background: url(uiimages/pv_nav.gif) 0 0 no-repeat;
	margin: 12px 0 0 0;
	cursor: pointer;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pv_slider_prew i:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.pv_slider_next{
	display: inline-block;
	height: 45px;
	width: 17px;
	padding: 0 0 20px 5px;
}
.pv_slider_next i{
	display: block;
	height: 19px;
	width: 17px;
	background: url(uiimages/pv_nav.gif) 0 -37px no-repeat;
	margin: 12px 0 0 0;
	cursor: pointer;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pv_slider_next i:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#pv_photoslider ul.pv_photos_wrap{
	display: inline-block;
	height: 45px;
	list-style: none;
	padding: 0 0 20px 0;
}
#pv_photoslider li.pv_photo{
	float: left;
	margin: 0 2px;
	cursor: pointer;
	background: #222;
	width: 45px;
	height: 45px;
	overflow: hidden;
	text-align: center;
	
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
#pv_photoslider li.pv_photo_over, #pv_photoslider li.pv_photo_act{
	float: left;
	margin: 0 2px;
	cursor: pointer;
	background: #222;
	width: 45px;
	height: 45px;
	overflow: hidden;
	text-align: center;
	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#pv_photoslider li img{
	max-width: 45px;
	max-height: 45px;
}
.pv_photoinfo{
	background: #FFF;
	padding: 20px;
}
.pv_photoinfo_table{
	width: 560px;
}
.pv_photoinfo_table td{
	vertical-align: top;
}
#pv_photo_action{
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #EDEEF0;
	width: 200px;
	color: #888;
}
.pv_action_menu{
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
.pv_action_menu li{
	padding: 3px 0;
}
.pv_action_menu li a{
	text-decoration: none;
	font-weight: bold;
	color: #777;
}
.pv_action_menu li a:hover{
	color: #000;
}
.pv_actoin_divider{
	height: 10px;
}
.pv_action_link{
	font-weight: bold;
	text-decoration: none;
}
.pv_action_link:hover{
	color: #72b201;
}
#pv_photo_action_message{
	display: none;
	margin: 20px 0 0 20px;
	padding: 10px;
	border: 1px solid #A2D646;
	background: #DCECC0;
	color: #3A520E;
}
#pv_photo_action_message a{
	text-decoration: none;
	font-weight: bold;
	color: #3A520E;
}
#pv_photo_desc{
	margin: 0 0 0 0;
	color: #000;
}
#pv_photo_desc_edit{
	color: #888;
}
#pv_photo_desc textarea{
	width: 444px;
	max-width: 444px;
	height: 40px;
}
#pv_photo_tags{
	margin: 0 0 10px 0;
	color: #888;
}
#pv_photo_tags span{
	color: #000;
}
#pv_photo_tags i{
	color: #888;
}
#pv_photo_tags .delete{
	background: #c4e785 url(uiimages/pv_delete.gif) no-repeat 0px 0px;
	width: 0px;
	height: 14px;
	padding-left: 14px;
	overflow: hidden;
	cursor: pointer;
}
#pv_photo_tags .delete:hover{
	background-color: #72b201;
}
#pv_photo_info{
	color: #888;
	padding: 0 0 5px 0;
}
#pv_photo_like{
	float: right;
	margin: -24px 0 0 0;
}
#pv_photo_comments{
	width: 450px;
}
#pv_message, #pv_message_tag{
	display: none;
	background: #FEEFB3;
	border: 1px solid #9b6500;
	margin: 20px;
	margin-bottom: 0;
	padding: 10px;
	color: #9F6000;
}
#pv_message_tag  a{
	text-decoration: none;
	font-weight: bold;
	color: #9F6000;
}
#pv_message a, #pv_message_tag .action a{
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 10px;
	color: #000;
}

/* PV Taggers */
#pv_tagframe, #pv_tagbox {
	position: absolute;
	border: 0px;
	display: none;
	z-index: 6;
	cursor: move;
	overflow: hidden;
}
#pv_tagframe img, #pv_tagbox  img{ position: absolute; }
#pv_fadded{
	top: 0;
	left: 0;
	font-size: 0em;
	overflow: hidden;
	background-color: black;
	opacity: 0.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	position: absolute;
	z-index: 5;
	display: block;
}
.pv_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;
}
#pv_tagframe_nw { cursor: nw-resize; }
#pv_tagframe_n  { cursor: n-resize;  }
#pv_tagframe_ne { cursor: ne-resize; }
#pv_tagframe_w  { cursor: w-resize;	 }
#pv_tagframe_e  { cursor: e-resize;	 }
#pv_tagframe_sw { cursor: sw-resize; }
#pv_tagframe_s  { cursor: s-resize;	 }
#pv_tagframe_se { cursor: se-resize; }

.pv_tag_selector{
	position:absolute;
	background: #fff;
	border:4px solid #72b201;
	z-index:2000;
	width: 188px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}
.pv_tag_selector_caption {
	background: #EFEFEF;
	direction: ltr;
	font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
	font-size: 14px;
	color: black;
	line-height: 14px;
	padding:6px 8px 8px 8px;
}
.pv_tag_selector_control_top{
	background: #EFEFEF;
	border-bottom: 1px solid #ccd4e2;
	padding: 10px;
}
.pv_tag_selector_control_top input{
	width: 160px;
	margin: 0;
}
.pv_tag_selector_control_bottom{
	background: #e7e7e7;
	border-top: 1px solid #ccd4e2;
	padding: 10px;
	height: 14px;
}
.pv_tag_selector_items{
	max-height: 160px;
	overflow: hidden;
	overflow-y: auto;
}
.pv_tag_selector_item{
	padding: 5px 10px;
	color: #000;
	cursor: pointer;
}
.pv_tag_selector_item:hover{
	background: #eef7de;
}

.wps_show_info_box{
	max-height: 600px;
	overflow: hidden;
	overflow-y: auto;
}



.ui-tags{
	position: relative;
	display: block;
	width: 100%; min-height: 43px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 2px solid #dde3ea;
	background: #ffffff;
	padding: 3px;
}
.ui-tags .tags{
	display: inline-block;
	vertical-align: top;
}
.ui-tags .tag{
	display: inline-block;
	background: #9385da;
	border-radius: 4px;
	margin: 2px;
	padding: 0 10px;
	line-height: 27px;
	font-size: 14px;
	font-family: tahoma;
	color: #ffffff;
}
.ui-tags .tag .remove{
	vertical-align: baseline;
	margin: 0 0 0 5px;
	font-size: 20px;
	line-height: 27px;
	color: rgba(255,255,255,0.5);
	cursor: pointer;
}
.ui-tags .tag .remove:hover{
	color: rgba(255,255,255,1);
}
.ui-tags .input{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 0 !important;
	padding: 0 !important;
}
.ui-tags .input input{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 33px;
	border: 0;
	padding: 0 10px;
	margin: 0;
	font-family: tahoma;
}

.ui-input{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.ui-tags .selector,
.ui-input .selector{
	position: absolute; z-index: 10;
	left: 0; right: 0;
	background: #fff;
	max-height: 200px;
	overflow: hidden;
	overflow-y: auto;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.ui-tags .selector li,
.ui-input .selector li{
	list-style: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	color: rgba(0,0,0,0.70);
	cursor:  pointer;
	padding: 5px 10px;
}
.ui-tags .selector li .image{
	float: left;
	width: 40px; height: 40px;
	overflow: hidden;
	margin-right: 10px;
	vertical-align: top;
}
.ui-tags .selector li .image img{
	width: 100%;
}
.ui-tags .selector li .data{
	margin: 0 0 0 50px;
	height: 40px;
}
.ui-tags .selector li .data .title{
	line-height: 20px;
	overflow: hidden;
}
.ui-tags .selector li .data .title .wrap{
	white-space: nowrap;
}
.ui-tags .selector li .data .subtitle{
	line-height: 20px;
	color: #999;
}
.ui-tags .selector li:hover,
.ui-input .selector li:hover{
	color: #000;
}

.ui-radio{
	display: block;
	cursor: pointer;
	line-height: 25px;
	margin: 10px 0 0 0;
}
.ui-radio input{
	display: none;
}
.ui-radio label{
	position: relative;
	padding: 0 0 0 37px;
}
.ui-radio label:after{
	position: absolute; z-index: 1;
	left: 0; top: 0;
	display: inline-block;
	width: 27px; height: 27px;
	box-sizing: border-box;
	border: 1px solid #d6dee6;
	border-radius: 50%;
	margin: 0 10px 0 0;
	vertical-align: middle;
	content: "";
}
.ui-radio input:checked + label:after{
	border: 2px solid #ffffff;
}
.ui-radio input:checked + label:before{
	position: absolute; z-index: 2;
	left: 6px; top: 6px;
	width: 15px; height: 15px;
	border-radius: 50%;
	background: #ffffff;
	content: "";
}

.ui-toggle{
	display: table;
	min-height: 27px;
	margin: 10px 0 0 0;
}
.ui-toggle input[type="checkbox"]{
	display: none;
}	
.ui-toggle input[type="checkbox"] + label{
	position: relative;
	display: inline-block;
	height: 25px; width: 50px;
	border-radius: 12.5px;
	cursor: pointer;
	border: 1px solid #dde3ea;
}
.ui-toggle input[type="checkbox"] + label:after{
	position: absolute;
	left: 2px; top: 2px;
	width: 21px; height: 21px;
	background: #dde3ea;
	border-radius: 50%;
	content: "";
}
.ui-toggle input[type="checkbox"]:checked + label{
	border-color: #88d398;
}
.ui-toggle input[type="checkbox"]:checked + label:after{
	background: #88d398;
	right: 2px; left: auto;
}
.ui-toggle label{
	display: table-cell;
}
.ui-toggle span{
	display: table-cell;
	line-height: 27px;
	vertical-align: top;
	padding-left: 10px;
}





/*********** MODAL POPUP WINDOW ***************/
.modal_back{
	position: fixed;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	overflow-y: scroll;
	z-index: 500;
}
.modal_box{
	position: relative;
	margin: 50px auto;
	background: #fefefe;
	border-radius: 10px;
	border: 3px solid #aaa;
	width: 400px; min-height: 300px;
	padding: 20px;
	box-sizing: border-box;
}
.modal_title{
	font-size: 26px;
	line-height: 1.4;
	margin: 0 0 20px 0;
}
.modal_close{
	position: absolute;
	top: -15px; right: -15px;
	font-family: tahoma;
	font-size: 22px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	background: #aaa;
	border-radius: 50%;
	cursor: pointer;
}
.modal_close:hover{
	color: #ff0000;
}


.field_counts {
	padding: 8px 6px;
	border: 1px solid #ccc;
	-background: #f0f0f0;
	min-height: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	vertical-align: middle;
	width: 344px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
	-moz-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
	-o-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
	transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-icab-border-radius: 4px;
	border-radius: 4px;
}
.field_counts{
	display: inline-block;
	width: 90px; height: 30px;
	padding: 0; margin: 0;
}
.field_counts li{
	float: left;
	list-style: none;
}
.field_counts li.btn{
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	line-height: 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 5px 0;
	width: 25px;
	text-align: center;
	box-sizing: border-box;
}
.field_counts li.btn:hover{
	color: #000;
}
.field_counts li.input input{
	width: 40px;
	font-size: 18px;
	line-height: 20px;
	border: 0 !important;
	background: none;
	padding: 5px 0; margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-icab-border-radius: 0;
	border-radius: 0;
	text-align: center;
}
.field_counts.small{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-icab-border-radius: 2px;
	border-radius: 2px;
	width: 60px; height: 20px;
}
.field_counts.small li.btn{
	font-size: 14px;
	line-height: 14px;
	padding: 2px 0;
	width: 17.5px;
}
.field_counts.small li.input input{
	font-size: 14px;
	line-height: 14px;
	padding: 2px 0;
	width: 25px;
}

