/*定义滑动框效果*/
 #refer {
	width: 200px;
	float: left;
	border-bottom:1px solid #a91901;
	height: 320px;
}

 #agio {
 padding-top:10px;
 padding-right:14px;
	float: right;
	width: 202px;
	height: 170px;
}
 #refer-pic {
    border-bottom:1px solid #289cfc;
	padding: 0px;
	width: 63px;
	float: left;
	text-align: center;
}
 #refer-li {
	font-weight:bold;
	padding-top: 4px;
	padding-right: 3px;
	padding-left: 0px;
}
 #agio-li {
	height: 25px;
	font-weight:bold;
	width: 202px;
}
/*定义基本样式*/
ul.cardUl{
	font-size:12px;
	text-align:center;
	height:25px;	
	font-weight:bold;
	line-height: 2.2em;
	background-repeat: repeat-x;
	width: 202px;
	border-bottom:1px solid #289cfc;
}
/*默认样式下使用css文件*/
ul.cardUl li{
	height:25px;
	float:left;
	text-align: center;
	font-weight:bold;
}
ul.cardUl li a{
    height:25px;    
	float:left;
	display:block;
	white-space: nowrap;
	width: 63px;
	font-weight:bold;
	background: url(../images/botton_lg3a.jpg) no-repeat;
}
/*文字点击使用CSS*/
ul.cardUl li.Selected{
	height: 25px;	
	font-weight:bold;
}
ul.cardUl li.Selected a{  
	font-weight:bold;
	height:25px;
	width:63px;
	background: url(../images/botton_lg2a.jpg) no-repeat;
}
/*对点击下栏显示边框的代码进行美化*/
div.hackBox{
	padding-left:2px;
	display:none;
}
 #agio-nr {
	width: 200px;
	padding-top: 6px;
	border:1px solid #289cfc;
	border-top:0px;
	height:135px;
}

