@CHARSET "utf-8";
/*********************************************************************************************************
This CS_ONLINE plugin was designed by jason.leung. Please feel free to contact me if any problems. Thanks.
You could link to shlzh1984.gicp.net to leave a message. Thank you for your support.
Email: 147430218@qq.com
SinaWeibo: @切片面包
*********************************************************************************************************/
/* Style of plugin is as follows */
#cs_online_right{
	width: 135px;
	height: 372px;
	border: 1px solid #ccc;
	position: fixed;
	right: 0px;
	top: 140px;
	border-radius: 5px 0 0 5px;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	z-index: 10000;
	background: #fff;
}
#cs_online_right .cs_online_right_title{
	padding-top:10px;
	float: left;
	width: 135px;
	height: 25px;
	border-bottom: 1px #00a0e9 solid;
	background: url(../images/ico.png) no-repeat;
	padding-left: 25px;
	font-weight: bold;
	font-size: 14px;
	font-family: 微软雅黑, 宋体;
	line-height: 20px;
	color: #00a0e9;
	display: inline;
	margin-bottom: 5px;
}
.cs_online_right_list_one{
	margin:1px;
	text-align:center;
}
.cs_online_right_list_two{
	/*margin:5px;*/
	text-align:center;
}
.cs_online_right_list_thr{
	margin:1px;
	text-align:center;
}
.cs_online_right_list_four{
	margin:1px;
	text-align:center;
}
.cs_online_right_list_five{
	margin:1px;
	text-align:center;
	border-bottom:1px solid #ccc;
}
.cs_online_right_list_six{
	color:#00a0e9;
	text-align:center;
}


#cs_online {
	width: 135px;
	height: 380px;
	border: 1px solid #ccc;
	position: fixed;
	left: 0px;
	top: 140px;
	border-radius: 0px 5px 5px 0px;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	z-index: 10000;
	background: #fff;
}
.cs_title {
	width: 30px;
	height: 150px;
	position: absolute;
	display: none;
	left: -32px;
	top: 50px;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 5px 0 0 5px;
	font-size: 18px;
	font-family: 'Arial';
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	background: #fff;
}
.cs_context {
	width: 115px;
	height: 234px;
	border-radius: 3px;
	margin: 6px;
	position: relative;
	overflow: hidden;
	text-align:center;
}
#cs_qlist {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 230px;
}
#cs_qlist .title {
	float: left;
	width: 106px;
	height: 25px;
	border-bottom: 1px #00a0e9 solid;
	background: url(../images/ico.png) no-repeat;
	padding-left: 9px;
	font-weight: bold;
	font-size: 14px;
	font-family: 微软雅黑, 宋体;
	line-height: 20px;
	color: #00a0e9;
	display: inline;
	margin-bottom: 5px;
}
#cs_qlist li {
	height: 22px;
	line-height: 22px;
	float: left;
	margin: 5px 0;
	cursor: default;
	/*background: url(../images/ico.png) 0 -40px no-repeat;*/
	padding-left: 25px;
}
#cs_qlist .ww {
	background: url(../images/ico.png) 0 -73px no-repeat;
}
#cs_qlist li a {
	COLOR: #00a0e9;
	TEXT-DECORATION: none;
}
#cs_qlist li a:hover {
	COLOR: #00a0e9;
}
.demo_title_k {
	clear: both;
	width: 100%;
	text-align: center;
}
.demo_title_k a {
	color: #00a0e9;
}
