.message-info {
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: #111;
	border: 1px solid #ededed
}

.message-info--title {
	font-weight: 400
}

.message-info a {
	color: inherit;
	text-decoration: underline;
	font-weight: 400
}

.message-info--yellow {
	background: #000;
	color: #000;
	border-color: #4a4a4a
}

.message-info--red2 {
	background: #c0392b;
	color: #000;
	border-color: #9e2b1f
}

.vote-title {
	margin: 0 -30px;
	margin-bottom: 15px;
	padding: 15px 30px;
	background-color: #f6feef;
	color: #6cb030;
	line-height: 1.3
}

.vote {
	margin-bottom: 10px;
	font-size: 14px
}

.vote:after {
	content: "";
	display: table;
	clear: both
}

.vote input {
	display: none
}

.vote label {
	position: relative
}

.vote label:before {
	content: "";
	margin: 0 10px 0 0;
	cursor: pointer;
	position: relative;
	top: -1px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #ccc;
	display: inline-block;
	vertical-align: middle
}

.vote input:checked+label:before {
	box-shadow: inset 0 0 0 4px #e04d89;
	background-color: #e04d89
}

.vote label:hover {
	cursor: pointer;
	color: #ee5256
}

.vcount {
	margin-top: 10px
}

.vote-buts {
	padding: 10px 0 0
}

.vvote {
	width: 50%;
	padding: 0 !important;
	font-size: 14px !important
}

button.vres,
button.vall {
	width: 40px;
	text-align: center;
	padding: 0 !important
}

.ui-icon,
.close {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap
}

#pollbox {
	border-bottom: 1px dashed #e3e3e3;
	padding-bottom: 22px
}

#dle-poll-list,
#searchtable,
.pm-status {
	padding: 0 0 20px;
	border-radius: 6px
}

.bbcodes,
.bbcodes_poll,
{
margin: 10px 10px 0 0
}

.bbcodes_poll {
	width: 100px
}

.fbutton {
	margin-right: 10px
}

fieldset {
	border: 1px solid #bfced6;
	padding: 5px;
	text-align: left
}

.form__header {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.form__title {
	font-size: 24px;
	font-weight: 400;
	flex: 1 1 0;
	max-width: 100%;
	min-width: 50px
}

.form__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px
}

.form__caption {
	width: 200px;
	padding-right: 20px
}

.form__content {
	flex: 1 1 0;
	position: relative;
	max-width: 100%;
	min-width: 50px
}

.form__label--important::after {
	content: "*";
	margin: 0 0 0 5px;
	color: #e85319
}

.form__caption--above {
	width: 100%;
	padding: 15px 20px;
	background-color: #2f343a;
	color: #000
}

.form__btn,
.qq-upload-button,
.pm__links a,
.usp__btn a {
	cursor: pointer;
	display: inline-block;
	border-radius: 4px;
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	background-color: var(--secondary-color);
	color: #000;
	line-height: 40px;
	box-shadow: none;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.form__btn--secondary {
	background-color: #ededed;
	color: #bcc4e9;
	margin-left: 20px
}

.form__btn--find-related {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0 10px;
	font-size: 12px !important
}

.form__btn:hover,
.qq-upload-button:hover,
.pm__links a:hover,
.usp__btn a:hover {
	background-color: var(--primary-color-darker);
	color: #000
}

.form__content--admintag {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-right: -20px
}

.form__content--admintag .checkbox {
	width: 33.33%;
	margin-bottom: 20px;
	padding-right: 20px
}

.checkbox,
.comments_subscribe {
	position: relative;
	padding-left: 50px
}

.checkbox input,
.comments_subscribe input {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	transition: all .2s linear;
	height: 20px;
	width: 40px;
	border-radius: 10px;
	background-color: #ededed;
	cursor: pointer;
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, .1);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px
}

.checkbox input::before,
.comments_subscribe input::before {
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 10px;
	position: absolute;
	left: 1px;
	top: 1px;
	background-color: #bcc4e9;
	transition: all .2s linear
}

.checkbox input:checked,
.comments_subscribe input:checked {
	background-color: #6ab04c
}

.checkbox input:checked::before,
.comments_subscribe input:checked::before {
	left: 21px
}

.findrelated {
	margin-top: 10px;
	padding: 8px 10px;
	background-color: #f6e58d;
	font-size: 12px
}

.form__table {
	width: 100%
}

.form__table td {
	padding-bottom: 20px
}

.form__table .addnews {
	width: 200px
}

.xfields textarea,
.xprofile textarea,
.form__textarea-inside textarea,
#comments_ifr {
	height: 100px !important
}

.xfields input,
.xprofile input {
	max-width: width 100%
}

.xfields_table td {
	vertical-align: top
}

.xfields .bb-editor,
.xfields .wseditor {
	margin-top: 10px
}

.form__content--sec-code input {
	display: inline-block;
	max-width: 210px;
	vertical-align: middle;
	margin-right: 10px;
	height: 80px;
	line-height: 80px;
	font-size: 24px
}

.form__content--sec-code>a {
	display: inline-block;
	vertical-align: middle
}

#result-registration>span {
	display: inline-block;
	margin-top: 10px
}

.form__content select,
#category {
	width: 100% !important
}

.form__content--usertag .checkbox {
	width: 50%
}

.stats__list {
	width: 33.33%;
	margin-bottom: 20px
}

.stats__list li {
	padding: 0 15px 10px 1px
}

.stats h2 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px
}

.stats__latest li {
	margin-bottom: 10px
}

.table-responsive {
	overflow-y: hidden;
	overflow-x: auto
}

.dle-table,
.pm {
	width: 100%;
	border: 1px solid #ededed
}

.dle-table td,
.pm td {
	padding: 10px;
	font-size: 12px;
	border: 1px solid #ededed
}

.dle-table thead tr:nth-child(1),
.pm tr:nth-child(1) {
	background-color: #ededed
}

.dle-table tr:nth-child(2n+2),
.pm tr:nth-child(2n+2) {
	background-color: #242634
}

.pm tr td:first-child {
	width: 37px
}

.pm__links a,
a.pm_list+a {
	margin-right: 20px
}

.pm__status,
#blind-animation {
	margin-bottom: 40px
}

.pm_progress_bar {
	border-radius: 4px;
	margin: 10px 0;
	overflow: hidden;
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, .1);
	background-color: #ededed
}

.pm_progress_bar span {
	background: #6ab04c;
	font-size: 0;
	text-indent: -2000em;
	height: 20px;
	display: block;
	overflow: hidden
}

.pm select {
	width: 100%;
	margin-bottom: 10px
}

.pm-item__img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 20px
}

.pm-item__text {
	margin: 6px 0 10px
}

.pm-item__meta>span {
	margin-right: 20px;
	font-size: 12px
}

.usp {
	border: 1px solid #ededed;
	margin-bottom: 40px;
	background-color: #242634
}

.usp__columns {
	background: #000 url(../dleimages/usp-bg.jpg) center center/cover no-repeat;
	padding: 20px;
	color: #000;
	position: relative
}

