/* Comment Line */
#nav {
	position: absolute;
}
/**********************/
/* For Vendor List               */
/**********************/

#list_vendors {
	width: 300px;
	position: relative;
	left: 120px;
	top: 5px;
	padding: 8px;
}
#show_vendor {
	background: #E8EEC3;
	position: absolute;
	width: 400px;
	top: 12px;
	right: 15px;
	padding: 0px 10px 10px 16px;
}
#no_vendor {  
	position: absolute;
	width: 420px;
	top: 5px;
	right: 15px;
}

.one_vendor {
	margin-top: 15px;
}
