@CHARSET "UTF-8";

.list-div{
	width: 100%;
	min-height: 400px;
}
.vendor-box{
	width: 100%;
	min-height: 150px;
	margin-bottom: 20px;
	padding: 10px;
	box-shadow: 3px 3px 3px #ccc;
}
.vendor-img{
	float: left;
	width: 30%;
    position: relative;
}
.vendor-img img{
	
    width: 100%;
}
.vendor-right{
	float: right;
	width: 70%;
	padding-left: 5%;
	line-height: 28px;
	font-size: 15px;
	color:#555
}
.vendor-right .vendor-title{
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	color:#111;
}
.vendor-right .vendor-phone{
	padding-left: 20px;
	background: url('../tel-icon.png') no-repeat center left;
}
.vendor-right .vendor-phone a{
	color: #438BE8;
	font-weight: 400px;
}
.vendor-right .vendor-addr{
	padding-left: 20px;
	background: url('../cc-marker.png') no-repeat center left;
	/*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}
.vendor-right .vendor-type span{
	display: inline-block;
	margin: 5px 20px;
	padding:0 10px;
	line-height: 22px;
	border-radius: 5px;
	border:solid #1C66CF 1px;
	color: #1C66CF;
}