.shc,input.shc,textarea.shc{
	float:none;
	text-align:left;
	font-family:Arial;
	position:relative;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	margin:0;
	padding:0;
	border:none 0;
	border-radius:0;
	font-size:12px;
	vertical-align:baseline;
	background:0 0;
	color:#000;
	line-height:1.167em;
	outline:none;
	text-transform:none;
	text-decoration:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	text-shadow:none;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
.sh_a{
	color:#363636;
	font-size:12px;
}

.sh_a:hover{
	text-decoration:underline;
}

.sh_chat{
	z-index:300;
	width:340px;
	border:1px solid #c9c9c9;
	height:460px;
	background:#f0f0ef;
	position:fixed;
	right:5px;
	bottom:5px;
}

.sh_chat_logo{
	max-width:27px;
}

.sh_container{
	overflow:hidden;
}

.sh_header{
	background:#c9c9c9;
	min-width:258px;
	height:45px;
	color:#fff;
}

.sh_header_info{
	overflow:hidden;
}

.sh_header_logo{
	width:45px;
	line-height:44px;
	text-align:center;
	height:44px;
	float:left;
	white-space:nowrap;
	display:inline-table;
}

.sh_header_logo_cell{
	vertical-align:middle;
	text-align:center;
	display:table-cell;
}

.sh_title{
	line-height:45px;
	height:45px;
	overflow:hidden;
	color:#fff;
	font-size:16px;
}

.sh_top_buttons{
	border-left:1px solid #aaa;
	width:65px;
	float:right;
	height:27px;
	margin-top:10px;
}

.sh_hico{
	float:right;
	width:16px;
	height:16px;
	margin:4px 4px 0 0;
	cursor:pointer;
}

.sh_hico_hide{
	background:url('img/sh_btn.png') no-repeat -9% 50%;
}

.sh_hico_hide:hover{
	background-color:rgba(255,255,255,.3);
}

.sh_hico_popup{
	background:url('img/sh_btn.png') no-repeat 50% 50%;
}

.sh_hico_popup:hover{
	background-color:rgba(255,255,255,.3);
}

.sh_hico_close{
	background:url('img/sh_btn.png') no-repeat 112% 50%;
}

.sh_hico_close:hover{
	background-color:rgba(255,255,255,.3);
}

.sh_scrollbar{
	overflow:hidden;
	overflow-y:auto;
}

.sh_copyright{
	height:22px;
	color:#646464;
	background:#f0f0ef;
	line-height:22px;
	font-size:12px;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}

.sh_copyright a{
	color:#b11313;
	text-decoration:none;
}

.sh_copyright a span{
	color:#333;
}

.sh_copyright a span.sh_copyright_text{
	color:#646464;
	font-weight:400;
}

.sh_resize{
	float:right;
	margin-top:12px;
	width:9px;
	height:10px;
	cursor:se-resize;
	z-index:999999;
	background:url('img/resize.png') no-repeat;
}

.sh_offline_done{
	margin:15px 10px 0;
}

.sh_successfully{
	font-size:26px;
	color:#333;
	margin:20px 0 0;
	text-align:center;
	font-weight:700;
}

.sh_message_sent{
	font-size:12px;
	color:#333;
	margin:0 0 30px;
	text-align:center;
}

.sh_chat_end{
	margin:15px 10px 0;
}

.sh_chat_title{
	font-size:12px;
	color:#646464;
	margin-bottom:10px;
}

.sh_chat_description{
	font-size:24px;
	color:#333;
}

.sh_chat_decision{
	margin-top:17px;
	padding-bottom:15px;
	border-bottom:1px solid #d7d7d6;
	font-size:13px;
	min-width:225px;
}

.sh_chat_decision [type="radio"]{
	margin:10px 10px 0 0;
	float:left;
}

.sh_chat_question{
	margin:14px 0;
	font-size:14px;
	color:#262626;
}

.sh_chat_fields{
	overflow:hidden;
	border-bottom:1px solid #d7d7d6;
	height:53px;
	min-width:225px;
}

.sh_divisions{
	overflow:hidden;
	margin:15px 10px 0;
}

.sh_messages{
	background:#fff;
	height:264px;
	padding-bottom:5px;
}

.sh_wait_connection{
	margin:9px;
	background:url('img/connection_loader.gif') no-repeat;
	padding:10px 10px 10px 38px;
}

.sh_typing{
	margin:8px 13px 8px 8px;
	color:#6D6B6B;
	font-style:italic;
}

.sh_message{
	min-width:240px;
	min-height:36px;
	padding:9px 0;
	border-bottom:1px solid #f2f2f2;
	margin:0 8px;
}

.sh_photo{
	width:36px;
	height:36px;
	float:left;
	overflow:hidden;
}

.sh_mess_content{
	margin:0 0 0 45px;
}

.sh_mess_details{
	height:16px;
	line-height:16px;
}

.sh_mess_time{
	float:right;
	color:#909090;
	font-size:10px;
}

.sh_mess_nick{
	color:#b11313;
	float:left;
	font-size:13px;
	font-weight:700;
}

.sh_mess_nick_sel{
	color:#627aad;
}

.sh_mess_text{
	color:#363636;
	font-size:12px;
	word-wrap:break-word;
	line-height:18px;
}

.sh_bill{
	min-height:90px;
	background:#f0f0ef;
	border:1px solid #e6e6e5;
	margin:8px 8px 0;
	padding-bottom:20px;
}

.sh_bill_content{
	margin:15px 10px 0;
	overflow:hidden;
}

.sh_bill_payment{
	overflow:hidden;
	margin-bottom:15px;
}

.sh_bill_amount{
	float:left;
	color:#333;
	font-size:16px;
	font-weight:700;
}

.sh_bill_description{
	text-align:center;
	color:#4c4c4c;
	font-size:13px;
	line-height:18px;
	overflow:hidden;
}

.sh_bill a{
	text-decoration:none;
	color:#fff;
}

.sh_auth{
	margin:15px 10px 0;
	overflow:hidden;
}

.sh_avatar{
	width:36px;
	height:36px;
}

.sh_file a{
	color:#3A609B;
	font-weight:700;
}

.sh_file img{
	max-width:200px;
}

.sh_file_icon{
	background-color:#f0f0ef;
	border:1px solid #e6e6e5;
	min-height:36px;
	line-height:36px;
	padding:0 9px;
}

.sh_clear{
	clear:both;
}

.sh_hide{
	display:none;
}

.sh_chat_operator_logo{
	max-width:46px;
}

.sh_history_btn{
	color:#363636;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	cursor:pointer;
}

.sh_history_btn:hover{
	text-decoration:underline;
}

.sh_hypertext_word{
	font-style:italic;
	text-decoration:underline;
	cursor:pointer;
}

.sh_ht_hint{
	background:#f0f0ef;
	border:1px solid #e6e6e5;
	padding:10px;
}

.sh_embed{
	position:relative;
	width:100%;
}

.sh_embed .sh_title{
	cursor:default;
}

.sh_embed .sh_hico_hide,.sh_embed .sh_resize{
	display:none;
}

.sh_embed .sh_top_buttons{
	width:48px;
}

.sh_popup{
	position:relative;
	border:0;
	width:100%;
}

.sh_popup .sh_title{
	cursor:default;
}



.shc ::-webkit-scrollbar{
	width:6px;
}

.shc ::-webkit-scrollbar-track{
	background-color:rgba(82,82,82,.1);
}

.shc ::-webkit-scrollbar-thumb{
	background-color:rgba(160,160,160,.5)
}

.shc ::-webkit-input-placeholder{
	color:#999;
}

.shc :-moz-placeholder,.shc ::-moz-placeholder{
	color:#999;
}

.shc :-ms-input-placeholder{
	color:#999;
}

.sh_form{
	min-height:50px;
	margin:8px 8px 0;
	padding:18px;
}

.sh_offline .sh_form{
	margin:0;
	padding:17px;
}

.sh_messages .sh_form{
	background:#f0f0ef;
	border:1px solid #e6e6e5;
}

.sh_form_description{
	color:#2E2121;
	font-size:12px;
	line-height:16px;
	margin:9px 0;
}

.sh_form_title{
	color:#333;
	font-size:16px;
	margin-bottom:5px;
	font-weight:700;
}

.sh_form_step{
	float:left;
	font-size:12px;
	margin-right:9px;
	color:#6e6c6d;
	line-height:15px;
}

.sh_form_step_act{
	font-weight:700;
	font-size:14px;
	color:#c9c9c9;
}

.sh_form_result{
	clear:both;
	font-size:12px;
	padding:10px;
	display:none;
}

.sh_form_result_success{
	color:#129a48;
}

.sh_form_result_error{
	color:#fc3300;
}

.sh_form_fields{
	margin-top:9px;
}

.sh_form_field{
	min-height:38px;
	margin:0 9px 9px;
	position:relative;
}

.sh_form_field_checkbox,.sh_form_field_radio,.sh_form_field_select{
	background: rgba(255,255,255,0.2);
}

.sh_form_field_hidden{
	display:none;
}

.sh_form_field_textarea{
	height:80px;
	margin:0 9px 20px;
	position:relative;
}

.sh_form_select{
	height:36px;
	border:1px solid #dadad9;
	background:#fff;
	margin-bottom:9px;
	padding-left:4px;
	width:100%;
}

.sh_form_label{
	font-weight:700;
	font-size:13px;
	margin-bottom:9px;
}

.sh_form_choise{
	margin-bottom:9px;
	font-size:13px;
	color:#333;
}

.sh_form_choise input{
	margin:0 6px 0 0;
}

.sh_form_preloader{
	display:none;
}

.sh_button[disabled]{
	opacity:.7;
}

input.sh_input{
	height:36px;
	padding:1px 7px;
}

input.sh_input,textarea.sh_textarea{
	background:#fff;
	border:1px solid #dadad9;
	font-size:13px;
	width:100%;
	position:absolute;
	left:-9px;
	top:0;
}

textarea.sh_textarea{
	height:75px;
	padding:8px 7px 1px;
	margin:0;
}

.sh_chat_vote{
	margin-top:11px;
	cursor:pointer;
}

.sh_chat_radio{
	overflow:hidden;
}

.sh_button_field{
	overflow:hidden;
	margin-top:10px;
}

.sh_bill_field [type=text]{
	min-width:203px;
	height:27px;
}

.sh_button_history_number{
	width:23px;
	height:23px;
	background-color:#b11313;
	color:#fff;
	border-radius:100%;
	float:right;
	text-align:center;
	line-height:23px;
	margin:6px 9px 0 0;
}

.sh_form_title_history{
	text-align:center;
	color:#333;
	font-size:22px;
	margin-bottom:20px;
}

.sh_form_logo_history{
	overflow:hidden;
	text-align:center;
	margin:10px 0 20px;
}

.sh_button{
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	margin:10px 0 0;
	cursor:pointer;
	font-size:14px;
	color:#fff;
	border:1px solid #333;
	box-shadow:inset 0 0 1px rgba(255,255,255,.75);
	background:#333;
	overflow:hidden;
}

.sh_button:hover{
	background:#575757;
}

.sh_button_back{
	min-width:60px;
	color:#646464;
	float:left;
	border:1px solid #dadad9;
	background:#F4F4F3;
}

.sh_button_back:hover{
	color:#333;
	border:1px solid #c4c4c3;
	background:#fcfcfb;
}

.sh_button_save{
	min-width:140px;
	float:left;
	margin-left:9px;
	padding:0 9px;
}

.sh_button_big_gray{
	min-width:219px;
	float:none;
}

.sh_button_gray_complete{
	min-width:85px;
	height:24px;
	line-height:24px;
	float:right;
	font-size:12px;
	margin-top:6px;
}

.sh_botton_bill{
	min-width:208px;
	height:27px;
	line-height:27px;
	float:none;
}

.sh_auth_button{
	min-width:219px;
	height:35px;
	line-height:35px;
	margin:10px 0 0;
	cursor:pointer;
	font-size:13px;
	color:#fff;
	box-shadow:inset 0 0 1px rgba(255,255,255,.75);
}

.sh_auth_button_facebook{
	border:1px solid #4f6fb6;
	background:#4A67AA;
}

.sh_auth_button_facebook:hover{
	background:#5577C4;
}

.sh_auth_button_twitter{
	border:1px solid #2a95c7;
	background:#2EA1D6;
}

.sh_auth_button_twitter:hover{
	background:#31AAE2;
}

.sh_auth_button_google{
	border:1px solid #3a3a3a;
	background:#3F3F3F;
}

.sh_auth_button_google:hover{
	background:#535353;
}

.sh_auth_overall{
	float:left;
	cursor:pointer;
	margin-right:15px;
	width:35px;
	height:35px;
	box-shadow:1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow:1px 0 0 rgba(255,255,255,.3);
	-moz-box-shadow:1px 0 0 rgba(255,255,255,.3);
}

.sh_footer{
	height:84px;
	background:#f0f0ef;
}

.sh_footer_menu_list{
	height:36px;
	border-top:1px solid #d3d3d2;
	padding:0 8px;
}

.sh_footer_menu{
	float:left;
	height:30px;
	text-align:center;
	width:28px;
	line-height:30px;
	margin-top:4px;
	cursor:pointer;
}

.sh_footer_menu:hover{
	background-color:#333;
	border-radius:5px;
}

.sh_ic{
	width:16px;
	height:16px;
	margin:7px auto 0;
	cursor:pointer;
}

.sh_textarea_answer{
	overflow:hidden;
	position:relative;
}

.sh_textarea_answer textarea{
	resize:none;
	font-family:Arial,sans-serif;
	width:100%;
	height:35px;
	padding:4px 21px 4px 4px;
	border:1px solid #d3d3d2;
	outline:none;
	display:block;
	line-height:16px;
	background:#fff;
	font-size:13px;
}

textarea{
	overflow:auto;
}

.sh_point{
	position:absolute;
	width:0;
	height:0;
	border-top:8px solid #333;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
	margin:60px 0 0 60px;
}
.sh_btn{
	z-index:999999;
	font-size:14px;
	font-family:Arial;
	color:#fff;
	position:fixed;
	cursor:pointer;
	box-shadow:inset 0 0 1px rgba(255,255,255,.5);
	background:#336666;
}

.sh_btn:hover{
	background:#33cccc;
}

.sh_btn_top,.sh_btn_bottom{
	height:36px;
	line-height:36px;
	max-width:465px;
	min-width:177px;
}

.sh_btn_left,.sh_btn_right{
	width:36px;
	min-height:97px;
}

.sh_logo{
	width:27px;
	cursor:pointer;
	text-align:center;
	white-space:nowrap;
	height:100%;
	display:table;
}

.sh_logo_cell{
	vertical-align:middle;
	text-align:center;
	display:table-cell;
}

.sh_btn_top .sh_logo,.sh_btn_bottom .sh_logo{
	width:45px;
	float:left;
}

.sh_btn_left .sh_logo,.sh_btn_right .sh_logo{
	width:100%;
	height:36px;
}

.sh_logo_btn{
	max-width:27px;
}

.sh_btn_top .sh_pay_logo,.sh_btn_bottom .sh_pay_logo{
	width:16px;
	height:34px;
	margin-top:1px;
	margin-left:10px;
	float:right;
	cursor:pointer;
}

.sh_btn_left .sh_pay_logo,.sh_btn_right .sh_pay_logo{
	width:35px;
	height:16px;
	cursor:pointer;
	float:right;
}

.sh_btn_top .sh_visitors_logo,.sh_btn_bottom .sh_visitors_logo{
	margin:12px 4px 0 9px;
}

.sh_btn_top .sh_visitors_logo,.sh_btn_bottom .sh_visitors_logo,.sh_btn_left .sh_visitors_logo,.sh_btn_right .sh_visitors_logo{
	width:12px;
	cursor:pointer;
	height:14px;
	float:left;
}

.sh_btn_left .sh_visitors_logo,.sh_btn_right .sh_visitors_logo{
	margin:4px 3px 0 0;
}

.sh_btn_left .sh_title_text,.sh_btn_right .sh_title_text{
	cursor:pointer;
	overflow:hidden;
	border-top:1px solid #aaa;
	padding:10px 0;
}

.sh_btn_top .sh_title_text,.sh_btn_bottom .sh_title_text{
	overflow:hidden;
	height:27px;
	line-height:27px;
	margin-top:4px;
	white-space:nowrap;
	cursor:pointer;
	border-left:1px solid #aaa;
	padding:0 8px;
	font-size:16px;
	color:#fff;
	float:left;
	max-width:328px;
}

.sh_btn .sh_btn_char{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	font-family:Tahoma,Verdana;
	height:12px;
	line-height:12px;
}

.sh_btn .sh_btn_char,.sh_btn .sh_btn_char_trans{
	width:36px;
	cursor:pointer;
	color:#fff;
	font-size:16px;
	text-align:center;
}

.sh_btn .sh_btn_char_trans{
	height:16px;
	line-height:16px;
}

.sh_btn_top_left{
	top:0;
	left:50px;
}

.sh_btn_top_center{
	top:0;
	left:42%;
}

.sh_btn_top_right{
	top:0;
	right:50px;
}

.sh_btn_bottom_left{
	bottom:0;
	left:50px;
}

.sh_btn_bottom_center{
	bottom:0;
	left:42%;
}

.sh_btn_bottom_right{
	bottom:0;
	right:50px;
}

.sh_btn_left_top{
	left:0;
	top:50px;
}

.sh_btn_left_center{
	left:0;
	top:42%;
}

.sh_btn_left_bottom{
	left:0;
	bottom:50px;
}

.sh_btn_right_top{
	right:0;
	top:50px;
}

.sh_btn_right_center{
	right:0;
	top:42%;
}

.sh_btn_right_bottom{
	right:0;
	bottom:50px;
}

.sh_pay_box{
	display:none;
	width:296px;
	height:76px;
	border:1px solid #adadac;
	position:absolute;
	bottom:54px;
	right:-45px;
	background:#fff
}

.sh_pay_logo:hover .sh_pay_box{
	display:block;
}

.sh_btn_top .sh_pay_box{
	top:54px;
	right:-41px;
}

.sh_btn_top .sh_triangle{
	left:217px;
	top:-52px;
	border-bottom:16px solid #adadac;
}

.sh_btn_top .sh_triangle,.sh_btn_top .sh_triangle_white{
	border-top:35px solid transparent;
	border-right:0 solid transparent;
}

.sh_btn_top .sh_triangle_white{
	left:216px;
	top:-50px;
	border-bottom:16px solid #fff;
}

.sh_btn_left .sh_pay_box{
	bottom:-2px;
	left:57px;
}

.sh_btn_left .sh_triangle{
	left:-48px;
	top:42px;
	border-right:16px solid #adadac;
}

.sh_btn_left .sh_triangle,.sh_btn_left .sh_triangle_white{
	border-top:24px solid transparent;
	border-bottom:0 solid transparent;
}

.sh_btn_left .sh_triangle_white{
	left:-46px;
	top:41px;
	border-right:16px solid #fff;
}

.sh_btn_right .sh_pay_box{
	bottom:-2px;
	right:57px;
}

.sh_btn_right .sh_triangle{
	left:297px;
	top:41px;
	border-left:16px solid #adadac;
}

.sh_btn_right .sh_triangle,.sh_btn_right .sh_triangle_white{
	border-top:24px solid transparent;
	border-bottom:0 solid transparent;
}

.sh_btn_right .sh_triangle_white{
	left:295px;
	top:40px;
	border-left:16px solid #fff;
}

.sh_block_counter{
	float:right;
	font-size:11px;
	color:#fff;
	height:27px;
	padding:0 10px;
	line-height:27px;
	margin-top:4px;
	display:none;
}

.sh_btn_left .sh_block_counter,.sh_btn_right .sh_block_counter{
	border-top:1px solid rgba(255,255,255,.3);
	width:25px;
	padding:0;
	margin-right:5px;
	text-align:center;
}

.sh_btn_top .sh_block_counter,.sh_btn_bottom .sh_block_counter{
	border-left:1px solid #aaa;
	float:left;
	overflow:hidden;
}

.sh_btn_left .sh_block_counter_logo,.sh_btn_right .sh_block_counter_logo{
	margin:4px 0 0 5px;
}

.sh_operator_help{
	width:220px;
	min-height:125px;
	padding:10px;
	border:1px solid #aaa;
	position:absolute;
	top:-151px;
	background:#fff;
}

.sh_operator_logo{
	width:46px;
	height:46px;
	cursor:pointer;
	float:left;
	margin:19px 15px 0;
}

.sh_operator_title{
	font-size:13px;
	font-weight:700;
	margin-top:18px;
	line-height:16px;
	color:#b11313;
}

.sh_operator_description{
	font-size:12px;
	color:#333;
	line-height:18px;
}

.sh_operator_triangle{
	top:126px;
	border-color:#adadad transparent transparent transparent;
}

.sh_operator_triangle,.sh_operator_triangle_white{
	position:absolute;
	left:102px;
	width:0;
	height:0;
	border-style:solid;
	border-width:21px 15px 0 15px;
}

.sh_operator_triangle_white{
	top:124px;
	border-color:#fff transparent transparent transparent;
}

.sh_btn_top .sh_operator_help{
	top:57px;
	right:-15px;
}

.sh_btn_top .sh_operator_triangle{
	left:94px;
	top:-21px;
	width:0;
	height:0;
	border-style:solid;
	border-width:0 15px 21px 15px;
	border-color:transparent transparent #adadad transparent;
}

.sh_btn_top .sh_operator_triangle_white{
	left:94px;
	top:-20px;
	width:0;
	height:0;
	border-style:solid;
	border-width:0 15px 21px 15px;
	border-color:transparent transparent #fff transparent
}

.sh_btn_bottom .sh_operator_help{
	top:auto;
	bottom:40px;
	right:0;
}

.sh_btn_bottom .sh_operator_triangle,.sh_btn_bottom .sh_operator_triangle_white{
	display:none;
}

.sh_btn_left .sh_operator_help{
	top:0;
	left:57px;
}

.sh_btn_left .sh_operator_triangle{
	left:-22px;
	top:42px;
	border-style:solid;
	border-width:15px 21px 15px 0;
	border-color:transparent #adadad transparent transparent;
}

.sh_btn_left .sh_operator_triangle_white{
	left:-20px;
	top:42px;
	border-style:solid;
	border-width:15px 21px 15px 0;
	border-color:transparent #fff transparent transparent;
}

.sh_btn_right .sh_operator_help{
	top:0;
	right:57px;
}

.sh_btn_right .sh_operator_triangle{
	left:240px;
	top:41px;
	border-style:solid;
	border-width:15px 0 15px 21px;
	border-color:transparent transparent transparent #adadad;
}

.sh_btn_right .sh_operator_triangle_white{
	left:238px;
	top:41px;
	border-style:solid;
	border-width:15px 0 15px 21px;
	border-color:transparent transparent transparent #fff;
}

.sh_operator_button_no{
	float:left;
	font-size:14px;
	color:#646464;
	margin:20px 0 0 27px;
	text-decoration:underline;
}

.sh_operator_button_save{
	min-width:114px;
	margin-left:26px;
	padding:0 9px;
	float:left;
}

.sh_operator_close_img{
	background:url('img/operator_close.png') no-repeat;
	width:9px;
	height:9px;
	margin:4px 0 0 4px;
}

.sh_operator_close{
	width:17px;
	height:17px;
	top:3px;
	right:3px;
	position:absolute;
	border:1px solid #fff;
}

.sh_operator_close:hover{
	border:1px solid #adadac;
	background:#f7f7f7;
}