﻿.dispnone {
	display: none;
}

.framed-rating-container {
	left: 245px !important;
}

.framed-rating-container,
.rating-container {
	position: relative;
	width: 205px;
	float: left;
	height: 153px;
}

.rating-tc {
	background-image: url("../images/ratings-tc.png");
	background-repeat: no-repeat;
	font-size: 1px;
	height: 3px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 190px;
}

.rating-cc {
	background-color: #b2cedd;
	color: #333;
	font-family: Arial;
	font-weight: bold;
	height: 147px;
	left: 0px;
	position: absolute;
	top: 3px;
	width: 190px;
}


.rating-bc {
	background-image: url("../images/ratings-bc.png");
	background-repeat: no-repeat;
	font-size: 1px;
	height: 3px;
	left: 0px;
	position: absolute;
	top:150px;
	width: 190px;
}

.rating-rateit {
	background-image: url("../images/ratings-bg.png");
	background-repeat: no-repeat;
	height: 78px;
	left: 5px;
	position: absolute;
	top: 8px;
	width: 179px;
}

.rateit-title {
	font-size: 14px;
	left: 11px;
	position: absolute;
	top: 12px;
}

.rateit-good {
	font-size: 11px;
	left: 11px;
	position: absolute;
	top: 36px;
}

.rateit-good-text {
	font-family: "Arial";
	font-size: 11px;
	left: 23px;
	position: absolute;
	top: 3px;
	width: 40px;
}

.rateit-bad {
	font-size: 11px;
	left: 82px;
	position: absolute;
	top: 36px;
}

.rateit-bad-text {
	font-size: 11px;
	font-family: "Arial";
	left: 22px;
	position: absolute;
	top: 3px;
	width: 73px;
}

.rateit-good a,
.rateit-bad a {
	color: #666;
}


.rating-overall {
	font-family: "Arial";
	font-stretch: condensed;
	height: 48px;
	left: 8px;
	position: absolute;
	top: 95px;
	width: 182px;
}

.overall-title {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	left: 0px;
	position: absolute;
	top: 0px;
}

.overall-total {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	left: 115px;
	position: absolute;
	top: 0px;
}

.thumb-up {
	background-image: url("../images/thumb-up.png");
	background-repeat: no-repeat;
	height: 16px;
	left: 2px;
	position: absolute;
	top: 25px;
	width: 12px;
}

.thumb-down {
	background-image: url("../images/thumb-down.png");
	background-repeat: no-repeat;
	height: 14px;
	left: 162px;
	position: absolute;
	top: 27px;
	width: 12px;
}

.rating-unrated {
	background-image: url("../images/ratings-unrated.png");
	background-repeat: no-repeat;
	height: 15px;
	left: 19px;
	position: absolute;
	top: 26px;
	width: 138px;
}

.rating-unrated-text {
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	left: 33px;
	position: absolute;
	top: 0px;
}

.rating-alreadyrated {
	background-image: url("../images/rated-box.png");
	background-repeat: no-repeat;
	height: 78px;
	left: 5px;
	position: absolute;
	top: 8px;
	width: 179px;
}

.rated-img {
	left: 9px;
	position: absolute;
	top: 8px;
}

.rated-title {
	font-size: 14px;
	left: 30px;
	position: absolute;
	top: 12px;
}

.you-rated {
	color: #333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	left: 10px;
	position: absolute;
	top: 42px;
}

.your-rating {
	font-size: 12px;
	left: 98px;
	position: absolute;
	top: 40px;
}

* html body .your-rating {
	left: 94px;
}

.change {
	left: 123px;
	position: absolute;
	top: 55px;
}

.change a {
	color: #333;
	font-size: 11px;
}

.rating-failed {
	background-image: url("../images/rated-box.png");
	background-repeat: no-repeat;
	height: 78px;
	left: 5px;
	position: absolute;
	top: 8px;
	width: 179px;
}

.rating-process {
	background-image: url("../images/ratings-proc.png");
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	height: 35px;
	left: 45px;
	position: absolute;
	top: 30px;
	width: 85px;
}

.rating-sorry {
	font-family: Arial;
	font-size: 11px;
	left: 11px;
	position: absolute;
	top: 30px;
	width: 150px;
}

/* thumbs up and down images */
.rating-thumb-up,
.rating-thumb-down {
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;	
	position: absolute;
}

.rating-thumb-up {
	background-image: url(../images/thumb-up-green.png);
}
.rating-thumb-down {
	background-image: url(../images/thumb-down-red.png);
}

/* IE 6/7 specific so transparency works */
* html .rating-thumb-up {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/thumb-up-green.png', sizingMethod='scale');
}
* html .rating-thumb-down {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/thumb-down-red.png', sizingMethod='scale');
}

/* the rating bar graph */
.rating-left-green {
	background-image: url("../images/reviews-bar-left-green.png");
}
.rating-left-red {
	background-image: url("../images/reviews-bar-left-red.png");
}
.rating-right-red {
	background-image: url("../images/reviews-bar-right-red.png");
}
.rating-right-green {
	background-image: url("../images/reviews-bar-right-green.png");
}

.rating-left-green,
.rating-left-red {
	left: 18px;
}

.rating-right-green,
.rating-right-red {
	left: 154px;
}

.rating-left-green,
.rating-left-red,
.rating-right-green,
.rating-right-red {
	float: left;
	width: 3px;
	height: 17px;
	position: absolute;
	top: 25px;
}
.rating-good {
	background-color: #393;
}
.rating-bad {
	background-color: #C01;
}
.rating-good, .rating-bad {
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	text-align: center;
	color: #FFF;
	float: left;
	height: 15px;
}
.rating-graph {
	width: 135px;
	position: absolute;
	top: 25px;
	left: 21px;	
}