/** holds shared rules from both category class pages (class.tpl.php) and 
index_nested.tpl.php pages (brands pages, brands sub category pages) **/
.bottomrule {
    border: 0;
    border-bottom:1px solid #D9D9D9 !important;
    overflow: hidden;
}
hr.bottomrule {
    height: 1px;
    margin: 0;
    width: 100%;
}
img.bottomrule {
    max-width: 100%;
}
.repair-banner {
	text-align: right;
    display: block;
    overflow: hidden;
	background-image: url('https://www.ereplacementparts.com/images2/brandpage/1009.jpg');
	background-position: left center;
	background-repeat: no-repeat;
}
.repair-banner-smaller {

}
.repair-banner a {
	padding: 1rem 0 0 60%;
	display: block;
	overflow:hidden;
}
.repair-banner-smaller a {
	padding-left: 50%;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	height: 100%;
}
.repair-banner a:hover {
	text-decoration: none;
	color: black;
}
.repair-banner h2 {
	font-weight: bold;
	font-size: 1.8em;
}
.repair-banner p {
	line-height: 1.2em;
    margin: .5em 0;
}
.repair-banner span {
	color: blue;
	text-decoration: underline;
}

.repair-banner span::before {
    display: inline-block;
	position: relative;
	top: 1px;
	color: black;
	text-decoration-color: white;
	margin-right: .5em;
	content: '\2b9c';
}

#PopularTools ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
}
#PopularTools li {
    float: left;
    width: 110px;
    margin: 0 20px 10px 0;
    text-align: center;
}
#PopularTools li:first-child {
    margin-left: 15px;
}

#subcat_popular_lg .popular_part_row {
	font-size: 1em;
	overflow: hidden;
	margin-bottom: 1em;
}

#subcat_popular_lg .popular_part_row img {
	float: left;
	max-width: 33.3333%;
	margin: .3em .3em 0 0;
}

.subcat_popular a.product_name {
	font-weight: bold;
	font-size: 1.16667em;
}

.subcat_popular .partnum {
	font-size: 1.16667em;
}

.subcat_popular .stocknum {
	color: green;
}

.newclasspage h2.squareheader {
	margin-left: 0;
	margin-top: 1em;
	margin-bottom: 0.6em;
}

.newclasspage .repair-links {
	overflow: hidden;
}

.newclasspage .repair-links a:focus {
    border: 1px solid #007bff;
    background-color: #e9ecef3d;
}

.newclasspage .popular_part_row {
	overflow: hidden;
	border-bottom: 1px solid #C5C5C5;
	margin-bottom: 1em;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.newclasspage .popular_part_row a img {
	width: 135px;
	max-width: 100%;
	height: auto;
}

.newclasspage .popular_part_info {
	padding-left: 2em;
}
.newclasspage #child1 a.product_name {
	font-weight: bold;
	font-size: 1.2em;
}
.newclasspage .partnum, .newclasspage .stocknum {
	font-size: 1.2em;
}

.newclasspage .stocknum {
	color: darkgreen;
}

.newclasspage .popular_tools_text {
	margin-top: 2em;
}

.newclasspage #videobox, #articlebox, #articlebox-mobile {
	border-bottom: 2px solid #C5C5C5;
}

.newclasspage .YouTube_Embed_Wrapper {
	margin-top: 1rem;
}

.newclasspage .RepairCenterSeeAll {
	float: none;
}

.newclasspage #partsbrowse a {
	font-weight: bold;
}

