﻿/*--- Star rater for crafts ---*/

td#ratingCell {}

div#ratingWrapper
{
	position:relative;
	padding:0x;
	margin:0px;
	z-index: 98;
	background-image: url(../images/fall/rateTemp-trans.png);
	background-repeat:no-repeat;
	background-position:top;
	color:#a17fae;padding:0px !important;
	height:80px;
	}

div.starWrapper
{
	position:relative;
	width:120px;
	height:24px;
}

div.starWhite
{
	background-image: url(../images/crafts/star_small.gif); 
	background-repeat:repeat-x;
	background-position: left top;
	position: absolute;
	top:0px;
	left:0px;
	width: 120px;
	height: 24px;
	z-index: 99;
}

div.starRed
{	background-image: url(../images/crafts/star_red_small.gif); 
	background-repeat:repeat-x;
	/*background-position:left -24px;*/
	position: absolute;
	top:0px;
	left:0px;
	/*--width: is set in fnCalWidth()--*/
	height: 24px;
	z-index:100;
}

p.craftratingResult, p.ratingHeader {width:100%;text-align:center; color:#a17fae;font-size:11px;}
p.craftratingHeader{font-weight:bold;margin:0px; padding-top:12px;}
p.craftratingResult{margin: 0px;}

ul.starGolden {
	list-style: none;
	overflow:hidden;
}

ul.starGolden a {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 24px;
	line-height: 24px;
}

ul.starGolden a:hover, .starGolden a:active, .starGolden a:focus
{
	background-image: url(../images/crafts/star_small.gif); 
	background-repeat:repeat-x;
	background-position: left -48px;
}



