@charset "UTF-8";
.itallicFinePt {
	font-size: 11px;
	font-style: italic;
}
#leftProduct ul {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 10px;
}
#checks ul {
	list-style-image: url(../images/check_bullet.gif);
}
#arrow ul {
	list-style-type: square;
}
#checks p {
	margin: 0px;
	padding: 0px;
}
.ltBlue {
	font-size: 14px;
	color: #9A947C;
	font-weight: bold;
	font-variant: small-caps;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.dkBlue {
	font-size: 16px;
	font-weight: bold;
	color: #B6AF93;
	margin: 0px;
	font-variant: small-caps;
	display: block;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #BBB69C;
	border-right-color: #BBB69C;
	border-bottom-color: #BBB69C;
	border-left-color: #BBB69C;
}
.redTextSmall {
	color: #990000;
}
/* CSS Document */

#leftProduct {
	width: 290px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 20px;
	float: left;
	margin-top: 10px;
}
#rightProduct {
	width: 150px;
	padding-left: 20px;
	float: left;
	margin-top: 30px;
}
#rights {
	font-size: 10px;
	color: #CCCCCC;
}
#rightProduct p {
	margin: 0px;
	font-size: 11px;
	padding: 0px;
}
#rightProduct ul {
	text-decoration: none;
}
#rightProduct a:link, a:visited {
	color: #990000;
	text-decoration: underline;
}
#rightProduct a:hover, a:visited {
	color: #333333;
}
#rightProduct img {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}
.ltBlueSTEP {
	font-size: 18px;
	font-weight: normal;
	font-variant: small-caps;
	color: #990000;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	padding-top: 10px;
}
#stepsContainer a {
	color: #990000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