.newclasspage .category-image {
	max-width: 100%;
}
.newclasspage #child1 {
	padding-right: 1.4em;
}
.newclasspage #child2 {
	padding-left: 1.4em;
}
.newclasspage .thirdbox {
	color: #999999;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}
.col-md-6.newclasspage .thirdbox {
	white-space: normal;
}
.firstcell {
	overflow: hidden;
}
.firstcell a.product_name {
	font-weight: bold;
	font-size: 1.2em;
}
.firstcell .thirdcontain {
	padding: 0;
	margin: 0.5rem auto;
}
#manuf_img{
	float:left;
	clear:both;
	width:470px;
	height:238px;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADAQMAAABoE/fBAAAABlBMVEX///+ampo+MvaSAAAAAXRSTlMAQObYZgAAABRJREFUeF4NwAEBAAAAQCDTTSdkAQKGAIFP82WgAAAAAElFTkSuQmCC') repeat-x;
    padding: 0.8rem;
    margin: 0;
}
@media(min-width: 768px) {
    #manuf_img {
        padding: 1rem;
    }
}
#manuf_img.enter_part_container {
	background: #099acc;
	background: linear-gradient(to bottom, #099acc 0%,#0095c9 0%,#00679d 72%,#00689e 100%);
	width: 100%;
    height: auto;
    overflow: hidden;
	border-radius: 8px;
	min-height: 0;
	position: relative;
}
#manuf_img.enter_part_container .searchHeader {
	font-weight: bold;
	color: white;
	font-size: 21px;
}
#manuf_img.enter_part_container h1.searchHeader {
	display: block;
	font-weight: normal;
	font-size: 1.58em;
}
#manuf_img.enter_part_container h1.searchHeader {
	/* Search box redesign control variant */
	font-weight: bold;
	font-size: 21px;
	display: inline;
}
#manuf_img.enter_part_container .searchHeader {
	display: block;
	font-size: 1.7em;
	line-height: 1.2em;
}
#manuf_img.enter_part_container table a {
	color: #BD600F;
}
#manuf_img.enter_part_container .why_need_part_number {
	color: white;
	padding-top: 15px;
	white-space: normal;
	font-style: italic;
	font-size: 1.1em;
}
#manuf_img #find_form {
	width: 100%;
	max-width: 100%;
	float:left;
	clear:both;
	padding-top:10px;
	white-space: nowrap;
}
#popular_categories > h2,
.subcats_header_container h2#subcats_header,
.brandStyles h2.list-by-category-header,
h2.squareheader {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
	color: black;
}
#popular_categories > h2:before,
.subcats_header_container h2#subcats_header:before,
.brandStyles h2.list-by-category-header:before,
h2.squareheader:before {
    content: " ";
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-color: #f69404;
    margin-top: 6px;
    margin-top: 0;
}
div#parent_div {
	overflow: hidden;
}
div#child1 {
    height: auto !important;
}
#headerSearchInput {
	border: 0px;
	padding: 0px 5px;
	width: 100%;
	background: rgba(100,100,100,0);
}
#headerSearchInput:focus {
	outline: none;
}
.nested-search_revised {
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	border-radius: 0 4px 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background: #f69404;
}
.brandSearchBox {
	height: 29px;
    width: 100%;
    border-radius: 4px 0 0 4px;
    box-shadow: inset 1px 1px 2px 0 #9B9B9B;
    color: #878787;
    background-color: white;
	position: relative;
    display: flex;
	justify-content: center;
	align-items: center;
}
a.howtofind {
	display: block;
	color: white !important;
	margin-top: .9em;
	text-decoration: underline !important;
	font-size: 1.1em;
}
.RepairCenterTitle {
    background: url('data:image/gif;base64,R0lGODdhAQALAIACAP///8XFxSwAAAAAAQALAAACBIR/EQUAOw==') repeat-x;
    padding: 10px 0 0 0;
    background-position: center bottom;
    margin: 10px 12px 5px 0 ;
}
.RepairCenterTitle h2 {
    padding: 0 5px 5px 5px;
    font-weight: bold;
    font-size: 18px;
    background-color: #FFFFFF;
    display: inline;
}
.RepairCenterSeeAll {
    float: right;
    /* font-size: 10px; */
    margin-top: 0px;
    padding: 2px;
    text-align: right;
}
#RepairArticles, #RepairArticles-mobile {
    clear: left;
}
#RepairArticles ul, #RepairArticles-mobile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
}
#RepairArticles li, #RepairArticles-mobile li {
    float: left;
    width: 160px;
    margin-right: 20px;
}
#RepairArticles li:first-child, #RepairArticles-mobile li:first-child {
    margin-left: 15px;
}
#RepairArticles li:last-child, #RepairArticles-mobile li:last-child {
    margin-right: 0;
}
#RepairArticles table, #RepairArticles-mobile table {
    table-layout: fixed;
}
#RepairArticles td, #RepairArticles-mobile td {
    padding-right: 20px;
    min-width: 2%;
    vertical-align: top;
}
.searchHeader{
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	letter-spacing:0.03em;
	display:inline;
	margin:0;
}
h1.searchHeader {
	display: block;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 0.1em;
}
#parent_div{
	overflow:hidden;
	position:relative;

}
#SearchBox.searcharticles {
	width: 100%;
	min-height: 48px;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%);
	border-radius: 5px;
	border: 1px solid #ccc;
}
#behind_ship_banner .subheadline {
    display: none;
}
@media (max-width: 768px) {
	.newclasspage .thirdbox {
		white-space: normal;
	}
}
@media (max-width: 47.9em) {
	.enter_part_container {
		margin-bottom: 0.8em;
	}
	.squareheader {
		clear: both;
	}
	#manuf_img {
		margin-bottom: .8em;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
.repair-banner a {
		padding-left: 0;
		background: rgba(255, 255, 255, .8);
		height: 100%;
	}
}
@media (min-width: 47.9em) {
	.firstcell {
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADAQMAAABoE/fBAAAABlBMVEX///+ampo+MvaSAAAAAXRSTlMAQObYZgAAABRJREFUeF4NwAEBAAAAQCDTTSdkAQKGAIFP82WgAAAAAElFTkSuQmCC') right top repeat-y;
		float: left;
		clear: left;
	}
	#behind_ship_banner .subheadline {
		display: inline-block;
	}
	#behind_ship_banner > span {
		display: inline-block;
		vertical-align: middle;
	}
}
