@charset "UTF-8";
/* CSS Document */

ul#locations {
	margin:0;
	padding:0;
}

ul#locations li {
	display:block;
	background:none;
	margin:0;
	padding:0;
	position:relative;
}

ul#locations li.country p {
	display:none;
}


ul#locations li.country ul.country li.state ul.state li.location p{
	display: block;
	font-size:12px;
	font-weight:normal;
	line-height:1;
	color:#000000;
}


ul#locations li.country ul.country li.state ul.state li.location p.company_name {
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	color:#FF9933;
}

img.location_image {
	position:absolute;
	top:0;
	right:0;
}
.view_locations_list a,
.view_locations_map a,
.view_locations_list a:visited,
.view_locations_map a:visited {
	border: 1px solid #FF9933;
	border-top: 6px solid #FF9933;
	padding: 5px;
	display: block;
	text-align: center;
	background-color: #fff7e8;
	font-size: 16px;
	font-weight: bold;
}
.view_locations_list a:hover,
.view_locations_map a:hover,
.view_locations_list a:active,
.view_locations_map a:active {
	background-color: #fff;
}
