.multirating-wrapper {
	background: #eeeeee;
	padding-top: 0px;
	overflow: hidden;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
	position: relative;
}
.multirating-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.multirating-items-wrapper {
	margin: 0 auto;
	max-width: 690px;
	max-width:580px;
	background: #ffffff;
	border-radius: 2px;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.multirating-items-wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.multirating-error {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,.3);
	padding: 15px;
	width: 300px;
	max-width: 100%;
	cursor: pointer;
}
.multirating-error-text {
	padding: 11px 15px;
	background: #fff;
	border-radius: 0 1px 1px 0;
	border-left: 4px solid #f15941;
	font: normal 12px/18px Verdana;
	color: #333;
}

.multirating-item {
	position: relative;
	float: left;
	width: 190px;
	padding: 4px 4px 4px 55px;
	color: #303030;
	transition: .4s;
	border-bottom: 0px solid #eee;
}
.multirating-item-rateval {
	position: relative;
	float: left;
	padding: 0;
	margin: 0 0 0 -47px;
}
.multirating-item-rateval canvas {
	display: block;
}
.multirating-loading .multirating-items-wrapper {
	opacity: .7;
}
.multirating-loading .multirating-item-rateval:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.5) url(loading.gif) no-repeat 50% 50%;
	border-radius: 50%;
}

.multirating-item-title {
	display: block;
    font: normal 12px/24px 'Trebuchet MS', Arial;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.multirating-item-rating {
	width: 140px;
	height: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.multirating-item-rating li {
	position: relative;
	float: left;
	width: 12px;
	height: 11px;
	text-indent: -10000px;
	font-size: 0;
	cursor: pointer;
}
.multirating-rated .multirating-item-rating li {
	cursor: default;
}

.multirating-item-rating li:after {
	content: '';
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	background: #e0e0e0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
	border-radius: 50%;
}
.multirating-item-rating li.multirating-rate-active:after {
	background: #337ab7;
}


div.multirating-itog {
	margin-top: 0px;
	padding: 7px;
	background: #f0f0f0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAIAAAASmSbdAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAIUlEQVQImWP49esXEwMDA9P///+ZGBgY4Bidj0t8kKgDAFQCITMFvyVeAAAAAElFTkSuQmCC) repeat-x;
	font: normal 11px/11px 'Trebuchet MS', Arial;
	color: #303030;
	text-align: center;
	border-top: 1px solid #eee;
	font-variant: small-caps;
    border-radius: 2px;
}
.multirating-itog-rateval {
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px 0 5px;
	background: #337ab7;
	color: #fff;
	font-weight: normal;
	border-radius: 2px;
	box-shadow: inset 0 1px 4px rgba(0,0,0,.2), 0 1px #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
div.multirating-itog i {
	font-size: 12px;
	color: #888;
}

@media screen and (max-width: 1360px) {
	div.multirating-items-wrapper {
		width: 360px;
	}
}
@media screen and (max-width: 630px) {
	div.multirating-items-wrapper {
		width: 230px;
	}
}