#country_list {
	float:left;
	width:250px;
	border-right:solid 1px #ffffff;
}

#search_results {
	float:left;
	margin-left:25px;
	width:550px;
}

#listing {
	margin-top:15px;
	margin-bottom:30px;
}

#listing_left {
	float:left;
	width: 140px;
	line-height: 125%;
}

#listing_list {
	float:left;
}

#listing_icon {
	float:left;
	width: 45px;
	margin-right: 10px;
}


#listing img {
	margin-right:10px;
}

#listing li {
	list-style:none;
}

#listing a:link, #listing a:visited {
	color:#ffffff;
	text-decoration:none;
}

#listing a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.list_heading {
	margin-bottom:10px;
	width:200px;
}
.list {
	width:200px;
}

.list li {
	list-style:none;
	margin-bottom:8px;
	padding-bottom:6px;
	border-bottom:solid 1px #ffffff;
}

.list a:link, .list a:visited {
	color:#ffffff;
	text-decoration:none;
}

.list a:hover {
	color:#ffffff;
	text-decoration:underline;
}
