/*Search list*/
.busbox-cont {
	width: 692px;
	height: 106px;
	background-color: #fff;
	padding: 3px;
	border: #CCC 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.busbox-pics {
	width: 152px;
	height: 103px;
	background-color: #CCC;
	float: left;
	overflow: hidden;
	border: #CCC 1px solid;
}
.busbox-pics:hover {
	border-color: #F00;
}
.busbox-info {
	width: 524px;
	padding: 5px 4px 5px 4px;
	height: 36px;
	background-color: #FFF;
	float: right;
	margin-top: 4px;
	border-bottom:solid 1px #CCC;
	overflow: hidden;
}
.busbox-bottom {
	width: 366px;
	height: 30px;
	background-color: #EBEBEB;
	float: left;
	margin: 4px 0 0 6px;
	line-height: 30px;
	padding: 0 5px 0 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow:hidden;
}
.busbox-bottom:hover {
	background-color: #F0F0F0;
}
.busbox-item {
	width: 125px;
	height: 20px;
	background-color: #F0F0F0;
	float:right;
	margin-left: 2px;
	font-size: 11px;
	color: #000;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
}
.busbox-price {
	width: 152px;
	height: 20px;
	background-color: #CCC;
	float: right;
	margin-left: 2px;
	font-size: 11px;
	color: #000;
	text-align:center;
	line-height: 20px;
	overflow: hidden;
}
.busbox-button {
	color: #fff;
	width: 152px;
	height: 30px;
	background-image: url(../images/listing_cartprivate.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	line-height: 30px;
	float:right;
	margin-top: 4px;
}
.orderbox {
	width: 692px;
	background-color: #fff;
	padding: 3px;
	border: #CCC 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	height: 25px;
	margin-bottom:15px;
}
.orderbox-title {
	color: #fff;
	float: left;
	width: 154px;
	height: 25px;
	line-height: 20px;
	background-color: #c1c1c1;
}
.orderbox-item {
	width: 125px;
	height: 20px;
	float:right;
	margin-left: 2px;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	color: #fff;
	height: 25px;
	background-color:#e31e24;
}
.orderbox-item-price {
	width: 152px;
}
.orderbox-text {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 71px;
	overflow: hidden;
	padding: 2px;
}
.orderbox-text-title {
	width: 100px;
	height: 20px;
}
.orderbox-text-price {
	width:98px;
}
.orderbox-img {
	width: 25px;
	height: 25px;
	overflow: hidden;
}
.orderbox-float {
	float: left;
}