/* CSS Document */

body {
	font:75% "Trebuchet MS" Verdana sans-serif;
}

fieldset {
	background-color:#ffcc00;
	border:1px solid black;
}
fieldset input {
	border:1px solid black;
}

.search {
	width:350px;
}

.listing {
	border: 1px solid #666633;
	background-color:#DEDEDE;
	padding: 0 2em 1em 2em;
}

#detailed {
	width:500px;
}

.listing .address
.short-listing .address {
	font-weight:bold;
}

span.label {
	font-style:italic;
}

#content #map {
	border:2px solid #666633;
	margin:auto;
	text-align:center;
}

#content form span {
	font-size:xx-small;
}

.listing-short {
	clear:both;
	border: 1px solid #666633;
	background-color:#DEDEDE;
	float:left;
	width:95%;
	margin-bottom:1em;
	padding: 0 0 0 0.5em;
}
.listing-short h2 {
	font-size:medium;
}
.listing-short div.company {
	float:left;
	width:50%;
}
.listing-short div.contact{
	float:left;
	width:15%;
	font-size:x-small;
}
.listing-short div.address {
	float:left;
	width:29%;
	font-size:x-small;
}
.listing-short div.phone,
.listing-short div.address {
	margin-top:1.5em;
}
.listing-short br {
	display:none;
}

.cleaner {
	clear:both;
}