@charset "UTF-8";
a.showLink, a.hideLink {
	color: #007885;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent url;
	background-image: url(../Images/Nav/down.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
}
a.hideLink {
	background-color: transparent url;
	background-image: url(../Images/Nav/up.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
}
a.showLink:hover, a.hideLink:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
.moreHllbl {
	width: 490px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 16px;
	padding-bottom: 8px;
	display: none;
}
#reviewHllbl1, #reviewHllbl3, #reviewHllbl5, #reviewHllbl7, #reviewHllbl9, #reviewHllbl11 {
	width: 490px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px;
	padding: 8px;
}
#reviewHllbl2, #reviewHllbl4, #reviewHllbl6, #reviewHllbl8, #reviewHllbl10, #reviewHllbl12 {
	width: 490px;
	background-color: #F1EFE4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 8px;
	margin: 0px;
}