.usp__left,
.usp__middle,
.usp__right {
	position: relative;
	z-index: 5
}

.usp__columns::before {
	content: '';
	background-color: var(--secondary-color);
	opacity: .6;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.usp__meta {
	background-color: #ededed;
	padding: 20px
}

.usp__list {
	padding: 20px;
	padding-bottom: 10px
}

.usp__list+.usp__list {
	padding-top: 0
}

.usp__left {
	width: 100px;
	margin-right: 20px;
	text-align: center
}

.usp__right {
	width: 180px;
	margin-left: 20px
}

.usp__img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .2)
}

.usp__status {
	padding: 6px 0;
	border-radius: 4px;
	color: #000;
	margin: 0 10px;
	width: 80px;
	text-align: center;
	white-space: nowrap;
	font-size: 12px
}

.usp__status--online {
	background-color: #6ab04c
}

.usp__status--offline {
	background-color: #eb4d4b
}

.usp__btn a {
	width: 100%
}

.usp__name {
	font-size: 18px;
	font-weight: 400
}

.usp__group {
	font-size: 12px;
	margin-top: 10px
}

.usp__group>b {
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	background-color: #000;
	padding: 3px 6px;
	margin-left: 3px
}

.usp__activity>div {
	margin-left: 20px;
	font-size: 12px
}

.usp__activity>div>div {
	font-size: 18px;
	margin-top: 3px
}

.usp__list li {
	position: relative;
	padding-left: 140px;
	margin-bottom: 10px;
	font-size: 12px;
	width: 48%
}

.usp__list li>span:first-child {
	opacity: .6;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0
}

.usp__list li.no-label {
	padding-left: 0
}

.usp-popup__left {
	width: 80px;
	margin-right: 30px;
	text-align: center
}

.usp-popup__img {
	border-radius: 10px;
	width: 80px;
	height: 80px;
	margin: 0 auto
}

.usp-popup__left .usp__status {
	width: 80px;
	margin: 15px 0 0;
	display: inline-block
}

.usp-popup__list li {
	margin-bottom: 6px;
	font-size: 12px
}

.usp-popup__list li>span:first-child {
	opacity: .6
}

.search-page__title {
	font-size: 18px;
	margin-bottom: 20px
}

.search-page .search>div {
	display: flex;
	justify-content: space-between;
	margin: 0 !important;
	padding: 20px;
	background-color: #ededed;
	border-radius: 6px;
	padding-bottom: 10px
}

.search-page .search br {
	display: none
}

.search-page .search #searchinput {
	flex: 1 1 0;
	margin-right: 20px;
	min-width: 100px
}

.searchstyle {
	width: 480px
}

.search {
	padding: 0
}

#searchtable,
#searchtable td {
	vertical-align: top;
	text-align: left
}

#searchtable fieldset {
	font-size: 11px;
	border: 1px solid #d7d7d7;
	padding: 10px;
	text-align: left;
	margin: 0 4px 4px 0 !important;
	border-radius: 6px
}

fieldset legend {
	font-size: 11px;
	font-weight: 700;
	color: #696969
}

#searchtable table,
#searchtable form {
	margin: 0;
	width: 100%
}

#searchtable select {
	background-color: #000
}

#searchuser,
#searchinput {
	width: 90% !important
}

.search>div {
	margin-bottom: 10px
}

.search input[type=text],
.search select {
	display: block;
	width: 100% !important;
	margin-bottom: 10px
}

.search input[type=checkbox],
.search input[type=radio] {
	margin-right: 5px
}

#searchinput+br,
#searchinput+br+br {
	display: none
}

#loading-layer {
	display: block !important;
	background-color: rgba(0, 0, 0, .6);
	z-index: 9999 !important;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}

#loading-layer::before,
#loading-layer::after {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	content: '';
	background-color: var(--secondary-color);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px
}

#loading-layer::after {
	width: 40px;
	height: 40px;
	margin: -30px 0 0 -30px;
	border: 10px solid rgba(255, 255, 255, .2);
	border-left-color: #000;
	animation: spin 1s infinite linear
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.scriptcode,
.title_spoiler,
.text_spoiler {
	padding: 3px 5px;
	background: #f0f0f0;
	border: 1px solid #e3e3e3
}

.title_quote {
	font-weight: 700;
	margin-bottom: 6px
}

.quote {
	margin: 0 0 20px 40px;
	padding: 10px 20px;
	font: italic 12px Georgia;
	background-color: #000;
	border-left: 3px solid var(--primary-color);
	color: #fff
}

.title_spoiler {
	margin-top: 2px
}

.text_spoiler {
	margin-bottom: 2px
}

.title_spoiler img {
	vertical-align: middle !important;
	margin: 0 5px 0 0;
	border: 0
}

.scriptcode {
	color: #4c6d0f;
	text-align: left;
	font-family: courier new
}

.title_spoiler {
	font-weight: 400
}

.text_spoiler {
	border-top: 0;
	text-align: justify
}

.hide {
	background-color: #f0f0f0;
	padding: 5px;
	color: #000;
	margin: 0 0 1em
}

.hide a {
	text-decoration: underline
}

.hide a:hover {
	text-decoration: none
}

.inhide {
	border: 1px solid #d1e3ef;
	padding: 5px;
	background-color: #000;
	margin-bottom: 5px
}

.calendar {
	font-size: 12px;
	width: 100%;
	color: #444
}

.calendar td,
.calendar th {
	padding: 7px 0;
	vertical-align: middle;
	text-align: center
}

.calendar td.day,
.calendar td.day-active-v,
.calendar th.workday {
	border: 1px solid #e9e9e9;
	background-color: #000
}

.calendar td.weekday,
.calendar td.day-active,
.calendar th.weekday {
	border: 1px solid #e3e3e3;
	background-color: #ebeef3
}

.weekday-active-v,
.day-active-v,
.weekday-active,
.day-active {
	font-weight: 700
}

.day-active a,
.day-active-v a {
	color: #3c6695
}

.calendar td.day-current {
	background: #fd8924
}

.day-current a,
.day-current {
	color: #000 !important
}

th.monthselect {
	text-align: left;
	padding-bottom: 5px
}

th.monthselect b {
	font-weight: 400
}

th.monthselect center {
	text-align: right
}

.archives {
	display: block;
	color: #3c6695;
	margin-bottom: 7px;
	padding-left: 15px;
	font-size: 14px
}

.archives:hover {
	text-decoration: underline
}

.archives b {
	font-weight: 700
}

.archives+br,
#dle_news_archive_link br {
	display: none
}

#dle_news_archive_link .archives {
	color: #000;
	margin-bottom: 0
}

