.headerText
{
	font-size: 35px;
}

.headerTwo
{
	font-size: 20px;
}


.largerText
{
	font-size: 22px;
}

.boldItalic
{
	font-weight: bold;
	font-style:italic;
}

.blue
{
	color: #03abe9;
}

.red
{
	color: #eb353c;
}

.purple
{
	color: #3f418e;
}

.gray
{
	color: #949494;
}

.yellow
{
	color: #fbef20;
}

.white
{
	color: #ffffff;
}

.black
{
	color: #000000;
}

.wrapper
{
	width: 850px;
}

.diagnosticContent
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
}

.arrow
{
	float:left;
	padding-left: 30px;
	padding-right: 15px;
	line-height:40px;
	
	
}

.blueArrow
{
	background:url(images/blue_arrow.jpg);
	background-repeat:no-repeat;
}

.redArrow
{
	background:url(images/red_arrow.jpg);
	background-repeat:no-repeat;
}

.purpleArrow
{
	background:url(images/purple_arrow.jpg);
	background-repeat:no-repeat;
}

.headerDesc
{
	width: 450px;
	float: left;
}

.content
{
	width: 658px;
	float: left;
}

.blueBullet
{
	background:url(images/blue_bullet.jpg);
	background-repeat:no-repeat;
	padding-left: 28px;
	margin-left: 30px;
}

.redBullet
{
	background:url(images/red_bullet.jpg);
	background-repeat:no-repeat;
	padding-left: 38px;
	margin-left: 30px;	
}

.redCircleBullet
{
	list-style:disc;
	color: #ec343c;
	margin: 0;
	font-weight:normal;
}

.purpleBullet
{
	background:url(images/purple_bullet.jpg);
	background-repeat:no-repeat;
	padding-left: 48px;
	margin-left: 30px;
}

.circle
{
	
	float:left;

}

.blueCircle
{
	background:url(images/blue_circle.jpg);
	background-repeat:no-repeat;
	padding-top:43px;
	height: 133px;
	width: 177px;
	text-align: center;
}

.redCircle
{
	height: 135px;
	width: 177px;
	text-align:center;
	background:url(images/red_circle.jpg);
	background-repeat:no-repeat;
	padding-top:43px;
}

.purpleCircle
{
	height: 135px;
	width: 177px;
	text-align:center;
	background:url(images/purple_circle.jpg);
	background-repeat:no-repeat;
	padding-top:43px;
}

.price
{
	font-size: 60px;
}
.subPrice
{	padding-top: 20px;

}

.miniText
{
	clear:both;
	font-size:12px;
	padding: 10px 0px 6px 43px;
}

.repairContent
{
	padding: 3px 0px 15px 77px;
	clear: both;
}

li
{
	font-weight: bold;
	margin-left:-30px;
}

.purpleBar
{
	background:url(images/purple_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	height: 98px;
	padding: 15px 0 5px 0;
}

.redBar
{
	height: 101px;
	background:url(images/red_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	width: 717px;
	margin: 15px auto 15px auto;
	padding: 15px 0 5px 0;
}

