/* Make comments on which page the codes are applied to... */


/* Parts Service Info Page */
.service-info .button {
  min-width: 250px;
  margin: 10px;
}

.service-info ul {margin:0px 0 0 10px;}

/* Credit Application */
.pLink {text-decoration: underline;}

/* Inventory Listings */
.srchTitleType {
    text-transform: capitalize;
}


#hideForm {display:none;}


.landing.button {
    width: 100%;
    max-width: 65%;
    margin-bottom: 10px;
    color:#fff;
    background:#000;
}

.landing.button:hover {
    background:#890000;
}

.creditCenter{font-size:16px;}


.ctabtn.button {
	-moz-box-shadow: 0px 10px 14px -7px #000;
	-webkit-box-shadow: 0px 10px 14px -7px #000;
	box-shadow: 0px 10px 14px -7px #000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#890000;
	font-family:"swiss_721medium", arial;
	font-size:20px;
	padding:10px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.ctabtn.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.ctabtn.button:active {
	position:relative;
	top:1px;
}


.pad50top {margin-top:50px;}

/***********MY CAR******************/
.cs #pricelist select {
    padding: 0px 74px 0;
    width: 230px !important;
}


.cs #pricelist select, .styled-select2 select{
    -moz-appearance: none !important;
}


.cs #pricelist select::-ms-expand, .styled-select2 select::-ms-expand {
    display: none;
}

.cs .guided-flyout .wn-label {float: right;}

.wn-group {clear: both;}


/***********End MY CAR******************/


@media only screen and (max-width: 767px) { 
  .landing.button {text-align:center;}
}

.paymentFrame{
 display:block;
  border: 0;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.textCentered{
 text-align: center; 
}
.payment.button {
    width: 45%;
    max-width: 65%;
    margin-bottom: 10px;
  	padding: 10px;
    color:#fff;
    background:#000;
}

.payment.button:hover {
    background:#890000;
}


/***SHOP TOOLBAR***/
.shopToolbar {
    position: fixed;
	background-color: #890000;
	color: #fff;
  	right: 0;
  	top: 50%;
  	width: 8em;
	padding: 10px;
}