.p_box_search_filters{
	margin: 0 0 10px 0;
	padding: 10px;
	background: #bde5f8;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
}
.p_box_search_filters hr{
	margin: 10px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #00529b;
}

.p_item_line{
	clear: both;
	padding: 10px;
	border-bottom: 2px solid #EFEFEF;
	position: relative;
}
.p_item_line.hover{
	background-color: #EFEFEF;
}
.p_item_line .date{
	float: left;
	width: 40px;
	font-size: 11px;
	margin: 0 10px 0 0;
}
.p_item_line .date span{
	display: block;
	color: #999;
	font-size: 11px;
}
.p_item_line .image{
	float: left;
	margin: 0 10px 0 0;
	width: 20px;
	height: 16px;
	background: url("data:image/gif;base64,R0lGODlhFAAQAMQaAL29vcLCwry8vPz8/MTExMbGxsDAwLu7u8HBwcXFxfb29v7+/v39/fv7++Tk5M3NzcrKyvLy8tjY2Ozs7M7OzsPDw76+vrq6usvLy8nJyf///wAAAAAAAAAAAAAAAAAAACH5BAEAABoALAAAAAAUABAAQAVSoCaOEBKcAVKMYwC8cCzDAXbMuPAKhIv/rwBLI7nJBI+hD4g7MX+BhO4ZEwiHxtjFMdRQCIUEE0zIaAzUmAVgWKaD7rfzTUPTXwhNAsXv8ysaIQA7") no-repeat;
	color: #fff;
	text-align: center;
	line-height: 16px;
}
.p_item_line .image0{
	float: left;
	margin: 0 10px 0 0;
	width: 20px;
	height: 16px;
}
.p_item_line .title{
	float: left;
	width: 400px;
	overflow: hidden;
}
.p_item_line .title a{
	display: inline-block;
	margin: 0 0 5px 0;
	width: 500px;
	font-size: 14px;
	font-weight: bold;
}
.p_item_line .title a:visited{
	color: #f06939;
}
.p_item_line .title .category{
	color: #777;
}
.p_item_line .price{
	float: left;
	width: 130px;
	margin: 0 0 0 10px;
	text-align: right;
	font-weight: bold;
	color: #555;
}
.p_item_line .price .sub{
	color: #999;
}
.p_item_line .region{
	float: right;
	text-align: right;
	color: #777;
	margin: 0 10px 0 0;
}

.p_item_big{
	float: left;
	width: 248px;
	height: 239px;
	margin: 0 3px 3px 0;
	position: relative;
	background: #dbdbdb;
}
.p_item_big .image{
	width: 248px;
	height: 239px;
	display: table-cell;
	text-align: center;
	/*vertical-align: middle;*/
}
.p_item_big img{
	max-width: 248px;
	max-height: 186px;
}
.p_item_big .info{
	position: absolute;
	left: 0; right: 0; bottom: 0;
	padding: 10px;
	background: #EFEFEF;
	background: rgba(239, 239, 239, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90EFEFEF,endColorstr=#90EFEFEF);
}
.p_item_big .info .title{
	width: 228px;
	overflow: hidden;
}
.p_item_big .info .title a{
	display: inline-block;
	margin: 0 0 5px 0;
	width: 600px;
	font-size: 14px;
	font-weight: bold;
}
.p_item_big .info .title a:visited{
	color: #f06939;
}
.p_item_big .other{
	
}
.p_item_big .other .price{
	margin: 0 10px 0 0;
}
.p_item_big .other .price .sub{
	display: inline;
	margin: 0 0 0 10px;
	color: #666;
}
.p_item_big .other .city{
	float: right;
}


.p_map_global{
	z-index: 999999;
	width: 750px;
	height: 500px;
}
.p_map_global.widescreen{
}
.p_map_global.fullscreen{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: auto; height: auto;
}

#search_result .p_item,
#search_result .notice2{
	margin-right: 10px;
}