html, body{
		font-family:tahoma, arial, verdana, sans-serif, Lucida Sans;
		margin:0px;
		padding:0px;
		font-size:11px;
                margin-left: 2px
		overflow-x:hidden;
		-moz-background-size:cover; /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size:100% auto; /* Opera 9.5 */
		-webkit-background-size:100% auto; /* Safari 3.0 */
		-khtml-background-size:cover; /* Konqueror 3.5.4 */
		background-size:cover; /* CSS3 */
	}
input, textarea, select{font-family:Tahoma;font-size:11px;outline:none}
a{text-decoration:none;color:#0084b4;margin:0px;padding:0px}
a:hover{text-decoration:underline;outline:none}
img{border:0px}
ul, p{padding:0px;margin:0px}
blockquote{padding:10px;background:#f5f5f5;border-left:10px solid #4274a4;margin:0px}


#body{}
::-webkit-scrollbar {
	width: 10px;
	height:50px;
}
::-webkit-scrollbar-track-piece {
	background-color: #E4E8F0;
	-webkit-border-radius: 1px;
}
::-webkit-scrollbar-thumb:vertical {
	height: 5px;
	background-color: #8B9CC2;
	-webkit-border-radius: 1px;
	/*border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; -khtml-border-radius: 15px;*/
}
::-webkit-scrollbar-thumb:vertical:active {
	height: 5px;
	background-color: #8999C0;
	-webkit-border-radius: 1px;
	/*border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; -khtml-border-radius: 15px;*/
}



/* GENERAL */
.fl_l{float:left}
.fl_r{float:right}
.clear{clear:both}
.info_center{font-size:15px;color:#999;text-align:center;background:#f9f9f9;color:#a9a9a9;padding:100px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}

/* INSTANT UPDATES */
#updates{position:fixed;left:0px;right:0px;bottom:0px;width:350px;height:0px;padding-top:10px;z-index:100}
.update_box{margin-bottom:15px;margin-left:15px;position:static;bottom:0px}
.update_box_margin{width:300px;word-wrap:break-word;color:#fff;background:#db562e;padding:10px;z-index:100;line-height:15px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
.update_box_margin span{font-weight:bold;font-size:13px}
.update_box_marginimg img{float:left;margin-right:10px;margin-bottom:4px;-moz-box-shadow: 0 1px 1px rgba(0,0,0, 0.8);-webkit-box-shadow: 0 1px 1px rgba(0,0,0, 0.8);box-shadow: 0 1px 1px rgba(0,0,0, 0.8);--webkit-border-radius: 3px;border-radius: 3px}
.update_inpad{padding-top:10px}
.update_inpad a{color:#f5f5f5;font-weight:bold;word-wrap:break-word}
.update_data{height:60px;overflow:hidden;word-wrap:break-word}
.update_close{cursor:pointer;width:13px;height:13px;background:#fff;padding-left:6px;padding-top:6px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.update_close_ic{background:url("../images/transp.png") no-repeat -47px -148px;width:7px;height:7px;opacity:0.5}
.update_close_ic:hover{opacity:0.8}
.update_box_margin:hover #update_close{display:block}

/* HEAD */
.head{background: none repeat scroll 0px 0px rgba(40, 142, 210, 0.73);width:100%;position: fixed;z-index: 101;  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);-ms-box-shadow: 0px 0px 10px rgba(0,0,0,.8);-o-box-shadow: 0px 0px 10px rgba(0,0,0,.8);box-shadow: 0px 0px 10px rgba(0,0,0,.8);}
.headwr{width:880px;margin:auto}
.logo{background:url("../images/logo.png");width:98px;height:48px;float:left}
.headhr{background:url("");width:2px;height:47px;float:left;margin-left:210px;position:absolute}
.headmenu a{font-size:14px;color:#fff;text-shadow:0px 1px 1px #083a83;height:18px;padding:15px 8px 13px 8px;float:left}
.headmenu a:hover{background:url("../images/headmh.png");text-decoration:none}

/* FAVE */
.onefaveu{float:left;width:109px;text-align:center;margin-top:10px;overflow:hidden;max-height:146px;min-height:146px}
.fave_tpad {margin-top:5px}
.fave_input{background: #fff url("../images/inp_se.png") no-repeat;background-position:5px;border:1px solid #c6d4dc;padding:5px;padding-left:25px;margin-left:4px;color:#c1cad0;width:723px;margin-top:5px;margin-bottom:5px}
.onefaveu td{padding:0px}
.fave_del_ic{position:absolute;background: url("../images/file_del.png") no-repeat;width:13px;height:13px;cursor:pointer;margin-left:87px}
.fave_del_ic:hover{position:absolute;background: url("../images/file_del.png") no-repeat 0 -13px}

/* SEARCH */
.search_input{width:70px;float:left;margin:0px;border-right:0px;padding-right:0px;box-shadow:inset 0px 1px 4px 0px #c8c8c8;-moz-box-shadow:inset 0px 1px 4px 0px #c8c8c8;-webkit-box-shadow: inset 0px 1px 4px 0px #c8c8c8;margin-top:4px;padding-right:110px}
.search_type{
	background-position:5px;
	background:url("../images/sel.gif") no-repeat right;
	border:0px;
	padding:5px;
	color:#c1cad0;
	float:left;
	width:40px;
	border-left:0px;
	text-align:right;
	padding-right:15px;
	cursor:pointer;
	margin-left:-60px;
	margin-top:5px}
.search_type:hover{color:#777}
.search_alltype_sel{
	position:absolute;
	background:#fff;
	margin-left:96px;
	margin-top:29px;
	border-top:0px;
	z-index:100;
	box-shadow:0px 1px 4px 0px #c8c8c8;
	-moz-box-shadow:0px 1px 4px 0px #c8c8c8;
	-webkit-box-shadow:0px 1px 4px 0px #c8c8c8}
.search_alltype_sel div{width:90px;padding:5px 10px 5px 10px;cursor:pointer}
.search_alltype_sel div:hover{background:#E8633B;color:#fff}
.search_type_selected{background:#ededed}
.search_type_noselected{background:#fff}
.search_result_title{padding:5px;padding-left:0px;padding-top:10px;font-weight:bold;color:#5081b1}
.search_sel{width:130px}
.search_sotrt_tab{background:#f7f7f7;position:absolute;width:255px;margin-top:-48px;margin-left:575px;padding:15px;height:323px;color:#555}
.search_sotrt_tab select{width:255px}
.search_clear{margin-top:10px;clear:both}
.search_people_res{width:611px}
.search_r_bg{background:#f7f7f7;width:170px;height:136px;margin-right:-12px;border-left:1px solid #e4e7eb;margin-bottom:-15px}
.search_videos_res{height:152px}
.search_forum_bg{width:200px;height:66px;background:#e9edf1;position:absolute;margin-left:582px}
.search_forum_bg img{margin:6px;float:left;margin-right:10px;box-shadow:1px 1px 5px #aaa;-moz-box-shadow:1px 1px 5px #aaa;-webkit-box-shadow:1px 1px 5px #aaa;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}
.search_forum_bg div a{width:130px;font-weight:bold;margin-top:8px;float:left}
#seNewB{margin-left:225px;position:absolute;margin-top:6px}

/* FAST SEARCH */
.fast_search_bg{z-index:1000;width:260px;overflow:hidden;background:#fff;position:absolute;margin-top:35px;margin-left:-20px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow: 0px 0px 6px #999999;-moz-box-shadow: 0px 0px 6px #999999;-webkit-box-shadow: 0px 0px 6px #999999}
.fast_search_bg a{display:block;font-weight:bold;line-height:17px;padding:5px;padding-left:8px;padding-right:8px}
.fast_search_bg a:hover{background:#eef3f5;text-decoration:none}
.fast_search_bg img{float:left;border-radius:3px;margin-right:10px;
-moz-border-radius:3px;
-webkit-border-radius:3px}
.fast_search_bg span{font-weight:normal;color:#777}
.fast_search_bg a text{font-weight:normal;color:#0084b4}
.fast_search_ic{background:url("../images/transp2.png") no-repeat -49px -243px;width:7px;height:11px;margin-top:3px}

/* PAGE */
.page{width:860px;background: rgba(224, 237, 252, 0.7);padding:10px;margin-top:20px;min-height:519px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.panelUser{margin-left:-50px;width:40px;background:rgba(224, 237, 252, 0.7);position:absolute;border-top-left-radius:5px;border-bottom-left-radius:5px;-moz-border-top-left-radius:5px;-moz-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px}
.ic_profile, .ic_msg, .ic_photo, .ic_fave, .ic_video, .ic_social, .ic_loto, .ic_groups, .ic_news, .ic_notes, .ic_settings, .ic_support, .ic_balance, .ic_gifts, .ic_friends, .ic_translate{background:url("../images/transp2.png") no-repeat;width:24px;height:22px;cursor:pointer;margin:7px;margin-top:10px}
.ic_msg{background:url("../images/transp2.png") no-repeat -48px 0px;width:26px;height:22px;margin-top:15px}
.ic_photo{background:url("../images/transp2.png") no-repeat -75px 0px;width:26px;height:22px;margin-top:10px}
.ic_fave{background:url("../images/transp2.png") no-repeat -123px 0px;margin-left:9px;width:24px;margin-top:10px}
.ic_video{background:url("../images/transp2.png") no-repeat -103px 0px;margin-left:11px;width:20px;margin-top:12px}
.ic_social{background:url("../images/transp2.png") no-repeat -234px 0px;margin-left:8px;width:25px;margin-top:8px}
.ic_loto{background:url("../images/transp2.png") no-repeat -212px 0px;margin-left:10px;width:25px;margin-top:13px}
.ic_groups{background:url("../images/transp2.png") no-repeat -339px 0px;margin-left:8px;width:26px;margin-top:10px}
.ic_news{background:url("../images/transp2.png") no-repeat -147px 0px;margin-left:9px;width:24px;height:23px;margin-top:15px}
.ic_notes{background:url("../images/transp2.png") no-repeat -172px 0px;margin-left:12px;width:17px;height:23px;margin-top:13px}
.ic_settings{background:url("../images/transp2.png") no-repeat -260px 0px;margin-left:8px;width:23px;height:23px;margin-top:10px}
.ic_support{background:url("../images/transp2.png") no-repeat -286px 0px;margin-left:10px;width:25px;height:23px;margin-top:13px}
.ic_balance{background:url("../images/transp2.png") no-repeat -369px 0px;margin-left:8px;width:25px;height:24px;margin-top:10px}
.ic_gifts{background:url("../images/transp2.png") no-repeat -189px 0px;margin-left:8px;width:23px;height:21px;margin-top:10px}
.ic_friends{background:url("../images/transp2.png") no-repeat -24px 0px;margin-left:10px;width:24px;height:22px;margin-top:10px}
.ic_profile:hover, .ic_msg:hover, .ic_photo:hover, .ic_fave:hover, .ic_video:hover, .ic_social:hover, .ic_loto:hover, .ic_groups:hover, .ic_news:hover, .ic_notes:hover, .ic_support:hover, .ic_balance:hover, .ic_gifts:hover, .ic_friends:hover, .ic_translate:hover{opacity:0.7}
.ic_newAct{font-weight:bold;color:#fff;padding:2px 3px 2px 3px;background:#b84038;float:left;margin:-8px -5px -5px -5px;font-size:10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}
.ic_translate{background:url("../images/translate.png") no-repeat;margin-left:6px;width:26px;height:26px;margin-top:10px}
.panelUser a{outline:none}

/* FOOT */
.footer{width:880px;margin:auto;text-align:center;font-family:Arial;font-size:13px;margin-top:10px;padding-bottom:10px}
.footer a{color:#d3e8f2;margin:5px}
.footer div{color:#d3e8f2;margin-top:10px}

/* MESSAGES */
.buttonsprofile a{
	float:left;
	padding:7px 13px 7px 13px;
	background:#fff;
	font-size:13px;
	margin-right:10px;
	margin-bottom:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px}
.buttonsprofile a:hover{text-decoration:none;background:#2d8aef;color:#fff}
.buttonsprofile b{font-weight:normal}
.activetab a, .buttonsprofileSec a{background:#2d8aef;color:#fff}
.msg_se_bg{float:left}
.msg_se_inp{float:left;color:#c1cad0}
.msg_se_inp{font-size:15px;padding:9px 10px 9px 10px;box-shadow:inset 0px 1px 4px 0px #dadada;-moz-box-shadow:inset 0px 1px 4px 0px #dadada;-webkit-box-shadow: inset 0px 1px 4px 0px #dadada;border:0px;border:1px solid #c4d7ed;width:480px;margin-right:10px}
.msg_speedbar{font-size:12px;background:#fff;padding:7px 10px;color:#999;font-weight:700;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
.msg_div{padding-top:10px;padding-bottom:10px}
.msg_ava img{box-shadow:0px 1px 4px 0px #555;-moz-box-shadow:0px 1px 4px 0px #555;-webkit-box-shadow:0px 1px 4px 0px #555}
.msg_name a{font-size:13px;font-weight:bold;color:#000;margin-left:13px;font-family:Arial}
.msg_name span{color:#adadad;float:right}
.msg_name font{color:#fff;background:#6db81e}
.msg_text{background:#fff;margin-left:65px;padding:10px;margin-top:5px}
.panel_msg{margin-top:10px}
.panel_msg a{color:#b6d4f6}
.delicious{border-color:#e0edfc #fff #e0edfc #e0edfc;border-style:dashed;border-width:9px;border-left:0px;height:0px;width:0px;margin-left:-19px;margin-top:-5px;position:absolute}
.msg_div:hover .panel_msg a{color:#2e8aef}
.msg_new{background:#da542d;padding:3px;margin-top:-3px}
.msg_new_date span{color:#fff}

/* NAV */
.nav{clear:both;text-align:center;font-size:20px;margin-bottom:10px}
.nav a{padding:5px;color:#2d88ef}
.nav span{padding:5px;border-bottom:3px solid #2d88ef;color:#2d88ef}
.nav a:hover{text-decoration:none;border-bottom:3px solid #9ec7f2}

/* FRIENDS */
.friends_onefriend{float:left;width:840px;overflow:hidden;height:100px;background:#fff;padding:10px;margin-bottom:10px}
.friends_onefriend a div img{float:left;margin-right:10px;width:100px}
.friends_onefriend:hover .no_display{display:block}
.friends_tfl{float:left;color:#777;width:50px}
.friends_clr{margin-top:5px}
.width_100{width:840px}
.friends_m a{width:130px;padding-left:10px;padding-right:10px}
.fw100{width:100px}
.friends_ava{height:100px;float:left}
.friends_onebox{float:left;width:170px;padding:10px;color:#0084b4;max-height:30px;overflow:hidden}
.friends_onebox img{float:left;margin-right:10px;width:30px}
.friends_onebox:hover{background:#f7f9fa}

.menuleft a{display:block;padding:5px 10px 5px 10px;cursor:pointer}
.menuleft a:hover{background:#da532c;text-decoration:none;color:#fff}
.menuleft div{padding-top:2px}
.online{color:#999}

/* LOADING */
#loading{position:fixed;top:0px;bottom:0px;left:0px;right:0px;display:none;z-index:100}
.loadstyle{width:30px;margin:auto;background:#000 url('../images/loading.gif') no-repeat center;padding:20px;height:20px;border-radius:5px;
opacity:0.6;box-shadow:0px 0px 7px #777;-moz-box-shadow:0px 0px 7px #777;-webkit-box-shadow:0px 0px 7px #777}

/* BUTTONS */
.button{font-size:15px;cursor:pointer;padding:10px 17px 10px 17px;border:0px;background:#db552d;color:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
.button:hover{background:#e8633b}
.button:active{background:#ce4820;position:relative;outline:none;box-shadow:inset 0px 1px 4px 0px #62130e;-moz-box-shadow:inset 0px 1px 4px 0px #62130e;-webkit-box-shadow:inset 0px 1px 4px 0px #62130e}
.button_div{display:block}
.button_div button, .button_div input[type=submit]{background:#d44b28;color:#fff;font-size:14px;font-family:Tahoma;border:0px;padding:6px 10px 6px 10px;cursor:pointer;margin:0px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
.button_div button:hover, .button_div input[type=submit]:hover {background:#e8633b}
.button_div button:active, .button_div input[type=submit]:active {background:#ce4820;position:relative;outline:none;box-shadow:inset 0px 1px 4px 0px #62130e;-moz-box-shadow:inset 0px 1px 4px 0px #62130e;-webkit-box-shadow:inset 0px 1px 4px 0px #62130e}
.button_div button:-moz-focus-inner, .button_div input[type=submit]:-moz-focus-inner {border:0px}
.button_div_gray{display:block}
.button_div_gray button{background:#dadada;color:#555;font-size:14px;font-family:Tahoma;border:0px;padding:6px 10px 6px 10px;cursor:pointer;margin:0px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
.button_div_gray button:hover {background:#e5e5e5 url("../images/but_gh2.gif") repeat-x}
.button_div_gray button:active {background:#e0e0e0;position:relative;outline:none;box-shadow:inset 0px 1px 4px 0px #ccc;-moz-box-shadow:inset 0px 1px 4px 0px #ccc;-webkit-box-shadow:inset 0px 1px 4px 0px #ccc}
.button_div_gray button:-moz-focus-inner {border: 0px}
.button_div_nostl{display:block}
.button_div_nostl button{background:#f6f6f6;color:#0084b4;font-size:11px;font-family: Tahoma, Verdana, Arial, sans-serif, Lucida Sans;border:0px;padding:5px 15px 5px 15px;cursor:pointer;margin:0px}
.button_div_nostl button:hover {background:#e6e9ed}
.margin_left{margin-left:10px}
.margin_top_10{margin-top:10px}
.margin_top_5{margin-top:5px}


#pricing-table {margin: 10px 0px;text-align: center;width: 870px;}
#pricing-table .plan {font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;text-shadow: 0 1px rgba(255, 255, 255, .8);background: white;border: 1px solid #DDD;color: #333;padding: 20px;width: 390px;float: left;position: relative;}
#pricing-table h3 {font-size: 20px;font-weight: normal;padding: 20px;margin: -20px -20px 50px -20px;background-color: #EEE;background-image: -moz-linear-gradient(white,#EEE);background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#EEE));background-image: -webkit-linear-gradient(white, #EEE);background-image: -o-linear-gradient(white, #EEE);background-image: -ms-linear-gradient(white, #EEE);background-image: linear-gradient(white, #EEE);}
#pricing-table ul {margin: 20px 0 0 0;padding: 0;list-style: none;}
#pricing-table h3 span {display: block;font: bold 25px/100px Georgia, Serif;color: #777;background: white;border: 5px solid white;height: 100px;width: 100px;margin: 10px auto -65px;-moz-border-radius: 100px;-webkit-border-radius: 100px;border-radius: 100px;-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;-webkit-box-shadow: 0 5px 20px #DDD inset, 0 3px 0 #999 inset;box-shadow: 0 5px 20px #DDD inset, 0 3px 0 #999 inset;}
#pricing-table li {border-top: 1px solid #DDD;padding: 10px 0;}

.sidepanels {margin-left: 800px;margin-top: 15px;min-height: 300px;position: fixed;width: 145px}

/* BOX SHADOW */
.box_bg{box-shadow: 0px 0px 15px 1px #666; -moz-box-shadow: 0px 0px 15px 1px #666; -webkit-box-shadow: 0px 0px 15px 1px #666}

/* BOX */
.box_pos, .photo_view, .video_view, .swf_loaded{display:none;position:fixed;left:0px;top:0px;right:0px;bottom:0px;overflow:auto;padding-bottom:20px;background:url("../images/bgb3.png");z-index:10100}
.photo_view{padding-left:17px}
.box_bg{margin:auto;width:300px;margin-top:180px}
.box_conetnt{background:#fff;border-top:0px;max-height:500px}
.box_title{padding:15px 20px 15px 20px;font-size:13px;font-weight:bold;background:#2d89ef;color:#fff;text-shadow:0px 1px 0px #4577a7}
.box_close{background:url("../images/close2.png") no-repeat;width:11px;height:11px;float:right;cursor:pointer;margin-top:3px}
.box_close:hover{background:url("../images/close_a.png") no-repeat}
.box_footer{background:#f0f0f0;padding:7px;border-top:0px;height:30px}
.box_ppad{padding:15px}
.box_info{position:fixed;top:0px;left:0px;right:0px;bottom:0px;z-index:100}
.box_info_margin{width:300px;color:#fff;margin:auto;background:#db562e;padding:15px;z-index:100}
.box_info_margin span{font-size:13px}
.box_info_margin a{color:#a9cdf0}
.box_turn_panel{position:fixed;bottom:0px}

/* FAVE */
.fave_bg{background:#fff;padding:10px}
.onefaveu img{box-shadow:0px 1px 4px 0px #555;-moz-box-shadow:0px 1px 4px 0px #555;-webkit-box-shadow:0px 1px 4px 0px #555}

/* BALANCE */
.ubm_descr{background:#fff;margin-top:10px;padding:20px;font-size:12px;line-height:18px}
.balanmce_text{width:500px;margin:auto}

.border_radius_5{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
.border_radius_5_top{border-top-left-radius:5px;-moz-border-top-left-radius:5px;-webkit-border-top-left-radius:5px;border-top-right-radius:5px;-moz-border-top-right-radius:5px;-webkit-border-top-right-radius:5px}
.border_radius_5_bottom{border-bottom-left-radius:5px;-moz-border-bottom-left-radius:5px;-webkit-border-bottom-left-radius:5px;border-bottom-right-radius:5px;-moz-border-bottom-right-radius:5px;-webkit-border-bottom-right-radius:5px}
.margin_bottom_10{margin-bottom:10px}
.texta{float:left;width:145px;text-align:right;padding-right:5px;color:#666;padding-top:3px}
.inpst{border:1px solid #c6d4dc;padding:3px 4px}
.mgclr{margin-top:7px;clear:both}
.page_bg{background:#fff;padding:20px;font-size:11px;word-wrap:break-word}
#easyTooltip{color:#fff;background:url('../images/mv_bg.png');background:rgba(0, 0, 0, 0.7);text-shadow: 0px 1px 0px #262626;font-size:11px;padding:7px 10px 7px 10px;border:0px;margin-left:-2px;-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);margin-top:-5px;font-weight:bold}
#e_descr{line-height:17px}
.tooltip{background:url('../images/like_icons_bl2.png') no-repeat;background-position:center 0px;width:17px;height:10px;margin-top:-1px;margin-left:2px}
.cursor_pointer{cursor:pointer}

/* SUPPORT */
.support_bg{color:#777;font-size:12px}
.support_addform{padding:15px;margin-top:10px;background:#f5f5f5}
.support_questtitle{padding:10px;line-height:17px;background:#fff;margin-top:10px}
.support_questtitle a{font-size:12px}
.support_last_answer{color:#fff;width:195px;background:#d44b28;padding:12px;height:35px;cursor:pointer;margin-bottom:-10px;margin-top:-10px;margin-right:-10px}
.support_last_answer:hover{background:#e8633b;text-decoration:none}
.support_last_answer img{float:left;margin-right:10px}
.support_title_inpad{padding-top:5px}
.support_answer{border-top:1px solid #e0eaef}
.support_anser_nam{font-weight:bold;color:#0084b4}

/* NOTES */
.notes_ava{float:left;width:50px;text-align:center;color:#777;margin-right:10px}
.one_note{background:#f5f5f5;float:left;width:740px;padding:10px;height:30px}
.one_note span a{font-size:13px;font-weight:bold}
.one_note div{margin-top:4px;color:#888}
.one_note div a{font-size:11px}
.note_text, .im_text{padding:10px;line-height:17px;word-wrap: break-word}
.note_inf_panel{border-top:3px dashed #e4e7eb;padding:5px;padding-left:0px;color:#777}
.note_full_title{background:#f5f5f5;padding:15px 20px 15px 20px;margin:10px 0px 10px 0px;margin-top:0px}
.note_full_title span a{font-size:13px;font-weight:bold}
.note_full_title div{margin-top:4px}
.note_full_title div a{font-size:11px}
.note_text_full{border-top:0px;margin-bottom:10px}
.note_wr_comm{word-wrap:break-word}
.note_all_com{width:750px}
.note_add_bg{background:#f5f5f5;padding:25px 40px 25px 40px}
.note_pos{max-height:407px;overflow:hidden}
.note_text{width:740px;overflow:hidden}
.note_text img{margin:5px;max-width:770px}
.notes_wall_title{font-size:13px;font-weight:700;padding-bottom:5px;padding-top:2px}
.notes_wall_title a{color:#555}
.note_wall_text img{float:left;width:100px;height:97px;margin-right:10px}

/* WALL & COMMENTS */
.albtitle{font-size:13px;background:#e0ecf6;font-family:Arial;color:#256cb3;padding:8px 10px 8px 10px;margin-top:-2px;font-weight:bold}
.albtitle span{color:#bfbfbf;float:right}
.albtitle div{color:#bfbfbf;padding-right:5px}
.albtitle div a{font-weight:normal;font-size:11px}
.albtitle div b{color:#0084b4;font-weight:normal;font-size:11px}
.albtitle div b:hover{text-decoration:underline}
.newmes, .newmesnobg{background:#f5f5f5;padding:8px;border-top:0px}
.newmesnobg{background:#fff;border-bottom:0px}
.ava_mini{float:left;margin-right:10px;width:50px;text-align:center;color:#999;min-height:55px}
.wallrecord{padding-top:10px;padding-bottom:5px}
.wallauthor{padding:4px;padding-top:2px;padding-bottom:0px;padding-left:0px}
.wallauthor a{font-weight:bold}
.wall_clear{margin-top:17px}
.walltext{line-height:17px;margin-bottom:-1px}
.infowalltext, .infowalltext_f{padding-top:5px;color:#999}
.infowalltext li{float:left;padding-left:5px}
.infowalltext div{float:left}
.onephoto{float:left;width:137px;overflow:hidden;text-align:center;color:#999;font-size:10px}
.onephoto img{width:120px}
.comment_fast_form{background:#f5f5f5;padding:7px;border-top:1px solid #dae2e8;border-bottom:1px solid #dae2e8;margin-left:60px;margin-top:5px;display:none}
.fast_textarea{width:451px;height:40px;margin-bottom:7px}
.comment_photo{float:right;border-top:1px solid #f1f4f7;padding:5px}
.comment_photo img{width:100px}
.wall_inpst{border:1px solid #c6d4dc;padding:4px;color:#777;width:534px}
.wall_delete{background: url("../images/close_a_wall.png") no-repeat;width:11px;height:11px;float:right;margin-right:5px;margin-top:2px;cursor:pointer}
.wall_delete:hover{background: url("../images/close2.png") no-repeat}
.wall_upage{border-top:1px solid #f1f4f7;padding-bottom:10px}
.wall_upage2{border-top:1px solid #f1f4f7;border-bottom:0px}
.wall_repost_border{border-left:2px solid #B3C7DB;padding-left:7px;margin-top:5px}
.wall_repost_border2{margin-top:20px}
.wall_repost_border3{margin-top:-4px}
.wall_vote_title{font-weight:bold;color:#0084b4;border-bottom:1px solid #eef3f8}
.wall_vote_oneanswe{margin-top:7px;margin-bottom:7px;cursor:pointer}
.wall_vote_oneanswe input{margin-right:5px}
.wall_vote_proc{height:15px;background:#f7f7f7;color:#8BA1BC;text-align:center;width:90%;margin-right:5px} /* DAE1E8 */
.wall_vote_proc_bg{background:#DAE1E8;height:15px;text-align:center}
.wall_rec_autoresize{float:left;width:550px;margin-left:0px}
.color777{color:#777}

/* CHECKBOX */
.html_checkbox{background:url("../images/checkbox.gif") no-repeat;min-width:15px;height:14px;cursor:pointer;float:left;padding-left:20px}
.html_checkbox:hover{background:url("../images/checkbox.gif") no-repeat 0px -28px}
.html_checked{background:url("../images/checkbox.gif") no-repeat 0px -14px}
.html_checked:hover{background:url("../images/checkbox.gif") no-repeat 0px -42px}

/* FOR WALL */
.wall_upgwi{color:#2d89ef;width:540px;border-top:1px solid #e0eaef}
.fast_form_width{width:527px;padding:4px}
.fast_form_width2{width:567px}
.wall_fast_form, .wall_fast_opened_form{background:#f5f5f5;padding:6px;margin-top:30px}
.wall_fast_opened_form{margin-top:0px;margin-left:60px;margin-bottom:10px}
.wall_fast_ava{float:left;width:37px}
.wall_fast_ava img{width:30px}
.wall_fast_comment_text{padding-top:2px;padding-bottom:2px;margin-left:37px;line-height:17px;word-wrap:break-word}
.wall_fast_date{font-size:10px;color:#999;margin-left:37px}
.wall_fast_block{margin-left:60px;margin-bottom:5px;border-top:1px solid #f0f0f0;padding-top:7px}
.wall_ava_mini {height:40px}
.wall_fast_all_comm{margin-left:60px;font-size:11px;width:480px}
.wall_fast_all_comm:hover{text-decoration:underline}
.wall_fast_opened_texta{height:33px;color:#000;margin:0px}
.wall_like, .wall_like_active{background:url("../images/icons/index2.png") no-repeat right -234px;padding-right:19px;margin-right:5px;color:#2d89ef;margin-top:-1px}
.wall_like:hover{background:url("../images/icons/index2.png") no-repeat right -251px}
.wall_like_active{background:#fff;padding-right:0px}
.wall_like_active div{padding-top:1px}
.wall_like{margin-top:-1px}
.wall_like_count, .wall_like_no_count{background:url("../images/icons/index2.png") no-repeat 0 -251px;color:#2d89ef;margin-right:5px;padding-left:20px;font-weight:bold}
.wall_like_no_count{background:url("../images/icons/index2.png") no-repeat 0 -234px}
.wall_like_no_count:hover{background:url("../images/icons/index2.png") no-repeat 0 -251px}
.wall_liked_block{position:absolute;margin-left:380px;box-shadow: 0px 1px 1px 1px #e1e1e1;-moz-box-shadow: 0px 1px 1px 1px #e1e1e1;-webkit-box-shadow: 0px 1px 1px 1px #e1e1e1;width:175px;margin-top:-72px;height:67px}
.wall_liked_title{background:#5687b8;color:#fff;font-size:11px;text-shadow:0px 1px 0px #4577a8;border:1px solid #396c9e}
.wall_liked_title div{border:1px solid #5281af;border-top:1px solid #7fa6cd;padding:3px 7px 3px 7px}
.wall_liked_users{background:#fff;padding:8px;border:1px solid #aebdcc;border-top:0px;padding-right:0px}
.wall_liked_users a img{width:25px;margin-right:8px;min-height:25px}
.wall_liked_ic{background:url("../images/like_s.png") no-repeat;width:11px;height:7px;margin-top:-1px;margin-left:48px}
.wall_liked_for_mouse{height:10px;position:absolute;width:100px;margin-left:380px;margin-top:-8px;font-size:11px}
.wall_liked_loading{margin-top:8px;margin-bottom:9px;margin-left:58px}
.wall_attach, .wall_attach_selected{color:#2d89ef;cursor:pointer;margin-top:12px;padding:4px 7px 4px 7px}
.wall_attach_selected{background:#2d8aef;color:#fff;padding:4px 6px 4px 6px}
.wall_attach:hover{text-decoration:underline}
.wall_attach_selected:hover{text-decoration:none}
.wall_attach_menu{position:absolute;width:120px;background:#fff;box-shadow:0px 1px 4px 0px #c8c8c8;-moz-box-shadow:0px 1px 4px 0px #c8c8c8;-webkit-box-shadow:0px 1px 4px 0px #c8c8c8;margin-left:515px;margin-top:33px;color:#2d89ef;z-index:99;padding:10px}
.wall_attach_icon_photo, .wall_attach_icon_video, .wall_attach_icon_smile, .wall_attach_icon_audio, .wall_attach_icon_doc, .wall_attach_icon_vote{cursor:pointer;background:url("../images/icons/wall_icons.gif") no-repeat 0 -43px;height:19px;padding-left:25px;padding-top:5px}
.wall_attach_icon_photo:hover{background: #d4e6fa url("../images/icons/wall_icons.gif") no-repeat 0 -43px}
.wall_attach_icon_video{background: url("../images/icons/wall_icons.gif") no-repeat 0 -21px}
.wall_attach_icon_video:hover{background: #d4e6fa url("../images/icons/wall_icons.gif") no-repeat 0 -21px}
.wall_attach_icon_audio{background: url("../images/icons/wall_icons.gif") no-repeat 0 -65px}
.wall_attach_icon_audio:hover{background: #d4e6fa url("../images/icons/wall_icons.gif") no-repeat 0 -65px}
.wall_attach_icon_doc{background: url("../images/icons/wall_icons.gif") no-repeat 0 -109px}
.wall_attach_icon_doc:hover{background: #d4e6fa url("../images/icons/wall_icons.gif") no-repeat 0 -109px}
.wall_attach_icon_vote{background: url("../images/icons/wall_icons.gif") no-repeat 0 -87px}
.wall_attach_icon_vote:hover{background: #d4e6fa url("../images/icons/wall_icons.gif") no-repeat 0 -87px}
.wall_attach_icon_smile{background: url("../images/icons/wall_icons.gif") no-repeat}
.wall_attach_icon_smile:hover{background: #d4e6fa url("../images/icons/wall_icons.gif") no-repeat}
.wall_attach_smile{margin:5px;cursor:pointer}
.attach_files{margin-top:10px;margin-bottom:5px}
.wall_attach_photo{height:75px;overflow:hidden;margin-right:10px;margin-bottom:10px}
.wall_attach_photo img{width:106px}
.wall_attach_del{position:absolute;background: url("../images/file_del.png") no-repeat;width:13px;height:13px;cursor:pointer;margin-left:92px}
.wall_attach_del:hover{background: url("../images/file_del.png") no-repeat 0px -13px}
.wall_onevideo{background-position:absolute;margin-right:10px;margin-top:5px;width:140px}
.wall_none{border-top:1px solid #e0eaef;margin-top:-11px;text-align:center;font-size:13px;padding-bottom:10px;color:#999;padding-top:10px}
.wall_tell_ava{float:left;margin-right:5px;margin-top:2px}
.wall_tell_name{background:url("../images/reopost.png") no-repeat;margin-left:37px;padding-left:12px}
.wall_tell_date{color:#777;float:left;padding-left:2px}
.wall_tell_info{height:38px;margin-top:5px}
.wall_tell{background:url("../images/transp.png") no-repeat 0px -48px;width:11px;height:11px;float:right;opacity:0.5}
.wall_tell:hover{background:url("../images/transp.png") no-repeat 0px -62px;width:11px;height:11px;float:right;opacity:1}
.wall_tell_ok{background:url("../images/transp.png") no-repeat -11px -48px;width:13px;height:11px;float:right}
.wall_tell_ok:hover{background:url("../images/transp.png") no-repeat -11px -48px;width:13px;height:11px}
.wall_tell_fornews{margin-top:-17px}
.attach_link_bg{background:#fff;border:1px solid #c0cad5;padding:10px}
.attach_link_bg img{max-width:150px;max-height:170px;margin-right:10px}
#attatch_link_title, .attatch_link_title{color:#2d89ef;font-weight:bold;margin-bottom:5px}
.attach_toolip_but{background:url("../images/like_s.png") no-repeat;width:11px;height:7px;margin-top:-1px;margin-left:50px;margin-bottom:5px}
.attach_link_block_te{color:#555}
.attach_link_block_ic{background:url("../images/transp.png") no-repeat -33px -244px;width:11px;height:11px;margin-top:2px;margin-left:3px;margin-right:1px}
#attach_block_lnk, #attach_block_vote{margin-top:10px}
.wall_show_block_link{margin-bottom:5px;border-left:2px solid #b3c7db;padding-left:5px;margin-left:1px;background:none;margin-top:5px;height:80px}
.wall_show_block_link img{margin-right:10px;max-height:80px;max-width:100px;background-color:#f0f0f0 transparent}
.wall_tell_all{background:url("../images/transp.png") no-repeat -33px -264px;width:11px;height:11px;float:right;margin-top:2px;margin-left:6px;/*margin-right:6px;*/opacity:0.5}
.wall_tell_all:hover{background:url("../images/transp.png") no-repeat -33px -279px;opacity:1}
.wall_strlen{max-height:155px;overflow:hidden}
.wall_strlen_full{cursor:pointer;font-weight:bold;color:#94ADC6}
.wall_strlen_full:hover{color:#2d89ef}

/* WYSIWYG */
.wysiwyg_inpt{width:700px;height:350px;overflow:auto;outline:none}
.wysiwyg_bbpanel{background:#f0f0f0;border:1px solid #c6d4dc;border-bottom:0px;padding:5px}
.wysiwyg_icphoto, .wysiwyg_icvideo, .wysiwyg_iclink, .wysiwyg_icsymbol, .wysiwyg_icbold, .wysiwyg_ici, .wysiwyg_icunderline, .wysiwyg_icpleft, .wysiwyg_icpcenter, .wysiwyg_icpright, .wysiwyg_icquote{float:left;width:22px;height:22px;margin-right:3px;border:1px solid #f0f0f0}
.wysiwyg_icphoto{background:url("../images/icons/wall_icons.gif") no-repeat 0 -43px}
.wysiwyg_icphoto:hover{background: #fff url("../images/icons/wall_icons.gif") no-repeat 0 -43px;border:1px solid #ddd}
.wysiwyg_icvideo{background:url("../images/icons/wall_icons.gif") no-repeat 0 -21px}
.wysiwyg_icvideo:hover{background: #fff url("../images/icons/wall_icons.gif") no-repeat 0 -21px;border:1px solid #ddd}
.wysiwyg_iclink{background:url("../images/icons/wysiwyg.gif") no-repeat -158px -19px}
.wysiwyg_iclink:hover{background: #fff url("../images/icons/wysiwyg.gif") no-repeat -158px -19px;border:1px solid #ddd}
.wysiwyg_icsymbol{background:url("../images/icons/wysiwyg.gif") no-repeat -219px -19px}
.wysiwyg_icsymbol:hover{background: #fff url("../images/icons/wysiwyg.gif") no-repeat -219px -19px;border:1px solid #ddd}
.wysiwyg_icbold{background:url("../images/icons/wysiwyg.gif") no-repeat 2px 1px}
.wysiwyg_icbold:hover{background: #fff url("../images/icons/wysiwyg.gif") no-repeat 2px 1px;border:1px solid #ddd}
.wysiwyg_ici{background:url("../images/icons/wysiwyg.gif") no-repeat -19px 1px}
.wysiwyg_ici:hover{background: #fff url("../images/icons/wysiwyg.gif") no-repeat -19px 1px;border:1px solid #ddd}
.wysiwyg_ici{background:url("../images/icons/wysiwyg.gif") no-repeat -19px 1px}
.wysiwyg_ici:hover{background: #fff url("../images/icons/wysiwyg.gif") no-repeat -19px 1px;border:1px solid #ddd}
.wysiwyg_icunderline{background:url("../images/icons/wysiwyg.gif") no-repeat -38px 1px}
.wysiwyg_icunderline:hover{background: #fff url("../images/icons/wysiwyg.gif") no-repeat -38px 1px;border:1px solid #ddd}
.wysiwyg_icpleft{background:url("../images/icons/wysiwyg.gif") no-repeat -119px 1px}
.wysiwyg_icpleft:hover{background: #fff url("../images/icons/wysiwyg.gif") no-repeat -119px 1px;border:1px solid #ddd}
.wysiwyg_icpcenter{background:url("../images/icons/wysiwyg.gif") no-repeat -139px 1px}
.wysiwyg_icpcenter:hover{background: #fff url("../images/icons/wysiwyg.gif") no-repeat -139px 1px;border:1px solid #ddd}
.wysiwyg_icpright{background:url("../images/icons/wysiwyg.gif") no-repeat -39px -39px}
.wysiwyg_icpright:hover{background: #fff url("../images/icons/wysiwyg.gif") no-repeat -39px -39px;border:1px solid #ddd}
.wysiwyg_icquote{background:url("../images/icons/wysiwyg.gif") no-repeat -198px -19px}
.wysiwyg_icquote:hover{background: #fff url("../images/icons/wysiwyg.gif") no-repeat -198px -19px;border:1px solid #ddd}
.notes_videoborder{padding:5px;border:1px solid #ddd}
.wysiwyg_quote{padding:10px;background:#f0f0f0;border-left:10px solid #4274a4}
.notes_videopad{padding-right:5px}

/* NONSENSE */
.nonsense{font-size:21px;color:#fff;background:#6db81e;float:left;width:365px;text-align:center;margin-right:10px;padding:70px 30px 70px 30px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer}
.nonsense:hover{background:#89cb43}
.nonsense2{background:#2d87ef}
.nonsense2:hover{background:#569ef1}
.nonsense_title{text-align:center;font-weight:bold;color:#0084b4;font-size:13px;margin-top:20px}
.nonsense_number{padding:10px;color:#555;font-size:55px;font-weight:bold;margin:auto;margin-top:10px;text-align:center;padding-bottom:0px}
.nonsense_number a{background:#f5f5f5;padding:8px 20px 8px 20px;border-radius:60px;text-decoration:none}
.nonsense_pob{margin-top:10px;width:300px;background:#f5f6f9;padding:15px;margin:auto;margin-top:10px;line-height:18px;color:#555}
.nonsense_pob img{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;float:left;margin-right:10px}
.nonsense_info{text-align:center;font-size:12px;padding:10px;line-height:21px;padding-top:5px}
.nonsense_bilet_number{float:left;width:55px;padding:10px;background:#f5f5f5;text-align:center;margin-right:5px;margin-bottom:5px;font-size:17px;font-weight:bold;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;color:#777}
.nonsense_bilet_number:hover, .nonsense_bilet_selected{background:#e4ebf0;color:#000}
.nonsense_one_bilet .nonsense_bilet_number{cursor:default}
.nonsense_one_bilet .nonsense_bilet_number:hover{background:#f5f5f5;color:#777}
.nonsense_one_bilet{width:590px;margin:auto;padding:10px;margin-top:20px;margin-bottom:20px;padding-bottom:7px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow: 0px 0px 6px #c3c3c3;-moz-box-shadow: 0px 0px 6px #c3c3c3;-webkit-box-shadow: 0px 0px 6px #c3c3c3}
.nonsense_bilet_n{float:left;font-size:17px;font-weight:bold;color:#7797AF;width:90px;text-align:center;padding:10px}

/* PHOTOS VIEW */
.rating{background:url("../images/rating0.png") no-repeat;width:40px;height:38px;margin-right:5px;font-weight:bold;font-size:25px;color:#fff;text-align:center;float:left;margin-top:7px;cursor:pointer;opacity:0.5;margin-bottom:-10px;font-family:Comic Sans MS;padding-top:2px}
.rating:hover{opacity:1}
.rating2{opacity:0.7}
.ratpos{width:360px;margin:auto}
.ratingyes{width:120px;margin:auto}
.ratingyestext{color:#777;padding-top:19px;margin-right:10px}
.rating3{cursor:default;opacity:1}
.ratingbg{background:#f5f5f5;height:53px;margin-top:10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
.rateforowne{text-align:center;padding-top:19px;color:#777}
.rateforowne a{font-weight:bold;color:#777}
.rate_block{float:left;width:320px;font-size:11px;margin-top:10px;margin-bottom:10px}
.rate_block a img{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;float:left;margin-right:10px}
.rate_vbss{float:right;margin-top:-3px;margin-right:10px}
.rate_date{color:#777;margin-top:5px}
.rate_date a{color:#777;text-decoration:underline}
.rate_date a:hover{text-decoration:none}
.rate_alluser{background:#dbdbdb;color:#9d9d9d;display:block;padding:16px;text-align:center;font-size:11px;margin:-20px;margin-top:10px}
.photo_all_comm_bg{background:#f5f5f5;color:#7d7d7d;text-align:center;padding:15px}
.rate_fnews_bott{margin-bottom:-5px}
.photo_view, .video_view, .swf_loaded{background:url("../images/bgb3.png")}
.photo_bg, .video_show_bg{box-shadow:0px 2px 10px rgba(0, 0, 0, 0.345)}
.photo_bg, .video_show_bg{margin:auto;background:#fff;padding:15px;margin-top:17px}
.photo_bg{width:770px;padding:20px;padding-top:15px;padding-bottom:10px}
.photo_descr{padding-top:10px;padding-bottom:10px;line-height:17px}
.photo_info{color:#777}
.photo_leftcol{float:left;width:540px;padding-bottom:10px;overflow:hidden;word-wrap: break-word;padding-right:10px}
.photo_com_title{color:#0084b4;font-weight:bold;padding-bottom:10px;padding-top:10px}
.photo_com_title div{float:right;font-weight:normal}
.hrphoto{height:1px;background:#edf1f5;margin-top:10px}
.photo_rightcol{float:left;width:140px;border-left:3px dashed #edf1f5;padding:10px;color:#777;margin-top:10px}
.photo_close{background:url("../images/cl_photo2.png") no-repeat right;width:50px;height:17px;position:fixed;right:35px;top:15px;cursor:pointer}
.photo_close:hover{background:url("../images/cl_photo2_a.png") no-repeat right}
.prev_link, .next_link{background:url("../images/leftb2.png") no-repeat;width:20px;float:left;height:140px;margin-left:-15px;margin-top:200px;
opacity:0.3;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);cursor:pointer}
.prev_link:hover, .next_link:hover{opacity:0.7;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70)}
.next_link{background:url("../images/rightb2.png") no-repeat -10px 0;float:right;margin-left:0px;margin-right:-15px}
.comm_wr, .comm_wr_all{border-top:1px solid #f1f4f7;border-bottom:0px;width:535px}
.comm_wr_all{width:660px}
.editphoto_c{cursor:move;background:#fff}
.editphoto_c{width:90px;height:70px}
.editphoto_c img{width:78px}
.photo_prev_but{background:url("../images/prev.png") no-repeat;width:50px;height:100px;position:absolute;margin-left:-70px;opacity:0.5}
.photo_prev_but:hover{opacity:0.7}
.photo_next_but{background:url("../images/next.png") no-repeat;width:50px;height:100px;position:absolute;margin-left:790px;opacity:0.5}
.photo_next_but:hover{opacity:0.7}
.photo_img_box{width:770px;text-align:center;min-height:200px}
.photos_gradus_pos{padding-left:7px;padding-top:9px}
.photos_gradus_left, .photos_gradus_right{background:url("../images/transp.png") no-repeat -35px -202px;width:16px;height:16px;margin-top:3px;cursor:pointer;margin-left:4px}
.photos_gradus_left:hover{background:url("../images/transp.png") no-repeat -35px -222px}
.photos_gradus_right{background:url("../images/transp.png") no-repeat -55px -202px}
.photos_gradus_right:hover{background:url("../images/transp.png") no-repeat -55px -222px}

/* VIDEOS */
.videos_pad{padding:30px}
.videos_text{color:#0084b4;font-size:13px;font-weight:bold;margin-bottom:10px}
.videos_input{border:1px solid #c6d4dc;padding:6px;width:435px;background:#fff;margin-bottom:10px}
.videos_res_photos {background:#222;height:105px;margin-bottom:10px;float:left}
.videos_res_photos img{width:140px}
#vi_info{color:#888;line-height:17px}
#no_serviece{display:none;color:#444}



.onevideo {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #F1F4F7;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.55);
    float: left;
    height: 300px;
    margin-bottom: 12px;
    margin-left: 13px;
    width: 372px;
}
.onevideo_img {
    background: none repeat scroll 0 0 #000000;
    height: 131px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 181px;
}
.onevideo_img img {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 372px;
	height: 220px;
}




.onevideo_title{font-size:13px;font-weight:bold;padding-top:5px;padding-bottom:5px}
.onevideo_title a{color:#0084b4}
.onevideo_inf{color:#777;line-height:20px}
.onevideo_inf2{color:#000;line-height:20px;max-height:40px;overflow:hidden}
.videos_delok{color:#777;height:70px;padding-top:70px;padding-left:20px}
.video_show_bg{padding:15px;width:740px;margin-top:20px}
.video_show_object{margin:-15px -15px 0px -15px;background:#000;color:#888;height:448px}
.video_show_title{font-weight:bold;margin-bottom:10px;padding:10px 10px 0px 10px}
.video_show_title div{float:right;font-weight:normal}
#video_object{margin-bottom:10px}
.video_show_title a, .video_show_object a{color:#888}
.video_show_title a:hover, .video_show_object a:hover{color:#fff;text-decoration:none}
.video_show_panel{background:#fff;padding:20px;padding-top:10px}
.video_show_date{color:#777}
.video_show_descr{line-height:17px;margin-bottom:15px}
.video_show_left_col{margin-top:10px;float:left;width:500px;padding-right:10px}
.video_hide{background:#000;position:absolute;width:770px;height:420px}
.videos_cmm{padding-bottom:10px;width:495px}
.video_all_box{cursor:pointer;width:136px;text-align:center;font-size:10px;height:150px;margin-right:11px;overflow:hidden;color:#0084b4}
.video_all_box:hover{text-decoration:underline}
.video_all_box img{width:130px;padding:2px;border:1px solid #ddd}
.video_all_box img:hover{border:1px solid #799bbb}
.video_profile_title{padding-top:2px;padding-bottom:2px}
.profile_one_video{margin-bottom:10px}
.video_addformcc{background:#f5f5f5;padding:20px;margin:0px -35px -35px -35px}

/* ERRORS */
.err_yellow, .err_yellow_2{padding:10px;background:#f4f7fa;margin-bottom:10px;font-size:13px}
.err_red{padding:10px;background:#faebeb;margin-bottom:10px;font-size:13px;line-height:17px}
.listing {list-style: square;color: #d20000;margin:0px;padding-left:10px}
ul.listing li {padding: 1px 0px}
ul.listing li span {color: #000}
.privacy_err{background:#ffb4a3;position:fixed;left:0px;top:0px;padding:7px;border-bottom-right-radius:7px;-moz-border-bottom-right-radius:7px;-webkit-border-bottom-right-radius:7px;margin-top:48px;z-index:100}

/* SETTINGS */
.sett_privacy{color:#0084b4;cursor:pointer;float:left;padding:3px;margin-bottom:7px}
.sett_privacy:hover{text-decoration:underline}
.sett_openmenu{width:180px;position:absolute;background:#fff;margin-left:300px;box-shadow:0px 1px 4px 0px #9f9f9f;-moz-box-shadow:0px 1px 4px 0px #9f9f9f;-webkit-box-shadow:0px 1px 4px 0px #9f9f9f;color:#0084b4;margin-top:-100px}
.sett_selected{padding:5px 8px;background:#eef2f6;cursor:pointer;margin-top:0px}
.sett_hover{padding:5px 8px;cursor:pointer}
.sett_hover:hover{background:#2d89ef;color:#fff}
.sett_oneblack{margin-top:10px}
.sett_oneblack img{margin-right:10px}

/* AUDIO */
.audio_onetrack{background:#fff;padding:15px;width:829px}
.audio_onetrack a{c1olor:#5081b1}
.audio_onetrack2{width:590px;padding-left:0px;padding-top:10px}
.audio_playic, .audio_stopic{background:url("../images/transp.png") no-repeat 0px -92px;width:16px;height:16px;margin-right:7px;margin-top:-1px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px}
.audio_stopic{background:url("../images/transp.png") no-repeat 0px -108px}
.audio_addmylistic{background:url("../images/transp.png") no-repeat -20px -71px;width:16px;height:16px}
.audio_deletic{background:url("../images/transp.png") no-repeat -56px -71px;width:16px;height:16px}
.audio_edittic{background:url("../images/transp.png") no-repeat -76px -71px;width:16px;height:16px}
.audio_download{background:url("../images/down.gif") no-repeat;width:10px;margin-top:3px;height:16px;margin-right:10px;opacity:0.4}
.audio_addmylistic:hover{background:url("../images/transp.png") no-repeat -20px -92px}
.audio_deletic:hover{background:url("../images/transp.png") no-repeat -56px -92px}
.audio_edittic:hover{background:url("../images/transp.png") no-repeat -76px -92px}
.audio_download:hover{opacity:0.7}
.audio_addmylisticOk{background:url("../images/transp.png") no-repeat -35px -71px;width:16px;height:16px}

/* AUDIO -> PLAYER */
.player_container{background:#f7f7f7;padding:10px;margin-top:-14px;margin-left:-12px;margin-right:-12px;border-bottom:1px solid #e4e7eb;height:36px}
.player_ic{background:#6394c3;height:29px;width:36px;cursor:pointer;padding-top:7px;margin-right:10px;
border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px}
.player_ic_play{background:url("../images/transp.png") no-repeat 0px -125px;width:23px;height:23px;margin-left:11px}
.player_ic_pause{background:url("../images/transp.png") no-repeat -24px -125px;width:23px;height:23px;margin-left:10px}
.player_ic_next{background:url("../images/transp.png") no-repeat 0px -147px;width:23px;height:23px;margin-left:11px}
.player_ic_prev{background:url("../images/transp.png") no-repeat 0px -171px;width:23px;height:23px;margin-left:8px}
.player_del_volume{background:url("../images/transp.png") no-repeat 0px -222px;width:23px;height:23px;margin-left:8px;margin-right:8px;opacity:0.4}
.player_max_volume{background:url("../images/transp.png") no-repeat 0px -197px;width:29px;height:23px;margin-left:8px;opacity:0.4}
.player_refresh{background:url("../images/transp.png") no-repeat 0px -247px;width:29px;height:23px;margin-left:8px;opacity:0.4}
.player_rand{background:url("../images/transp.png") no-repeat 0px -269px;width:29px;height:23px;opacity:0.4;margin-right:-10px;margin-top:3px}
.player_max_volume:hover, .player_del_volume:hover, .player_refresh:hover, .player_rand:hover{opacity:1}
.player_time_text{margin-left:5px;color:#b4b4b4;text-shadow:0px 1px 0px #fff}
.player_track_name{color:#666;text-shadow:0px 1px 0px #fff}
.player_progreebar, .player_mini_mbar{height:20px;width:450px;background:#eee;margin-top:3px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px}
.player_mini_mbar{height:5px;margin-left:20px;margin-top:10px;width:768px;margin-bottom:10px;margin-left:-2px}
#player_volume_bar_value, #player_progress_load_bar, #player_progress_play_bar{background:#6394c3;width:0px;height:20px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px}
#player_progress_load_bar{background:#ced7df;cursor:pointer}
.player_shadow{margin-top:-52px;margin-left:-12px;width:794px}
.audio_wall_attach{background: url("../images/icons/wall_icons.gif") no-repeat 0 -65px;color:#2d89ef;padding-left:27px;padding-top:5px;height:20px}
.audio_wall_onemus{padding:0px;margin:0px;height:30px;padding-top:7px;margin-bottom:7px;margin-right:2px}
.player_mini_mbar_wall{width:500px;margin-bottom:0px}
.player_mini_mbar_wall_all{width:710px;margin-bottom:0px}
.player_mini_mbar_wall_all2{width:660px;margin-bottom:0px}
#audioForSize{min-width:500px;display:block;float:left}

/* PROFILE */
.ava{float:left;width:200px;background:#fff;margin-top:-30px;margin-right:10px;box-shadow:0px 5px 10px 0px #b4b4b4;-moz-box-shadow:0px 5px 10px 0px #b4b4b4;-webkit-box-shadow:0px 5px 10px 0px #b4b4b4;position:relative;z-index:100}
.ava:after {background: url("../images/ava_after.png");content: "";height: 22px;left: -5px;position: absolute;width: 213px;bottom: -21px;}
.leftcbor{border-right:1px solid #f1f4f7}
.menuleft2 a{display:block;padding:6px 10px 7px 15px;border-top:1px solid #fff;border-bottom:1px solid #fff;cursor:pointer}
.menuleft2 a:hover{background:#2d89ef;color:#fff;text-decoration:none;border-top:1px solid #fff;border-bottom:1px solid #fff}
.menuleft2 div{padding-top:2px}
.titleu{font-size:20px;font-weight:bold;padding:5px;color:#5b5f61;text-shadow:2px 2px 2px #f0f0f0}
.titleu div{float:right;padding-top:3px}
.titleu a{color:#bababa;font-size:11px;font-weight:normal}
.status_tri{border-color:rgba(224, 237, 252, 0) rgba(224, 237, 252, 0) #fff rgba(224, 237, 252, 0);border-style:dashed;border-width:10px;border-top:0px;height:0px;width:0px;margin-left:30px;margin-top:0px;position:absolute}
.status{background:#fff;word-wrap:break-word;padding:10px;margin-top:10px}
.status a{color:#999}
.status div a{color:#000;font-size:11px}
.profiewr{float:left;width:650px}
.flpodtext{color:#666;float:left;width:120px;padding-top:3px;padding-bottom:3px;padding-left:2px}
.flpodinfo{padding-top:3px;padding-bottom:3px;margin-left:123px}
.fieldset{background:url("../images/hr.png") repeat-x;font-weight:bold;padding:5px;color:#777;padding-left:0px;margin-top:5px}
.fieldset span a{font-size:10px;font-weight:normal;color:#999}
.w2_a, .w2_b {background:#fff;width:155px}
.w2_b {width:125px}
.rate{background:#d5e3f3;text-align:center;border-top:1px solid #bfd3e9;color:#5683b2;padding-top:3px;padding-bottom:3px;margin-bottom:5px;margin-top:3px}
.onefriend{float:left;width:52px;overflow:hidden;text-align:center;margin-left:10px;margin-bottom:10px;height:85px;overflow:hidden}
.onefriend img{width:50px}
.onefriend span{font-size:10px}
.onefriend div{height:50px;margin-bottom:5px}
.onefriend:hover{background:#e0ecf6;text-decoration:none;padding:5px;margin-right:-5px;margin-left:5px;margin-top:-5px;margin-bottom:5px}
.onefriend a:hover{text-decoration:none}
.onefriend:hover .no_display{display:block}
.onesubscription{clear:both;margin-bottom:10px;min-height:40px}
.onesubscriptio2n{line-height:5px}
.onesubscription img{float:left;width:40px;margin-right:7px}
.onesubscriptiontitle{padding-top:2px;line-height:17px;max-width:130px;overflow:hidden}
.nesubscriptstatus{color:#999;line-height:13px}
.onesubscriptio2n:hover{background:#ebf3f9;margin-left:-8px;margin-top:-8px;margin-bottom:2px;padding:8px}
.onenotesicon{background:url("../images/icons/wall_icons.gif") no-repeat 0 -110px;width:22px;height:22px;margin-top:5px}
.oneforicpad{margin-left:5px;float:left;width:167px;margin-bottom:5px}
.online_time{font-size:11px;margin-top:-37px;color:#bcc6d0}
.set_status_bg{background:#f5f5f5;padding:10px;position:absolute;margin-left:-10px;margin-top:20px;width:655px;z-index:100}
.status_but{margin-top:5px}
.status_but button{padding:3px 10px 3px 10px}
.status_text{margin-top:8px;margin-left:3px;color:#888}
.status_inp{border:1px solid #c6d4dc;padding:4px 4px}
.status_tell_friends{background:#f7f7f7;box-shadow: 0px 1px 1px 1px #e9e9e9;-moz-box-shadow: 0px 1px 1px 1px #e9e9e9;-webkit-box-shadow: 0px 1px 1px 1px #e9e9e9;border:1px solid #aebdcc;height:14px;color:#2d89ef;padding:5px;width:127px;position:absolute;margin-left:-5px;margin-top:10px}
.status_str{background:url("../images/fstatus.png") no-repeat;width:13px;height:7px;margin-top:-12px;margin-bottom:5px}
.profile_albums{line-height:17px;padding:10px;float:left;width:285px;cursor:pointer;background:#fff;color:#777}
.profile_albums:hover{background:#f7f9fa}
.profile_albums img{float:left;margin-right:5px;width:120px;background:#f0f0f0;height:85px}
.profile_title_album{color:#2d89ef;font-weight:bold;max-height:34px;overflow:hidden}
.profile_update_photo img{max-width:350px;max-height:350px}
.profile_hide_opne{padding:10px;text-align:center;color:#0084b4;font-size:12px}
.albtitle2{margin:-20px;background:none;margin-bottom:10px;padding:10px 15px 10px 15px;border-bottom:1px solid #e3edf2}
.albtitle2 span{color:#a3c6e4}
.page_bg_wall{background:#f5f5f5}

/* PUBLIC */
.public_title{font-weight:bold;font-size:12px;padding-bottom:0px;color:#5d8ebe}
.public_vlock{background:#6b9aca;color:#fff;font-weight:bold;padding:5px;padding-left:7px;border-top-left-radius:5px;border-top-right-radius:5px;-moz-border-top-left-radius:5px;-moz-border-top-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-khtml-border-top-left-radius:5px;-khtml-border-top-right-radius:5px}
.public_vlock a{color:#d7e4f1}
.public_bg{padding:9px;background:#f5f5f5;margin-bottom:10px;padding-left:7px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-moz-border-bottom-left-radius:5px;-moz-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;-khtml-border-bottom-left-radius:5px;-khtml-border-bottom-right-radius:5px}
.public_margbut{margin-bottom:9px}
.publick_subscblock{background:#f5f5f5;padding:12px;text-align:center;margin-top:7px;line-height:17px;height:55px}
.public_obefeed{padding:10px;border-bottom:1px solid #edf0f3;line-height:17px}
.public_obefeed img{margin-right:10px}
.public_obefeed a{font-weight:bold;font-size:12px}
.public_minilink{margin-top:-1px;opacity:0.4}
.public_minilink a{font-size:11px;font-weight:normal;font-size:10px}
#public_editbg_container{width:670px;overflow:hidden;margin-left:-10px;padding-left:10px}
.public_editbg_container{width:10000px}
.public_editbg{background:#f5f5f5;padding:10px;width:629px;min-height:230px}
.public_hr{height:1px;background:#fff;margin-top:-8px;margin-bottom:9px;border-top:1px solid #e3e3e3}
.public_oneadmin{background:#fff;padding:7px;border:1px solid #c9d9dc;float:left;width:250px;line-height:16px;margin-right:8px;margin-bottom:10px}
.public_oneadmin img{margin-right:10px}
.public_usersblockhidden{width:205px;overflow:hidden}
.public_wall_rec_comments{margin-top:-1px}
.public_wall_all_comm{text-align:center;padding:10px;background:#f5f5f5;color:#999;font-size:13px;margin-left:60px;margin-top:10px}
.public_wall_photos_shadow{background: url("/templates/Default/images/bg_show8.png") repeat-x;height:5px;margin-top:40px;width:609px}
.punlic_wall_photos_one{float:left;width:80px;overflow:hidden;margin:3px;height:60px;overflow:hidden;text-align:center;border:1px solid #ddd;padding:5px}
.punlic_wall_photos_one div{height:60px;overflow:hidden}
.punlic_wall_photos_one img{width:80px}
.punlic_wall_photos_one:hover{border:1px solid #799bbb}
.profile_wall_attach_photo img{max-width:360px;max-height:360px;margin-top:3px;margin-right:3px;margin-bottom:3px}
.public_wall:hover #wall_like_active{color:#8bb1d1}
.news_comm_wr:hover #wall_like_active{color:#8bb1d1}
.wall_upage:hover #wall_like_active{color:#8bb1d1}
.wall_upage2:hover #wall_like_active{color:#8bb1d1}
.public_wall_like{color:#95adc0;padding:5px 7px;margin-top:-6px}
.public_wall_like:hover{background:#e9eff3;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
.public_wall_like:hover div{color:#8bb1d1}
.public_wall_like_no, .public_wall_like_yes{background:url("../images/transp2.png") no-repeat -43px -47px;width:18px;height:15px;float:left;margin-left:5px;margin-right:3px;margin-top:-1px;opacity:0.5}
.public_wall_like_no:hover, .public_wall_like_yes:hover{opacity:1}
.public_wall_like_yes{background:url("../images/transp2.png") no-repeat -43px -47px;opacity:1}
.public_wall_like_yes_color{color:#8bb1d1;font-size:15px;margin-top:-5px}
.public_likes_user_block{position:absolute;width:225px;color:#FFF;cursor:pointer;background:#db562e;font-weight:bold;font-size:11px;padding:8px 9px 8px 9px;padding-right:0px;margin-top:-81px;margin-left:400px;height:52px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
.public_likes_user_block div{margin-bottom:7px}
.public_likes_user_block img{float:left;margin-right:5px;-moz-box-shadow: 0 1px 1px rgba(0,0,0, 0.3);-webkit-box-shadow: 0 1px 1px rgba(0,0,0, 0.3);box-shadow: 0 1px 1px rgba(0,0,0, 0.3);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px}
.public_like_strelka{background:url('../images/like_icons_bl.png') no-repeat;width:223px;height:9px;position:absolute;margin-top:-3px;background-position: center 0px}
.public_wall_likes_hidden{width:220px;overflow:hidden;margin-top:-6px;height:41px}
.public_wall_likes_hidden2{width:10000px}

/* PROFILE RATING */
.profile_rate_pos{float:right;margin-top:-40px}
.profile_rate_100_left, .profile_rate_500_left, .profile_rate_1000_left{background:#2d8aef;float:left;width:10px;height:44px;border-top-left-radius:5px;-moz-border-top-left-radius:5px;-webkit-border-top-left-radius:5px;border-bottom-left-radius:5px;-moz-border-bottom-left-radius:5px;-webkit-border-bottom-left-radius:5px}
.profile_rate_100_right, .profile_rate_500_right, .profile_rate_1000_right{background:#2d8aef;float:right;width:10px;height:44px;border-top-right-radius:5px;-moz-border-top-right-radius:5px;-webkit-border-top-right-radius:5px;border-bottom-right-radius:5px;-moz-border-bottom-right-radius:5px;-webkit-border-bottom-right-radius:5px}
.profile_rate_100_head, .profile_rate_100_head, .profile_rate_1000_head{background:#2d8aef;margin-left:96px;margin-right:27px;height:38px;font-size:19pt;color:#fff;font-weight:bold;padding-top:6px;padding-left:5px;padding-right:5px}
.profile_rate_add{background:#fff;float:right;padding:5px;margin-top:10px;margin-left:-2px;cursor:pointer}
.rating_text{line-height:20px}
.rating_iny{text-align:center;font-weight:bold;font-size:45px;color:#a8bdc9;padding-top:50px;padding-bottom:50px}
.rating_iny input{font-size:40px;width:67px}
.profile_rate_500_left, .profile_rate_500_right, .profile_rate_500_head{background:#6bb61d}
.profile_rate_1000_left, .profile_rate_1000_right, .profile_rate_1000_head{background:#db562e}
.rating_text_balance{font-size:12px;font-weight:normal;color:#777;margin-top:15px}
.profile_ratingview{font-size:21px;color:#a8bdc9;font-weight:bold;float:right;margin-right:13px;margin-top:10px}
.profile_rate_text{float:left;font-size:21px;width:78px;color:#ddd;margin-top:7px;margin-right:8px}

/* PAYMENT */
.payment_title{background:#F2F2F2;margin:-20px;padding:16px 5px 16px 25px;line-height:180%;font-size:11px;margin-bottom:15px}
.payment_title img{float:left;margin-right:12px;box-shadow:0px 1px 2px rgba(0, 0, 0, 0.345);-moz-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.345);-webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.345)}
.payment_title .fl_l{margin-top:5px}
.payment_title .fl_r{margin-right:16px}
.payment_h2{color:#36638E;font-size:13px;font-weight:700;margin:0px 0px 6px;margin-top:9px}
.payment_sel{font-size:13px;font-family:Verdana;width:200px}
.payment_block{padding:10px;background:#f5f5f5;line-height:17px;background:#F3F5FA;margin-top:12px;font-size:11px}
.playment_but{text-align:center;font-size:11px;line-height:180%;margin-top:10px}
.payment_logo{float:right;margin-top:-180px;opacity:0.1;height:210px;overflow:hidden}
.payment_inp{font-size:21px;width:47px;margin-top:10px;text-align:center}

/* GIFTS */
.gifts_onegif{padding:5px;text-align:center;float:left;margin-left:3px;border-top-left-radius:5px;border-top-right-radius:5px;-moz-border-top-left-radius:5px;-moz-border-top-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-khtml-border-top-left-radius:5px;-khtml-border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-moz-border-bottom-left-radius:5px;-moz-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;-khtml-border-bottom-left-radius:5px;-khtml-border-bottom-right-radius:5px;min-height:118px;min-width: 96px}
.gifts_onegif:hover{background:#e7ecf1;text-decoration:none}
.gift_count{background:#6394c3;color:#fff;padding:2px;margin:-5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-moz-border-bottom-left-radius:5px;-moz-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;-khtml-border-bottom-left-radius:5px-khtml-border-bottom-right-radius:5px;margin-top:5px}
.gift_onepage{margin:5px;margin-left:21px;margin-top:10px;margin-bottom:0px}

/* DOCUMENTS */
.stat_ic{background:url("../images/icons/stat.png")}
.doc_block{border-bottom:1px solid #eee;padding:10px;margin:8px;padding-left:0px;padding-right:5px;padding-top:2px}
.doc_format_bg{background:#E1E7ED;color:#6A839E;float:left;padding:4px 4px 4px 7px;width:41px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}
.doc_name{float:left;margin-left:10px;font-weight:bold;color:#2d88ef;margin-top:3px;max-width:410px;height:15px;overflow:hidden}
.doc_name:hover{text-decoration:underline}
.doc_date{color:#777;margin-left:63px}
.doc_sel{padding:5px;float:right;color:#2d88ef;cursor:pointer;margin-top:0px}
.doc_sel:hover{background:#2d88ef;color:#fff}
.doc_attach_text{font-weight:bold;color:#2d88ef}
.doc_attach_ic{background:url("../images/transp.png") no-repeat -51px -262px;width:11px;height:11px;margin-top:1px;margin-left:3px;margin-right:3px}
.doc_block img{opacity:0.4}
.doc_block img:hover{opacity:1}
.doc_full_pg_top{width:776px;z-index:99;margin:-12px}
.doc_input{margin-left:10px}
.doc_all_but{text-align:center;padding:10px;background:#f5f5f5;color:#999;font-size:13px}

/* NEW MAIN */
.new_logo{background:url("../images/newlogo.png") no-repeat;float:left;width:191px;height:43px;text-indent:-9999px;margin-top:20px}
.new_gr{background:#303233;height:1px;margin-top:25px}
.new_descr{font-size:13px;color:#bfbfbf;margin:auto;width:400px;font-weight:700;text-align:center;font-family:Arial;margin-top:27px}
.new_but{padding:20px;background:#2e8cef;color:#fff;font-size:15px;text-align:center;font-family:Arial;font-weight:700;padding-bottom:7px;padding-top:6px;margin-top:27px}
.new_but:hover{opacity:0.9;-moz-opacity:0.9;-webkit-opacity:0.9;-khtml-opacity:0.9}
.new_zoom{position:absolute;cursor:pointer}

/* APPS */
.apps_title{font-size:13px;font-weight:bold;color:#4c7097;border-bottom:1px solid #f0f3f5;padding-bottom:3px}
.apps_block{float:left;width:419px}
.apps_game{margin-top:10px;color:#777;line-height:17px}
.apps_game a{font-weight:bold}
.apps_game img{width:50px;margin-right:10px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}
.apps_gr{background:url("../images/app.png") no-repeat;width:240px;height:11px;margin-left:3px;margin-top:18px;float:left;text-align:center}
.apps_grtext{padding:5px;background:#fff;width:90px;margin:auto;margin-top:-10px}
.apps_but{margin-left:0px}
.apps_top{background:#2d8aef;padding:15px;color:#fff;font-size:13px;font-weight:bold}
.apps_game2 img{width:75px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;line-height:19px}
.apps_but2, .apps_but3{margin-bottom:-15px;margin-right:-12px;margin-left:-12px}
.apps_box_text{font-size:12px}
.apps_box_pos a{font-size:11px}
.apps_view_pos{margin-top:10px;line-height:17px}
.apps_view_pos img{margin-right:15px;float:left;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}
.apps_view_pos a{font-weight:bold}
.apps_view_pos a:hover{text-decoration:none;font-weight:bold}
.apps_view_pos div{font-size:11px}
.apps_box_pos{margin-top:23px;width:607px}
.apps_view_block{color:#777;font-size:11px;background:#f0f0f0;padding:10px;margin-top:30px}
.apps_view_block_txt{padding:5px}
.apps_main_poster{margin-top:15px;width:607px;overflow:hidden;height:376px}
.apps_inimgs{width:2500px;height:376px}
.apps_i_run_box{background: url("../images/inline_video_small_play.png") 100% 50% no-repeat rgba(0, 0, 0, 0.600);border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;color:#fff;cursor:pointer;font-weight:700;height:14px;left:50%;line-height:100%;margin-left:-80px;opacity:0.8;padding:16px 45px 16px 15px;position:absolute;text-shadow:0px 1px 1px rgba(0, 0, 0, 0.506);margin-top:185px;z-index:10}
.appsfh:hover .apps_i_run_box{opacity:1}
.apps_main_poster img, .apps_mini_img img{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}
.apps_mini_img{margin-left:-6px;margin-top:10px}
.apps_mini_img img{margin-left:5px;cursor:pointer;opacity:0.5}
.apps_faslh_pos{text-align:center;margin:-10px;margin-top:8px}
.apps_start_traf{font-weight:normal;color:#777;margin-top:3px}
.apps_last{border-bottom:1px solid #F0F3F5;padding-bottom:10px}
.apps_game:hover .apps_fast_del img{opacity:1}
.apps_fast_del{height:11px;width:11px}
.apps_fast_del img{width:11px;height:11px;opacity:0.2;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px}

/* IM */
.im_typograf{color:#888;margin-bottom:10px;margin-left:65px;height:18px;margin-top:5px}
.im_typograf img{margin-right:3px}
.im_del_dialog{background:url("../images/close_a.png") no-repeat;width:11px;height:11px;margin-left:185px;margin-top:-45px;opacity:0.3}
.im_del_dialog:hover{opacity:1}
.im_flblock{background:#f9f9f9;padding:15px;float:left;width:210px;margin:-10px;color:#555;border-right:1px solid #e4e7eb;height:586px;overflow-y:scroll}
.im_flblock a{float:left;padding:6px;margin-right:14px;padding-left:9px;padding-right:9px}
.im_flblock a:hover{background:#2d89ef;color:#fff;text-decoration:none}
.im_flblock div a{background:#88a7c6;border:1px solid #5081b1;color:#fff;padding:5px;padding-left:9px;padding-right:9px}
.im_flblock div a:hover{background:#88a7c6}
.im_oneusr{margin-top:15px;color:#506b8c;padding:8px;margin-left:-8px;margin-right:-8px;margin-bottom:-2px;margin-top:7px}
.im_nameu{padding-top:10px;margin-right:4px}
.im_oneusr img{width:35px;float:left;margin-right:10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px}
.im_usactive, .im_oneusr:hover{background:#2d89ef;color:#fff;padding:8px;margin-left:-8px;margin-right:-8px;margin-bottom:-2px;margin-top:7px;box-shadow:inset 0px 1px 4px 0px #1761b3}
.im_oneusr:hover{box-shadow:none;background:#2d89ef}
.im_new{background:#e1e7ed;padding:6px;color:#607387;font-weight:bold;padding-top:3px;padding-bottom:3px;margin-top:7px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px}
.im_usactive:hover{background:#2d89ef;box-shadow:inset 0px 1px 4px 0px #1761b3}
.im_head{margin-left:20px;margin-top:-9px;min-height:400px;width:628px;margin-right:-15px;padding-top:7px;margin-bottom:-22px}
.im_msg{border:0px;padding-bottom:5px;padding-top:5px;width:605px;min-height:45px}
.im_msg_name{margin-top:-2px}
.im_msg_ava{margin-right:7px}
.im_msg_mag{margin-left:58px}
.im_addform{margin-left:-12px;margin-top:0px;width:620px;padding:10px;margin-bottom:12px;background:#f0f0f0}
.im_scroll{background:#fff;overflow:auto;overflow-x:hidden;height:447px;margin-top:-8px;padding-top:8px;margin-left:-12px;padding-bottom:10px;overflow-y:scroll}
.im_ava_mini img, .im_msg_texta{border-radius:3px;--webkit-border-radius:3px;-khtml-border-radius:3px}
.im_msg_texta{width:545px;margin-right:-20px}
.im_class_new{background:#f1f4f6}
.im_msg_date{color:#999;font-weight:normal;margin-right:-5px}
.im_msg_delf{margin-top:4px;margin-left:5px}

/* NEW 230612 */
.wall_answer_for_comm{margin-left:12px;margin-top:12px}

/* NEWS */
.news_comm_wr{width:820px}
.newsnewfriend{float:left;text-align:center;width:110px;margin-top:5px}
.news_ic_note{background:url("../images/icons/wall_icons.gif") no-repeat 0 -110px;height:20px;padding-top:3px;display:block;padding-left:25px}
.news_ic_note:hover{background: #f5f8fa url("../images/icons/wall_icons.gif") no-repeat 0 -110px}
.news_like{background:url("../images/transp2.png") -43px -47px no-repeat;width:50px;height:16px;margin-left:30px;margin-top:5px}
.news_wall_msg_bg{background:#fff;position:absolute;margin-left:140px;box-shadow: 0px 1px 1px 1px #e1e1e1;-moz-box-shadow: 0px 1px 1px 1px #e1e1e1;-webkit-box-shadow: 0px 1px 1px 1px #e1e1e1;max-width:520px;min-width:105px;margin-top:10px}
.news_wall_msg_text{background:#fff;padding:8px;border:1px solid #aebdcc;color:#000;line-height:17px}
.news_wall_liked_ic{background:url("../images/like_s_top.png") no-repeat;width:11px;height:7px;margin-top:-6px;position:absolute;margin-left:48px}
.news_action_photo{}

.size10{font-size:10px}

/* STATIC jQ MP3 PL. */
.staticPlbg{position:absolute;top:0px;bottom:0px;right:0px;left:0px;margin:20px;border:1px solid #ddd;width:475px;height:505px;background:#fff;margin-top:60px;z-index:5}
.staticPlbgTitle{background:#2566b0;padding:17px;padding-bottom:12px;color:#e3e9ea}
.staticPlbgTitle small{color:#b7c3c5;margin-left:2px}
.staticpl_prev{background:url("../images/staticmp3.png") no-repeat;width:12px;height:10px;float:left;cursor:pointer;opacity:0.8;margin-top:2px}
.staticpl_play{background:url("../images/staticmp3.png") no-repeat -28px 0px;width:7px;height:12px;float:left;margin-left:10px;margin-top:1px;cursor:pointer;opacity:0.8}
.staticpl_pause{background:url("../images/staticmp3.png") no-repeat -37px 0px;width:12px;height:12px;float:left;margin-left:8px;margin-right:-3px;margin-top:1px;cursor:pointer;opacity:0.8;display:none}
.staticpl_next{background:url("../images/staticmp3.png") no-repeat -14px 0px;width:12px;height:10px;float:left;margin-left:10px;cursor:pointer;opacity:0.8;margin-top:2px}
.staticpl_prev:hover, .staticpl_play:hover, .staticpl_next:hover, .staticpl_repeat:hover, .staticpl_rand:hover, .staticpl_translate:hover, .staticpl_pause:hover{opacity:1}
.staticpl_trackname{margin-top:-7px;margin-left:10px;float:left;width:250px}
.staticpl_progress_bar, .staticpl_progress_bar_voice{height:4px;width:250px;background:#9aadc5;float:left;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin-left:10px;margin-top:6px;cursor:pointer}
.staticpl_progress_bar_voice{width:50px}
.staticpl_repeat{background:url("../images/staticmp3.png") no-repeat 0px -15px;width:13px;height:11px;float:left;margin-left:15px;margin-top:-5px;cursor:pointer;opacity:0.8}
.staticpl_rand{background:url("../images/staticmp3.png") no-repeat -16px -14px;width:14px;height:12px;float:left;margin-left:8px;margin-top:-5px;cursor:pointer;opacity:0.8}
.staticpl_translate{background:url("../images/staticmp3.png") no-repeat -51px 0px;width:11px;height:11px;float:left;margin-left:8px;margin-top:-5px;cursor:pointer;opacity:0.8}
.staticpl_seachbg, .staticpl_bottom{background:#f0f0f0;padding:10px}
.staticpl_seachbg input{width:415px}
.staticpl_bottom{border-bottom:0px;border-top:1px solid #f1f1f1}
.staticpl_audios{overflow-y:scroll;overflow-x:hidden;width:455px;height:334px;padding:10px;margin-top:-1px}
.staticpl_mtp{margin-top:7px}
.staticpl_ic, .staticpl_ic_pause{background:#3e7bc0 url("../images/staticmp3.png") no-repeat -31px -12px;width:18px;height:18px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;cursor:pointer;float:left;margin-right:8px}
.staticpl_ic_pause{background:#3e7bc0 url("../images/staticmp3.png") no-repeat -49px -12px;display:none}
.staticpl_audio{padding:9px;cursor:pointer;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}
.staticpl_audio:hover, .staticpl_audio_pre_active{background:#eef1f4}
.staticpl_autit{margin-top:2px}
.staticpl_shadow{background:url("../images/bg_show8.png") repeat-x;height:5px;position:fixed;width:459px;margin:-10px}
.staticpl_albut{padding:9px;text-align:center;background:rgb(233, 237, 241); color:rgb(106, 121, 137);cursor:pointer;margin-top:10px}
.staticpl_ictop{background:url("") no-repeat;width:17px;height:9px;position:absolute;margin-top:-25px;margin-left:207px}
.staticPlbgLoadig{height:64px}
#player_progress_play_bar_2, #player_progress_load_bar_2, #player_volume_bar_value_2{height:4px;background:#fff;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}
#player_progress_load_bar_2{background:#bac7d4}
#player_volume_bar_value_2{width:80%}
.staticpl_rtitle{height:15px;overflow:hidden;max-width:220px;margin-right:3px;float:left}
.staticpl_rtitle div{width:1000px}
.staticpl_audio_active, .staticpl_audio_active:hover{background:#3e7bc0;color:#fff}
.staticpl_audio_active a{color:#fff}
.staticpl_seadisb{width:475px;height:47px;background:#fff;position:absolute;opacity:0.5;z-index:100;display:none}
.page_audio{position:static;width:880px;height:511px;box-shadow:0px 0px 0px;-moz-box-shadow:0px 0px 0px;-webkit-box-shadow:0px 0px 0px}
.staticpl_editic{width:12px;height:12px;float:right;background:url("../images/staticmp3.png") no-repeat -71px -14px;opacity:0.2;cursor:pointer;margin-top:12px}
.staticpl_delic{width:12px;height:12px;float:right;background:url("../images/staticmp3.png") no-repeat -91px -14px;opacity:0.2;cursor:pointer;margin-left:10px;margin-top:12px;margin-right:10px}
.staticpl_addmylisy{width:12px;height:12px;float:right;background:url("../images/staticmp3.png") no-repeat -83px 0px;opacity:0.2;cursor:pointer;margin-left:10px;margin-top:12px;margin-right:10px}
.staticpl_addmylisok{width:14px;height:12px;float:right;background:url("../images/staticmp3.png") no-repeat -110px -14px;opacity:0.2;cursor:pointer;margin-left:10px;margin-top:12px;margin-right:10px}
.staticpl_download{width:14px;height:12px;float:right;background:url("../images/down.gif") no-repeat;opacity:0.2;cursor:pointer;margin-left:10px;margin-top:13px;margin-right:10px}
.staticpl_editic:hover, .staticpl_delic:hover, .staticpl_addmylisy:hover{opacity:0.5}
.staticpl_delic_white{background:url("../images/staticmp3.png") no-repeat -110px 0px}
.staticpl_editic_white{background:url("../images/staticmp3.png") no-repeat -95px 0px}
.staticpl_addmylisy_white{background:url("../images/staticmp3.png") no-repeat -65px 0px}
.staticpl_addmylisok_white{background:url("../images/staticmp3.png") no-repeat -123px 0px}
.staticpl_panel{display:none}
.jQpnewloadbut{padding:5px;background:#2566b0;float:left;margin-top:5px;padding:7px;margin-left:-1px;padding-bottom:6px;cursor:pointer}
.jQpnewloadbut:hover .staticpl_addmylisy_white{opacity:0.5}
.jQpnewloadbut .staticpl_addmylisy_white{margin:0px}
.statipl_music{background:url("../images/transp.png") no-repeat -52px -127px;margin-right:5px;width:10px;height:13px;float:left}
.staticpl_translatl{color:#2d89ef}
.mini {position:fixed;top:200px;border-radius:6px;width: 166px;}
.mini .staticpl_ictop{display:none;}
.mini .staticpl_prev,.mini .staticpl_next{margin-top: 10px;}
.mini .staticpl_play,.mini .staticpl_pause{margin-top: 9px;}
.mini .staticpl_trackname {margin-left: 0;margin-top: -8px;position: absolute;width: 167px;}
.mini .staticpl_rtitle {float: left;height: 15px;margin-right: 3px;max-width: 141px;overflow: hidden;}
.mini .staticpl_trackname small {color: #B7C3C5;margin-left:0;}
.mini .staticpl_progress_bar{display:none}
.mini .staticpl_progress_bar_voice{ position: absolute;margin-left: 58px; margin-top: 13px;}
.mini .staticpl_repeat{margin-left: 61px;margin-top: 9px;}
.mini .staticpl_rand{margin-top: 9px;}
.mini .staticpl_translate{margin-top: 9px;}















/* ALBUMS */
.albums{background:#fff;margin-bottom:10px;line-height:17px}
.albums_drag{background:#000}
.albums_cover, .albums_cover_photo{width:140px;height:100px;background:#f0f0f0;float:left;text-align:center;overflow:hidden;margin-right:10px}




.albums_cover_photo

 {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 5px -3px #000000;
    margin-bottom: 10px;
    max-height: 100px;
    padding: 4px;
    width: 150px;
}


.albums_name{padding-top:2px}
.albums_name a{font-weight:bold;font-size:13px;color:#1b6bc3}
.albums_photo_num{color:#777;padding-top:4px}
.albums_infowalltext{margin-left:150px}
.albums_infowalltext a{color:#2d89ef}
.albums_infowalltext a:hover{text-decoration:underline}
.album{padding-bottom:5px;padding-top:5px}
.hralbum{background:#f1f4f7;height:1px;margin-bottom:10px;clear:both}
.albumsbuttonsprofile a{font-weight:normal}
.l_pppho{float:left;margin-top:20px;margin-left:10px;width:180px}
.albums_photo_panel{position:absolute;background:url("../images/bg32.png");width:130px;padding:5px;text-align:right;display:none;width:63px;margin-left:67px}
.albums_ic{float:right;width:16px;height:16px;margin-left:5px}
.ic_del{background:url("../images/icons/index2.png") no-repeat 0px -185px}
.ic_cover{background:url("../images/icons/index2.png") no-repeat 0px -201px}
.ic_edit{background:url("../images/icons/index2.png") no-repeat 0px -217px}
.ic_posi{background:url("../images/icons/index2.png") no-repeat 0px -121px}
.ic_mark{background:url("../images/transp.png") no-repeat -27px -152px}
.albums_new_cover{position:absolute;border:5px solid #4274a6;display:none;width:130px;height:90px}
.cover_minm_po{float:left;width:92px;overflow:hidden;margin:3px}
.cover_minm_po img{width:80px;padding:5px;border:1px solid #ddd;height:58px}
.cover_minm_po img:hover{border:1px solid #799bbb}
.cover_edit_title{background:#f9f9f9;padding:8px;padding-left:10px;color:#2c87ef;font-weight:bold}

/* EDITPROFILE */
.sp_del{margin-left:6px;margin-top:5px;float:left;cursor:pointer}

/* LOAD PHOTO */
.load_photo_pad{padding:10px}
.load_photo_quote{padding:10px;background:#f4f7fa}
.load_photo_but{margin-left:110px;padding:10px;height:20px}
.report_pad{padding:15px}

/* MINIATURE */
.miniature_box{position:fixed;left:0px;top:0px;right:0px;bottom:0px;overflow:auto;padding-bottom:20px;background:url("../images/bgb3.png");z-index:100}
.miniature_pos{width:645px;margin:auto;background:#fff;padding:20px;margin-top:100px;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.345);-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.345);-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.345);font-size:13px}
.miniature_title{color:#2d89ef;font-size:15px;font-weight: 700;margin-bottom:10px}
.miniature_text{line-height:170%;margin-bottom:20px}
.miniature_img{width:320px;margin:auto}
.miniature_img .fl_l{margin-right:20px}
#miniature_crop_100{margin-bottom:20px}
.miniature_img .button_div{margin-left:90px;margin-top:20px}

/* CROP */
.imgareaselect-handle {background: #fff;border: solid 1px #fff;filter: alpha(opacity=80);opacity: 0.8;padding:2px}
.imgareaselect-outer{cursor:crosshair;background-color: #000;filter: alpha(opacity=60);opacity: 0.6;position:none}

/* NEW UPLOAD SWF */
.uploadButton{width:164px;height:27px}
.swf_uploaded{width:270px;height:80px;padding:20px;margin-top:80px;color:#999}
.upProcLotitle{font-size:13px;font-weight:bold;color:#45688E;padding-bottom:15px}
.uploadbuttbg{background:url("../images/uploadbuttona.png") no-repeat;width:164px;height:27px}

/* H1, H2, H3, H4 */
h1{font-size:13px;color:#1b6bc3;border-bottom:1px solid #edf1f5;padding-bottom:5px;padding-left:2px;padding-top:5px}
.h1{font-size:13px;color:#1b6bc3;padding-bottom:5px;font-weight:bold;padding-top:5px}

/* DSSTINGUISH */
#friends_block{background:#fff;width:190px;max-height:300px;position:absolute;display:none;z-index:105;cursor:default;box-shadow: 0px 0px 15px 1px #444; -moz-box-shadow:0px 0px 15px 1px #444;-webkit-box-shadow: 0px 0px 15px 1px #444}
.distin_inpbg{background:#f0f0f0;padding:10px;border-bottom:1px solid #e3e7ec}
.distin_friends_list{max-height:170px;overflow:auto;border-bottom:1px solid #e3e7ec}
.distin_friends_list div{display:block;padding:5px;color:#21578b;cursor:pointer;margin-top:0px;margin-bottom:0px;margin-left:2px;margin-right:2px}
.distin_friends_list div:hover{background:#e6ebf1}
.peoples_on_this_photos{color:#777;padding-top:15px;margin-bottom:-5px;line-height:17px}
.distin_del_user{opacity:0.5;cursor:pointer;margin-left:0px}
.distin_del_user:hover{opacity:1}
.mark_userid_bg{padding-bottom:30px;padding-top:10px}

.profiewr2{margin-left:10px}
#feddbackusers .onesubscriptio2n:hover{background:none}

/* REGISTER */
.texta{float:left;width:145px;text-align:right;padding-right:5px;color:#666;padding-top:3px}
.mgclr{margin-top:7px;clear:both}
.mgclr_reg{height:10px;clear:both}
.form_error{color:#999;margin-left:9px}
.form_error_2{color:#999;margin-left:3px}
.form_er_div{float:left;padding-top:4px}
.frmero{font-weight:normal;width:370px;margin-top:10px;margin-bottom:0px;margin-left:20px}
.sel_reg{margin-top:10px;width:163px}
.reg_box_pad{padding:15px;line-height:17px}

/* LOGIN PANEL */
.flLg{color:#444;padding:5px;padding-left:2px}
.inplog{border:1px solid #d4dfe6;padding:4px;width:130px}
.logpos{float:right;padding-top:7px;padding-right:10px;text-align:center}
#linkspanel{padding-top:5px;padding-left:10px;width:140px}
#linkspanel a{display:block;padding:5px;width:110px;padding-left:6px}
#linkspanel a:hover{background:#eaf1f7;text-decoration:none}

/* FORUM */
.forum_bg{border-top:1px solid #F0F0F0;margin-left:-20px;padding:15px;padding-top:10px;margin-right:-20px}
.forum_bg:hover{background:#E9EDF1}
.forum_bg2:hover{background:#f5f5f5}
.forum_title{font-weight:bold;font-size:11px;color:#21578b;padding:7px}
.forum_bottom{color:#555;font-size:10px;padding-left:7px}
.forum_view_title{margin-left:-12px;margin-right:-12px;padding-left:21px;padding-right:12px}
.forum_msg_ava{width:50px;text-align:center;color:#999;float:left}
.forum_text{margin-left:15px;line-height:17px;float:left;width:750px}
.forum_msg_border, .forum_msg_border2{padding-bottom:10px;margin-left:8px;margin-right:7px}
.forum_msg_border2{padding-top:10px;border-top:1px solid #E0EAEF}
.forum_addmsgbg{margin-top:-1px;padding-left:20px}
.forum_infos_div{margin-top:10px;margin-left:7px;margin-right:7px;margin-bottom:0px;line-height:17px}

.addok{background:#f5f5f5;padding:10px;padding-left:35px;margin-left:-35px;margin-right:-35px;margin-top:-5px;margin-bottom:-8px}

/* BLOG */
.blog_left_tab{background:#f7f7f7;position:static;width:200px;border-top:0px;margin-top:10px;padding:10px;color:#555}
.blogthr{background:#e4e7eb;height:1px;margin-top:-10px;width:795px;margin-left:-12px}
.blog_left{width:640px;margin-top:10px}
.blog_left_tab a{display:block;padding:5px}
.blog_left_tab a:hover{background:#e1e7ed;text-decoration:none}
.blog_left_tab div a{background:#2c86ee;color:#fff}
.blog_left_tab div a:hover{background:#2c86ee}

.scroll_fix_page_top{position:fixed;margin-top:15px;font-weight:700;color:#fff;padding-left:10px;margin-left:5px;cursor:pointer;height:13px}
.scroll_fix_bg{width:90px;height:100%;cursor:pointer;position:fixed;opacity:0.3;padding-top: 50px}
.scroll_fix_bg:hover{background: rgba(40, 142, 210, 0.2);color:#45688e;opacity:1}
.load_mini{margin-top:7px;margin-left:5px;display:none}

.no_display{display:none}

.autowr{width:860px;margin:auto}

/* ADD FOR PROFILE */
.profile_onefriend_happy{float:left;width:106px;margin-left:2px;margin-right:-11px;margin-bottom:3px}
.profile_onefriend_happy img{
width:90px;margin-right:5px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px}
.profile_happy_hide{opacity:0.1;cursor:pointer}
.profile_block_happy_friends{max-height:190px;overflow:hidden}
.profile_block_happy_friends_lnk{background:none;color:#21578b;width:175px;margin-left:0px}



/* COVER */
.cover_profile_bg{width:650px;height:194px;margin-left:0px;margin-top:10px;background:url("../images/covers.png") no-repeat;margin-bottom:10px}
.cover_newava{margin-top:-165px;position:relative;z-index:2;min-height:100px}
.cover_newava img{box-shadow:0 1px 3px rgba(0, 0, 0, 0.28);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.28);-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.28);border:3px solid #fff;margin-left:-3px}
.cover_addut, .cover_addut_edit{background:rgba(0, 0, 0, 0.600);float:right;padding:7px 13px 7px 13px;text-shadow:0px 1px 1px rgba(0, 0, 0, 0.506);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#fff;cursor:pointer;font-size:12px;margin:8px;margin-left:0px;opacity:0.7}
.cover_addut:hover, .cover_addut_edit:hover{opacity:1}
.cover_buts_pos{float:right;text-align:right;width:570px;height:194px}
.cover_loading{text-align:center;position:absolute;margin-left:270px;z-index:3;margin-top:100px}
.cover_loaddef_bg{height:194px;width:650px;background:#f0f0f0;overflow:hidden;cursor:move;margin-left:-80px}
.cover_loaddef_bg img{position:relative;z-index:1}
.cover_loaddfebut, .cover_loaddfebut_edit{position:absolute;z-index:5;margin-left:412px}
.cover_descring{position:absolute;z-index:5;color:#fff;background:rgba(0, 0, 0, 0.600);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.28);-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.28);padding:3px 7px 3px 7px;text-shadow:0px 1px 1px rgba(0, 0, 0, 0.506);border-radius:3px;font-size:12px;margin-left:240px;margin-top:95px;opacity:0.7}
#les10_ex2{width:670px;position:relative;top:0px;z-index:1}
.cover_hidded_but{display:none}
.cover_profile_bg:hover #cover_addut_edit{display:block}
.cover_all_user{width:650px;height:194px;margin-left:0px;margin-top:10px;overflow:hidden;margin-bottom:10px}
.cover_groups_bg{background:url("../images/covers.png") no-repeat}

.bal{color:#fff;float:left;line-height:15px;margin-left:18px;margin-top:9px}

.cntdwn{text-align:center;font-size:51px;color:#777;margin-top:-10px;margin-bottom:35px;color:#cfcc18;width:250px;text-align:center;padding:30px;margin:auto;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}





/* TRANSLATE */
.translateTxt1{height:400px;width:589px;border:1px solid #C6D4DC;margin-right:0px;font-size:12px;padding:5px}

/* PROFILE ICONS */
.profile_ic_frieds{background:url("../images/transp2.png") no-repeat -24px -22px;margin-top:-2px;width:19px;height:25px;margin-right:5px}
.profile_ic_pages{background:url("../images/transp2.png") no-repeat -339px -24px;margin-top:-2px;width:22px;height:26px;margin-right:5px}
.profile_ic_videos{background:url("../images/transp2.png") no-repeat -103px -21px;margin-top:-2px;width:16px;height:26px;margin-right:5px}
.profile_ic_notes{background:url("../images/transp2.png") no-repeat -172px -22px;margin-top:-2px;width:12px;height:26px;margin-right:5px}
.profile_ic_albums{background:url("../images/transp2.png") no-repeat -75px -22px;margin-top:-2px;width:22px;height:26px;margin-right:10px}
.profile_ic_audios{background:url("../images/transp2.png") no-repeat -395px -22px;margin-top:-2px;width:19px;height:26px;margin-right:10px}
.profile_ic_gifts{background:url("../images/transp2.png") no-repeat -189px -22px;margin-top:-2px;width:18px;height:26px;margin-right:10px}


.ic_msg2{background:url("../images/icons/index2.png") no-repeat 0px -46px;width:16px;height:12px;margin-right:8px;margin-top:2px}
.ic_msg3{background:url("../images/icons/index2.png") no-repeat 0px -16px;width:16px;height:14px;margin-right:8px;margin-top:2px}
.ic_msg4{background:url("../images/icons/stat.png") no-repeat ;width:16px;height:14px;margin-right:8px;margin-top:2px }
.ic_msg5{background:url("../images/icons/images_9318.png") no-repeat ;width:16px;height:14px;margin-right:8px;margin-top:2px }


.pr_ic_docs{background:url("../images/transp2.png") no-repeat -85px -66px;width:11px;height:16px;margin-right:8px;margin-top:2px}
.pr_ic_edit{background:url("../images/transp2.png") no-repeat -63px -62px;width:14px;height:17px;margin-right:5px;margin-top:0px}
.pr_ic_ph{background:url("../images/transp2.png") no-repeat -23px -67px;width:14px;height:10px;margin-right:5px;margin-top:4px}
.pr_ic_ava{background:url("../images/transp2.png") no-repeat -105px -66px;width:12px;height:12px;margin-right:7px;margin-top:4px}
.pr_ic_mini{background:url("../images/transp2.png") no-repeat -43px -67px;width:12px;height:12px;margin-right:7px;margin-top:4px}
.pr_ic_del{background:url("../images/transp2.png") no-repeat -4px -66px;width:12px;height:12px;margin-right:7px;margin-top:3px}


#ava{max-height:500px;overflow:hidden}

/* LANG */
.lang_but{padding:10px;color:#426A87;font-weight:bold;cursor:pointer;font-size:11px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin-top:3px}
.lang_but:hover{background:#EDF0F4}
.lang_selected{background:#f5f5f5;color:#777;cursor:default}
.lang_selected:hover{background:#f5f5f5}

/* GROUPS INVITE */
.grIntiveUser{width:312px;height:41px;overflow:hidden;cursor:pointer;padding:8px;margin:-8px;margin-right:10px;margin-bottom:10px;}
.grIntiveUser img, .grInviteYesed img{float:left;margin-right:10px}
.grInviteName{font-weight:bold;color:#0084b4;margin-top:11px;float:left}
.grInviteGal{background:url("../images/staticmp3.png") no-repeat -110px -14px;width:15px;height:12px;float:right;margin-top:12px}
.grIntiveUser .grInviteGal, .grInviteYesed .grInviteGal{opacity:0}
.grIntiveUser:hover{background:#e1e8ed;}
.grIntiveUser:hover .grInviteGal{opacity:0.3}
.grIntiveUserActive{background:#6c8cac;border:1px solid #537698;padding:7px}
.grIntiveUserActive:hover{background:#6c8cac}
.grIntiveUserActive img{border:1px solid #537698;margin:-1px;margin-right:10px}
.grIntiveUserActive .grInviteName{color:#fff}
.grIntiveUserActive .grInviteGal{background:url("../images/staticmp3.png") no-repeat -123px 0px;opacity:0.6}
.grIntiveUserActive:hover .grInviteGal{opacity:0.6}
.grInviteYesed{background:#fff;width:312px;height:41px;opacity:0.6;padding:8px;margin:-8px;margin-right:10px;margin-bottom:10px}
.grInviteOk{font-size:11px;margin-top:12px;color:#444}
.grInviteInviterName{float:right}
.grInviteInviterName img{float:left;margin-right:10px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}
.grInviteInviterName div{float:left;color:#999;margin-right:10px;margin-top:6px}

.wall_fasten{background: url("../images/fasten.png") no-repeat;width:12px;height:12px;float:right;margin-right:5px;margin-top:1px;cursor:pointer;opacity:0.4}
.wall_fasten:hover{opacity:1}

.wall_tell_num
{
	color: #a3c6e4;
	margin-right: 6px;
	margin-top: 1px;
	margin-left: 2px;
}

.wall_tell_num_group
{
	margin-top: -1px;
}

.add_error
{
	color: red;
	font-weight: bold;
	font-size: 12px;
}

.addapp_button
{
	margin-top: 4px;
}

/* GROUPS ALBUMS */

.page_album_row {margin: 10px 10px 0px;width: 140px;height: 118px;overflow: hidden;display: inline-block;vertical-align: top;background: #EEE;}
.page_album_row a {position: relative;display: block;text-align: center; cursor: pointer;}
.page_photo_thumb_big {vertical-align: top;max-width: 140px;}
.page_album_title_wrap:not([dummy]) {-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled='false')";}
.page_album_title_wrap {background: rgba(0, 0, 0, 0.5);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7f000000', endColorstr='#7f000000')";color: white;position: absolute;top: 0px;width: 178px;margin-top: 98px;text-align: left;padding: 4px 0px 10px;line-height: 12px;-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
.page_album_title {white-space: nowrap;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;max-width: 125px;font-weight: bold;margin-left: 6px;}
.page_album_camera {background: url(../images/camera_white.png) 0 2px no-repeat;padding-left: 14px;font-weight: bold;margin: 0px 6px;}
.page_album_description {max-width: 166px;margin: 5px 6px 0px;font-size: 0.9em;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
.page_album_title_wrap_descr:hover .page_album_title_wrap {margin-top:81px;-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
.photo_row {padding: 9px 9px 0px 10px;width: 250px;height: 196px;overflow: hidden;display: inline-block;vertical-align: top;}
.photo_row a.img_link {position: relative;display: block;width: 250px;height: 185px;overflow: hidden;text-align: center;background: #F1F1F1;}
.photo_row img {vertical-align: top;max-width:250px;}
.photo_album_title:not([dummy]) {-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled='false')";}
.photo_album_title {background: rgba(0, 0, 0, 0.5);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7f000000', endColorstr='#7f000000')";color: white;position: absolute;top: 0px;width: 250px;margin-top: 163px;text-align: left;padding: 4px 0px 10px;line-height: 12px;-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
.photo_album_title div.description {margin-top: 5px;max-width: 250px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
.photo_album_title div {margin: 0 7px;}
.photo_album_title div.ge_photos_album {white-space: nowrap;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;max-width: 208px;font-weight: bold;margin-right: 5px;}
.photo_album_title div.camera {background: url(../images/camera_white.png) 0 2px no-repeat;padding-left: 14px;font-weight: bold;}
.photo_row .img_link.no_photo {background: #F1F1F1 url('../images/camera_big.png') 50% 60px no-repeat !important;}
.photo_row a.img_link {position: relative;display: block;width: 250px;height: 185px;overflow: hidden;text-align: center;background: #F1F1F1;}
.photo_row .no_photo div.camera, .photo_row .no_photo img {display: none;}
.photo_album_title_show:hover .photo_album_title{margin-top:144px;-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
#albums_load_more {display: block;background: #eef2ee;margin: 0px 18px 15px;padding: 10px;text-align: center;color: #739273;}
#photos_load_more .progress, #albums_load_more .progress {margin: 0px auto;}
.progress, .progress_inv, .progress_inv_img {display: none;width: 32px;height: 13px;background: url(../images/upload.gif) no-repeat 50% 50%;}
#albums_load_more:hover {text-decoration: none;background: #e8f0e8;}
#photos_upload_area {background: #eef2ee;padding: 24px;text-align: center;border-bottom: 1px solid #e3ece3;color: #739273;font-size: 1.18em;line-height: 16px;display: block;}
#photos_upload_area:hover {background: #e8f0e8;text-decoration:none}
.photos_upload_area_img {background: url('../images/camera.png') left 0px no-repeat;padding: 3px 0px 3px 35px;}
.photo_row .photo_album_info, .photo_row .photo_album_privacy {position: absolute;top: 6px;right: 6px;width: 19px;height: 19px;}
.photo_row .photo_album_info_back {position: absolute;top: 0px;right: 0px;background-color: black;opacity: 0;filter: alpha(opacity=0);width: 20px;height: 20px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;}
.photo_row .photo_album_info_cont {position: absolute;background: url(../images/photo_icons.png) 0px -47px no-repeat;top: 0px;right: 0px;opacity: 0;filter: alpha(opacity=0);width: 13px;height: 13px;padding: 0px;margin: 4px;-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;}
.edit_owner:hover .photo_album_info_back {opacity:0.6;-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
.edit_owner:hover .photo_album_info_cont {opacity:1;-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
.photo_comment_info {float:left;width: 427px;}


/* PHOTO GROUPS */

.pv_can_edit:hover {cursor: pointer;margin: -5px 0px 10px;background: #E9EDF1;padding: 5px;}
.pv_can_edit, .pv_cant_edit {overflow: hidden;line-height: 1.37em;margin:-5px 0px 10px;padding: 5px;}
.pv_desc_edit {color: #777;}
.inpst_comments {vertical-align: top;width: 386px;height: 65px;margin-bottom: 10px;border:1px solid #c6dcc6;padding:3px 4px;}



/* COMMENTS ICONS */

.reply_actions_wrap {position: relative;z-index: 10;}
.reply_actions {height: 11px;width: 32px;padding-top: 4px;position: absolute;right: 0;}
.reply_delete_button, .reply_edit_button {background: url(../images/statusx_op.gif) 0 0 no-repeat;opacity:0;cursor: pointer;height: 11px;width: 11px;margin-left: 5px;}
.reply_edit_button {background-image: url(../images/statusedit.gif);opacity:0}
.wall_fast_block:hover .reply_delete_button, .wall_fast_block:hover .reply_edit_button {opacity:0.3;-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
.wall_fast_block:hover .reply_delete_button:hover {opacity:1;-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
.wall_fast_block:hover .reply_edit_button:hover {opacity:1;-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
.reply_to_title {display: block;padding: 10px 5px 0px;white-space: nowrap;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;}





#tabs{
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li{
  float: left;
  margin: 0 .5em 0 0;
}

#tabs a{
  position: relative;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);
  padding: .7em 3.5em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
  background: #f6f7f8;
}

#tabs a:focus{
  outline: 0;
}



#tabs #current a,
#tabs #current a::after{
  background: #f6f7f8;
  z-index: 3;border:1px solid #dfdfdf;
}

#content_profile
{
    background: #fff;
    padding: 10px;
    height: 100%;
    position: relative;
   border:1px solid #dfdfdf;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}


/* jobs volume */

#jobs_row_index{position: relative;}
#jobs_row_index .jobs_nav{float: right;width: 150px;border: 5px dashed #CDD9EB;padding: 5px;background: #EDF1F5;margin-right: 15px;}
#jobs_row_index .jobs_nav_center{margin: 0 55px;}
#jobs_row_index_table {position: relative;}
#jobs_row_index_table .jobs_news {margin: 15px;width: 765px;}
#jobs_row_index_table .jobs_chat_user{width: 200px;border-left: 1px solid #DFE4F0;background: #F3F4F5;}
.news_volume_photo {height: 150px;width: 200px;margin-right:15px;overflow:hidden;}
.news_volume_photo img{width: 300px;}
.jobs_vie_st {border: 1px solid #DFE4F0;background: #FFF;padding: 12px;}
#jobs_row_all{padding: 15px;position: relative;overflow: hidden;border-bottom: 2px dashed #F0F3F8;margin-bottom: 15px;}
.jobs_all_admin{margin-left: 380px;margin-top: -30px;padding: 8px;background: #E7ECF3;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
.jobs_ii{color:#808080;line-height: 20px;}
#jobs_row_adds {padding: 15px;position: relative;background: #F7FAFF;}
.jobs_table_adds {width: 100%;border-spacing: 0px;}
.jobs_table_adds .label {color: #666;width: 190px;text-align: right;}
.jobs_table_adds td {padding: 5px 5px;vertical-align: middle;}
#jobs_row_edit {padding: 15px;position: relative;background: #F7FAFF;}
.jobs_table_edit {width: 100%;border-spacing: 0px;}
.jobs_table_edit .label {color: #666;width: 190px;text-align: right;}
.jobs_table_edit td {padding: 5px 5px;vertical-align: middle;}
.alig{float: left;width: 120px;text-align: left;padding-right: 5px;color: #666;padding-top: 3px;overflow:hidden;}
.i_sc{text-align: left;padding: 5px;display: block;}
.jobs_admin{margin:0 -10px -10px -10px;}
.jobs_link {padding:8px;background: #E7ECF3;}
.drags_sm{color: #069;}






















.deb{margin-bottom: 15px;}

.cursor{cursor:pointer;}

.deb_top{margin-top: 15px;}

.img_container img{width: 210px}

#container{
	padding: 0px;
	margin: 0px auto;
	position: relative;
	width: 800px;
}

#container .avatar_src img{
	width: 263px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
}

#container .avatar_src_group img{
	width: 179px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
}

#container .bl_l{
	width:285px;
	margin-right: 15px;
}

#container .bl_c{
	width:500px;
	overflow: hidden;
}

#container .box_not_center {
	width: 412px;
	background: #f7f7f7;
	padding: 43px;
	border: 1px solid #E0E0E0;
	color: #727272;
	text-align: center;
}

#container .bl_r{
	width:200px;
}

#foge_box{
	display:block;
	background: #fff;
	border:1px #C4CDE0 solid;
}

#foge_box  .box_top{
	background: #F2F3F7;
	padding: 10px;
	margin:1px;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#foge_box  .text_wall {
	width: 476px;
	margin: 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #fff;
}

#foge_box .content_block_wrap_img img {
	position: absolute;
	margin-top: -15px;
	margin-left: 35px;
}

#foge_box  .box_nav_gadget{
	padding: 10px;
	border-top: 1px solid #EEE;
	background: #f8f8f8;
}

#foge_box  .box_nav_gadget .icon_navig img{
	float:left;
	width:30px;
	margin-right:10px;
}

#foge_box  .box_contain_fade{
	position: relative;
	padding: 10px 0px 0px 10px;
}

#foge_box  .box_contain_fade img{
	float: left;
	width: 58px;
	margin: 0px 10px 10px 0px;
	-webkit-border-radius: 53px;
	-moz-border-radius: 53px;
	border-radius: 53px;
}

#foge_box  .box_contain{
	position: relative;
	padding: 10px 10px 0px 11px;
}

#foge_box .box_not_content{
	background: #f7f7f7;
	padding: 10px;
	border: 4px dashed #E0E0E0;
	color: #727272;
	text-align: center;
	margin: -5px -5px 5px -5px;
	width: 159px;
}

#foge_box .lr_wall{
	padding: 13px 13px 13px 70px;
	margin:1px;
	border-top: 1px solid #EEE;
	background: #F2F3F7;
	font-weight: bold;
	color: #808080;
	border-bottom: 1px solid #EEE;
}

#foge_box .lr_wall img{
	float:right;
}

#foge_box  .lr_wall_sr{
	padding:10px 10px 0px 10px;

}

.lr_wall_sr {
	margin-top:10px;
}

#foge_box .sttext_content {
	padding: 12px 12px 2px 12px;
	background-color: #fafcfb;
	border-top: 1px solid #e1e1e1;
}

#foge_box  .st_new_panel {
	margin-bottom: 10px;
	padding:3px;
	font-size: 12px;
	color: #808080;
}

#foge_box  .st_new_panel img{
	margin-right: 5px;
}

#foge_box  .st_new_panel a{
	margin-right: 10px;
}

#foge_box .comment_wall_sr{
	padding: 15px 0;
	border-top: 1px solid #EEECEC;
}

#foge_box  .comment_wall_txt{
	color: #808080;
	width: 410px;
	margin-bottom: 15px;
	float: right;
}

#foge_box  .lr_wall_sr .lr_wall_txt{
	color: #808080;
	width: 415px;
	margin-bottom: 20px;
	word-wrap: break-word;
	line-height: 18px;
	float: right;
}

#foge_box  .lr_wall_avatar{
	margin-top: -40px;
	padding: 10px;
}

#foge_box  .lr_wall_avatar img{
	-webkit-border-radius: 53px;
	-moz-border-radius: 53px;
	border-radius: 53px;
}

#foge_box .lr_img{
	position: relative;
	margin-top: -17px;
	margin-left: 250px;
	display: block;
}

#foge_box .lr_img_mine{
	position: relative;
	margin-top: -17px;
	margin-left: 95px;
	display: block;
}


#foge_box_tabs{
	border: 1px #C4CDE0 solid;
	background: #fff;
	height: 45px;
	width: 858px;
	margin-top: 2px;
	top: 49px;
	z-index:6;
	margin-bottom: 15px;
}

#foge_box_tabs a {
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	line-height: 3.3;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
}


.topbar {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1000;
height: 45px;
background: #4c66a4 url(..images/header.png) repeat-x;
margin-bottom: 40px;
border-bottom: 1px solid #1e346a;
}
.topbar_margin {
width: 100%;
height: 65px;
}
.menu {
float: right;
height: 45px;
font-size: 12px;
color: #fff;
font-family: 'Segoe UI', 'wf_SegoeUILight', 'Segoe UI', 'Segoe UI Light', 'Segoe WP Light', 'Tahoma', Arial, Verdana, sans-serif;
padding: 0 10px;
}
.menu:hover {
background: rgba(0, 0, 0, .12);
}
.menu:active {
background: rgba(0, 0, 0, .35);
}
.menu_hover {
background: rgba(0, 0, 0, .12);
}
.menu_name {
float: right;
margin-top: 15px;
padding-right: 10px;
color: #fff;
}
.menu_visitor {
float: right;
margin-top: 15px;
padding-right: 10px;
color: #fff;
}
.menu_img {
float: right;
widht: 26px;
height: 26px;
margin-top: 9px;
}
.menu_img img {
width: 26px;
height: 26px;
border-radius: 3px;
}

.menu_btn {
padding: 0 2px;
float: right;
height: 45px;
margin-top: -13px;
}
.menu_btn img {
margin-top: 10px;
width: 24px;
height: 24px;
}

/* Graf*/
.graph-container{position: relative;width:818px;height:400px;padding-left:20px;padding-right:20px;padding-top:30px;border:1px solid #d3dee8;margin-top:10px;background:#ffffff;background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%)}
.graph-container > div{position:absolute;width:inherit;height:inherit;margin-top:-30px}
.tickLabel{font-size: 11px;color:#52779a;font-family:Tahoma}
#tooltip_1{position:absolute;display:none;padding:5px 10px;background:rgba(0,0,0,0.79);color:#fff;font-size:11px;font-family:Tahoma;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;line-height:15px;z-index:2;margin-top:-6px}

/* FON */
.fon_facemy_bg{width:400px;}
.fon_facemy_add{background:rgba(0, 0, 0, 0.600);float:right;padding:7px 13px 7px 13px;text-shadow:0px 1px 1px rgba(0, 0, 0, 0.506);color:#fff;cursor:pointer;font-size:12px;opacity:0.7;position: relative;z-index: 2;margin:10px 10px -70px 133px;}
.fon_facemy_add:hover{opacity:1}
.fon_facemy_load_img{height:230px;width:400px;background:#f0f0f0;overflow:hidden;}
.fon_facemy_load_img img{position:relative;z-index:1}
.fon_facemy_hidden{display:none}

/* ups_videos */
.shows .video_view{background:none;top:auto;bottom: 30px;height: 230px;left: 40px;position: fixed;width: 302px;z-index: 1000;overflow:hidden}
.shows .photo_close{display:none;}
.shows .video_show_bg {background:rgba(0, 0, 0, 0.8);width:297px; height:218px;}
.shows .video_show_object{height:210px;padding:8px;background:none;}
.shows .video_show_title {width:463px; margin-bottom: 0px;}
.shows .video_show_title .tiiii{overflow:hidden;height:14px;width:200px;}
.shows .video_show_title .tiiii:hover{color:#FFf;}
.shows .video_show_title .titles1{display:none;}
.shows .video_show_title .titles2{display:block;}
.shows #video_object iframe{width:280px;height:183px;}
.shows #video_object embed{width:280px;height:183px;}
.shows #addok{display:none}
.shows .video_show_panel{display:none;} 
.titles2{display:none;}
.close_bi{cursor: pointer;height: 4px;opacity: 0.6;padding: 1px 2px;width: 12px;}
.close_bi:hover{opacity:1}
.mv_max_control {background: url("http://vk.com/images/icons/viewer_min_controls.gif") repeat scroll left -11px transparent;height: 11px;width: 11px;}
.mv_close_control {background: url("http://vk.com/images/icons/viewer_min_controls.gif") repeat scroll left 0 transparent;height: 11px;width: 11px;}
.titles1{float:right;font-weight:normal;}





.video_row_inner_cont.video_can_edit {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #F1F4F7;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.55);
    float: left;
    height: 300px;
    margin-bottom: 12px;
    margin-left: 13px;
    width: 372px;
}
.video_image_div img {
   background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 372px;
	height: 220px;
}
.video_row_info_line {
    padding: 6px;
}
.video_row_inner_cont.video_can_edit:hover {
    opacity: 0.85;
}























.profile__avatar-info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    height: 40px;
    left: 0px;
    margin-top: -52px;
    padding: 20px 20px 10px;
    position: relative;
    right: 0;
    text-shadow: 0 1px 1px #000000;
    top: 0;
    width: 160px;
    z-index: 23;
}
.profile__name {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 5px;
}
.profile__age {
    font-size: 11px;
}
.profile__avatar-buttons {
    height: 0;
    overflow: hidden;
    transition: height 100ms linear 0s;
}





.profiwe {
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #FFFFFF;
    color: #7C7C7C;
    float: right;
    height: 16px;
    margin-right: 0;
    margin-top: 0;
    padding: 10px;
    width: auto;
}
.profiwe_msg {
    color: #838993;
    float: right;
    height: 17px;
    margin-right: 5px;
    margin-top: -1px;
    padding: 10px 10px 10px 31px;
    width: auto;
}
.profiwe_msg:hover {
    background: url("/templates/default/images/msg.png") no-repeat scroll 5% 44% #98C34D;
    color: #FFFFFF;
    text-decoration: none;
}
.profiwe_star {
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #FFFFFF;
    color: #838993;
    float: right;
    height: 16px;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 10px 10px 31px;
    width: auto;
}
.profiwe_star:hover {
    background: url("../images/star.png") no-repeat scroll 5% 44% #ED6E3F;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.55) inset;
    color: #FFFFFF;
    text-decoration: none;
}
.profiwe_gift {
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #FFFFFF;
    color: #838993;
    float: right;
    height: 16px;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 10px 10px 31px;
    width: auto;
}
.profiwe_gift:hover {
    background: url("../images/gift1.png") no-repeat scroll 5% 44% #E957C1;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.55) inset;
    color: #FFFFFF;
    text-decoration: none;
}



.profiwe_dialog {
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #FFFFFF;
    color: #838993;
    float: right;
    height: 16px;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 10px 10px 31px;
    width: auto;
}
.profiwe_dialog:hover {
    background: url("../images/dialog.png") no-repeat scroll 5% 44% #288ED2;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.55) inset;
    color: #FFFFFF;
    text-decoration: none;
}

.profiwe_fon {
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #FFFFFF;
    color: #838993;
    float: right;
    height: 16px;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 10px 10px 31px;
    width: auto;
}
.profiwe_fon:hover {
    background: url("../images/fonn.png") no-repeat scroll 5% 44% #288ED2;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.55) inset;
    color: #FFFFFF;
    text-decoration: none;
}
.profiwe_znachek {
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #FFFFFF;
    color: #838993;
    float: right;
    height: 16px;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 10px 10px 31px;
    width: auto;
}
.profiwe_znachek:hover {
    background: url("../images/znschek.png") no-repeat scroll 5% 44% #288ED2;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.55) inset;
    color: #FFFFFF;
    text-decoration: none;
}
.profiwe_stat {
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #FFFFFF;
    color: #838993;
    float: right;
    height: 16px;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 10px 10px 31px;
    width: auto;
}
.profiwe_stat:hover {
    background: url("../images/stat.png") no-repeat scroll 5% 44% #288ED2;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.55) inset;
    color: #FFFFFF;
    text-decoration: none;
}
.profiwe_ataka {
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #FFFFFF;
    color: #838993;
    float: right;
    height: 16px;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 10px 10px 31px;
    width: auto;
}
.profiwe_ataka:hover {
    background: url("../images/grenade.png") no-repeat scroll 5% 44% #288ED2;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.55) inset;
    color: #FFFFFF;
    text-decoration: none;
}



.profiwe_franp {
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #FFFFFF;
    color: #838993;
    float: right;
    height: 16px;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 10px 10px 31px;
    width: auto;
}
.profiwe_franp:hover {
    background: url("../images/franp.png") no-repeat scroll 5% 44% #84B341;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.55) inset;
    color: #FFFFFF;
    text-decoration: none;
}
.profiwe_franm {
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #FFFFFF;
    color: #838993;
    float: right;
    height: 16px;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 10px 10px 31px;
    width: auto;
}
.profiwe_franm:hover {
    background: url("../images/franm.png") no-repeat scroll 5% 44% #D72110;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.55) inset;
    color: #FFFFFF;
    text-decoration: none;
}





.profiwse {
    float: right;
    width: 183px;
}
.but22w2 {
    height: 37px;
    width: 650px;
}


#posteaza_interes,#posteaza{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;height:58px; padding-top:30px; background:#eaebeb;border:none;border:2px dashed #cccccc;color:#8e9092 ;width:610px;font-weight:300;font-size:11pt;font-family:'Open Sans',Arial,serif;cursor:pointer;}
#posteaza_interes:hover,#posteaza:hover{
border:2px dashed #717579;


/*ÌÍ*/
.MixNet_Status{
background: #FAFBFC;
border: 1px solid #D4D4D4;
margin-bottom: -10px;
padding: 10px;
}
.blog_icon {
background: url("/templates/Default/images/icons/blog.png") 0px 4px no-repeat transparent;
height: 21px;
margin-right: 10px;
margin-top: -5px;
width: 17px;
}