/*===== Search Page Branding Elements =====*/

/********* filter headers *********/
#subColumn H2 {
	background-color: #7298c6;
	border-top-width:0px;
	border-top-color: #D2D2D2;
	border-top-style: solid;
}
#subColumn h3 {
	background:#00587C !important;
}
/********** sortby modes *********//* added 20170522 mwidener*/
#sortByDropdownContainer select {
	border-radius: 0px;
}
/********* Hide Free Delivery Types in Filters Sidebar *********/
/*div[title="Free OnDemand"],
div[title="Free Podcast"] {
	display: none !important;
} */
/********** nav buttons mods *********/
.light-theme a, .light-theme span {
	border-radius: 0px;
	border:1px solid #5C7A96;
	background: #5C7A96;
}
.light-theme .current {
	background:#4A9456;
	border-color:#4A9456;
}
#productSort a {
	color:#fff;
}
#startPrice {
	background:url(../images/searchdetails/pricingDetails_bg.png) no-repeat 0 0 #d95e00;
}
.startingDetails a {
	color:#FFF;
}
.startingDetails a:hover {
	color:#FFF;
	font-size:17px;
	font-weight:bold;
}
/********** main column mods ********/
#mainColumn {
	width: 1075px;
}
.capacityMsg {
	background-image: none !important;
	font-size:21px;
	color:red;
}
div[alamedicalss="detailsBtnContainer"] {
	visibility: hidden;
}
/********** pricing filter mods *********/
input[id="updatePrice"] {
	background-color:#00587C;
	border:none;
	color:#fff;
	margin-top: 0.25px !important;
	padding: 2px 6px !important;
}
input[id="updatePrice"]:hover {
	text-decoration: underline;
     cursor: pointer;
}
div#priceSlider {
	box-shadow: none;
	border-radius: 0px;
}
div#priceSlider span {
	background: #00587C !important;
	border:1px solid #d3d3d3 !important;
}
div#priceSlider span:hover {
	background-color:#000;
}
/********* credits filter mods *********/
button[id="filterCredits"] {
	height:27px;
	margin-left:2px;
	background-color:#00587C;
	border:none;
	color:#fff;
}
button[id="filterCredits"]:hover {
	text-decoration: underline;
     cursor: pointer;
}