.unit-rating {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='210px' height='19px' viewBox='0 0 210 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-421.000000, -2113.000000)' fill='%23979797' fill-rule='nonzero'%3E%3Cg id='stars' transform='translate(421.000000, 2094.000000)'%3E%3Cg id='stars_light_gray' transform='translate(0.000000, 19.000000)'%3E%3Cg id='star'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(21.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(42.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(63.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(84.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(105.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(126.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(147.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(168.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(189.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 210px 19px;
    background-repeat: no-repeat;
    height: 19px;
    position: relative;
    width: 210px;
}

.unit-rating li {
	text-indent: -90000px;
	padding: 0;
	margin: 0;
	float: left
}

.unit-rating li a {
	display: block;
	width: 17px;
	height: 17px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0
}

.unit-rating li a:hover {
	background: url(../dleimages/rating.png) 0 -17px;
	z-index: 2;
	left: 0
}

.unit-rating a.r1-unit {
	left: 0
}

.unit-rating a.r1-unit:hover {
	width: 17px
}

.unit-rating a.r2-unit {
	left: 17px
}

.unit-rating a.r2-unit:hover {
	width: 34px
}

.unit-rating a.r3-unit {
	left: 34px
}

.unit-rating a.r3-unit:hover {
	width: 51px
}

.unit-rating a.r4-unit {
	left: 51px
}

.unit-rating a.r4-unit:hover {
	width: 68px
}

.unit-rating a.r5-unit {
	left: 68px
}

.unit-rating a.r5-unit:hover {
	width: 85px
}

.unit-rating a.r6-unit {
	left: 85px
}

.unit-rating a.r6-unit:hover {
	width: 102px
}

.unit-rating a.r7-unit {
	left: 102px
}

.unit-rating a.r7-unit:hover {
	width: 119px
}

.unit-rating a.r8-unit {
	left: 119px
}

.unit-rating a.r8-unit:hover {
	width: 136px
}

.unit-rating a.r9-unit {
	left: 136px
}

.unit-rating a.r9-unit:hover {
	width: 153px
}

.unit-rating a.r10-unit {
	left: 153px
}

.unit-rating a.r10-unit:hover {
	width: 170px
}

.unit-rating li.current-rating {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='210px' height='19px' viewBox='0 0 210 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1540.000000, -1012.000000)' fill='%23C8B414' fill-rule='nonzero'%3E%3Cg id='stars' transform='translate(1540.000000, 974.000000)'%3E%3Cg id='stars_yellow' transform='translate(0.000000, 38.000000)'%3E%3Cg id='star'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(21.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(42.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(63.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(84.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(105.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(126.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(147.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(168.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(189.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-size: 210px 19px;
    background-repeat: no-repeat;
    display: block;
    height: 19px;
    position: absolute;
    text-indent: -9999em;
    z-index: 1;
}

.mrating .unit-rating {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 30px;
	position: relative;
	background: url(../dleimages/rating1.png) repeat-x;
	display: inline-block
}

.mrating .unit-rating li {
	text-indent: -90000px;
	padding: 0;
	margin: 0;
	float: left;
	width: 30px;
	height: 30px
}

.mrating .unit-rating li a {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0
}

.mrating .unit-rating li a:hover {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='210px' height='19px' viewBox='0 0 210 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1540.000000, -1031.000000)' fill='%23F8CA00' fill-rule='nonzero'%3E%3Cg id='stars' transform='translate(1540.000000, 974.000000)'%3E%3Cg id='stars_yellow_active' transform='translate(0.000000, 57.000000)'%3E%3Cg id='star'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(21.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(42.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(63.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(84.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(105.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(126.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(147.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(168.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(189.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: 210px 19px;
    background-repeat: no-repeat;
    left: 0 !important;
    z-index: 2;
}

.mrating .unit-rating a.r1-unit {
	left: 0
}

.mrating .unit-rating a.r1-unit:hover {
	width: 30px
}

.mrating .unit-rating a.r2-unit {
	left: 30px
}

.mrating .unit-rating a.r2-unit:hover {
	width: 60px
}

.mrating .unit-rating a.r3-unit {
	left: 60px
}

.mrating .unit-rating a.r3-unit:hover {
	width: 90px
}

.mrating .unit-rating a.r4-unit {
	left: 90px
}

.mrating .unit-rating a.r4-unit:hover {
	width: 120px
}

.mrating .unit-rating a.r5-unit {
	left: 120px
}

.mrating .unit-rating a.r5-unit:hover {
	width: 150px
}

.mrating .unit-rating a.r6-unit {
	left: 150px
}

.mrating .unit-rating a.r6-unit:hover {
	width: 180px
}

.mrating .unit-rating a.r7-unit {
	left: 180px
}

.mrating .unit-rating a.r7-unit:hover {
	width: 210px
}

.mrating .unit-rating a.r8-unit {
	left: 210px
}

.mrating .unit-rating a.r8-unit:hover {
	width: 240px
}

.mrating .unit-rating a.r9-unit {
	left: 240px
}

.mrating .unit-rating a.r9-unit:hover {
	width: 270px
}

.mrating .unit-rating a.r10-unit {
	left: 270px
}

.mrating .unit-rating a.r10-unit:hover {
	width: 300px
}

.mrating .unit-rating li.current-rating {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='210px' height='19px' viewBox='0 0 210 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1540.000000, -1012.000000)' fill='%23C8B414' fill-rule='nonzero'%3E%3Cg id='stars' transform='translate(1540.000000, 974.000000)'%3E%3Cg id='stars_yellow' transform='translate(0.000000, 38.000000)'%3E%3Cg id='star'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(21.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(42.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(63.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(84.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(105.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(126.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(147.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(168.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(189.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 210px 19px;
    background-repeat: no-repeat;
    display: block;
    height: 19px;
    position: absolute;
    text-indent: -9999em;
    z-index: 1;
}

.bb-pane {
	border-bottom: 1px solid #111;
	background-color: #ededed;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 10px 1px 10px 10px;
	border-radius: 10px 10px 0 0;
	position: relative;
	z-index: 10
}

.bb-btn {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	margin-right: 5px;
	color: #ccc;
	cursor: pointer;
	font-size: 14px;
	border-radius: 4px;
	text-align: center;
	transition: all .3s
}

.bb-btn:hover {
	color: #000;
	background-color: #50515e
}

@font-face {
	font-family: bb-editor-font;
	src: url(../webfonts/bb-editor.woff) format('woff');
	font-weight: 400;
	font-style: normal
}

[class^=bb-btn],
[class*=" bb-btn"] {
	font-family: bb-editor-font;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.bb-sel {
	float: left;
	padding: 2px 2px 0
}

.bb-sel select {
	font-size: 11px
}

.bb-sep {
	display: inline-block;
	float: left;
	width: 1px;
	padding: 2px
}

.bb-btn {
	cursor: pointer;
	outline: 0
}

#b_font select {
	padding: 0
}

#b_size select {
	padding: 0
}

#b_b:before {
	content: "\f032"
}

#b_i:before {
	content: "\f033"
}

#b_u:before {
	content: "\f0cd"
}

#b_s:before {
	content: "\f0cc"
}

#b_img:before {
	content: "\f03e"
}

#b_up:before {
	content: "\e930"
}

#b_emo:before {
	content: "\f118"
}

#b_url:before {
	content: "\f0c1"
}

#b_leech:before {
	content: "\e98d"
}

#b_mail:before {
	content: "\f003"
}

#b_video:before {
	content: "\e913"
}

#b_audio:before {
	content: "\e911"
}

#b_hide:before {
	content: "\e9d1"
}

#b_quote:before {
	content: "\e977"
}

#b_code:before {
	content: "\f121"
}

#b_left:before {
	content: "\f036"
}

#b_center:before {
	content: "\f037"
}

#b_right:before {
	content: "\f038"
}

#b_color:before {
	content: "\e601"
}

#b_spoiler:before {
	content: "\e600"
}

#b_fla:before {
	content: "\ea8d"
}

#b_yt:before {
	content: "\f166"
}

#b_tf:before {
	content: "\ea61"
}

#b_list:before {
	content: "\f0ca"
}

#b_ol:before {
	content: "\f0cb"
}

#b_tnl:before {
	content: "\ea61"
}

#b_br:before {
	content: "\ea68"
}

#b_pl:before {
	content: "\ea72"
}

#b_size:before {
	content: "\f034"
}

#b_font:before {
	content: "\f031"
}

#b_header:before {
	content: "\f1dc"
}

#b_sub:before {
	content: "\f12c"
}

#b_sup:before {
	content: "\f12b"
}

#b_justify:before {
	content: "\f039"
}

.bb-pane h1 {
	font-size: 36px;
	margin-top: 5px;
	margin-bottom: 5px
}

.bb-pane h2 {
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 5px
}

.bb-pane h3 {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px
}

.bb-pane h4 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px
}

