

.supplierlogo{

float:left;
margin-right:10px;
}

.supplierdatarow{

margin: 20px 0px 0px 0px;

}

.supplierdata{

list-style-type: none;
display: list-item;
width:400px;
float:left;
padding: 0;
margin: 0px 0px 25px 0px;

}

.supplierdata li span{

font-weight: bold;

}

.netoperator-list-item{

color:blue;
font-weight: 700;

}

.suppliercleardiv{

clear:left;
border-bottom: 1px dotted blue;

}

.netoperator-list-item a:link, .netoperator-list-item a:visited, .netoperator-list-item a:active {
	
text-decoration: none; 
color:blue;
border:none;

}

.netoperator-list-item a:hover
{
text-decoration: underline; 
color:blue;
border:none;

}

.supplierlogo a img{
	
	border:none;
}

.supplierdatawithoutlogo{
display: list-item;
width:100%;
float:left;
padding: 0;
margin: 0px 0px 25px 0px;
list-style-type: none;
}

.supplierdatawithoutlogo li span{

font-weight: bold;

}

/*without this style the div i.e. the flyout of the autocomplete-extender has a space 
between itself and the textbox*/
.completionList
{
	border: 1px solid buttonshadow; 
	padding: 0px; 
	text-align: left; 
	visibility: hidden; 
	cursor: default; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	background-color: window; 
	color: windowtext; 
	position: absolute;
	margin-top:0px;
	margin-left:0px;
}