

.facet_col {
	border-bottom:1px solid #ccc;
	margin-bottom:1.5em;
}
.facet_col h1 {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	margin-bottom:8px;
}
.facet_col h1.checkAll {
	padding-left:5px;
}
.facet_col h1 span {
	display:inline;
	padding:0 3px;
}
.facet_col .quiet {
	color:#999;
}
.facet_col .box {
	background-color:#fff;
	border:1px solid #ccc;
	border-top:0;
	border-bottom:0;
	overflow:hidden;
}
.facet_col .box h1.topHeading,
.facet_col .box h2 {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#f5f5f5;
	color:#333;
	padding:10px 35px 10px 15px;
	border-top:2px solid #999;
	margin-bottom:0;
	position:relative;
	margin:0;
	text-indent:0;
}
.facet_col .box h1.topHeading .help,
.facet_col .box h2 .help {
	font-weight:normal;
	border-left:1px solid #ccc;
	padding-left:5px;
	margin-left:2px;
}
.facet_col .box h1.topHeading a.toggle_link,
.facet_col .box h2 a.toggle_link {
	position:absolute;
	right:15px;
	top:11px;
	width:13px;
	height:13px;
	overflow:hidden;
	text-indent:-1000em;
	background: transparent url(/img/sprite_congress.png) 100% -32px no-repeat;
}
.facet_col .box h1.topHeading a.toggle_link:hover,
.facet_col .box h1.topHeading a.toggle_link:focus,
.facet_col .box h2 a.toggle_link:hover,
.facet_col .box h2 a.toggle_link:focus {
	/*outline:2px solid #c4d8ed;*/
	outline:2px solid #06c;
}
.facet_col .box h1.topHeading a.toggle_link.off,
.facet_col .box h2 a.toggle_link.off {
	background-position: 100% 0;
}
.facet_col .box h3 {
	color:#777;
	margin: 10px 15px 0;
}
.facet_col .box .innerbox.off {
	display:none;
}
.facet_col .box ul {
	list-style:none;
	margin:10px;
	padding:0;
}
.facet_col .box li{
    position:relative;
    margin-bottom:0;
	line-height:1.1;
    clear:both;
	border-top:1px dotted #ddd;
	padding: 2px 0;
}
.facet_col .box li:first-child {
    border:none;
}
.facet_col .box li.more{
	text-align:right;
}
.facet_col .box li a {
    text-decoration:none;
    display:block;
    position:relative;
	padding: 5px 65px 5px 5px;
}
.facet_col .box li input.checkboxInput {
	position: absolute;
	top:7px;
	left:5px;
	z-index: 99;
}
.facet_col .box li a label.checkboxLabel {
	vertical-align: top;
	padding-left: 18px;
	display:block;
	cursor:pointer;
}
.facet_col .box li.more a {
	background: transparent url(/img/sprite_congress.png) 100% -55px no-repeat;
	padding-right: 13px;
}
.facet_col .box li.more a:hover,
.facet_col .box li.more a:focus {
	background-position:100% -87px;
}
.facet_col .box li a span.count {
	text-align: right;
	font-weight: normal;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: .9em;
	color: #999;
}
.facet_col .box li a:hover,
.facet_col .box li a:focus {
    background-color:#36c;
	border-radius:5px;
}
.facet_col .box li a:hover,
.facet_col .box li a:focus,
.facet_col .box li a:hover span,
.facet_col .box li a:focus span {
	color:#fff;
}
/* selected */
.facet_col .box li.off a span {
	background-color:#36c;
	display:inline-block;
	border-radius:2px;
	height:11px;
	margin-top:2px;
	vertical-align:top;
}
.facet_col .box li.off a img {
	vertical-align: top;
	padding:2px;
}
.facet_col .box li.off a,
.facet_col .box li.off a:visited {
	display: inline-block;
	color: #666;
	padding-right: 5px;
}
.facet_col .box li.off a:hover,
.facet_col .box li.off a:focus {
	color:#000;
	background-color: transparent;
}
.facet_col .box li.off a:hover span,
.facet_col .box li.off a:focus span {
	background-color: #333;
}

.facetbox-hiddenrow {
    display: none;
}

.facet-col-search-tips {
    padding-bottom: 10px;
    float: right;
}

/***********************
show more 
***********************/
.col2_sm.showmore {
	padding-top:13px;
	padding-bottom:0;
	margin-bottom:0;
}
.col2_lg.showmore {
	padding-top:10px;
}
.facet_col.showmore {
	border-bottom:none;
	margin-bottom:0;
}
.facet_col.showmore .box {
	background-color:#fff;
	border:none;
}
.facet_col.showmore .box ul {
	margin:0;
	padding:10px 0 15px;
	width:50%;
	float:left;
}
.facet_col.showmore .box li{
	border-top:none;
	padding: 2px 0;
}

/* radio buttons */
.facet_col .box.checkbox li a, .facet_col .box li.checkbox a {
    padding: 5px 65px 5px 22px;
}
.facet_col .box.checkbox li a span.custom-checkbox,
.facet_col .box li.checkbox a span.custom-checkbox {
    background: url(/img/sprite_congress.png) no-repeat scroll 0 -960px transparent;
    position: absolute;
    left: 4px;
    top: 5px;
    width:11px;
    height:11px;
    border:1px solid #fff;
}
.facet_col .box.checkbox li a span.custom-checkbox.checked,
.facet_col .box li.checkbox a span.custom-checkbox.checked
{
    background-position:0 -992px;
}
.facet_col .box.checkbox li a:focus span.custom-checkbox,
.facet_col .box.checkbox li a:hover span.custom-checkbox,
.facet_col .box li.checkbox a:focus span.custom-checkbox,
.facet_col .box li.checkbox a:hover span.custom-checkbox
 {
    border-color:#999;
}

/***********************
Mobile Support
***********************/
@media screen and (max-width: 810px) {
	.facet_col .box li a {	
		padding-right:5px;
	}
	.facet_col .box li a label.checkboxLabel {	
		display: inline;
		padding-left: 18px;
	}
	.facet_col .box li a span.count {
		position:static;
		display:inline-block;
		margin-left:2px;
	}
}
@media screen and (max-width: 650px) {
	.facet_col .box li a {	
		padding-right:65px;
	}
	.facet_col .box li a label.checkboxLabel {	
		display: block;
		padding-left: 18px;
	}
	.facet_col .box li a span.count {
		position:absolute;
		display:inline;
		margin-left:0;
	}
}
@media screen and (max-width: 480px) {
	.facet_col.showmore .box ul {
		width:auto;
		float:none;
	}
}

/***********************
Print styles
***********************/
@media print {

}
