.popur{
	float:left;
	width:308px;
	background:#fff;
	border:1px solid #337bac;
}
.popur h2
{
	margin-bottom:18px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color:#3B7EC4;
}
.popur ul li
{
	height:22px;
	border-bottom:1px dotted #ccd3e4;
	line-height:20px;
	padding-left:10px;
	position:relative;
	overflow:hidden;
}
.popur ul li i
{
	position:absolute;
	display:inline-block;
	width:12px;
	height:12px;
	background: #fff url(../images/icon_close.png) no-repeat;
	right:6px;
	top:5px;
	z-index:100;
	cursor:pointer;
	overflow:hidden;
}
.popur ul li a
{
	float:left;
	display:inline-block;
	text-align:left;
}
.popur ul li a.time
{
	float:right;
	width:70px;
	margin-right:22px;
	text-align:right;
}
.popur button
{
	float:left;
	height:30px;
	background-color:#068bd6;
	margin:5px;
	line-height:30px;
	text-align:center;
	color:White;
}
.popur span
{
	float:left;
	display:block;
	height:30px;
	margin:5px 0 0 30px;
	line-height:30px;
}
a.compare_btn
{	
	display:inline-block;
	float:right;
	width:30px;
	padding:10px;
	line-height:20px;
	background-color:#3b5998;
	color:White;
}