.locaterNAV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: black;
	text-indent: 20px;
}
a.locaterNAV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: blue;
	text-decoration: none;
	text-indent: 20px;
}
a.locaterNAV:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: blue;
	text-decoration: none;
	text-indent: 20px;
}
a.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: blue;
	text-decoration: underline;
}
a.textlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: blue;
	text-decoration: underline;
}
.Detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #666666;
}
.detailHEAD {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #666666;
	border: #000000;
}
.reversedetailHEAD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	border: #000000;
	text-indent: 5px;
}
a.reversedetailHEAD {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	border: #000000;
	text-indent: 5px;
}
a.reversedetailHEAD:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	border: #000000;
	text-indent: 5px;
}
.ratingStar
{
	white-space:nowrap;
	margin:1em;
	height:14px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(../usercontrols/images/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(../usercontrols/images/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(../usercontrols/images/ratingStarSaved.png);
}
