.maintService .maintHdr {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.maintHdr h1.subheader {
	margin: 0px;
	font-size: 1.6em;
	padding: 0px;
}
.maintService .stepWrap {
	border: 1px solid #CCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.maintService .maintenanceWrap {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
}
.maintService h3.subheader {
	font-size: 1em;
	color: #FFF;
	background-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
}
.maintService .button {
	background-color: #333;
}
.maintService .carThumb {
	margin-bottom: 15px;
}
.maintService .leftCol {
	background-color: #E6E6E6;
}

div.models { height: 300px; overflow-y: scroll; overflow-x: hidden;}
.accordion h4.subheader, .maintenanceWrap h2.subheader { color:#206bb7; font-size: 1.3em}







/* Schedule Service Styles
========================================================================== */


.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
	font: 13px Helvetica, Arial, Sans-Serif;
	height: 35px;
}
.breadcrumb li { 
	float: left;
	/*width: 25%;*/
	height: 35px;
}
.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 45px;
	/*width: 100%;*/
	background: #CCC; 
	position: relative; 
	display: block;
	float: left;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #CCC;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumb li:first-child a {
	padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       { background: #CCC; }
.breadcrumb li:nth-child(2) a:after { border-left-color: #CCC; }
.breadcrumb li:nth-child(3) a       { background: #CCC; }
.breadcrumb li:nth-child(3) a:after { border-left-color: #CCC; }
.breadcrumb li:nth-child(4) a       { background: #CCC; }
.breadcrumb li:nth-child(4) a:after { border-left-color: #CCC; }
.breadcrumb li:nth-child(5) a       { background: #CCC; }
.breadcrumb li:nth-child(5) a:after { border-left-color: #CCC; }
.breadcrumb li:last-child a 		{ background: #CCC;}
.breadcrumb li:last-child a:after 	{ border-left-color: #CCC; }

.breadcrumb li a:hover { background: #999; }

.breadcrumb li a.active { background: #999;}

.breadcrumb li:nth-child(1) a.active:after,
.breadcrumb li:nth-child(2) a.active:after,
.breadcrumb li:nth-child(3) a.active:after,
.breadcrumb li:nth-child(4) a.active:after,
.breadcrumb li:nth-child(5) a.active:after { border-left-color: #999; }

.breadcrumb li a:hover:after { border-left-color: #999; }




.specsForm {
	background-color: #CCC;
}
.section-container div.content.recommendedWrap {
	height: 450px;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #f5f5f5;
}
.checkbox {
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
}

.offerBlocks {
	background-color: #DEDEDE;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	padding-right: 5px;
	padding-left: 5px;
}
.maintService .accordion .title a.accordianBtn {
	padding-left: 50px;
	color: #FFF;
	background-color: #666;
	background-image: url(../img/btn-accordian-plus.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.maintService .accordion .title a.accordianBtn:hover {
	color: #FFF;
	background-color: #666;	
}
.section-container.accordion > section.active > .title a.accordianBtn
 {
	padding-left: 50px;
	color: #FFF;
	background-color: #333;
	background-image: url(../img/btn-accordian-minus.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
}


/* Schedule step 3 */

.servicePref {
	padding:10px; background-color: #f1f1f1; border: 1px solid #d8d8d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px;
	}
.servicePref input {margin: 0px; padding:0px;}
.cal .header { padding-bottom: 15px; font-weight: lighter; font-size: 1.5em; color: #666; }
.cal .subheader { font-size: .8em;}


#cal {
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 1em;
color: #000;
text-align: center;
line-height: 30px;
}

#cal h2 {
width: 100%;
margin: 0 5px 5px 5px;
font-size: .9em;
color: #fff;
}

#cal ul {
width: 100%;
margin: 0;
padding: 0;
}

#cal ul li {
margin: 0;
width: 14%;
height: 30px;
list-style: none;
display: block;
float: left;
border: 5px none #fff;
}

#cal ul li.day {
color: #999;
font-weight: lighter;
font-size: .9em;
}

#cal ul li.num {
color: #000000;
}
#cal a {text-decoration: none;color:#666;}
#cal a.available {color: #6aa44b;}
#cal a.unavailable {color: #cc0000;}
#cal a.closed {color: #999;}
#cal a.current { background:#FFF; border: 1px solid #c4c4c4; padding: 4px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }

#cal a.event {
text-decoration: none;
display: block;
width: 100%;
height: 30px;
color: #004a80;
font-weight: bold;
}
#cal .key {
	font-size: .7em;
	color: #999;
	border-top: 1px solid #CCC;
	clear:both;
	margin-top: 15px;
	padding-top: 8px;
}


.maintService .details h2.subheader {font-size: .95em; font-weight:500; border-bottom: 1px solid #CCC;}
.maintService .details p, .details ul li {font-size: .9em; color: #333;}
.maintService .details ul li {margin-left: 25px;}
.maintService .formBlock {padding-top: 15px; padding-bottom: 15px; }
.maintService .formBlock h2.subheader {text-transform: uppercase; font-size: 1em; border-bottom: 0px;}

a.btnBack {margin: 0px; background-color: #a7acb2;}
a.btnNext {margin: 0px; padding-left: 1px; background-color:#818a95;}



/* Client Specific Styles 
==============================================================================*/

.maintService .accordion .title a.accordianBtn 							{color: #FFF;	background-color: #336699;}
.maintService .accordion .title a.accordianBtn:hover 					{color: #FFF;	background-color: #0f3e6e;	}
.section-container.accordion > section.active > .title a.accordianBtn	{color: #FFF;	background-color: #1b7ec9;}

.breadcrumb li:nth-child(1) a.active:after,
.breadcrumb li:nth-child(2) a.active:after,
.breadcrumb li:nth-child(3) a.active:after,
.breadcrumb li:nth-child(4) a.active:after,
.breadcrumb li:nth-child(5) a.active:after 		{border-left-color: #336699;}
.breadcrumb li a.active 						{background-color: #336699;}

.breadcrumb li:nth-child(1) a.complete:after,
.breadcrumb li:nth-child(2) a.complete:after,
.breadcrumb li:nth-child(3) a.complete:after,
.breadcrumb li:nth-child(4) a.complete:after,
.breadcrumb li:nth-child(5) a.complete:after 	{border-left-color: #0f3e6e; }
.breadcrumb li a.complete 						{background-color: #0f3e6e;}


.maintHdr h1 { color:#0f3e6e;} 

.maintService .button { background-color: #1a7ec9; }
.maintService h3.subheader { background-color: #336799; }