﻿.supplier {
	display: block;
	float: left;	
	margin: 10px 15px 20px 0;	
	min-height: 155px;
	width: 340px;
}

	.supplier h3 {
		border-bottom: 1px solid #007e3a;
		margin-bottom: 5px;
	}
	
	.supplier em {
		color: #007e3a;
		font-style: italic;
	}
	
.otherDetails {
	float: right;
	padding-right: 5px;
	width: 150px;
}

	.otherDetails p {
		line-height: normal !important;		
		margin: 0 0 5px 0 !important;
	}
	
	.otherDetails .label {
		clear: left;
		font-weight: bold;
		float: left;
		width: 40px;
	}
	
	.otherDetails .email {
		clear: left;
		overflow: hidden;
		text-overflow: ellipsis;
			-khtml-text-overflow: ellipsis;
			-moz-text-overflow: ellipsis;
		white-space: nowrap;
		width: 140px;
	}
	
select.countyList { border: 1px solid #aaa; }