.bb-pane h5 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px
}

.bb-pane h6 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px
}

.bb-pane-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 180px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 11px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 2px #dadada
}

.bb-pane-dropdown>li>a {
	display: block;
	padding: 3px 10px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap
}

.bb-pane-dropdown>li>a:hover,
.bb-pane-dropdown>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.bb-pane-dropdown .color-palette div .color-btn {
	width: 17px;
	height: 17px;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
	cursor: pointer
}

.bb-pane-dropdown .color-palette {
	padding: 0 5px
}

.bb-editor textarea {
	margin-top: -1px
}

.editorcomm .bb-editor {
	width: 565px
}

.editorcomm .bb-editor textarea {
	height: 200px
}

.quick-edit-text {
	padding: .4em;
	width: 350px
}

.quick-edit-textarea {
	height: 250px;
	padding: 2px;
	border: 1px solid #d7d7d7;
	width: 100%;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

#dropmenudiv {
	font: 12px Arial;
	padding: 10px;
	display: none;
	background: #ededed;
	border-radius: 8px;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .22);
	z-index: 200 !important
}

#dropmenudiv a {
	display: block;
	text-decoration: none;
	padding: 5px 8px;
	width: 154px
}

.highslide-container {
	z-index: 1099 !important
}

.highslide-wrapper,
.highslide-outline {
	background: #000
}

.highslide-image {
	border: 2px solid #000
}

.highslide-active-anchor {
	visibility: hidden
}

.highslide-active-anchor img {
	visibility: hidden
}

.highslide-dimming {
	background-color: #000
}

.highslide-html {
	background-color: #fff
}

.highslide-loading {
	display: block;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #fff;
	background-color: #000
}

a.highslide-full-expand {
	background: url(../dleimages/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px
}

.highslide-display-block {
	display: block
}

.highslide-display-none {
	display: none
}

.highslide-caption {
	display: none;
	padding: 5px;
	background: #fff
}

.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 0 -90px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px
}

.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 100% -90px
}

.highslide-controls li {
	float: left;
	padding: 5px 0
}

.highslide-controls a {
	background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none
}

.highslide-controls a.disabled {
	cursor: default
}

.highslide-controls a span {
	display: none
}

.highslide-controls .highslide-previous a {
	background-position: 0 0
}

.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px
}

.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important
}

.highslide-controls .highslide-play a {
	background-position: -30px 0
}

.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px
}

.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important
}

.highslide-controls .highslide-pause a {
	background-position: -60px 0
}

.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px
}

.highslide-controls .highslide-next a {
	background-position: -90px 0
}

.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px
}

.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important
}

.highslide-controls .highslide-move a {
	background-position: -120px 0
}

.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px
}

.highslide-controls .highslide-full-expand a {
	background-position: -150px 0
}

.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px
}

.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important
}

.highslide-controls .highslide-close a {
	background-position: -180px 0
}

.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px
}

.clouds_xsmall,
.clouds_small,
.clouds_medium,
.clouds_large,
.clouds_xlarge {
	display: inline-block;
	border-radius: 6px;
	margin: 0 3px 6px 0
}

.clouds_xsmall {
	font-size: 1em
}

.clouds_small {
	font-size: 1.1em;
	font-weight: 700
}

.clouds_medium {
	font-size: 1.2em;
	font-weight: 700
}

.clouds_large {
	font-size: 1.3em
}

.clouds_xlarge {
	font-size: 1.4em
}

.clouds_xsmall:hover,
.clouds_small:hover,
.clouds_medium:hover,
.clouds_large:hover,
.clouds_xlarge:hover {}

.cloud-tags span a {
	display: block;
	padding: 5px 7px;
	border: 1px solid #e3e3e3
}

.cloud-tags span a:hover {
	background-color: #3c6695;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	color: #000
}

.tags_more {
	margin-top: 10px
}

#searchsuggestions {
	z-index: 99998;
	width: 244px;
	font-size: 12px;
	background: #000;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

#searchsuggestions a,
#searchsuggestions span {
	display: block
}

#searchsuggestions a,
#searchsuggestions span.notfound {
	padding: 10px 15px;
	border-bottom: 1px solid #f5f5f5
}

#searchsuggestions a {
	color: #010101
}

#searchsuggestions a:hover {
	background-color: #f5f6f8
}

#searchsuggestions span.searchheading {
	margin-bottom: 10px;
	font-size: 16px
}

#searchsuggestions span.searchheading+span {
	color: #949494
}

#searchsuggestions span.seperator a {
	padding: 10px 0;
	text-align: center;
	background-color: #444;
	color: #000
}

#searchsuggestions span.notfound {
	padding: 15px 20px
}

#searchsuggestions .break,
#searchsuggestions span.seperator {
	display: none
}

@media screen and (max-width:960px) {
	#searchsuggestions {
		width: calc(100% - 40px)
	}
}

.ui-widget-overlay {
	background: #000;
	opacity: .5;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed
}

* html .ui-helper-clearfix {
	height: 1%
}

.ui-helper-clearfix {
	display: block
}

.ui-dialog {
	background-color: #ededed;
	position: absolute;
	width: 500px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
	border-radius: 10px;
	overflow: hidden
}

.ui-dialog-titlebar {
	background-color: var(--secondary-color);
	color: #000
}

.ui-dialog-title {
	display: block;
	font-size: 18px;
	padding: 15px 60px 15px 30px
}

.ui-dialog .ui-dialog-content {
	padding: 30px;
	overflow: auto;
	position: relative
}

.ui-dialog .ui-dialog-buttonpane {
	padding: 15px 25px;
	text-align: center;
	background-color: #ededed
}

