@charset "utf-8";
#resellerContainer {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.region {
	text-align: center;
	float: left;
	height: 25px;
	width: 120px;
	margin-right: 6px;
	margin-left: 7px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
#result {
	width: 790px;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.resultsContainer {
	height: auto;
	width: 790px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	float: left;
}
.companyName {
	font-weight: bold;
	float: left;
	height: auto;
	width: 200px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.address {
	margin: 5px;
	float: left;
	height: auto;
	width: 300px;
}
.contacts {
	float: left;
	height: auto;
	width: 255px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#regionCountries {
	float: left;
	height: auto;
	width: 790px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.regionlist {
	float: left;
	height: 24px;
	width: 120px;
	line-height: 20px;
	margin: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	text-align: center;
}
#resellerCountry {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006;
	float: left;
	height: 20px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.logo {
	height: auto;
	width: 180px;
	margin-top: 10px;
	float: left;
}

