@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/pat.png);
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ac0c00;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
}

.txtgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
}
.bt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-color: #990000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

.txtbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ac0c00;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: right;
	line-height: normal;
}
.lower_links {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #AC0C00;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: right;
}
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/Images/SavedStar.png);
}