#searchResults{
	padding: 1px 5px 5px 1px;
	overflow: auto;
	width: 347px;
	height: 281px;
	text-align: left;
}
#searchResults ul{
	/*height: 325px;*/
	list-style-type: none;
	padding-left: 9px;
	padding-right: 0px;
	margin: 0;
}
#searchResults li{
	list-style-type: none;
	background: url(/stations/check-mark.png) no-repeat;
	background-position: 0 .4em;
	padding: 0 0 5px 2em;
	font-size: 16px;
	font-weight: 900;
	color: #383838;
	margin: 5px 0 3px 0;
	border-bottom: 1px solid #f1f1f1;
}
#hide {
	padding-top: 64px;
	height: 15px;
}
.avail{
	color: #216dbd;
	font-size: 14px;
}
.smallBox{
	width: 356px;
	background: #ffffff url(/stations/stations-small-bg.jpg) no-repeat;
}
.bigBox{
	background: #ffffff url(/stations/find-stations-bg.jpg) no-repeat;
	width: 357px;
	height: 449px;
	margin-left: auto;
	margin-right: auto;
}
#hide{
        margin-left: 5px;
	cursor: pointer;
}
fieldset.search {
	padding: 48px 0px 0px 13px;
	border: none;
	width: 343px;
	height: 48px;
	margin: 0 auto;
	background: transparent;
}
.search input, .search button {
	border: none;
	float: left;
}
#q {
	font-size: 1em;
	width: 248px;
	height: 36px;
	padding: 8px 5px 0;
	border: 1px solid #f1f1f1;
/*: #616161 url(/stations/big-enter.png) no-repeat;*/
	margin-right: 5px;
}
.search input.box:focus {
	/*background: #616161 url(/stations/big-enter.png) no-repeat left -38px;*/
	outline: none;
}
.search button.btn {
	width: 73px;
	height: 35px;
	cursor: pointer;
	text-indent: -9999px;
	background: #ffffff url(/stations/big-enter.png) no-repeat top right;
}
.search button.btn:hover {
	background: #ffffff url(/stations/big-enter.png) no-repeat bottom right;
}
.darkText{
	color: #000000;
}
.lightText{
	color: #a9a9a9;
}
.topTen {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}