/********qqonline********/
/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background:#000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width:100%; height:100%;
	opacity:.90;
	z-index: 9999;
}
.popup_block{
	display: none;
	background:url(../images/service_center/sc_bg.png) left top no-repeat;
	padding:120px 0 0 20px; 	
	float:left;
	font-size: 1.2em;
	position: fixed;
	top:50%; left: 50%;
	z-index: 99999;
	height:367px;
}
img.btn_close {
	float: right; 
	margin:-53px 15px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
  position: absolute;
}
*html .popup_block {
  position: absolute;
}

.s_c{ width:129px; height:344px; background:url(../images/service_center/board.jpg) left 14px no-repeat;}
.s_c a{ width:129px; height:330px; display:block;}
#s_c, #s_c2{ position:absolute; top:5px; right:5px; z-index:1000;}
#s_c2{ width:27px; height:48px; background:url(../images/qqsmall.png) left top no-repeat; cursor:pointer; display:none;}
#b_cl{ width:129px; height:11px; background:url(../images/qqclose.gif) 118px top no-repeat; display:block;}