/* CSS Document */

.input-group-btn {display: table-cell !important;}

.redbanner {
    background-color: #201A1B;
}

i.fa.fa-home {
    color: #201A1B;
}

ul.breadcrumb li a {
    color: #201A1B;
}

.btn-primary {
    background-color: #201A1B;
	color:white!important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #201A1B;
    text-decoration: underline;
}

#partsfinder, #partsfinder2 {
    background: none;
}

#partsfinder2 {
    background-color: #01a4e5;
    border-radius: 5px;
    border: #CB0000;
    color: white!important;
}
.btn-primary {
	text-decoration:none;
}
.btn-primary:hover {
	background-color: #01a4e5;
	text-decoration:none;
}
div#partsfinder2.box .middle {
    border-top: 1px solid rgba(0,0,0,0.3)!important;
}

#partsfinder .middle a, #partsfinder2 .middle a {
    color: #FFF!important;
}

.middle a {
    color: white!important;
    text-decoration: none;
}