#vendor-list{
	list-style:none;
	margin:0 auto;
	padding:0;
	width:600px;
}
#vendor-list li{
	float:left;
	width:150px;
	text-align:center;
	margin: 0 0 5px 0;
	height: 240px;
	overflow: hidden;
}
#vendor-list li img{
	width: 140px;
	height: 200px;
}
#vendor-list li a{
	text-decoration: none;
}
#vendor-map-list{
	list-style:none;
	padding:0;
	overflow:auto;
	margin-bottom:15px;
}
#vendor-map-list li{
	clear:both;
}
#vendor-map-list li img{
	width: 120px;
}
#vendor-map-list li .img{
	width: 120px;
	float:left;
}
#vendor-map-list li .desc{
	width: 400px;
	float:left;
	margin-left:10px;
}


#vendor-details{
	
}
#vendor-details img{
	float:left;
	margin-right:10px;
	vertical-align:top;
	width: 140px;
	height: 200px;
}

#vendor-details .image{
	float:left;
	margin:0px 10px 0 0;
	width: 140px;
}

#vendor-details .desc{
	float:left;
	width:510px;
	/*margin-top:15px;*/
}

#vendor-details .desc .desc-row{
	clear:both;
	overflow:auto;
	margin-bottom:5px;
}

#vendor-details .desc .desc-row .desc-hdr{
	/*float:left;
	width:120px;*/
	font-weight:bold;
}

#vendor-details .desc .desc-row .desc-txt{
	float:left;
	width:500px;
	text-align: justify;
}



