﻿/* DIRECTORY STYLES */

#RegionNavigation {
	position: relative; margin: auto;
	height: auto; width: 462px;
	border: solid 1px #EEE; padding: 3px 3px 8px 3px;
	background-color: #FFFFFC;
}
	
	#RegionNavigation .title {
		position: relative;
		width: 454px; padding: 4px;
		background-color: #EEE; 
		background: url(Images/Layout/4/dropDownBG.gif); background-repeat: repeat;
		color: #367E95;
		font-family: Arial, Helvetica, sans-serif; font-size: 11px;
		text-transform: UPPERCASE; font-weight: bold; text-decoration: none;
	}	
	#RegionNavigation .title .icon {
		 position: absolute; right: 4px;
	}
	
.Listing {
	width: 468px; position: relative; 
	background-color: #FFF;
	padding: 2px 0px;
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
}

	.Listing .Title { 
		width: 460px; border: solid 1px #EEE;
		margin: 0px; padding: 3px;
		}
		.Listing .Title * {
			font-size: 13px;
			font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; text-transform:uppercase;
			font-weight: bold;
			}
			
	.Listing .body {
		width: 460px; padding: 4px;	
	}	
		.Listing .body .Description {  
			margin-top: 5px;
			color: #777;
			}
			
	.Listing .Options {
		border-top: solid 1px #EEE;
		padding-top: 3px;	padding-bottom: 0px;
	}	
	
/* / DIRECTORY STYLES */


		 
