/* CSS Document */

div.listing {
	clear: both;
	display: block;
	font-size: 90%;
	border: 1px solid #ddd;
	margin: 10px 0 10px 0;
}

div.listing div.topbar {
	padding:6px;
	background: #ccc;
	line-height: 150%;
	margin: 1px;
}

div.listing.free div.topbar {
	background-color: #efefef;
}

div.listing.standard div.topbar {
	background-color: #D7D7D7;
}

div.listing.priority div.topbar {
	background-color: #FEEF8C;
}

div.listing.priority div.topbar a {
	color: #7A1B17;
}

div.listing div.bottombar {
	padding:6px;
	clear: both;
}

div.listing div.company {
	float:left;
	width:350px;
	padding:2px 0;
	margin: 0;
}

div.listing div.company h4 {
	margin: 0;
	padding: 0;
	font-size: 125%;
}

div.listing div.entryimage {
	float: right;
	margin: -40px 4px 0 0;
}

div.listing div.company h4 a { color: #0054D4; text-decoration: none; }
div.listing div.company h4 a:hover { text-decoration: underline; }

div.listing div.web {
	float:right;
	width:95px;
	text-align:right;
	height: 20px;
	vertical-align: middle;
	background-image: url(/images/website.gif);
	background-repeat: no-repeat;
}

div.listing div.address {
	margin: 5px 0 3px 0;
	padding: 5px 0px;
}

div.listing div.address p {
	margin: 0;
	padding: 0;
}

div.listing div.category {
	margin: 5px 0 3px 0;
	padding: 5px 0px;
}

div.listing ul.bullets {
	margin:0; 
	padding:2px 0;
	list-style:none;
	display:inline;
	display: table;
}

div.listing ul.bullets li {
	margin:0; 
	padding:0;
	font-size: 10px;
	list-style:none;
	display:inline;
	padding:1px 0 1px 10px;
	margin: 0 5px 0 0;
	background-image: url(/images/arrow_breadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

div.listing div.exlinks {
	padding: 6px 0;
}

div.listing div.exlinks ul {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}

div.listing div.exlinks ul li {
	margin: 0 0 0 5px; 
	padding: 0;
	list-style: none;
	display: inline;
}

div.listing span.head {
	color: #0054D4;
	font-weight: bold;
}

div.userinteractive {
	font-size: 90%;
	margin: 0 0 40px 0;
}

div.userinteractive ul {
	clear:both;
	margin:0; 
	padding:0;
	list-style:none;
	display:inline;
}

div.userinteractive ul li {
	margin:0; 
	padding:0 10px 0 0;
	list-style:none;
	display:inline;
}

