/* CSS Document */

#popup_hotline
{
	width:290px;
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:999;	
}
#popup_hotline #popup_title
{
	height:30px;
	background-image:url(../images/hotline_1.png);
	background-repeat:no-repeat;
	background-position:top left;
	cursor:pointer;
}
#popup_hotline #popup_title .l1
{
	height:30px;
	background-image:url(../images/hotline_2.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin-left:5px;
	line-height:30px;
	font-weight:bold;
	color:#000;
	font-size:13px;
}
#popup_hotline #popup_content
{
	display:block;
}
#popup_hotline #popup_close
{
	height:30px;
	background-image:url(../popup_hotline/images/hotline_1.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#popup_hotline #popup_close .l1
{
	height:30px;
	background-image:url(../popup_hotline/images/hotline_2.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin-left:5px;
	line-height:30px;
	font-weight:bold;
	color:#000;
	font-size:12px;
}
#popup_hotline #popup_close .Close
{
	float:left;
	padding:2px;	
	width:20px;
	height:20px;
	background-image:url(../popup_hotline/images/close.png);
	background-repeat:no-repeat;
	margin-top:5px;
	cursor:pointer;
}
#popup_hotline .popup_content
{
	border:1px solid #9fbe1e;
	background-color:#FFF;	
	padding:10px;
	font-size:12px;
}