﻿@charset "utf-8";

.iffTable {
	width: 100%;
	padding: 0px;
	cellpadding: 0px !important;
	margin: 0px;
	border: 0px;
	vertical-align: top !important;
}

tr.titleCell {
	text-align: center;
}

.titleSpan {
	display: block;
	margin-top: 10px;
	width: 100%;
	text-align: left;
	border-bottom: #CCC 1px solid;
	font-size: 14px;
	font-weight: bold;
}

.warning {
	color: #FF0000;
}

#manufacturers {
	display: block;
	overflow: hidden;
	text-align: center;
}

#list-manu {
	text-align: center;
	display: block;
}
#list-manu li{
	display: inline-block;
	margin: 10px 15px;
	list-style: none;
}

#equipment {
	display: none;
	overflow: hidden;
	text-align: center;
}

#list-equip {
	text-align: center;
	display: block;
}
#list-equip li{
	display: inline-block;
	margin: 10px 15px;
	list-style: none;
	overflow: hidden;
}
#selectors2 {
	display: none;
}
#item-header {
	display: none;
}
#item-list {
	display: none;
}
#item-final {
	display: none;
}
#item-final .symptoms-field {
	width: 100%;
	display: inline-block;
  margin-top: 30px;
}
#item-final .symptoms-field p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#item-final .symptoms-field textarea {
	display: inline-block;
	width: 100%;
	height: 150px;
	resize: none;
}

.but-style.disabled {
	background-color: #909090;
	color: #fff;
}

#manu-select {
	display: inline-block;
	width: 270px;
	height: 100px;
}
#equip-select {
	display: inline-block;
	width: 270px;
	height: 100px;
}

#selectors {
	margin-top: 15px;
}

#equip-select_msdd {
	margin-left: 20px;
}

.top-blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
}

.sselected {
	border: #F27E82 2px solid;
	padding: 2px !important;
	margin: 6px 11px !important;
}

.liner {
	border-bottom: #A8AAAE 1px solid;
	width: 100%;
	height: 1px;
	margin: 8px 0px;
	display: inline-block;
}

.img-manu {
	
}
.img-equip {
	width: 140px;
	height: 140px;
}

.tradeThisIn {
	margin-top: 20px;
	margin-left: 15px;
	background-image: url("images/tradethisin.jpg");
	background-repeat: no-repeat;
	display: inline-block;
	height: 26px;
	vertical-align: middle;
	width: 85px;
}

.partImage {
	border: 0px;
	width: 100px;
}

#lbCloseTop.grey {
	background: url("../images/close_grey.png");
}

#cash-blurb {
	display: none;
	width: 67%;
}

#credit-blurb {
	display: none;
	width: 67%;
}

.beSpacer {
	width:100%;
	height:3px;
}

.select-wrap {
	display: inline-block;
	/*margin-top: 40px;*/
}
.select-wrap p {
	font-weight: bold;
    font-size: 16px;
    display: block;
    vertical-align: top;
    /*padding-top: 25px;*/
}

.disclaimer-text {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 10px 40px 10px 10px;
	/* background-color: #ed1c24; */
	color: #333;
	font-weight: bold;
	/* border: 2px #333 solid; */
	line-height: 17px;
}
.disclaimer-text input[type='checkbox'] {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #333;
    float: left;
    margin: 0px 15px 10px 5px;
}
.disclaimer-text input[type='checkbox']:checked {
    background: url("../Images/check1.png") #fff center center no-repeat; /*#00ff00*/
}
#disclaimer {
	display: none;
}

.disclaimer-text input[type=radio] {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #333;
    float: left;
    /*margin: 0px 15px 10px 5px;*/
}


.disclaimer-text input[type=radio]:checked {
    background: url("../Images/check1.png") #fff center center no-repeat; /*#00ff00*/
}

#disclaimer-text-box {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 10px 40px 10px 10px;
	/* background-color: #ed1c24; */
	color: #333;
	font-weight: bold;
	/* border: 2px #333 solid; */
	line-height: 17px;
}

.add-payment-button {
	display: inline-block;
	float: right;
}

.disclaimer-text-small {
	font-family: "Arial", sans-serif;
	font-size: 10px;
	text-align: left;
	padding: 10px 40px 10px 10px;
	/* background-color: #ed1c24; */
	color: #333;
	font-style: italic;
}

.labels-disclaimer {
    margin-left: 60px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 30px;
}

.half-column {
	width: 40%;
	float: left;
	padding: 10px 30px;
}

.left-border {
	border-left: 1px #000 solid;
}

.item-desc-status {
    float: right;
    margin-top: 10px;
    text-align: left;
    width: 190px;
}

.limit-txt {
    text-align: right;
    padding-right: 16px;
}

.manu-select-list li a {
    text-align: center;
    display: inline-block;
    border: none;
}

.msl-item a {
    color: #333;
    font-weight: bold;
}

.but-style:hover {
    color: #FFF;
    /*border: #E02D34 1px solid;*/
    background: #E02D34;
    text-decoration: none;
}