.ui-icon-closethick {
	cursor: pointer;
	position: absolute;
	right: 7px;
	top: 7px;
	width: 40px;
	height: 40px
}

.ui-icon-closethick:before {
	content: "\f00d";
	font-family: 'font awesome 5 pro';
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: 0;
	font-size: 18px;
	display: block
}

.ui-dialog .ui-dialog-content>br {
	display: none
}

.ui-dialog .ui-dialog-buttonpane button {
	height: 30px !important;
	line-height: 30px !important;
	margin: 0 5px;
	padding: 0 15px !important;
	font-size: 12px !important
}

.ui-dialog .ui-resizable-se {
	bottom: 3px;
	height: 14px;
	right: 3px;
	width: 14px
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-state-error {
	background: #fef1ec 50% 50% repeat-x !important;
	border: 1px solid #cd0a0a;
	color: #cd0a0a
}

.voteprogress,
.pollprogress {
	overflow: hidden;
	height: 15px;
	margin-bottom: 5px;
	background-color: #f7f7f7;
	background: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	border-radius: 4px
}

.voteprogress span,
.pollprogress span {
	color: blackfff;
	text-align: center;
	text-indent: -2000em;
	height: 15px;
	display: block;
	overflow: hidden;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background: #0e90d2;
	background: linear-gradient(to bottom, #149bdf, #0480be)
}

.voteprogress .vote2,
span.poll1 {
	background-color: #dd514c;
	background: linear-gradient(to bottom, #ee5f5b, #c43c35)
}

.voteprogress .vote3,
span.poll2 {
	background-color: #5eb95e;
	background: linear-gradient(to bottom, #62c462, #57a957)
}

.voteprogress .vote4,
span.poll3 {
	background-color: #4bb1cf;
	background: linear-gradient(to bottom, #5bc0de, #339bb9)
}

.voteprogress .vote5,
span.poll4 {
	background-color: #faa732;
	background: linear-gradient(to bottom, #fbb450, #f89406)
}

.ui-autocomplete {
	position: absolute;
	cursor: default
}

* html .ui-autocomplete {
	width: 1px
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	float: left;
	background: #000 50% bottom repeat-x;
	border: 1px solid #dedede;
	color: #222
}

.ui-menu .ui-menu {
	margin-top: -3px
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: 400;
	margin: -1px;
	border: 1px solid #a7a7a7;
	color: #4e4e4e;
	font-weight: 700
}

pre {
	display: block;
	padding: 10px;
	background: #3f3f3f;
	color: #dcdcdc;
	text-shadow: 0 1px 1px #000;
	box-shadow: inset 0 2px 15px rgba(0, 0, 0, .5);
	font-family: Consolas, courier new, monospace;
	font-size: 14px;
	line-height: 18px;
	border-radius: 4px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word
}

pre .tag,
pre.css .class,
pre.css .id,
pre.lisp .title,
pre.nginx .title,
pre .request,
pre .status,
pre .clojure .attribute {
	color: #e3ceab
}

pre.django .template_tag,
pre.django .variable,
pre.django .filter .argument {
	color: #dcdcdc
}

pre .number,
pre .date {
	color: #8cd0d3
}

pre.dos .envvar,
pre.dos .stream,
pre .variable,
pre.apache .sqbracket {
	color: #efdcbc
}

pre.dos .flow,
pre.diff .change,
pre.python .exception,
pre.python .built_in,
pre .literal,
pre.tex .special {
	color: #efefaf
}

pre.diff .chunk,
pre .subst {
	color: #8f8f8f
}

pre.dos .keyword,
pre.python .decorator,
pre .title,
pre.haskell .type,
pre.diff .header,
pre.ruby .class .parent,
pre.apache .tag,
pre.nginx .built_in,
pre.tex .command,
pre .prompt {
	color: #efef8f
}

pre.dos .winutils,
pre.ruby .symbol,
pre.ruby .symbol .string,
pre.ruby .string {
	color: #dca3a3
}

pre.diff .deletion,
pre .string,
pre .tag .value,
pre .preprocessor,
pre .pragma,
pre .built_in,
pre.sql .aggregate,
pre .javadoc,
pre.smalltalk .class,
pre.smalltalk .localvars,
pre.smalltalk .array,
pre.css .rules .value,
pre .attr_selector,
pre .pseudo,
pre.apache .cbracket,
pre.tex .formula,
pre.coffeescript .attribute {
	color: #cc9393
}

pre .shebang,
pre.diff .addition,
pre .comment,
pre.java .annotation,
pre .template_comment,
pre .pi,
pre .doctype {
	color: #7f9f7f
}

pre.coffeescript .javascript,
pre.javascript .xml,
pre.tex .formula,
pre.xml .javascript,
pre.xml .vbscript,
pre.xml .css,
pre.xml .cdata {}

#marker-bar,
#txtselect_marker {
	display: block;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	z-index: 1200;
	opacity: 0;
	transition: opacity .4s, visibility .1s linear .4s
}

#txtselect_marker {
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: url(../dleimages/marker.png) 0 0 no-repeat
}

#txtselect_marker:hover {
	background-position: 0 -32px
}

#marker-bar {
	border: 1px solid #ccc;
	border-radius: 15px;
	background: #000;
	padding: 5px 10px;
	cursor: default;
	box-shadow: 0 0 4px #ccc
}

#marker-bar.show,
#txtselect_marker.show {
	visibility: visible;
	transition: opacity .4s, visibility 0s;
	opacity: 1
}

#marker-bar .masha-social,
#marker-bar .masha-marker {
	cursor: pointer;
	display: block;
	margin: 0 5px;
	float: left
}

#marker-bar .masha-marker {
	line-height: 1em;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	margin-right: 10px
}

#marker-bar .masha-marker:hover {
	color: #ea3e26;
	border-color: #ea3e26
}

.user_selection,
.user_selection_true {
	background: #c4f47d;
	padding: 2px 0
}

.user_selection a.txtsel_close,
.user_selection_true a.txtsel_close {
	display: none
}

.user_selection .closewrap,
.user_selection_true .closewrap {
	position: relative
}

.user_selection.hover a.txtsel_close,
.user_selection_true.hover a.txtsel_close {
	display: inline-block;
	position: absolute;
	top: -7px;
	left: -5px;
	width: 33px;
	height: 33px;
	background: url(../dleimages/closemarker.png) 0 0 no-repeat
}

.user_selection.hover a.txtsel_close:hover,
.user_selection_true.hover a.txtsel_close:hover {
	background-position: 0 -33px
}

#share-popup {
	background: #000;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	position: absolute;
	width: 414px;
	display: none;
	z-index: 100;
	padding: 10px 0;
	opacity: 0;
	transition: opacity .4s, visibility .1s linear .4s
}

#share-popup.show {
	display: block;
	opacity: 1;
	transition: opacity .4s, visibility 0s
}

#share-popup .social {
	padding: 0 0 10px 17px;
	height: 40px
}

#share-popup .social p {
	padding-bottom: 10px;
	margin: 0;
	font-weight: 700
}

#share-popup .social ul {
	list-style: none;
	margin: 0;
	padding: 0
}

