.hidden          { display:none; }
.float_left      { float:left;  display:inline; }
.float_right,
.right_aligned   { float:right; display:inline; }
.clear_left      { clear:left; }
.clear_right     { clear:right; }
.clear           { clear:both; }
.bolded          { font-weight :bold; }
.clearfix:after  { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html .clearfix { height:1%; }
.clearfix        { display:block; }

.ital            { font-style:italic; }
.underlined      { text-decoration:underline; }

.serif           { font-family:Georgia, "Times New Roman", Serif; }
.caps            { text-transform:uppercase }

.link_normal_view {
	padding-left:1.5em; background:transparent url('/css/application_form_magnify.png') left center no-repeat;
}
.link_printable_view {
	padding-left:1.5em; background:transparent url('/css/printer.png') left center no-repeat;
}


div#listings_wrapper {
	border-top:1px solid #666; margin:0; padding-top:1px;	
}
	div#body div#listings_wrapper p {
		margin:0;
	}

	div#viewoptions {
		border-top:2px solid #666;
		line-height:2em;
		border-bottom:2px solid #666;
		padding-left:.5em;
		margin-bottom:1px;
	}

		#vo_right {
			width:55%; border-left:1px solid #ccc; background:#eee;
			min-height:10em; height:auto !important; height:10em;
			padding: 0 .5em;
			margin-left:.5em;
			float:right; display:inline;
		}
		#vo_right select {
			display:block; width:100%;
		}
			div#body div#vo_categories, div#body div#vo_search {
				margin-bottom:.5em;
			}
			
			#business_directory_search_form input.search_text_box,
			#community_directory_search_form input.search_text_box {
				display:block;
				width:99%;
			}

		span.letter_box {
			background: #FFFFE0;
			border:1px solid #FFD700;
			display:inline; float:left;
			margin: 0 .5em .5em 0;
		}
		span.letter_box a {
			display:block;
			height:1.5em; line-height:1.5em; width:1.5em;
			text-align:center;
		}

	p.results {
		border-top:1px solid #666;
		padding:.5em 0;
		font-weight:bold;
	}
	
div#body ul.row {
	list-style-image:none; list-style-position:outside; list-style-type:none;
	margin:0; padding:0;
	border-bottom:1px dashed #bbb;
}
ul.row li {
	float:left; display:inline; list-style-type:none;
}
	li.heading {
		background:#565656; color:#fff; line-height:1.7em;
	}
	li.heading a {
		color :#fff;
	}
	
	div#body li.c {
		float:right;
	}

	div#body ul.row li.listings_business div,
	div#body ul.row li.listings_community div {
		display:block; width:499px; margin: 5px;
		border-right:1px dashed #ccc;
	}
	div#body ul.row li.listings_category div {
		display:block; width:200px; margin: 5px;
	}
	
	div#body ul.even_row {
		background: #eee;
	}

	span.listing_name {
		color : #3c5365;
		color : #802A2A;
	}
	span.listing_address {
		color: #686868; 
	}
	
#listings_view_switch {
	float:right; display:inline;
	margin:0;
	padding:0;
}
#listings_view_switch a {
	color: navy; text-decoration:none;
}



.listing_location {
	width:14em;
}

/* Printable List */

.pl_category_name {
	border-bottom:2px solid maroon; margin:1.5em 0 0 0; padding:0 0 .3em 0; clear:both;
}
.pl_category_listings {
	margin:1px 0 0 0; padding:0; list-style:none; border-top:1px solid maroon; line-height:1.4em;
}
.pl_category_listings_row {
	border-bottom:1px dashed #999; padding:.8em 0; margin:0 1em;
}

.pl_listings_contact_info {
	text-align:right; min-height:5em; hieght:auto !important; height:5em;
	float:right; display:inline; clear:right;
}
.pl_listings_name {
	font-size:1.1em;
}