.splash-cash-in-ya-cores {
	padding-top: 30px;
	border-bottom: 1px #333 solid;
	margin-bottom: 30px;
}
.splash-cash-in-ya-cores .splash-img {
	display: inline-block;
	vertical-align: middle;
}
.splash-cash-in-ya-cores .splash-img img {
	width: 190px;
}
.splash-cash-in-ya-cores .splash-text {
	font-family: 'Sanchez', serif;
	display: inline-block;
	padding-left: 0px;
	padding-bottom: 15px;
	vertical-align: middle;
}
.splash-cash-in-ya-cores .splash-text h1 {
	font-family: 'Sanchez', serif;
	color: #000;
	font-weight: 900;
	font-size: 32px;
	margin-top: 24px;
	padding-left: 10px;
}
.splash-cash-in-ya-cores .splash-text p {
	font-size: 16px;
	margin-top: 0px;
}
.splash-cash-in-ya-cores .splash-text p strong {
	font-weight: 900;
	text-transform: uppercase;
	color: #ed1c24;
}
.splash-cash-in-ya-cores .splash-text a {
	color: #000;
	text-decoration: underline;
}
.splash-cash-in-ya-cores .splash-text a:hover {
	color: #ed1c24;
}
.splash-cash-in-ya-cores .splash-text ul {
	padding-left: 15px;
	position: relative;
}
.splash-cash-in-ya-cores .splash-text ul li {
 font-size: 16px;
 font-weight: 400px;
 list-style: none;
 position: relative;
 /*padding-left: 15px;*/
 margin-bottom: 10px;
}
.splash-cash-in-ya-cores .splash-text ul li:before {
	color: #ed1c24;
	content:"■";
	margin-right: 0px;
	position: absolute;
	left: -15px;
}
.splash-cash-in-ya-cores .splash-text.cash-bg {
	width: 100%;
	background: url("../Images/cash.jpg") right center no-repeat;
}
.red-text {
	color: #ed1c24;
}

.splash-repair-help {
	/*padding-top: 30px;*/
	border-bottom: 1px #333 solid;
}
.splash-repair-help .splash-img {
	display: inline-block;
	vertical-align: bottom;
}
.splash-repair-help .splash-text {
	font-family: 'Sanchez', serif;
	display: inline-block;
	/*padding-left: 25px;*/
	padding-bottom: 10px;
}
.splash-repair-help .splash-text h1 {
	font-family: 'Sanchez', serif;
	color: #000;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 20px;
}
.splash-repair-help .splash-text p {
	font-size: 16px;
}
.splash-repair-help .splash-text p strong {
	font-weight: 900;
	text-transform: uppercase;
	color: #ed1c24;
}
.splash-repair-help .splash-text ul {
	padding-left: 0px;
}
.splash-repair-help .splash-text ul li {
 font-size: 16px;
 font-weight: 400;
 list-style: none;
 position: relative;
 padding-left: 15px;
 margin-bottom: 4px;
}
.splash-repair-help .splash-text ul li:before {
	color: #ed1c24;
	content:"■";
	margin-right: 0px;
	position: absolute;
	left: 0px;
}
.splash-repair-help .splash-text .splash-list-header {
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #ed1c24;
	font-weight: 700;
	margin-top:15px;
}

.repair-help-link {
	text-decoration: none;
	color: #333;
}
.repair-help-red-text {
	font-size: 16px;
	line-height: 17px;
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
}

.but-style-5 {
    color: #fff;
    border-radius: 4px;
    background: #ED1C24;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    vertical-align: top;
    margin: 5px 0px;
    display: inline-block;
}

.but-style-5:hover {
    color: #fff;
    text-decoration: underline;
}

.splash-repair-auth {
	/*padding-top: 30px;*/
	border-bottom: 1px #333 solid;
	/*margin-bottom: 30px;*/
	min-height: 370px;
}
.splash-repair-auth .splash-img {
	display: inline-block;
	vertical-align: top;
}
.splash-repair-auth.splash-guy-bg {
	background: url("../Images/repair-auth-splash-guy.jpg") right center no-repeat;
}
.splash-repair-auth.splash-guy-bg-new {
	background: url("../Images/repair-auth-splash-guy-new.jpg") right center no-repeat;
}
.splash-repair-auth .splash-text {
	font-family: 'Sanchez', serif;
	display: inline-block;
	padding-left: 0px;
	padding-bottom: 15px;
	width: 100%;
	background: none;
	padding-top: 15px;
}
.splash-repair-auth .splash-text h1 {
	color: #000;
	font-weight: 400;
	font-size: 30px;
	margin-top: 0px;
}
.splash-repair-auth .splash-text p {
	font-size: 16px;
}
.splash-repair-auth .splash-text p strong {
	font-weight: 900;
	text-transform: uppercase;
	color: #ed1c24;
}
.splash-repair-auth .splash-text a {
	color: #000;
	text-decoration: underline;
}
.splash-repair-auth .splash-text a:hover {
	color: #ed1c24;
}
.splash-repair-auth .splash-text ul, .splash-repair-auth .splash-text ol {
	padding-left: 20px;
	position: relative;
}
.splash-repair-auth .splash-text ul li {
 font-size: 16px;
 font-weight: 400;
 list-style: none;
 position: relative;
 /*padding-left: 15px;*/
 margin-bottom: 10px;
 /*font-family: Arial, sans-serif;*/
}
.splash-repair-auth .splash-text ul li:before {
	color: #ed1c24;
	content:"â– ";
	margin-right: 0px;
	position: absolute;
	left: -15px;
}
.splash-repair-auth .splash-text ol li {
 font-size: 16px;
 font-weight: 400;
 position: relative;
 margin-bottom: 5px;
 counter-increment: step-counter;
 list-style: none;
}
.splash-repair-auth .splash-text ol li:before {
	content: counter(step-counter) ".";
	color: #333;
	margin-right: 0px;
	position: absolute;
	font-weight: 700;
	left: -20px;
}
.splash-repair-auth .splash-text .splash-list-header {
	/*font-family: Arial, sans-serif;*/
	font-size: 17px;
	text-transform: uppercase;
	color: #ed1c24;
	font-weight: 700;
	margin-top:15px;
}

.aimLeftNav {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.section-blurb {
    display: block;
    text-align: left !important;
    font-size: 14px;
}