#share-popup .social ul li {
	float: left;
	margin-right: 20px;
	padding-top: 2px;
	position: relative
}

#share-popup .social ul a {
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	color: #aaa;
	padding-left: 25px
}

#share-popup .social ul a:hover {
	text-decoration: underline;
	color: #ea3e26
}

#share-popup .social a span {
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(../dleimages/social-icons.png) 20px 20px no-repeat;
	position: absolute;
	left: 0;
	top: 0
}

#share-popup .social .tw span {
	background-position: 0 -20px
}

#share-popup .social .tw:hover span {
	background-position: 0 0
}

#share-popup .social .fb span {
	background-position: -20px -20px
}

#share-popup .social .fb:hover span {
	background-position: -20px 0
}

#share-popup .social .vk span {
	background-position: -40px -20px
}

#share-popup .social .vk:hover span {
	background-position: -40px 0
}

#share-popup .social .gp span {
	background-position: -60px -20px
}

#share-popup .social .gp:hover span {
	background-position: -60px 0
}

#share-popup .link {
	clear: both;
	border-top: 1px solid #d9d9d9;
	padding: 10px 5px 0 10px;
	line-height: 1.2;
	overflow: hidden;
	margin: 0 7px
}

#share-popup .link p {
	font-weight: 700;
	padding: 0 0 3px;
	margin: 0
}

#share-popup .link span {
	color: #999;
	font-size: 10px;
	display: block;
	padding-top: 3px
}

#share-popup .link a {
	display: block
}

#dlefastreplycomments {
	padding: 10px;
	background: #f7f6e5;
	margin: 10px 0 5px 30px
}

.commentsreplyname {
	padding: 2px;
	border: 1px solid #bcc0c2;
	width: 200px;
	background: #000
}

#dlereplypopup form>div {
	margin-bottom: 5px
}

#dlereplypopup form input[type=text] {
	height: 30px;
	line-height: 30px
}

#dlereplypopup form textarea {
	height: 80px
}

.pollallvotes {
	text-align: center;
	margin-top: 10px
}

.emoji {
	border: none;
	vertical-align: middle;
	width: 22px;
	height: 22px
}

.xfieldsrow {
	padding-top: 5px;
	clear: both
}

.xfieldscolleft {
	float: left;
	width: 30%
}

.xfieldscolright {
	float: left;
	width: 70%
}

.file-box {
	width: 95%;
	max-width: 437px;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	background-color: #f5f5f5;
	padding: 10px;
	margin-top: 10px
}

.qq-uploader {
	position: relative;
	width: 100%
}

.qq-upload-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	max-width: 437px;
	background: #ff9797;
	text-align: center
}

.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -8px;
	font-size: 16px
}

.qq-upload-drop-area-active {
	background: #ff7171
}

.uploadedfile {
	width: 115px;
	height: 130px;
	margin: 10px 5px 5px;
	border: 1px solid #b3b3b3;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	text-align: center;
	background: blackfff
}

.uploadedfile .uploadimage {
	margin-top: 5px;
	width: 115px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: move
}

.sortable-ghost {
	opacity: .4
}

.uploadedfile .info {
	text-align: left;
	white-space: nowrap;
	margin: 0 5px;
	overflow: hidden
}

.progress {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	height: 10px;
	border-radius: 8px;
	background: #eee;
	box-shadow: 0 1px 0 #fff, 0 0 0 1px rgba(0, 0, 0, .1) inset, 0 1px 4px rgba(0, 0, 0, .2) inset
}

.progress .progress-bar {
	float: left;
	width: 0%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	transition: width .6s ease;
	border-radius: 8px;
	box-shadow: none;
	height: 8px
}

.progress-bar span {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0
}

.progress-blue {
	background-image: linear-gradient(to bottom, #9bcff5 0%, #6db9f0 100%);
	background-repeat: repeat-x;
	border: 1px solid #55aeee
}

.xfieldimagegallery {
	margin: 20px -5px;
	list-style: none;
	clear: both
}

.xfieldimagegallery:after {
	content: "";
	display: table;
	clear: both
}

.xfieldimagegallery li {
	list-style: none;
	margin: 0
}

.xfieldimagegallery li img {
	float: left;
	margin: 5px;
	border: 5px solid #000;
	width: 150px;
	height: 100px
}

.xfieldimagegallery li img:hover {
	box-shadow: 0 0 7px rgba(0, 0, 0, .4)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65
}

.dle-captcha {
	position: relative
}

.dle-captcha:after {
	clear: both;
	display: block;
	content: ""
}

.dle-captcha>a {
	float: left;
	margin-right: 5px
}

.dle-captcha img {
	position: relative;
	display: block;
	width: 130px;
	height: 46px;
	transition: all ease .2s
}

.dle-captcha>input {
	float: left;
	width: 130px
}

.xfieldsnote {
	color: #838383;
	font-size: .9em
}

.instagram-media,
.twitter-tweet {
	display: inline-block !important
}

.ui-front {
	z-index: 1000
}

.ui-button-icon-only {
	overflow: hidden;
	text-indent: -9999px
}

button.ui-dialog-titlebar-close {
	background-color: transparent !important;
	position: absolute;
	right: 0;
	top: 0
}

.emoji_box {
	width: 100%;
	max-width: 390px
}

.emoji_category {
	padding: 7px;
	clear: both
}

.emoji_list {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	font-family: apple color emoji, segoe ui emoji, notocoloremoji, segoe ui symbol, android emoji, emojisymbols;
	font-size: 2em
}

.emoji_symbol {
	float: left;
	margin-bottom: 10px;
	width: 12.5%;
	text-align: center
}

.emoji_symbol a,
.emoji_symbol a:hover {
	cursor: pointer;
	text-decoration: none
}

.native-emoji {
	font-size: 1.3em;
	font-family: apple color emoji, segoe ui emoji, notocoloremoji, segoe ui symbol, android emoji, emojisymbols
}

@media screen and (max-width:760px) {

	.form__caption:not(.form__caption--above),
	.form__table .addnews {
		width: 120px;
		font-size: 12px
	}

	.form__content--admintag .checkbox {
		width: 100%
	}

	.usp {
		margin-left: -20px;
		margin-right: -20px
	}

	.usp__list li {
		width: 100%
	}
}

@media screen and (max-width:590px) {
	.form__title {
		font-size: 18px
	}

	.form__header .form__btn .far {
		display: none
	}

	.form__btn--find-related {
		position: static;
		width: 100%;
		margin-top: 10px
	}

	.qq-upload-button,
	.pm__links li,
	.stats__list {
		width: 100% !important
	}

	.form__row--without-label>.form__btn,
	.pm__links li a {
		width: 100%;
		margin: 10px 0 0
	}

	.form__content--sec-code input {
		max-width: 100%;
		width: 100%;
		margin: 0 0 10px;
		height: 40px;
		line-height: 40px;
		font-size: 16px
	}

	.usp__right,
	.usp__meta .usp__btn {
		width: 100%;
		margin-top: 20px;
		margin-left: 0
	}

	.usp__left {
		width: 60px;
		margin-right: 10px
	}

	.usp__img {
		width: 60px;
		height: 60px
	}

	.usp__status {
		width: auto;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px
	}

	.usp__activity {
		justify-content: flex-end;
		text-align: right
	}

	.ui-dialog {
		width: 100% !important
	}

	.usp-popup__left {
		margin: 0 auto 15px;
		width: 100%
	}

	.ui-dialog .ui-dialog-buttonpane button {
		margin: 0 0 5px;
		width: 100%
	}

	#dofullsearch,
	#searchsuggestions span.seperator {
		display: none !important
	}

	.dcont button {
		font-size: 12px;
		padding: 0 15px !important
	}

	.comments-tree-list .comments-tree-list {
		padding-left: 0 !important
	}

	.comments-tree-list .comments-tree-list:before {
		display: none
	}

	.mass_comments_action {
		display: none
	}
}

