@charset "utf-8";

.businessList li{
	width: 290px;
	display: inline;
	float: left;
	margin-bottom: 7px;
}

.businessList li.marginR7{
	margin-right: 7px;
}

.businessList div.busBlock{
	border: 1px solid #e9e9e9;
	zoom: 1;
}

.businessList div.busBlock div{
	border: 2px solid #ffffff;
	background: #f7f7f7;
	padding: 4px;
	zoom: 1;
}

.businessList dl{
	width: 175px;
	display: inline;
	margin-top: 5px;
	margin-left: 7px;
	float: left;
}

.businessList dt{
	margin-bottom: 8px;
	padding-left: 7px;
	color: #465b91;
	background: url(../../shared/images/common/ic_005.gif) left 50% no-repeat;
	line-height: 14px;
}

.businessList dt a {
	color: #465b91;
}

.businessList dd {
	font-size: 10px;
	line-height: 14px;
}

.businessList img{
	float: right;
}

*html .businessList br.clear{
	display: none;
}
*+html .businessList br.clear{
	display: none;
}

.brandList li {
	width: 189px;
	display: inline;
	float: left;
	margin-right: 10px;
}

.brandList img {
	border: 2px solid #fff;
}

.brandList a:hover img {
	border: 2px solid #ccc;
}

