#ibtWrapper {
	font-family: helvetica neue light,helveticaneue-light,helvetica,arial,verdana,sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#ibtWrapper a, #ibtWrapper p {
	font-family: helvetica neue light,helveticaneue-light,helvetica,arial,verdana,sans-serif;
	font-size: 12px;
	color: #505050;
}

#ibtWrapper a:hover {
	text-decoration: underline;
}

.ibtH1 {
	/*color: #a0a0a0;*/
	color: #bebebe;
	font-family: Sans-serif;
	/*font-size: 36px;*/
	font-size: 31px;
	font-weight: bold;
	margin-bottom: 5px;
}

.ibtH2 {
	color: #A92E29;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.ibtH3 {
	color: #A92E29;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.ibtH4 {
	color: #A92E29;
	font-weight: bold;
	font-size: 16px;
}


#ibtHeader {
	background: url("../images/ibt_Banner.png") no-repeat 0 0;
	width: 1059px;
	height: 259px;
}

#ibtSpacer {
	width: 100%;
	height: 30px;
}

#ibtLeftColumn {
	width: 309px;
	float: left;
	background-color: #EDEDED;
	margin: 0 35px 0 35px;
	/*margin: 0 35px 0 35px;*/
	text-align: left;
	overflow: hidden;
}

#ibtLeftColumnLiner {
	padding: 15px 20px;
}

#ibtLinkWrap {
	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');
}

#ibtRightColumn {
	float: left;
	width: 660px;
	text-align: left;
}

#ibtFieldGraphWrap {
	margin: 5px 0 0 -10px;
	
}

a.ibtFieldGraph {
	display: inline-block;
	float: left;
	width: 170px;
	height: 107px;
	background: url('../images/dfFieldPhotoBG.png') no-repeat 0 0;
	margin-right: -5px;
}

a.ibtFieldPhoto img {
	margin: 15px 0 0 15px;
	border: none;
}

#stdFeatures {
	width: 275px;
	float: left;
	margin-top: 5px;
}

#availableOptions {
	width: 275px;
	float: left;
	margin: 5px 0 0 25px;
	padding-left: 20px;
	border-color: #d0d0d0;
	border-width: 1px;
	
}

.unstyledList {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul.ibtStyledList {
	list-style-image: url('../images/listArrow.png');
	padding-left: 22px;
	margin-bottom: 0;
}


