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

.facet{
	
}
ul.facet{
	border-top:1px solid #ccc;
	margin:0;
	padding:0;
}
.facet h4{
	font-size:12px!important;
	padding:5px 10px;
	border-bottom:1px solid #ccc;	
}
.facet-description{
	position:relative;
	font-weight:bold;
	color:#333;
}
.facet-description .lt-top{
	position:absolute;
	top:-1px;
	left:-1px;
	background:url(http://greatriversnetwork.org/web_assets/img/8x-lt-panel.png) top left no-repeat;
	height:7px;
	width:7px;
	z-index:2000;
	
}.facet-description .rt-top{
	position:absolute;
	top:-1px;
	right:-1px;
	background:url(http://greatriversnetwork.org/web_assets/img/8x-rt-panel.png) top right no-repeat;
	height:7px;
	width:7px;
	z-index:2000;
	
}
.rvFacet{
	position:relative;
	background:#e5e5e5;
	float:left;
	border:1px solid #ccc;
	padding:2px 10px;
	margin:0 10px 5px 0;
	color:#333;
}
.rvFacet .lt-top{
	position:absolute;
	top:-1px;
	left:-1px;
	background:url(http://greatriversnetwork.org/web_assets/img/8x-lt-panel.png) top left no-repeat;
	height:7px;
	width:7px;
	z-index:2000;
	
} 
.rvFacet .rt-top{
	position:absolute;
	top:-1px;
	right:-1px;
	background:url(http://greatriversnetwork.org/web_assets/img/8x-rt-panel.png) top right no-repeat;
	height:7px;
	width:7px;
	z-index:2000;
	
}
.rvFacet .lt-bottom{
	position:absolute;
	bottom:-1px;
	left:-1px;
	background:url(http://greatriversnetwork.org/web_assets/img/8x-ltb-panel.png) top left no-repeat;
	height:7px;
	width:7px;
	z-index:2000;
	
} 
.rvFacet .rt-bottom{
	position:absolute;
	bottom:-1px;
	right:-1px;
	background:url(http://greatriversnetwork.org/web_assets/img/8x-rtb-panel.png) top right no-repeat;
	height:7px;
	width:7px;
	z-index:2000;
	
}