﻿
@import url("SideFacetsControl-Regular.css");

.billListingSortLabel, .billListingFilterLabel
{
	font-weight: bold;
	color: #454545;
}

.billListingSortUrl
{
	font-weight: normal;
}

.billListingSortUrlASC
{
	padding-right: 16px;	
	font-weight: bold;
	background-image: url(../images/SortAsc.png);
	background-position: right;
	background-repeat: no-repeat;
}

.billListingSortUrlDESC
{
	padding-right: 16px;
	font-weight: bold;
	background-image: url(../images/SortDesc.png);
	background-position: right;
	background-repeat: no-repeat;
	
}

.billListingHeader
{
	padding-bottom: 6px;
}

.billListingInfoArea
{
	padding-left: 6px; 
	padding-right: 3px;
}

.billListingExpandArea
{
	border-bottom: solid 0px #F1EEE7; 
	padding-top: 6px;
}

.billListingResultCount
{
	padding: 4px; 
	text-align: right; 
	font-weight: bold; 
	color: #303030;
}

.billListingSortSection, .billListingFilterSection
{
	padding: 2px; 
	border-top: solid 2px #F1EEE7;   
	border-bottom: solid 2px #F1EEE7;
	margin-right: 10px;
}

.resultPageLabel
{
	font-size: 0.9em;
	font-weight: bold;
	color: #353535;
}

.resultPageCurrent
{
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	display: inline-block;
	border: 1px;
}

.resultPageLink
{
	font-size: 90%;
	font-weight: bold;
}

.resultPagingSection
{
	margin-top: 6px;
	padding: 4px;
	text-align: center;
	font-size: 1.2em;
}

.billListingNoResult
{
	font-weight: bold;
}

/* Top Bar filters */
.filterTopRefinementDiv
{
	margin-left: 30px;
	font-size: 0.8em;
}

.filterTopName
{
	font-weight: bold;
}

.filterTopValue
{
	font-style: italic;
}

.filterTopRemoveImage
{
	vertical-align: middle;
	margin-left: 5px;
}