﻿/*比较篮*/
#basket{}
#basket_close{ position:absolute;right:0; top:90px; background:url(Image/bgHouseCompare1.gif) no-repeat; padding:5px 6px 5px 12px; width:17px; height:160px; line-height:22px; font-size:14px; color:#f00; cursor:pointer; z-index:998;}
#basket_close img{ margin:10px 0 6px 1px;}

#basket_show{ position:absolute;right:3px; top:90px; width:155px; border:1px solid #000; z-index:999;
	filter:alpha(opacity=75); /* IE */
	-moz-opacity:0.75; /* Moz FF */
	opacity: 0.75; /* 支持CSS3的浏览器（FF 1.5也支持）*/
}
#basket_top{ width:155px; height:30px; line-height:28px; background:url(Image/bgHouseCompare2.gif) no-repeat left top; border-bottom:1px solid #000; cursor:pointer;}
#basket_top img{ float:left; margin:8px 8px 0 10px;}
#basket_top strong{ display:block; float:left; padding-top:2px; font-size:14px; color:#f00;}
#basket_list{ background:#eee;}
#basket_list .bt{ margin:6px 0 6px 20px;}
#basket_list .con{ height:380px; overflow:hidden; vertical-align:top; padding-top:6px;}
#basket_list .con .cont{ height:360px; overflow:hidden;}
#basket_list .cell{ width:120px; margin:0 auto; text-align:center; line-height:23px; margin-bottom:8px;}
#basket_list .cell img{ margin:2px 0 3px 0; cursor:pointer;}

.compareBox
{
	width: 150px; 
	height: 395px; 
	text-align: center; 
	overflow-y: auto;
}
.compareBox img
{
	width: 110px; 
	height: 100px; 
	border: solid 1px;
}
.compareBox span
{
	color: #FE3232; 
	padding-left: 10px;
	cursor:pointer;
}
.compareButton
{
	margin:4px 0 6px 0;
	text-align:center;
}
.compareButton input
{
	width:55px;
	height:26px;
	border:none;
	background: url(Image/btnViewCompare.gif) no-repeat center;
	color:#fff;
	cursor:pointer;
}




