* {
	margin:0;
	padding:0;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:25px;
	text-align:left;
}
h2 {
	margin-bottom:1em;
}
h3 {
	margin-bottom:1em;
}
p {
	margin-bottom:1em;
}
.caption {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	margin-top: 12px;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#yourmodel{
	margin-bottom: 16px;
}
.msrp {
	font-size: 18px;
	font-weight: bold;
	color: #53BAE0;
	background-color: #FFF;
	display: block;
	border-bottom: #ccc solid 1px;
}
.msrpPrice {
	text-align: right;
	padding-left: 40px;
	float: right;
	width: 120px;
}
.optionList {
	margin-bottom: 16px;
}
.optionList li {
	background-image: url(../img/icon_bullet.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	margin-bottom: 4px;
	padding-left: 12px;
	display: block;
}
.alternate2 {
	background-color: #ecf1f5;
}
a.printMe {
	display:none;
}
