#POI_filters
{
	background-color: #164E70;
	color: #FFF;
}
#POI_filters #POI_scroll
{
	/* 	Lets get rid of scrolling for now. 	========================= 	 	width: 100%; 	overflow-y: auto; 	overflow-x: hidden;*/
	position: relative;
}
#POI_filters h2
{
	color: #FFF;
	background-color: #113A53;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	padding: 5px;
	margin: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
#POI_filters h2.contracted
{
	background-image: url(../images/triangle_contracted.gif);
}
#POI_filters h2.expanded
{
	background-image: url(../images/triangle_expanded.gif);
}
#POI_filters div
{
}
#POI_filters ol, #POI_filters dl
{
	padding: 5px;
	color: #FFF;
	position: relative;
	list-style-type: none;
}
#POI_filters li
{
	margin-bottom: 8px;
}
#POI_filters li label
{
	position: relative;
	display: block; /* display label as block element to keep wrapped lines in line */
	margin-left: 22px; /* pad label as block element to keep wrapped lines in line */
	clear: both; /* clear left */
	top: -1.2em; /* reposition label as block element to keep wrapped lines in line */
	margin-bottom: -1.2em; /* remove any bottom margin caused by the above adjustment */
	font-weight: bold;
}
#POI_filters li input
{
	position: relative;
	float: left;
}
#key img
{
	float: left;
}
.hidden
{
	visibility: hidden;
	display: none;
}
.visible
{
	visibility: visible;
}

#POI_scroll div
{
	clear: both;
}

#POI_filters dl dt, #POI_filters dl dd
{
	background-color: #fff;
}
#POI_filters dl dt.truePremium, #POI_filters dl dd.truePremium
{
	background-color: #FEE9BD;
}
#POI_filters dl dt
{
	color: #164E70;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 5px 0 5px;
	border-top: solid 1px #164E70;
	cursor: pointer;
	clear: both;
}
#POI_filters dl dd
{
	color: #000;
	padding: 0 5px 5px 5px;
	min-height: 60px;
}
* html #POI_filters dl dd
{
	height: 60px;
}
.textResultsPager
{
	font-size: 0.9em;
	padding: 0 5px;
	text-align: right;
}
.textResultsPager span
{
	cursor: pointer;
}

.textResultsPager .categoryIcon
{
	float: right;
}
.top
{
	padding-top: 5px;
}
.bottom
{
	padding-bottom: 5px;
}
#POI_filters .noResults
{
	display: block;
	padding: 5px;
	font-style: italic;
}
.categoryIcon
{
	float: right;
	position: relative;
	bottom: 20px;
	left: 5px;
	height: 74px;
	width: 42px;
}

