﻿
/* QQ客服 */
.QQbox{padding:0px;margin:0px;
	font-family:"宋体";
	font-size:12px;
}
.QQbox{ z-index:99; width:200px;right:0; top:200px;position: absolute;}
.QQbox .shut{float:left;width:25px;overflow:hidden;cursor: pointer;}
.QQbox .press{ right: 0; border: none;width:25px; height:100px;position:absolute;cursor: pointer;}
.QQbox .Qlist{left: 0;width:200px;height:160px;background: url(background.gif) no-repeat 0 0;  position: absolute;}
.QQbox .Qlist .con{float:left;width:170px;padding:50px 0px 5px 5px;}
.QQbox .Qlist .con ul{text-align:left;padding:0 10px 0 5px;list-style:none;}
.QQbox .Qlist .con ul li{padding:3px 0 2px 15px;height:20px;list-style:none;}
.QQbox .Qlist .con ul .odd{padding:9px;border:1px dotted #cccccc;border-width:0 0 1px 0;list-style:none;}

/*.QQbox END*/