@media print {
	#mLeftColumn {
		display: none;
	}
	
	div#mRightColumn {
		margin: 0 auto;
		float: none;
	}
	
	div.printOnly {
		display: block;
	}
}

.printOnly {
	display: none;
}

#mWrapper {
	font-family: helvetica neue light,helveticaneue-light,helvetica,arial,verdana,sans-serif;
	font-size: 13px;
	margin: 0;
	text-align: left;
}

#mWrapper a, #mWRapper p {
	font-family: helvetica neue light,helveticaneue-light,helvetica,arial,verdana,sans-serif;
	font-size: 12px;
	color: #505050;
}

#mWrapper a:hover {
	text-decoration: underline;
}

.mH1 {
	color: #a8a8a8;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mH2 {
	color: #A92E29;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.mH3 {
	color: #A92E29;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mH4 {
	color: #A92E29;
	font-weight: bold;
	font-size: 16px;
}


#mHeader {
	width: 1059px;
	height: 263px;
}

#mSpacer {
	width: 100%;
	height: 35px;
}

#mLeftColumn {
	width: 309px;
	float: left;
	background-color: #EDEDED;
	margin: 0 35px 0 35px;
	text-align: left;
	overflow: hidden;
}

#mLeftColumnLiner {
	padding: 15px 20px;
}

#mLinkWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

a#printLink {
	background: url('/images/printIconSmall.png') no-repeat left top;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-right: 12px;
	padding-left: 28px;
	font-size: 11px;
}

a#pdfLink {
	background: url('/images/pdfIconSmall.png') no-repeat left top;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding-left: 28px;
	font-size: 11px;
}

.columnDivider {
	width: 100%;
	height: 1px;
	border-color: #d0d0d0;
	border-top-style: dashed;
	border-width: 1px;
	margin: 15px auto;
}

a.brButtons {
	display: block;
	width: 273px;
	height: 35px;
	background-position: 0 0;
	text-indent: -9001px;
	margin: 6px 0;
}

a.brButtons:hover {
	background-position: 0 35px;
}

#brBtnBuy {
	background-image: url('../images/btnBuy.png');
}

#brBtnParts {
	background-image: url('../images/btnParts.png');
}

#brBtnShowAll {
	background-image: url('../images/btnShowAll.png');
}

#mRightColumn {
	float: left;
	width: 660px;
	text-align: left;
}

#stdFeatures {
	float: left;
	margin-top: 5px;
}

#availableOptions {
	width: 275px;
	float: left;
	margin: 5px 0 0 25px;
	padding-left: 20px;
	border-color: #d0d0d0;
	border-left-style: dashed;
	border-width: 1px;
	
}

.unstyledList {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul.mStyledList {
	list-style-image: url('../images/listArrow.png');
	padding-left: 22px;
	margin-bottom: 0;
	margin-right: 25px;
	width: 275px;
	float: left;
}

.mStyledList li {
	width: 270px;
}

img.fieldPhoto {
	box-shadow: 0 0 6px #C0C0C0;
	margin: 3px 0;
}

img.recentInstall {
	box-shadow: 0 0 6px #C0C0C0;
	margin-right: 15px;
}
