﻿

#location-list {
    list-style: none;
	margin: 0;
	padding: 0;
}

#location-list-wrapper {
	min-height: 1px;
	margin: 1em 0 2em;
	font-size: 10px;
	}
	
	* html #location-list-wrapper { height: 1px; }
	#location-list-wrapper:after {		content: ".";		height: 0;		visibility: hidden;		display: block;		clear: both;		}

#location-list-wrapper ul {
	width: 160px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border-bottom: 1px solid #EBEBEC;	
	}
	
	#location-list-wrapper ul li {
		margin: 0;
		padding: 2px 0;
		list-style: none;
		border-top: 1px solid #EBEBEC;

		}
	
	#location-list-wrapper a {
		color: #606A74;
		}
		
	#location-list-wrapper a strong {
		font-weight: normal;
		}
