@charset "utf-8";
/* CSS Document */

/***********************下面为比较浮动框文件***********************/
.floatCompare{
	position:absolute;
	width:334px;
	text-align:left;
	top:0px;
	left:0px;
	z-index:10000;
	font-size:14px;
}
.floatCompare .floatHead{
	height:24px;
	overflow:hidden;
	background:url(../img/expo/fHead.png) no-repeat;
	text-align:right;
	padding:17px 23px 0px;
}
.floatCompare .con{
	padding:10px 21px 0px 20px;
	margin:0px;
	width:293px;
	background:url(../img/expo/fCon.png) repeat-y;
	line-height:28px;
}
.floatCompare .each{
	margin:0px;
	border-bottom:1px solid #efefef;
	overflow:hidden;
	height:28px;
	line-height:28px;
}
.floatCompare .each .left{
	float:left;
	width:260px;
}
.floatCompare .close{
	float:right;
	background:url(../img/expo/fClose.jpg) no-repeat left center;
	width:15px;
}
.floatCompare .close a{	
	display:inline-block;
	width:10px;
	padding:0px 5px;
	text-decoration:none;
}
.floatCompare .close a:hover{
	background:url(../img/expo/fHover.jpg) no-repeat left center;
}
.floatCompare .btnPst{
	padding:14px 0px 0px;
	margin:0px;
	text-align:center;
}
.floatCompare .foot{
	height:41px;
}
