.country_container {
	clear: both;
	margin-bottom: 10px;
}

.flag_container {
	float: left;
	margin-right: 6px;
	width: 26px;
	height: 26px;
}

.country_text {
	font-weight: bold;
	font-size: 12px;
	padding: 7px;
}

.text_bold {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 11px;
	clear: both;
}

.dealer_container {
	float: left;
	margin: 0 0 20px 0;
	width: 200px;
}

.dealer_name {
	font-weight: bold;
	color: #0f75b7;
}

.dealer_info {
	line-height: 150%;
}

a.dealer_link:link, a.dealer_link:active, a.dealer_link:visited {
	text-decoration: none;
	color: #0f75b7;
}

a.dealer_link:hover {
	text-decoration: underline;
	color: #0f75b7;
}

.dropdown {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}

.dropdown_text {
	float: left;
	margin-right: 10px;
	padding: 3px;
}

.dropdown_container {
	float: left;
}

#postit {
	background-image: url(../images/postit.png);
	width: 768px;
	height: 64px;
	padding: 8px 16px 18px 16px;
	line-height: 150%;
	margin-bottom: 10px;
}

a.read_more_link:link, a.read_more_link:active, a.read_more_link:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0f75b7;
}

a.read_more_link:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0f75b7;
}
