/* ****************** Some basic stuff ****************** */
li 
{
	clear:both;
	margin-bottom:1em;
	border-bottom:1px solid #eee;
}
/* ****************** RatingStar ****************** */
.ratingStar
{	
	white-space:nowrap;
	vertical-align:middle;	
	height:3px;
}
.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(../bilder/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(../bilder/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(../bilder/ratingStarSaved.png);
}

/* ****************** Gauge ****************** */
.ratingGauge
{
	white-space:nowrap;
    font-size: 0pt;
	width:122px;
	height:12px;
	padding:1px 0 1px 1px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingGauge.gif);
}
.ratingGauge .ratingItem {
    font-size:0pt;
    width:20px;
    height:8px;
    margin:0;
    padding:0;
    display:block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingGauge .Filled {
    background-color:transparent;
}
.ratingGauge .Empty {
    background-color:#ff0;
}
.ratingGauge .Saved {
    background-color:#f00;
}

/* ****************** Thermometer ****************** */
.ratingThermometer 
{
	white-space:nowrap;
	width:220px;
	height:0px;
	padding:26px 20px 20px 16px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingThermometer2.gif);
}
.ratingThermometer .ratingItem {
    font-size: 0pt;
    width: 10px;
    height: 8px;
    margin: 0;
    padding: 0;
    display: block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingThermometer .Filled {
    background-image: url(images/rating/ratingFilled.gif);
}
.ratingThermometer .Empty {
    background-image: url(images/rating/ratingEmpty.gif);
}
.ratingThermometer .Saved {
    background-image: url(images/rating/ratingSaved.gif);
}

/*FOR HEIDELPAY */
html, body {background-color: #ffffff;
scrollbar-face-color: #red;}

.frm_box {border-style:ridge; border-width:1; border-color:blue; font-size:
13px; background-color: #C7D86F; font-style:normal; fontvariant:
normal; font-weight:normal; color:#000000; marginleft:
4px;margin-right:4px; padding-left:4px; padding-right:4px;
padding-top:1; padding-bottom:1; }
