@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;
}
.more {
	width: 490px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 16px;
	padding-bottom: 8px;
	display: none;
}
#reviewPress1, #reviewPress3, #reviewPress5, #reviewPress7, #reviewPress9, #reviewPress11, #reviewPress13 {
	width: 490px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px;
	padding: 8px;
}
#reviewPress2, #reviewPress4, #reviewPress6, #reviewPress8, #reviewPress10, #reviewPress12, #reviewPress14 {
	width: 490px;
	background-color: #F1EFE4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 8px;
	margin: 0px;
}
