/*= Îöåíêà þçåðîâ */
.customer-rating {width: 100%;}
.customer-rating td {padding: 0em}
.customer-rating .big,
.customer-rating .note {font-size: 150%;}
.customer-rating .note {margin-bottom: 0em}
.customer-rating .note a:link,
.customer-rating .note a:visited {font-size: 110%; padding: 0 0.4em}
.customer-rating .analitic-rating div {font-size: 1px; height: 4px; width: 40px; display: inline}
.customer-rating .rating {position: relative; top: -1em; text-align: center}
.customer-rating .rating img {width: 64px; height: 46px}


.customer-rating-voting-main {
	display: inline-block;
}
.customer-rating-voting-controls {
	display: inline-block;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
}
.customer-rating-voting-title {
	font-weight: bold;
	float: left;
	vertical-align: middle;
	height: 50px;
	line-height: 60px;
}
.customer-rating-voting-bomb,
.customer-rating-voting-prize
{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 6px;
}
.customer-rating-voting-bomb A,
.customer-rating-voting-prize A
{
	display: block;
	width: 28px;
	height: 28px;
	border: solid 1px #b4b4b4;
	border-radius: 3px;
	text-decoration: none;
}
.customer-rating-voting-bomb A.disabled,
.customer-rating-voting-prize A.disabled
{
	cursor: default;
}
.customer-rating-voting-main SPAN {
	background: #ffbb00;
	color: #fff;
	font-size: 10px;
	border-radius: 2px;
	border: solid 1px #ffbb00;
	position: absolute;
	margin-top: -1px;
	margin-left: -5px;
	padding: 0 0;
	min-width: 12px;
	text-align: center;
	height: 16px;
	overflow: hidden;
}
.customer-rating-voting-bomb A {
	background: url(/i/i/voting/voting-bomb.png) no-repeat center center;
}
.customer-rating-voting-prize A {
	background: url(/i/i/voting/voting-prize.png) no-repeat center center;
}
.customer-rating-voting-main-bomb .customer-rating-voting-prize A {
	background: url(/i/i/voting/voting-prize-s.png) no-repeat center center;
}
.customer-rating-voting-main-prize .customer-rating-voting-bomb A {
	background: url(/i/i/voting/voting-bomb-s.png) no-repeat center center;
}

.customer-rating-voting-plane {
	float: left;
	margin: 0 5px;
	height: 42px;
	overflow: hidden;
}
.customer-rating-voting-message {
	background: #fff;
	padding: 5px;
	border: solid 1px #000;
	padding: 5px;
	border-radius: 5px;
	position: absolute;
	z-index: 100;
}