.myd-table-info {
	border-spacing: 10px 10px;
	width: 100%;
	background: linear-gradient(90deg, #f598a8, #f6edb2);
	color: #000;
	text-align: center;
	border-radius: 5px
}

.myd-table-info td {
	padding: 0 0 10px 40px;
	text-align: left
}

.myd-table-td-main {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center !important;
	text-transform: uppercase
}

@media only screen and (max-width:420px) {
	.myd-table-info td {
		padding: 0 0 10px 10px;
		text-align: left
	}

	.myd-table-td-main {
		font-size: 14px;
		padding: 0 !important
	}
}

.ism-slider>ol,
.ism-slider>ol>li,
.ism-slider>ol>li>img {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0
}

.ism-slider {
	overflow: hidden;
	position: relative;
	padding: 0 !important;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	z-index: 2;
	background-color: rgba(0, 0, 0, .1);
	-webkit-animation: ism-fadein 3s;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}

@-webkit-keyframes ism-fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes ism-loading {
	50% {
		left: 120px
	}
}

.ism-slider .ism-slides {
	list-style: none;
	position: absolute;
	height: 100%;
	top: 0;
	padding: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 1
}

.ism-slider li.ism-slide {
	height: 100%;
	overflow: hidden;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #d5d5d5;
	text-align: center
}

.ism-slider .ism-img-frame {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%
}

.ism-slider a.ism-image-link {
	position: absolute;
	color: inherit;
	text-decoration: none;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ism-slider .ism-img {
	display: block;
	border: none;
	position: absolute;
	pointer-events: none
}

.ism-button,
.ism-pause-button {
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	text-align: center;
	z-index: 6;
	cursor: pointer;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center
}

.ism-pause-button {
	display: none;
	left: 50%
}

.ism-slider:hover .ism-pause-button {
	display: block
}

.ism-caption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1em;
	text-shadow: none;
	line-height: 1.2em;
	padding: .25em .5em;
	width: auto;
	height: auto;
	text-align: center;
	visibility: hidden
}

a.ism-image-link .ism-caption,
a.ism-caption {
	text-decoration: none;
	font-weight: 400
}

a.ism-caption:hover {
	text-decoration: underline
}

.ism-caption-0 {
	z-index: 3
}

.ism-caption-1 {
	z-index: 4
}

.ism-caption-2 {
	z-index: 5
}

.ism-radios {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
	font-size: 1px
}

.ism-slider .ism-radios {
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 6;
	bottom: 5px;
	left: 0;
	right: 0;
	width: auto;
	background-color: transparent;
	padding: 0 7px;
	height: 0;
	overflow: visible
}

.ism-slider .ism-radios.ism-radios-as-thumbnails {
	bottom: 5px
}

.ism-radios li {
	position: relative;
	display: inline-block;
	margin: 0 3px;
	padding: 0
}

.ism-radios input.ism-radio {
	display: none
}

.ism-radios label {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	text-decoration: none;
	cursor: pointer
}

.ism-radios-as-thumbnails label {
	-webkit-background-size: 120% auto;
	-moz-background-size: 120% auto;
	-o-background-size: 120% auto;
	background-size: 120% auto;
	background-position: center center;
	background-repeat: no-repeat;
	border: 2px solid rgba(255, 255, 255, .6);
	opacity: .8
}

.ism-radios-as-thumbnails label:hover {
	border: 2px solid #000;
	opacity: 1
}

.ism-radios-as-thumbnails li.active label {
	border: 2px solid #fff;
	opacity: 1
}

p.ism-badge {
	margin: 0 auto;
	text-align: right;
	font-size: 10px;
	padding-top: 1px;
	color: #ccc;
	font-family: sans-serif;
	font-weight: 400
}

p.ism-badge a.ism-link {
	color: inherit;
	text-decoration: none;
	margin-right: .25em
}

p.ism-badge a.ism-link:hover {
	color: #aaa;
	text-decoration: underline
}

.ism-zoom-in {
	-webkit-animation: zoomin .81s linear 1;
	animation: zoomin .81s linear 1
}

@-webkit-keyframes zoomin {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(3);
		transform: scale(3)
	}
}

@keyframes zoomin {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(3);
		transform: scale(3)
	}
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes slidein {
	0% {
		-webkit-transform: translate(-1200px, 0);
		transform: translate(-1200px, 0)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes slidein {
	0% {
		-webkit-transform: translate(-1200px, 0);
		transform: translate(-1200px, 0)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-webkit-keyframes popin {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@keyframes popin {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

.ism-zoom-pan {
	-webkit-animation: zoompan 20s linear 1;
	animation: zoompan 20s linear 1
}

@-webkit-keyframes zoompan {
	0% {
		-webkit-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1)
	}

	50% {
		-webkit-transform: translate(-5%, -5%) scale(1.3);
		transform: translate(-5%, -5%) scale(1.3)
	}

	100% {
		-webkit-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1)
	}
}

@keyframes zoompan {
	0% {
		-webkit-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1)
	}

	50% {
		-webkit-transform: translate(-5%, -5%) scale(1.3);
		transform: translate(-5%, -5%) scale(1.3)
	}

	100% {
		-webkit-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1)
	}
}

.ism-zoom-rotate {
	-webkit-animation: zoomrotate 20s linear 1;
	animation: zoomrotate 20s linear 1
}

@-webkit-keyframes zoomrotate {
	0% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1)
	}

	50% {
		-webkit-transform: rotate(-5deg) scale(1.3);
		transform: rotate(-5deg) scale(1.3)
	}

	100% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1)
	}
}

@keyframes zoomrotate {
	0% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1)
	}

	50% {
		-webkit-transform: rotate(-5deg) scale(1.3);
		transform: rotate(-5deg) scale(1.3)
	}

	100% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1)
	}
}

#myd-sl {
	width: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

#myd-sl-ism-badge {
	width: 100%
}

#myd-sl:before {
	content: '';
	display: block;
	padding-top: 25%
}

@media only screen and (max-width:450px) {
	#myd-sl:before {
		content: '';
		display: block;
		padding-top: 50%
	}

	.myd-tablo-h3 {
		font-size: 14px
	}

	.ism-caption-0 p {
		font-size: 13px
	}

	#myd-sl .ism-caption-0 {
		left: 15% !important
	}
}

