/*===== Search Page Branding Elements =====*/
/***** mods added 20210215 mwidener *****/
     #panelProductDescription h2 {font-family: Arial;}
     div.inreach_subtitle {font-family: Arial; font-size: 18px;}
     .inreach_detail_header {font-family: Arial; font-size: 18px;}
/********* filter headers *********/
#subColumn H2 {
	background-color: #313036;
	border-top-width:0px;
	border-top-color: #D2D2D2;
	border-top-style: solid;
}
#subColumn h3 {
	background:#313036 !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 #E23838;
	background: #E23838;
}
.light-theme .current {
	background:#DA6127;
	border-color:#DA6127;
}
#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: 1170px;
}
.capacityMsg {
	background-image: none !important;
	font-size:21px;
	color:red;
}
    button.detailsBtn.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-secondary { background: #e23838;    border: #e23838; border-radius: 0px;}
    button.detailsBtn.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-secondary:hover {background: #e23838 !important; border: #e23838 !important; border-radius: 0px !important;}
     .productTitle {color: #e23838 !important; font-family: Arial, sans-serif; font-size: 20px !important;} /*updated 20210215 mwidener*/
     .inreach_searchResultContainer .productCredits {font-family: Arial, sans-serif; font-size: 18px !important;}/*updated 20210215 mwidener*/
     .inreach_searchResultContainer .prod_description {font-family: Arial, sans-serif; font-size: 18px !important;}/*updated 20210215 mwidener*/

/********** pricing filter mods *********/
input[id="updatePrice"] {
	background-color:#E23838;
	border:none;
	color:#fff;
    padding: 5px 5px !important;
    margin-left: 4px !important;
}
input[id="updatePrice"]:hover {
	cursor: pointer;
}
div#priceSlider {
	box-shadow: none;
	border-radius: 0px;
}
.ui-slider-handle {
	/*background: #E23838 url("/content/images/ui-bg_glass_75_404040_1x400.png") 50% 50% repeat-x !important;*/
    background: #E23838 !important;
	border:1px solid #d3d3d3 !important;
}
.ui-slider-handle:hover {
	cursor: pointer;
}
/********* credits filter mods *********/
button[id="filterCredits"] {
	height:27px;
	margin-left:2px;
	background-color:#E23838;
	border:none;
	color:#fff;
}
button[id="filterCredits"]:hover {
	cursor: pointer;
}