﻿/* QQ客服 */

.QQbox {
	z-index:99;
	width: 170px;
	left: 3px;
	top: 145px;
	position: absolute;
}
.QQbox .press {
	left: 0;
	border: none;
	cursor: pointer;
	width: 26px;
	height: 136px;
	position: absolute;
}
.QQbox .Qlist {
	left: 0;
	width: 170px;
	padding:5px;
}
.QQbox .Qlist .b {
	float: left;
	height: 6px;
	width: 170px;
	font-size: 1px;
}
.QQbox .Qlist .infobox {
	text-align:center;
	background:#bdc5cb;
	background-image:url(../images/siderIM_infobox.gif);
	background-repeat:no-repeat;
	padding:5px 5px 2px;
	line-height:16px;
	color:#000;
	font-weight:700;
}
.QQbox .Qlist .t {
	background: url(../images/siderIM_title.gif);
	height:34px;
}
.QQbox .Qlist .b {
	background:url(../images/siderIM_bottom.gif);
	height:9px;
	overflow:hidden;
}
.QQbox .Qlist .con {
	background:url(../images/siderIM_bg.gif);
	width: 100%;
	padding: 10px 0px 10px 0px;
}
.QQbox .Qlist .con h2 {
	height: 22px;
	font: bold 12px/22px "宋体";
	background: url(../images/siderIM_bg.gif) repeat-y -163px 0;
	border: 1px solid #3a708d;
	text-align: center;
	color:#fff;
}
.QQbox .Qlist .con ul li {
	padding: 5px 5px 0px 15px;
	border-bottom:1px dotted #ccc;
}

/*QQ END*/