#myd-sl .ism-frame {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%
}

#myd-sl .ism-button {
	display: block;
	width: 50px;
	height: 50px;
	background-size: 16px 16px;
	top: 50%;
	margin-top: -25px;
	color: #000;
	background-color: transparent;
	display: block;
	visibility: visible
}

#myd-sl .ism-button-prev {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEX///////////////////////////////////////////9/gMdvAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAuUAAALlARv+XnsAAABUSURBVEjH7dYxCgAgEAPB8weX/39WFBtBbsFSY2sYyzXicDLq0wQDKQGQAKiJAZTEvC+IRgPBYAEyYOB1AAf4hAkTXxB5nySOGmaRw4pp5rhv34MOQwscJ7/MrxQAAAAASUVORK5CYII=);
	left: 10px
}

#myd-sl .ism-button-next {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEX///////////////////////////////////////////9/gMdvAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAuUAAALlARv+XnsAAABYSURBVEjH7dYxDoAwDEPR5Ab1/S8LVEgsyL8SG3XWWK/dnKpnumA0/L4lAOSJE/DEtXfEBBxxBwYFBH8IEWJbggL4RIAAPwFWC+VDqXEtYrFyNWO5v58HB4q9HAkl7KTYAAAAAElFTkSuQmCC);
	right: 10px
}

#myd-sl .ism-pause-button {
	width: 50px;
	height: 50px;
	background-size: 16px 16px;
	top: 50%;
	margin-top: -25px;
	border-radius: 25px;
	margin-left: -25px;
	color: #000;
	background-color: transparent
}

#myd-sl .ism-button-prev:hover {
	left: 7px
}

#myd-sl .ism-button-next:hover {
	right: 7px
}

#myd-sl .ism-radios {
	display: none;
	height: 20px;
	text-align: center
}

#myd-sl .ism-radios label {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	color: #000;
	background-color: rgba(255, 255, 255, .5)
}

#myd-sl .ism-radios li.active label {
	background-color: #fff
}

#myd-sl .ism-radios label:hover {
	background-color: rgba(255, 255, 255, .8)
}

#myd-sl .ism-slide-0 .ism-img-frame {
	width: 100%
}

#myd-sl .ism-slide-0 .ism-img {
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

#myd-sl .ism-slide-1 .ism-img-frame {
	width: 100%
}

#myd-sl .ism-slide-1 .ism-img {
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

#myd-sl .ism-slide-2 .ism-img-frame {
	width: 100%
}

#myd-sl .ism-slide-2 .ism-img {
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

#myd-sl .ism-slide-0 .ism-caption-0 {
	font-size: 1.25em;
	font-family: sans-serif;
	position: absolute;
	top: 10%;
	left: 5%;
	border-radius: 4px;
	border: none;
	color: #000;
	background-color: rgba(0, 0, 0, .7)
}

#myd-sl .ism-slide-0 .ism-caption-1 {
	font-size: 1.25em;
	font-family: sans-serif;
	position: absolute;
	top: 60%;
	left: 40%;
	border-radius: 4px;
	border: none;
	color: #000;
	background-color: rgba(0, 0, 0, .7)
}

#myd-sl .ism-slide-0 .ism-caption-2 {
	font-size: 1.25em;
	font-family: sans-serif;
	position: absolute;
	top: 20%;
	left: 60%;
	border-radius: 4px;
	border: none;
	color: #000;
	background-color: rgba(0, 0, 0, .7)
}

#myd-sl .ism-slide-1 .ism-caption-0 {
	font-size: 1.25em;
	font-family: sans-serif;
	position: absolute;
	top: 10%;
	left: 5%;
	border-radius: 4px;
	border: none;
	color: #000;
	background-color: rgba(0, 0, 0, .7)
}

#myd-sl .ism-slide-1 .ism-caption-1 {
	font-size: 1.25em;
	font-family: sans-serif;
	position: absolute;
	top: 60%;
	left: 40%;
	border-radius: 4px;
	border: none;
	color: #000;
	background-color: rgba(0, 0, 0, .7)
}

#myd-sl .ism-slide-1 .ism-caption-2 {
	font-size: 1.25em;
	font-family: sans-serif;
	position: absolute;
	top: 20%;
	left: 60%;
	border-radius: 4px;
	border: none;
	color: #000;
	background-color: rgba(0, 0, 0, .7)
}

#myd-sl .ism-slide-2 .ism-caption-0 {
	font-size: 1.25em;
	font-family: sans-serif;
	position: absolute;
	top: 10%;
	left: 5%;
	border-radius: 4px;
	border: none;
	color: #000;
	background-color: rgba(0, 0, 0, .7)
}

#myd-sl .ism-slide-2 .ism-caption-1 {
	font-size: 1.25em;
	font-family: sans-serif;
	position: absolute;
	top: 60%;
	left: 40%;
	border-radius: 4px;
	border: none;
	color: #000;
	background-color: rgba(0, 0, 0, .7)
}

#myd-sl .ism-slide-2 .ism-caption-2 {
	font-size: 1.25em;
	font-family: sans-serif;
	position: absolute;
	top: 20%;
	left: 60%;
	border-radius: 4px;
	border: none;
	color: #000;
	background-color: rgba(0, 0, 0, .7)
}


/*--- RATING ---*/
.unit-rating{list-style:none;margin:0;padding:0;width:171px;height:17px;position:relative;
background:url(../dleimages/rating.png) repeat-x; display:inline-block;}
.unit-rating li{text-indent:-90000px;padding:0;margin:0;float:left}
.unit-rating li a{display:block;width:17px;height:17px;text-decoration:none;text-indent:-9000px;
z-index:17;position:absolute;padding:0}
.unit-rating li a:hover{background:url(../dleimages/rating.png) 0 -17px;z-index:2;left:0}
.unit-rating a.r1-unit{left:0}
.unit-rating a.r1-unit:hover{width:17px}
.unit-rating a.r2-unit{left:17px}
.unit-rating a.r2-unit:hover{width:34px}
.unit-rating a.r3-unit{left:34px}
.unit-rating a.r3-unit:hover{width:51px}
.unit-rating a.r4-unit{left:51px}
.unit-rating a.r4-unit:hover{width:68px}
.unit-rating a.r5-unit{left:68px}
.unit-rating a.r5-unit:hover{width:85px}
.unit-rating a.r6-unit{left:85px}
.unit-rating a.r6-unit:hover{width:102px}
.unit-rating a.r7-unit{left:102px}
.unit-rating a.r7-unit:hover{width:119px}
.unit-rating a.r8-unit{left:119px}
.unit-rating a.r8-unit:hover{width:136px}
.unit-rating a.r9-unit{left:136px}
.unit-rating a.r9-unit:hover{width:153px}
.unit-rating a.r10-unit{left:153px}
.unit-rating a.r10-unit:hover{width:170px}
.unit-rating li.current-rating{background:url(../dleimages/rating.png) 0 -34px;position:absolute;
height:17px;display:block;text-indent:-9000px;z-index:1}