body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

img, object, embed {
	vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

nav {
	padding-bottom: 5px;
}

#info_bar {
	color: white;
	font-weight: bold;
}

.info_bar_content {
	position: relative;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	border: 1px solid white;
	padding: 5px;
	color: #ffd200;
	background: #3d3d3d;
}
.info_bar_content img {
	vertical-align: inherit;
}

.info_bar_content a {
	color: #ffd200;
	text-decoration: none;
}

.info_bar_content a:hover {
	color: white;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

a * {
	cursor: pointer;
}

html {
	height: 100%;
	min-width: 1235px;
	background: #e1e1e1 url(/images/pattern.gif) 50% 0;
}

body {
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	min-height: 100%;
	position: relative;
	color: #7B797B;
	background: url(/images/header-bar.png) repeat-x 0 38px; #E1E1E1;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

a {
	color: grey;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

input, select, textarea {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.container {
	width: 1235px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.hidden {
	display: none;
}

.movable-top,
.movable-bottom {
	position: relative;
}

.country {
	margin: 1px 3px 1px 0;
}

.page-error {
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #e44242;
	border: 1px solid #e44242;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	margin: 20px 0 0;
}

/* forms */
form .two-sections:after {
	content: "";
	display: block;
	clear: both;
}

form .two-sections .section-one {
	float: left;
	width: 660px;
	margin: 3px;
}

form .two-sections .section-two {
	float: left;
	width: 320px;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	background: url(/images/separator.png) repeat-y;
}

form .section-title {
	display: block;
	font-size: 16px;
	line-height: 18px;
	margin: 15px 0 0;
	border-bottom: 1px solid #5a5a5a;
}

form .section-title:first-child {
	margin: 0;
}

form .section-title.expand {
	padding: 0 5px;
	cursor: pointer;
	background: url(/images/ico-expand.gif) 100% 3px no-repeat;
}

form .section-title.collapse {
	padding: 0 5px;
	cursor: pointer;
	background: url(/images/ico-collapse.gif) 100% 3px no-repeat;
}

form .row {
	display: block;
	position: relative;
	width: 100%;
	margin: 15px 0 0;
}

form .row:after {
	content: "";
	display: block;
	clear: both;
}

form .row:first-child {
	margin: 0;
	padding-top: 16px;
}

form label {
	display: block;
	overflow: hidden;
	color: #444;
	margin: 0 0 4px;
}

form label.error {
	color: #e44242;
	font-weight: bold;
}

form label.field-label:after {
	content: ":";
}

form label.field-label.required {
	font-weight: bold;
	color: #444;
}
form label.field-label.required:after {
	content: " (*):";
}

form .button-group .row {
	margin: 6px 0 0 0;
}

form .button-group .row:first-child {
	margin: 0;
}

form .button-group .row label {
	float: left;
	color: #9b9b9b;
	margin: 0 15px 0 0;
	cursor: pointer;
}

form .radio,
form .checkbox {
	width: 14px;
	height: 14px;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
}

form .submit {
	height: 30px;
	text-align: center;
	color: #4e4e4e;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding: 0 10px;
	cursor: pointer;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d5d5d5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d5d5d5 100%);
	-webkit-appearance: none;
}

form .submit.active {
	color: #a2a2a2;
}

form .submit:disabled {
	cursor: default;
	color: #a7a7a7;
}

form .submit:enabled:hover {
	background-color: rgb(255,255,255);
	color: #333;
}

form .textfield,
form .textarea,
form .selectbox,
form .file {
	border: 1px solid #3a3a3a;
	padding: 6px 5px;
	color: #9b9b9b;
	background: #fff;
	-webkit-box-shadow: inset 0 0 10px rgba(6, 6, 6, 0.2);
	box-shadow: inset 0 0 10px rgba(6, 6, 6, 0.2);
	width: 100%;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form .textarea {
	resize: vertical;
	height: auto;
}

form .selectbox {
	padding: 5px;
}

form .date .selectbox {
	width: auto;
}

form .file {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	opacity: 0;
	font-size: 200px;
	filter: alpha(opacity=0);
}

form .textfield:focus,
form .textarea:focus,
form .selectbox:focus,
form .file:focus {
	border: 1px solid #5a5a5a;
}

form .textfield.error,
form .textarea.error,
form .selectbox.error,
form .file.error,
form fieldset.error .textfield,
form fieldset.error .textarea,
form fieldset.error .selectbox,
form fieldset.error .file {
	border: 1px solid #e44242;
}

form .file-control {
	position: relative;
	width: 100%;
	height: 30px;
}

form .file-control .textfield {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 19px;
}

form .file-control .button {
	position: absolute;
	left: 3px;
	top: 3px;
	bottom: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 5px 2px 5px;
	font-size: 14px;
	line-height: 16px;
	color: #4e4e4e;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d5d5d5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d5d5d5 100%);
}

form .file-control .button.disabled {
	color: #a7a7a7;
}

form .list-selector-popup {
	position: absolute;
	width: 90%;
	height: 160px;
	left: 5%;
	bottom: 46px;
	background: #d5d5d5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

form .list-selector-popup:after {
	position: absolute;
	content: "";
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 10px solid #c5c5c5;
	left: 45%;
	bottom: -10px;
}

form .list-selector-popup .button-group {
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	top: 8px;
	left: 8px;
	bottom: 38px;
	right: 8px;
}

form .list-selector-popup .button-group .item {
	display: inline-block;
	width: 32%;
	padding-bottom: 10px;
	vertical-align: top;
}

form .list-selector-popup .button-group .item label {
	color: #4e4e4e;
	margin: 0 15px 0 0;
	cursor: pointer;
}

form .list-selector-popup .filter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: #c5c5c5;
	border: none;
}

form .list-selector-popup .filter input {
	width: 100%;
	height: 100%;
	padding: 2px 10px;
	border: none;
	background: #c5c5c5;
	color: #4e4e4e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form .bottom {
	background: url(/images/divider.png) left 10px repeat-x;
	overflow: hidden;
	padding: 20px 0 0;
	clear: both;
	position: relative;
}

form .bottom a {
	color: #7B797B;
	font-size: 12px;
	line-height: 16px;
}

form .bottom a:hover {
	color: #f56c08;
}

form .bottom .links {
	float: left;
	margin: 0 0 0 10px;
}

form .bottom .submit {
	float: left;
	margin: 0 10px 0 0;
}

form .bottom .submit.right {
	float: right;
	margin: 0 0 0 10px;
}

form .captcha-control {
	height: 52px;
	overflow: hidden;
}

form .captcha-control .image {
	float: left;
	border: 0;
	width: 280px;
	height: 52px;
	margin: 0 12px 0 0;
}

form .captcha-control .image img {
	display: block;
	float: left;
	width: 125px;
	height: 52px;
	margin: 0 5px 0 0;
}

form .captcha-control label {
	float: left;
	margin: 0 0 6px;
}

form .captcha-control .textfield {
	width: 135px;
}

form .captcha-control .submit {
	float: left;
	margin: 19px 0 0;
}

form .success {
	margin: 10px;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: green;
	font-size: 14px;
	line-height: 16px;
}

form .generic-error {
	text-align: center;
	margin: 0 10px 10px;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #e44242;
	border: 1px solid #e44242;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

form .info-message {
	margin: 10px;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #4e4e4e;
	color: #dcdcdc;
	font-size: 14px;
	line-height: 16px;
}

form .field-error {
	display: none;
	position: absolute;
	max-width: 400px;
	padding: 5px;
	z-index: 9999;
	margin: 2px 0 0 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #efefef;
	color: #e44242;
	font-weight: bold;
}

form .field-error:before,
form .field-error:after {
	content: "";
	position: absolute;
}

form .field-error.down:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #efefef;
	left: 20px;
	top: -10px;
}

form .field-error.down:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #efefef;
	left: 20px;
	top: -9px;
}

form .field-error.up {
	background-image: none;
}

form .field-error.up:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #efefef;
	left: 20px;
	bottom: -10px;
}

form .field-error.up:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #efefef;
	left: 20px;
	bottom: -9px;
}

form .field-error label {
	margin: 0;
}

form .captcha-control .field-error {
	margin-left: 145px;
	bottom: 35px;
}

form .file-control .field-error {
	margin-top: 30px;
}

form .smileys-support {
	position: relative;
}

form .smileys-support .textarea {
	padding-top: 42px;
}

form .smileys-support.two-lines .textarea {
	padding-top: 66px;
}

form .smileys-support .smileys-bar {
	position: absolute;
	left: 3px;
	top: 3px;
	right: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #3a3a3a;
	padding: 0 3px 4px 3px;
	cursor: default;
}

form .smileys-support img {
	cursor: pointer;
}

form .progressbar {
	position: absolute;
	z-index: 1200;
	width: 60%;
	left: 20%;
	top: 50%;
	height: 40px;
	margin-top: -20px;
}

form .progressbar .text {
	position: absolute;
	width: 100%;
	height: 40px;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

form .progressbar .progress {
	position: absolute;
	height: 40px;
	background: #bfd128;
}

#terms-col {
	padding: 5px 15px 10px 15px;
}

#terms-col span {
	font-size: 22px;
	font-weight: bold;
}

#terms-col p {
	padding-top: 6px;
	padding-bottom: 15px;
}

#terms-col a {
	text-decoration: underline;
}

.download-button {
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding: 8px 10px;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d5d5d5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d5d5d5 100%);
	cursor: pointer;
	outline: none;
	border: dimgray solid 1px;
}

.download-button:hover {
	text-decoration: none;
}

.download-button:active {
	background: #fff;
	color: #4e4e4e;
}

.toggle-button {
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding: 8px 10px;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d5d5d5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d5d5d5 100%);
	cursor: pointer;
	outline: none;
	border: dimgray solid 1px;
}

.toggle-button * {
	cursor: pointer;
}

.toggle-button input {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}

.toggle-button span {
	padding: 0 0 0 3px;
	font-size: 11px;
	line-height: 14px;
}

.toggle-button:hover,
.toggle-button.inversed:hover {
	border: dimgray solid 1px;
	color: black;
	text-decoration: none;
}

.toggle-button.active,
.toggle-button.inversed {
	background: #fff;
	color: #4e4e4e;
	border: dimgray solid 1px;
}

.toggle-button.inversed.active {
	color: #4e4e4e;
	padding: 8px 10px;
	border: none;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d5d5d5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d5d5d5 100%);
}

.toggle-button.disabled,
.toggle-button.disabled:hover,
.toggle-button.done,
.toggle-button.done:hover {
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d5d5d5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d5d5d5 100%);
	border: none;
	padding: 8px 10px;
	cursor: default;
	color: #a7a7a7;
}

.toggle-button.done *,
.toggle-button.disabled * {
	cursor: default;
}

.toggle-button.done span {
	background: url(/images/ico-checkmark.png) 0 -2px no-repeat;
	padding: 0 0 0 21px;
}

/* top links */
.top {
	background: #171717 url(/images/bg-top.gif) repeat-x 50% 0;
	border-bottom: 1px solid #272727;
	padding: 4px 0 6px;
	font-size: 11px;
	line-height: 28px;
}

.top_referers .box .img {
	width: 240px;
	height: 180px;
	border: #8b8b8b solid 1px;
}

.top_referers .top8 {
	margin: 1px 10px 4px 44px;
	float: left;
	text-align: left;
}

.center-hold {
	width: 1236px;
	margin: 0 auto;
}

.center-hold:after {
	content: "";
	display: block;
	clear: both;
}

.network {
	float: left;
	color: #909090;
	position: relative;
	z-index: 30;
}

.network strong {
	float: left;
	font-weight: normal;
}

.network ul {
	float: left;
}

.network li {
	float: left;
	padding: 0 17px 0 20px;
	background: url(/images/bullet.png) no-repeat 0 50%;
}

.network li:first-child {
	background: none;
	padding-left: 14px;
}

.network a {
	color: #bcbcbc;
}

.network a:hover {
	color: #bfd128;
}

.network .more {
	float: left;
	cursor: pointer;
	background: #1c1c1c url(/images/arrow-down-network.gif) no-repeat 100% 50%;
	border: 1px solid #222;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 25px 0 9px;
	line-height: 26px;
	position: relative;
}

.network .more:hover ul {
	display: block;
}

.network ul ul {
	position: absolute;
	top: 100%;
	left: -1px;
	width: 100%;
	float: none;
	z-index: 20;
	background: #1c1c1c;
	border: solid #222;
	overflow: hidden;
	display: none;
	border-width: 0 1px;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

.network ul ul li:first-child,
.network ul ul li {
	float: none;
	background: none;
	padding: 0;
	border-top: 1px solid #222;
}

.network ul ul a {
	display: block;
	padding: 0 9px;
}

.member-links {
	float: right;
	font-size: 13px;
}

.member-links ul {
	float: left;
	padding: 7px 0;
	line-height: 14px;
}

.member-links li {
	float: left;
	padding-left: 15px;
	margin-left: 16px;
	border-left: 1px solid #282828;
}

.member-links li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

.member-links a {
	color: #ffc000;
}

.member-links a.disabled {
	color: #808080;
}

.member-links a:hover,
.member-links a.disabled:hover {
	color: #fff;
}

/* header */
.header {
	position: relative;
	z-index: 20;
	background-color: #999;
}

.logo {
	position: absolute;
	left: 0;
	top: 10px;
}

.logo a {
	display: block;
	width: 196px;
	height: 38px;
	background: url(/images/logo.png) no-repeat 10px;
}

.search {
	width: 429px;
	margin: 0 auto;
	padding: 11px 0;
}

.search form {
	width: 429px;
	height: 30px;
	border: 1px solid #2c2c2c;
	background: white;;
}

.search form:after {
	content: "";
	display: block;
	clear: both;
}

.search .search-text {
	padding: 0 0 0 14px;
	overflow: hidden;
}

.search .search-text input {
	height: 30px;
	width: 100%;
	margin: 0 0 0 -14px;
	padding: 0 0 0 14px;
	color: #000;
	font-size: 14px;
	line-height: 28px;
	border: 0;
	background: none;
}

.search .search-text input:focus {
	outline: none;
}

.search .advanced {
	float: right;
	font-size: 11px;
	line-height: 13px;
	color: #c5c5c5;
	display: block;
	padding: 8px 9px 9px 9px;
	background: url(/images/bg-search.png) repeat-x 0 -30px;
}

.search .search-button {
	float: right;
	display: block;
	width: 39px;
	height: 30px;
	background: url(/images/btn-search.png) no-repeat;
	text-indent: 100px;
	overflow: hidden;
	cursor: pointer;
}

.social-bookmarks {
	position: absolute;
	right: 0;
	top: 33px;
	width: 184px;
	text-align: right;
}

/* navigation */
.navigation {
	background: #535353;
	height: 34px;
	position: relative;
	z-index: 10;
	border-top: 1px solid #ccc;
}

.primary {
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 12px;
	border-right: 1px solid #343434;
	border-left: 1px solid #343434;
	
}

.primary li {
	float: left;
	border-left: 1px solid #343434;
	border-right: 1px solid #919191;
}

.primary li:first-child {
	border-left: 1px solid #919191;
}

.primary a {
	float: left;
	padding: 11px 17px;
	color: #FFF;
}

.primary li:first-child a {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.primary .selected a {
	background: #303030;
}

.primary a:hover {
	background: #303030;;
}

.primary a:hover {
	background: url(/images/bg-nav.gif) repeat-x 0 -38px;
}

.primary .highlight a {
	color: #bfd128;
}

.primary .highlight a:hover {
	color: #f56c08;
}

.primary .drop {
	position: relative;
}

.primary .drop a {
	background: url(/images/bg-drop.png) no-repeat 100% 0;
	padding-right: 35px;
}

.primary .drop:hover a {
	background: #eee url(/images/bg-drop.png) no-repeat 100% -38px;
	color: #4e4e4e;
}

.primary .drop:hover ul {
	display: block;
}

.primary ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	display: none;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

.primary ul li {
	border: solid #cdcdcd;
	border-width: 1px 0 0;
	float: none;
}

.primary .drop:hover ul a {
	color: #4e4e4e;
	display: block;
	float: none;
	padding: 11px 17px;
	text-transform: capitalize;
	background: #eee;
}

.primary .drop ul a:hover {
	color: #f56c08;
	background: #202020;
	background: -moz-linear-gradient(top, #202020 0%, #191919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #202020), color-stop(100%, #191919));
	background: -webkit-linear-gradient(top, #202020 0%, #191919 100%);
	background: -o-linear-gradient(top, #202020 0%, #191919 100%);
	background: -ms-linear-gradient(top, #202020 0%, #191919 100%);
	background: linear-gradient(to bottom, #202020 0%, #191919 100%);
}

.primary .drop li:first-child a {
	border-radius: 0;
	-webkit-border-radius: 0;
}

.secondary {
	float: right;
	padding: 12px 0 12px;
	font-size: 11px;
	line-height: 14px;
}

.secondary li {
	float: left;
	border-left: 1px solid #373737;
}

.secondary li:first-child {
	border-left: none;
}

.secondary a {
	float: left;
	margin: 0 20px;
	color: #808080;
	text-decoration: underline;
}

.secondary a:hover {
	color: #f56c08;
}

/* footer */
.footer-tise {
	padding-bottom: 130px;
	padding-top: 10px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
	color: #555;
	font-size: 11px;
	line-height: 16px;
	background-color: #535353;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #535353 url(/images/logo-footer.png) 13px 20px;
	background-repeat: no-repeat;
	background-size: 12%;
}

.footer .footer-wrap {
	width: 1235px;
	margin: 0 auto;
}

.footer a {
	color: white;
	text-decoration: underline;
}

.footer a:hover {
	color: #9a9a9a;
	text-decoration: none;
}

.footer .nav {
	width: 100%;
	overflow: hidden;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
}

.footer .nav li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 5px;
	position: relative;
}

.footer .nav li:before {
	content: "|";
	position: absolute;
	left: -2px;
	top: 7px;
	color: #969696;
	font-size: 11px;
	line-height: 14px;
}

.footer .nav li:first-child:before {
	content: "";
}

.footer .nav a {
	display: block;
	padding: 8px 22px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: white;
	text-decoration: none;
}

.footer .nav a:hover {
	color: #FFC000;
	background: #181818;
	padding: 7px 21px;
	border: 1px solid #1c1c1c;
}

.footer .nav .active a,
.footer .nav .active a:hover {
	color: #373737;
	background: none;
	padding: 8px 21px;
	border: none;
}

.footer .copyright {
	float: left;
	width: 300px;
	padding: 2px 0 2px 41px;
	min-height: 31px;
	background: url(/images/ico-copy.png) no-repeat;
	margin: 16px 0 0 43px;
	color: rgb(181, 181, 181);
}

.footer .txt {
	float: right;
	margin: 18px 35px 0 0;
	width: 730px;
	text-align: right;
}

#block-comment-box {
	background: white;
	padding: 6px 4px 4px 4px;
	overflow: hidden;
	border-bottom: rgb(184, 184, 184) solid 1px;
	border-left: rgb(184, 184, 184) solid 1px;
	border-right: rgb(184, 184, 184) solid 1px;
}

.box {
	background: white;
	padding: 6px 4px 4px 4px;
	overflow: hidden;
	border-bottom: rgb(184, 184, 184) solid 1px;
	border-left: rgb(184, 184, 184) solid 1px;
	border-right: rgb(184, 184, 184) solid 1px;
}

.box.message {
	font-size: 14px;
	line-height: 16px;
}

/* headings *****/
.headline {
	padding: 8px 0 4px;
	background: white url(/images/circle.png) 4px 4px;
	background-repeat: no-repeat;
	padding-left: 40px;
	text-overflow: ellipsis;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	white-space: nowrap;
	border-top: rgb(184, 184, 184) solid 1px;
	border-left: rgb(184, 184, 184) solid 1px;
	border-right: rgb(184, 184, 184) solid 1px;
	border-bottom: rgb(184, 184, 184) dotted 1px;
	margin-top: 10px;
}

.headline:after {
	content: "";
	display: block;
	clear: both;
}

h1, h2, h3 {
	float: left;
	color: #7B797B;
	padding: 0 2px;
	font-size: 20px;
	line-height: 25px;
	font-size: 16px;
}

h1 a {
	text-decoration: none;
}

.sort {
	float: right;
	min-width: 140px;
	position: relative;
	margin-right: 10px;
	background: #f1f1f1;
	cursor: pointer;
}

.sort:hover {
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	color: #fff;
	text-shadow: 1px 1px 1px #7c7c7c;
	background: #adadad;
}

.sort .icon {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sort .type-sort {
	border: rgb(184, 184, 184) solid 1px;
}

.sort .type-video {
	background: url("/images/ico-video.png") 5px 4px no-repeat;
}

.sort .type-fav {
	background: url("/images/ico-favourite.png") 5px 5px no-repeat;
}

.sort .type-visibility {
	background: url("/images/ico-private.png") 5px 4px no-repeat;
}

.sort .type-edit {
	background: url("/images/ico-edit.png") 5px 5px no-repeat;
}

.sort strong {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 6px 18px 5px 27px;
  white-space: nowrap;
  color: black;
  cursor: pointer;
  background: url(/images/arrow-down.gif) no-repeat 100% 50%;
  max-width: 200px;
  overflow: hidden;
}

.sort:hover strong {
	color: #fff;
	text-shadow: 1px 1px 1px #7c7c7c;
	background: url(/images/arrow-up.png) no-repeat 100% 50%;
}

.sort:hover ul {
	display: block;
}

.sort ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
	overflow: hidden;
	background: white;
	border-left: 1px dimgrey solid;
	border-bottom: 1px dimgrey solid;
	border-right: 1px dimgrey solid;
}

.sort ul a {
	display: block;
	padding: 5px 8px;
	font-size: 12px;
	line-height: 15px;
	color: black;
	text-shadow: 1px 1px 1px #efefef;
}

.sort ul a:hover {
	color: white;
	text-shadow: none;
	background: grey;
	cursor: pointer;
	text-decoration: none;
}

.headline .button,
.headline .more {
	float: right;
	color: #4e4e4e;
	text-shadow: 1px 1px 1px #f0f0f0;
	height: 19px;
	margin-left: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 0 0;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #dcdcdc));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%, #dcdcdc 100%);
}

.headline .button.done,
.headline .button.done:hover {
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #dcdcdc));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%, #dcdcdc 100%);
	color: #a7a7a7;
	text-shadow: 1px 1px 1px #f0f0f0;
	cursor: default;
}

.headline .button.done * {
	cursor: default;
}

.headline .button span {
	padding: 0 9px;
}

.headline .button.done span {
	background: url(/images/ico-checkmark.png) 4px -2px no-repeat;
	padding: 0 9px 0 23px;
}

.headline .more span {
	padding: 0 25px 0 9px;
	background: url(/images/arrow-right.png) no-repeat 100% 5px;
}

.headline .button:hover,
.headline .more:hover {
	color: #fff;
	text-shadow: 1px 1px 1px #7c7c7c;
	background: #adadad;
	background: -moz-linear-gradient(top, #adadad 0%, #828282 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adadad), color-stop(100%, #828282));
	background: -webkit-linear-gradient(top, #adadad 0%, #828282 100%);
	background: -o-linear-gradient(top, #adadad 0%, #828282 100%);
	background: -ms-linear-gradient(top, #adadad 0%, #828282 100%);
	background: linear-gradient(to bottom, #adadad 0%, #828282 100%);
}

.headline .more:hover span {
	background-position: 100% -20px;
}

.headline .button-info {
	position: relative;
	float: right;
	height: 17px;
	margin: 2px 10px 0 10px;
	padding: 3px 8px 0 8px;
	color: #4e4e4e;
	background: #bcbcbc;
}

.headline .button-info:before {
	position: absolute;
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #bcbcbc;
	left: -5px;
	top: 5px;
}

.empty-content {
	padding: 15px 15px 0;
	font-size: 14px;
	line-height: 16px;
}

/* tags cloud *****/

.tags-cloud {
	border-top: dimgray solid 1px;
	margin-top: 20px;
}

.tags-cloud .all {
	display: block;
	text-align: center;
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

/* search cloud *****/

.search-cloud {
	margin-top: 20px;
	text-align: center;
	border-top: dimgray solid 1px;
}


/* advertisement boxes *****/
.spot img,
.spot embed,
.spot object,
.spot iframe {
	vertical-align: bottom;
}

/* top ad */
.top-ad a {
	display: block;
	margin: 31px 0 0;
	width: 100%;
	overflow: hidden;
}

.ad-text {
color: #FFD200;
font-size: 17px;
font-weight: bold;
left: 10px;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-shadow: 1px 1px 2px black, 0 0 1em rgb(56, 56, 49);
border-bottom: 1px solid #FFF;
padding: 10px;
}

.top-ad img {
	width: 852px;
}

/* videos ad */
.videos-ad {
	float: right;
	width: 470px;
	height: 425px;
	padding: 2px 0;
	overflow: hidden;
	background: #eee;
/*	background: rgba(26, 26, 26, 0.7);*/
	-webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.3);
	margin-left: 15px;
 	margin-bottom: 15px;
	position: relative;
}

.margin-fix .videos-ad {
	margin-top: 0;
	padding-bottom: 30px;
}
.margin-list-fix {
	padding-top: 10px;
}

.videos-ad .spot {
	padding: 60px 90px 20px;
	overflow: hidden;
}

.videos-ad .spot a {
	width: 315px;
	height: 300px;
	background: #000;
	overflow: hidden;
	display: block;
}

.videos-ad-inline {
	display: inline;
	float: right;
	width: 505px;
	height: 209px;
	margin: 15px 0 0 15px;
	padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #1a1a1a;
	background: rgba(26, 26, 26, 0.7);
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	color: #8a8a8a;
}

form .videos-ad-inline {
	height: 256px;
}

.videos-ad-inline .spot {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* albums ad */
.albums-ad {
	float: right;
	width: 315px;
	height: 659px;
	padding: 2px 40px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #1a1a1a;
	background: rgba(26, 26, 26, 0.7);
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
	margin-left: 15px;
	position: relative;
}

.margin-fix .albums-ad {
	margin-top: 15px;
}

.albums-ad .spot {
	padding: 20px 0 0;
	overflow: hidden;
}

.albums-ad .spot a {
	width: 315px;
	height: 300px;
	background: #000;
	overflow: hidden;
	display: block;
}

.albums-ad-inline {
	display: inline;
	float: right;
	width: 505px;
	height: 314px;
	margin: 15px 0 0 15px;

	padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #1a1a1a;
	background: rgba(26, 26, 26, 0.7);
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	color: #8a8a8a;
}

form .albums-ad-inline {
	height: 361px;
}

.albums-ad-inline .spot {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* playlists ad */
.playlists-ad {
	float: right;
	width: 315px;
/*	height: 683px;*/
	padding: 2px 40px;
	overflow: hidden;
/*	background: #1a1a1a;*/
/*	background: rgba(26, 26, 26, 0.7);
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);*/
	margin-left: 15px;
	position: relative;
}

.margin-fix .playlists-ad {
	margin-top: 15px;
}

.playlists-ad .spot {
	padding: 27px 0 0;
	overflow: hidden;
}

.playlists-ad .spot a {
	width: 315px;
	height: 300px;
	background: #000;
	overflow: hidden;
	display: block;
}

.playlists-ad-inline {
	display: inline;
	float: right;
	width: 505px;
	height: 209px;
	margin: 15px 0 0 15px;
	padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #1a1a1a;
	background: rgba(26, 26, 26, 0.7);
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	color: #8a8a8a;
}

form .playlists-ad-inline {
	height: 256px;
}

.playlists-ad-inline .spot {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* bottom adv */
.bottom-tise {
/*	margin: 30px 0 10px;*/
}

.bottom-tise .spot {
	float: left;
	width: 300px;
	overflow: hidden;
	margin-left: 5px;
}

.bottom-tise .spot a {
	width: 300px;
	height: 250px;
	background: #000;
	overflow: hidden;
	display: block;
}

.bottom-tise .spot:first-child {
	margin-left: 0;
}

/* lists *****/
.list-comments,
.list-subscriptions,
.list-playlists,
.list-members,
.list-models,
.list-messages,
.list-sponsors,
.list-categories,
.list-tags,
.list-albums,
.list-albums-images,
.list-videos,
.list-videos-screenshots {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.margin-fix {
	margin: 0 0 0 0px;
}

.list-albums-images .margin-fix,
.list-videos-screenshots .margin-fix {
	margin: 0 0 0 -15px;
}

.list-comments .margin-fix {
	margin: -10px 0 0 -10px;
}

.list-tags .margin-fix {
	margin: -23px 0 0 -15px;
}

.margin-fix .bottom {
	margin: 0 0 0 15px;
}

.margin-fix .generic-error {
	margin: 15px 0 0 15px;
}

.list-playlists .item,
.list-models .item,
.list-sponsors .item,
.list-categories .item,
.list-albums .item,
.list-albums-images .item,
.list-videos .item,
.list-videos-screenshots .item {
	float: left;
	display: inline;
	position: relative;
	text-align: left;
	margin: 0 0 4px 3px;
	width: 242px;
	/* padding: 5px; */
	/*background: #393939; */
	/*background: -moz-linear-gradient(top, #393939 0%, #252525 100%);*/
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #393939), color-stop(100%, #252525)); */
	/* background: -webkit-linear-gradient(top, #393939 0%, #252525 100%); */
	/*background: -o-linear-gradient(top, #393939 0%, #252525 100%);*/
	/*background: -ms-linear-gradient(top, #393939 0%, #252525 100%);*/
	/* background: linear-gradient(to bottom, #393939 0%, #252525 100%); */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#393939', endColorstr='#252525', GradientType=0);*/
}

.list-members .item {
	float: left;
	display: inline;
	position: relative;
	text-align: left;
	margin: 0 0 4px 3px;
}

.list-playlists .item a,
.list-members .item a,
.list-models .item a,
.list-sponsors .item a,
.list-categories .item a,
.list-albums .item a,
.list-videos .item a {
	display: block;
	outline: 0;
	color: grey;
	text-decoration: none;
}

.list-videos .item a:hover {
	text-decoration: underline;
}

.list-videos-screenshots .item {
	width: 110px;
}

.list-albums-images .item {
	width: 200px;
}

.list-sponsors .item,
.list-categories .item {
	padding: 0 0 0;
	margin: 4px 1px 10px;
}

.list-models .item {
	margin: 4px 7px 10px;
	width: 180px;
}

.list-playlists .item:hover,
.list-members .item:hover,
.list-models .item:hover,
.list-sponsors .item:hover,
.list-categories .item:hover,
.list-albums .item:hover,
.list-videos .item:hover {
	font-size: 11px;
}

.list-members .item.unread {
	background: #1a1a1a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#1a1a1a', GradientType=0);
}

.list-tags .item {
	float: left;
	display: inline;
	margin: 15px 0 0 15px;
	width: 230px;
}

.item em {

	color: cornflowerblue;
}

.item .img {
	position: relative;
	overflow: hidden;
}

.list-models .img,
.list-sponsors .img,
.list-categories .img {
	margin: 0 0 5px;
}

.list-videos .img,
.list-playlists .img {
	width: 240px;
	height: 180px;
	border: #8b8b8b solid 1px;
}

.list-members .img {
	width: 180px;
	height: 150px;
	border: #8b8b8b solid 1px;
	text-align: center;
	margin-right: 11px;
}

.list-videos-screenshots .img {
	width: 110px;
	height: 82px;
}

.list-albums .img {
	width: 240px;
	height: 320px;
}

.list-albums-images .img {
	width: 200px;
	height: 150px;
	text-align: center;
}

.item.disabled .img img {
	opacity: 0.3;
}

.list-members .img .no-thumb {
	line-height: 150px;
}

.list-videos .img img {
	display: block;
	width: 240px;
	height: 180px;
}

.list-videos-screenshots .img img {
	display: block;
	width: 110px;
	height: 82px;
}

.list-albums .img img {
	display: block;
	width: 240px;
	height: 320px;
}

.list-albums-images .img img {
	display: inline-block;
	width: auto;
	height: 150px;
}

.list-sponsors .img img {
	display: block;
	width: 240px;
	height: 180px;
}

.list-categories .img img {
	display: block;
	width: 240px;
	height: 180px;
	border: #8b8b8b solid 1px;
}

.list-models .img img  {
	display: block;
	width: 180px;
	height: 270px;
}

.list-models .img .no-thumb,
.list-sponsors .img .no-thumb,
.list-categories .img .no-thumb {
	display: block;
	width: 180px;
	height: 270px;
	text-align: center;
	line-height: 270px;
}

.list-albums-images .img .no-thumb {
	display: block;
	width: 200px;
	height: 150px;
	text-align: center;
	line-height: 150px;
}

.list-playlists .img img.video1 {
	display: block;
	width: 240px;
	height: 180px;
}

.list-playlists .img img.video2,
.list-playlists .img img.video3,
.list-playlists .img img.video4,
.list-playlists .img img.video5 {
	position: absolute;
	width: 60px;
	height: 45px;
	border: 2px solid #7c7c7c;
	opacity: 0.8;
}

.list-playlists .img img.video2:hover,
.list-playlists .img img.video3:hover,
.list-playlists .img img.video4:hover,
.list-playlists .img img.video5:hover {
	opacity: 1;
	z-index: 5;
}

.list-playlists .img img.video2 {
	right: 25px;
	top: 5px;
	z-index: 3;
}

.list-playlists .img img.video3 {
	right: 15px;
	top: 15px;
	z-index: 2;
}

.list-playlists .img img.video4 {
	right: 5px;
	top: 25px;
	z-index: 1;
}

.list-playlists .img .no-thumb {
	display: block;
	width: 180px;
	height: 135px;
	text-align: center;
	line-height: 135px;
}

.item .title {
	font-weight: bold;
	margin: 2px 2px;
	height: 28px;
	overflow: hidden;
	display: block;
}

.item.disabled .title,
.item.processing .title {
	color: #8a8a8a;
}

.item.error .title {
	color: #fc5729;
}

.list-members .item .title,
.list-models .item .title,
.list-sponsors .item .title,
.list-categories .item .title {
	height: 14px;
	margin-left: 14px;
}

.list-models .item .img {
	border-bottom: 1px solid #c5c5c5;
	background-color: #f1f1f1;
}
.list-models .item {
	text-align: left;
	background: none repeat scroll 0% 0% #f1f1f1;
	border: 1px solid #c5c5c5;
	color: black;
	background-color: white;
}

.list-tags .item .title {
	height: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
	padding: 15px 0 7px 0;
}

.list-subscriptions .item .title {
	float: left;
	height: 14px;
	margin: 5px 2px;
}

.item .wrap {
	margin: 0 5px 2px 5px;
	color: cornflowerblue;
	overflow: hidden;
	font-size: 10px;
}

.item .wrap .videos{
	margin: 0 5px 2px 9px;
	color: grey;
	overflow: hidden;
	font-size: 10px;
}

.item .wrap:after {
	content: "";
	display: block;
	clear: both;
}
.item .duration {
	position: absolute;
	bottom: 41px;
	right: 5px;
	background: black;
	color: white;
	width: 44px;
	font-weight: bold;
	text-align: center;
	opacity: 0.7;
    filter: alpha(Opacity=70);
}
.item .added,
.item .photos,
.item .videos,
.item .albums,
.item .user {
	float: left;
}

.item .views:before {
	content: '\002022';
	margin: 0 5px;
}

.item.unread .views {
	color: #f56c08;
	font-weight: bold;
}

.item .user {
	height: 14px;
	overflow: hidden;
	white-space: nowrap;
}

.item .rating {
	float: right;
	position: relative;
	padding: 3px 21px 0 0;
	margin: -3px 0 0;
}

.item .positive {
	color: crimson;
	background: url(/images/ico-rating-positive.png) no-repeat 100% 0;
	position: absolute;
	font-weight: bold;
	right: 6px;
}

.item .negative {
	color: #fc5729;
	background: url(/images/ico-rating-negative.png) no-repeat 100% 3px;
	position: absolute;
	font-weight: bold;
	right: 6px;
}

.item.private .thumb,
.item .thumb.private {
	opacity: 0.2;
	filter: alpha(opacity=0.2);
}

.item .ico-private {
	padding: 0 0 0 20px;
	background: url(/images/ico-private.png) no-repeat;
}

.item .ico-fav-0 {
	width: 24px;
	height: 24px;
	position: absolute;
	display: none;
	top: 4px;
	left: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.6;
	background: #000 url(/images/ico-favourite.png) 4px 5px no-repeat;
}

.item .ico-fav-1 {
	width: 24px;
	height: 24px;
	position: absolute;
	display: none;
	top: 4px;
	right: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.6;
	background: #000 url(/images/ico-later.png) 3px 3px no-repeat;
}

.item .ico-dur-1 {
  width: 29px;
  height: 14px;
  position: absolute;
  /* display: none; */
  bottom: 4px;
  right: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.7;
  background: #000;
  color: white;
  font-weight: bold;
  padding: 4px;
}

.item .ico-dur-1 a {
	cursor:none;
}

.no-touch .item:hover .ico-fav-0,
.no-touch .item:hover .ico-fav-1 {
	display: block;
}

.no-touch .item .ico-fav-0:hover,
.no-touch .item .ico-fav-1:hover,
.item .ico-fav-0.fixed,
.item .ico-fav-1.fixed {
	display: block;
	opacity: 1;
}

.line-disabled,
.line-error,
.line-processing {
	position: absolute;
	top: 50%;
	left: 15%;
	width: 70%;
	margin-top: -13px;
	text-align: center;
	background: #000000;
	opacity: 0.7;
	padding: 3px 0;
	color: #8a8a8a;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.line-error {
	color: #fc5729;
}

.line-premium,
.line-private {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #000000;
	opacity: 0.7;
	padding: 3px 0;
	color: #fc5729;
	font-weight: bold;
}

.list-playlists .item-control,
.list-videos .item-control,
.list-videos-screenshots .item-control,
.list-albums .item-control,
.list-albums-images .item-control {
	text-align: center;
	background: url(/images/divider.png) repeat-x;
	margin: 10px 0 5px 0;
	padding: 10px 0 0;
}

.list-subscriptions .item-control {
	float: right;
}

.item-control .item-control-holder {
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #d5d5d5;
	overflow: hidden;
	vertical-align: top;
}

.item-control .toggle-button {
	float: left;
	padding: 5px 9px;
	margin: 0 1px 0 0;
}

.item-control .toggle-button:last-child {
	margin: 0;
}

.item-control .toggle-button.active,
.item-control .toggle-button:hover {
	padding: 4px 8px;
}

.item-control .toggle-button.disabled:hover {
	padding: 5px 9px;
}

.list-comments .item {
	margin: 10px 10px 0 10px;
	border-bottom: white dotted 1px;
	border-top: white dotted 1px;
}

.list-comments .item:after {
	content: "";
	display: block;
	clear: both;
}

.list-comments.fixed .item {
	float: left;
	width: 592px;
	height: 86px;
	overflow: hidden;
}

.list-comments.fixed.short .item {
	width: 490px;
}

.list-comments .image {
	float: left;
	width: 86px;
	height: 86px;
	/* margin: 0 6px 0 0; */
}

.list-comments .image img {
	width: 86px;
	/* height: 86px; */
	display: block;
}

.list-comments .image .no-thumb {
	background: none repeat scroll 0 0 #f1f1f1;
	display: block;
	width: 86px;
	height: 86px;
	line-height: 86px;
	text-align: center;
	border: #c5c5c5 solid 1px;
}

.list-comments .comment-options {
	display: block;
	float: right;
}

.list-comments .comment-options:after {
	content: "";
	display: block;
	clear: both;
}

.list-comments .comment-options a {
	padding: 2px 5px;
	float: left;
	margin: 0 0 0 5px;

	height: 17px;
}

.list-comments .comment-options a.disabled {
	cursor: default;
	color: #333;
}

.list-comments .comment-options span {
	padding: 2px 10px;
	font-weight: bold;
	float: left;
}

.list-comments .comment-options .positive {
	color: #bfd128;
}

.list-comments .comment-options .negative {
	color: #f45655;
}

.list-comments .text {
	overflow: hidden;
	padding: 7px;
	text-align: left;
	border: #c5c5c5 solid 1px;
	min-height: 72px;
}

.list-comments .comment-info {
	padding-left: 22px;
	display: block;
	margin: 0 0 5px;
	padding-top: 5px;
background: url(/images/design2/comments.png) 0 8px no-repeat;
}

.list-comments p {
	display: block;
	color: darkslategrey;
	width: 96%;
	margin: 5px 5px 5px 0;
	font-size: 12px;
}

.list-comments .dim-comment p {
	opacity: 0.1;
}

.list-comments .dim-comment:hover p {
	opacity: 1;
}

.list-comments a {
	color: grey;
	font-weight: bold;
	text-decoration: underline;
}

.list-comments a:hover {
	color: black;
	text-decoration: none;
}

.list-comments .username {
	color: red;
	font-weight: bold;
	padding: 0 5px 0 0;
}

.comment-like {
	background: url(/images/likes.png) 3px no-repeat;
}

.comment-dislike {
	color: red;
}

.list-subscriptions .item {
	float: left;
	display: inline;
	width: 487px;
	margin: 15px 0 0 15px;
	color: #8a8a8a;
	padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 5px rgba(6, 6, 6, 0.2);
	box-shadow: inset 0 0 5px rgba(6, 6, 6, 0.2);
	background: #242424;
	background: -moz-linear-gradient(top, #242424 0%, #202020 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #242424), color-stop(100%, #202020));
	background: -webkit-linear-gradient(top, #242424 0%, #202020 100%);
	background: -o-linear-gradient(top, #242424 0%, #202020 100%);
	background: -ms-linear-gradient(top, #242424 0%, #202020 100%);
	background: linear-gradient(to bottom, #242424 0%, #202020 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#202020', GradientType=0);
}

.list-subscriptions .item:after {
	content: "";
	display: block;
	clear: both;
}

.message-form {
	background: #272727 url(/images/bg-grey.gif);
	margin-top: 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	overflow: hidden;
}

/* pagination */
.pagination {
	margin: 10px 0 0 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.pagination-holder {
	display: inline-block;
	vertical-align: bottom;
}

.pagination ul {
	border-left: 1px solid #1e1e1e;
	border-right: 1px solid #292929;
	text-align: center;
}

.pagination ul:after {
	content: "";
	display: block;
	clear: both;
}

.pagination li {
	float: left;
	border-left: 1px solid #292929;
	border-right: 1px solid #1e1e1e;
	font-weight: bold;
	text-align: center;
}

.pagination a,
.pagination span {
	display: block;
	padding: 16px 14px 16px;
	min-width: 14px;
	font-size: 14px;
	background: #303030;
	background: -moz-linear-gradient(top, #303030 0%, #191919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303030), color-stop(100%, #191919));
	background: -webkit-linear-gradient(top, #303030 0%, #191919 100%);
	background: -o-linear-gradient(top, #303030 0%, #191919 100%);
	background: -ms-linear-gradient(top, #303030 0%, #191919 100%);
	background: linear-gradient(to bottom, #303030 0%, #191919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#191919', GradientType=0);
	color: white;
}

.pagination li span {
	color: #7B797B;
	background: #303030;
}

.pagination a:hover {
	color: #ffc000;
	background: #303030;
	background: -moz-linear-gradient(top, #303030 0%, #191919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303030), color-stop(100%, #191919));
	background: -webkit-linear-gradient(top, #303030 0%, #191919 100%);
	background: -o-linear-gradient(top, #303030 0%, #191919 100%);
	background: -ms-linear-gradient(top, #303030 0%, #191919 100%);
	background: linear-gradient(to bottom, #303030 0%, #191919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#191919', GradientType=0);
}

/* load-more */

.load-more {
	margin: 10px 0 0 0;
	text-align: center;
}

.load-more a {
	display: inline-block;
	padding: 12px 28px 14px;
	background: #282828;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}

.load-more a:hover {
	color: #f56c08;
	background: #212121;
	background: -moz-linear-gradient(top, #212121 0%, #191919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212121), color-stop(100%, #191919));
	background: -webkit-linear-gradient(top, #212121 0%, #191919 100%);
	background: -o-linear-gradient(top, #212121 0%, #191919 100%);
	background: -ms-linear-gradient(top, #212121 0%, #191919 100%);
	background: linear-gradient(to bottom, #212121 0%, #191919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#191919', GradientType=0);
}

#list_videos_most_recent_videos {
/*	padding-top: 10px;*/
}
#list_videos_common_videos_list {
/*	padding-top: 10px;*/
}

/* content */
.content,
.main-content {
	width: 100%;
	overflow: hidden;
}

.main-container {
	overflow: hidden;
}

.main-container-user {
	width: 1030px;
	float: left;
}

/* sidebar */
.sidebar {
	float: right;
	width: 235px;
	margin: 0 0 0 10px;
}

.sidebar .comments,
.sidebar .list,
.sidebar .filter {
	overflow: hidden;
	background-color: white;
	border-bottom: rgb(184, 184, 184) solid 1px;
	border-left: rgb(184, 184, 184) solid 1px;
	border-right: rgb(184, 184, 184) solid 1px;
}

.sidebar .comments li,
.sidebar .list li,
.sidebar .filter li {
	background: url(/images/divider.png) repeat-x;
	margin: -1px 0 0;
}
.sidebar .comments li:first-child,
.sidebar .list li:first-child,
.sidebar .filter li:first-child {
	background: none;
	margin: 0;
}

.sidebar .list a {
	display: block;
	padding: 8px 12px 8px 14px;
	font-weight: bold;
}

.sidebar .list a:hover {
	background: #3d3d3d;
	color: #fff;
}

.sidebar .list .rating {
	float: right;
	color: #979797;
}

.sidebar .comments .comment-text {
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	padding: 10px;
	color: #8a8a8a;
}

.sidebar .comments .comment-info {
	padding: 0 10px 10px 10px;
	overflow: hidden;
}

.sidebar .comments .image {
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: #000;
}

.sidebar .comments .image img,
.sidebar .comments .image .no-thumb {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.sidebar .comments .username {
	height: 14px;
	overflow: hidden;
	padding: 0 5px 3px 5px;
}

.sidebar .comments .added {
	padding: 0 5px;
	overflow: hidden;
	color: #8a8a8a;
}

.sidebar .filter li {
	position: relative;
}

.sidebar .filter li:hover {
	background: #1a1a1a;
}

.sidebar .filter li * {
	cursor: pointer;
}

.sidebar .filter li input {
	position: absolute;
	left: 16px;
	width: 14px;
	height: 14px;
	top: 10px;
}

.sidebar .filter li label {
	display: block;
	padding: 10px 12px 13px 34px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

.sidebar label.group {
	display: block;
	padding: 10px 12px 2px 14px;
}

.sidebar label.group:after {
	content: ":";
}

.sidebar form {
	padding: 10px 12px 10px 14px;
}

.sidebar form .selectbox.age {
	width: 70px;
}

.sidebar .alphabet {
	overflow: hidden;
	padding: 0 0 4px;
	border-bottom: rgb(184, 184, 184) solid 1px;
	border-left: rgb(184, 184, 184) solid 1px;
	border-right: rgb(184, 184, 184) solid 1px;
	background: white;
}

.sidebar .alphabet span,
.sidebar .alphabet a {
	background: #DFDFDF;
	float: left;
	width: 26px;
	height: 25px;
	text-align: center;
	color: black;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin: 4px 0 0 4px;
	border: 1px solid #313131;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.sidebar .alphabet a {
	cursor: pointer;
}

.sidebar .alphabet span {
	background: #252525;
	border-color: #252525;
	color: #616161;
}

.sidebar .alphabet a:hover {
	background: #3d3d3d;
	color: #fff;
}

/* block-channel */
.block-channel {
	padding: 10px;
	overflow: hidden;
	background: #272727 url(/images/bg-grey.gif);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.block-channel .img {
	float: left;
	width: 360px;
	margin: 0 10px 0 0;
	border: 2px solid #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.block-channel .img img {
	display: block;
	width: 360px;
	height: 200px;
}

.block-channel .img .no-thumb {
	display: block;
	width: 360px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	background: #000;
}

.channel-info {
	float: left;
	width: 449px;
}

.channel-list {
	background: #212121;
	overflow: hidden;
	color: #d8d8d8;
	font-size: 12px;
	margin: 0 0 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.channel-list li {
	background: url(/images/divider.png) repeat-x;
	overflow: hidden;
	padding: 9px 9px 13px 10px;
}

.channel-list li:first-child {
	background: none;
}

.channel-list .name {
	float: left;
	width: 130px;
	margin: 0 5px 0 0;
}

.channel-list .rating {
	float: right;
	padding: 3px 0 0;
	width: 295px;
}

.channel-list .rating span {
	float: left;
	width: 26px;
	height: 7px;
	background: #2a2a2a;
	margin: 0 1px 0 0;
	border: 1px solid #323232;
}

.channel-list .rating .full {
	border: 0;
	width: 28px;
	height: 9px;
	background: #ff8e2a;
	background: -moz-linear-gradient(top, #ff8e2a 0%, #ff7903 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8e2a), color-stop(100%, #ff7903));
	background: -webkit-linear-gradient(top, #ff8e2a 0%, #ff7903 100%);
	background: -o-linear-gradient(top, #ff8e2a 0%, #ff7903 100%);
	background: -ms-linear-gradient(top, #ff8e2a 0%, #ff7903 100%);
	background: linear-gradient(to bottom, #ff8e2a 0%, #ff7903 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8e2a', endColorstr='#ff7903', GradientType=0);
}

.block-channel .desc {
	background: #212121;
	color: #a7a7a7;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 8px;
	height: 47px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.channel-rating {
	float: right;
	width: 178px;
}

.channel-rating strong {
	display: block;
	text-align: center;
	color: #fff;
	width: 178px;
	height: 122px;
	padding: 42px 0 0;
	margin: 0 0 6px;
	background: #1a1a1a;
	background: rgba(26, 26, 26, 0.7);
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
	font-size: 72px;
	line-height: 74px;
}

.channel-rating a {
	text-align: center;
	display: block;
	height: 25px;
	width: 170px;
	padding: 8px 4px 0 4px;
	color: #4e4e4e;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	text-shadow: 1px 1px 1px #ededed;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #dcdcdc));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%, #dcdcdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dcdcdc', GradientType=0);
}

.channel-rating a:hover {
	color: #f56c08;
	text-shadow: none;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
	background: #212121;
	background: -moz-linear-gradient(top, #212121 0%, #1c1c1c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212121), color-stop(100%, #1c1c1c));
	background: -webkit-linear-gradient(top, #212121 0%, #1c1c1c 100%);
	background: -o-linear-gradient(top, #212121 0%, #1c1c1c 100%);
	background: -ms-linear-gradient(top, #212121 0%, #1c1c1c 100%);
	background: linear-gradient(to bottom, #212121 0%, #1c1c1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#1c1c1c', GradientType=0);
}

/* block-model */
.block-model {
	padding: 10px;
	overflow: hidden;
	background: white;
	border-bottom: rgb(184, 184, 184) solid 1px;
	border-left: rgb(184, 184, 184) solid 1px;
	border-right: rgb(184, 184, 184) solid 1px;
	color: dimgrey;
}
.block-model .img {
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
	border: 1px solid grey;
}

.block-model .img img {
	display: block;
	width: 180px;
	height: 270px;
}

.block-model .img .no-thumb {
	display: block;
	width: 180px;
	height: 270px;
	text-align: center;
	line-height: 201px;
	background: #fff;
}

.model-list {
	float: left;
}

.model-list .rating_container {
	cursor : pointer;
	width: 141px;
}

#rating_failure {
	color: red;	
}

#rating_success {
	color: green;	
}

.g_hidden {
	display : none;
	color : green;
	font-weight : bold;
}

.model-list li {
	margin: 7px 0 0;
	font-size: 11px;
	list-style-type: square;
	width: 100%;
	color: #F56200;
	width: 265px;
	text-align: left;
	padding: 0 0 2px 0;
	border-bottom: 1px dotted lightgray;
	font-weight: bold;
}

.model-list li:first-child {
	margin: 0;
}

.model-list li span {
	color: dimgrey;
	font-weight: normal;
	width: 182px;
	float: right;
}

.model-list li a {
	color: #f56c09;
}

.model-list li a:hover {
	color: #fff;
}

.block-model .desc {
	float: right;
	width: 480px;
	line-height: 17px;
	padding: 5px 9px 0 9px;
	overflow: hidden;
	line-height: 18px;
}

.block-model .website {
	float: right;
	width: 439px;
	padding: 9px;
	margin-top: 11px;
	overflow: hidden;
}

/* video / album common */
.sponsor {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0;
}

.info-holder {
	width: 100%;
}

.info-holder:after {
	content: "";
	display: block;
	clear: both;
}

.info-buttons {
	width: 100%;
	margin: 0 0 10px;
}

.info-buttons:after {
	content: "";
	display: block;
	clear: both;
}

/* block-video */
.block-video {
	padding: 10px;
	margin: 0 0 0;
	background: white;
	border-bottom: rgb(184, 184, 184) solid 1px;
	border-left: rgb(184, 184, 184) solid 1px;
	border-right: rgb(184, 184, 184) solid 1px;
}

.block-video:after {
	content: "";
	display: block;
	clear: both;
}

.block-video .video-holder {
	float: left;
	width: 887px;
}

.block-video .how-to {
	float: right;
	width: 326px;
}

.block-video .how-to-block {
	margin: 10px;
	top: 0px;
}

.block-video .video-info,
.block-video .playlist-info {
	width: 887px;
}

.block-video .player {
	margin: 0 0 10px;
	background: #000;
}

.block-video .player .loading {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #9b9b9b;
	padding: 50px 20px;
}

.block-video .no-player {
	display: block;
	position: relative;
}

.block-video .no-player img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.block-video .no-player .message {
	display:  block;
	position: absolute;
	text-align: center;
	padding: 20px;
	left: 0;
	right: 0;
	top: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #9b9b9b;
}

.block-video .no-player .message em {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #ffffff;
}

.block-video .no-player .message form {
	display: block;
	padding: 20px 0 0 0;
}

.block-video .playlist {
	margin: 0 0 10px;
}

.block-video .playlist-holder {
	overflow: hidden;
}

.block-video .playlist .item {
	display: block;
	float: left;
	position: relative;
	width: 240px;
	margin: 7px;
	cursor: pointer;
}

.block-video .playlist .item.selected,
.block-video .playlist .item.selected:hover {
	margin: 0;
	border: 7px solid #f56c08;
}

.block-video .playlist .item:hover {
	margin: 0;
	border: 7px solid #1f1f1f;
}

.block-video .sponsor {
	width: auto;
	text-align: center;
	margin: 10px 0;
}

.block-video .sponsor img {
	border: 1px solid #BBB;
}

.block-video .tise {
	float: right;
	width: 319px;
	background-color: #3d3d3d;
}

.block-video .tise .banner {
	/* border: 2px solid #1f1f1f; */
	margin: 10px 10px 10px;
	width: 315px;
	/* height: 300px; */
	/* background: #000; */
}

.block-video .tise .banner:last-child {
/*	margin: 0; */
}

/* block-album */
.block-album {
	padding: 10px;
	margin: 0 0 0;
	background: white;
	border-bottom: rgb(184, 184, 184) solid 1px;
	border-left: rgb(184, 184, 184) solid 1px;
	border-right: rgb(184, 184, 184) solid 1px;
}

.block-album .album-holder {

}

.block-album .album-info {
	width: 887px;
}

.block-album .images {
	position: relative;
	overflow: hidden;
	/* border: 2px solid #1f1f1f; */
	/* padding: 7px; */
	 background: white;
}

.block-album .images span.item,
.block-album .images a.item {
	float: left;
	margin: 7px;
}

.block-album .images span.item {
	opacity: 0.2;
}

.block-album .images a.item:hover {
	margin: 0;
	border: 7px solid #f56c08;
}

.block-album .images .message {
	display:  block;
	position: absolute;
	text-align: center;
	padding: 20px;
	left: 0;
	right: 0;
	top: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #9b9b9b;
}

.block-album .images .message em {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #ffffff;
}

.block-album .images .message form {
	display: block;
	padding: 20px 0 0 0;
}

.block-album .sponsor {
	width: auto;
	margin: 10px 0;
}

.block-album .tise {
	float: right;
	width: 319px;
	background-color: #3d3d3d;
}

.block-album .tise .banner {
	/* border: 2px solid #1f1f1f; */
	margin: 10px 10px 10px;
	width: 315px;
	/* height: 300px; */
	/* background: #000; */
}

.block-album .tise .banner:last-child {
	/* margin: 0; */
}

/* video / album rating */
.rating-container {
	float: left;
	margin: 0 10px 0 0;
	height: 30px;
	overflow: hidden;
	width: 200px;
	background: #d5d5d5;
	background: -moz-linear-gradient(top, #d5d5d5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5d5), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #d5d5d5 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #d5d5d5 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #d5d5d5 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #d5d5d5 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#ffffff', GradientType=0);
}

.rating-container .rate-like {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 34px;
	height: 30px;
	background: url(/images/btn-vote.png) no-repeat;
}

.rating-container .rate-like.voted,
.rating-container .rate-like:hover {
	background-position: 0 -31px;
}

.rating-container .rate-like.disabled {
	background: url(/images/btn-vote.png) no-repeat;
}

.rating-container .rate-dislike {
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	width: 33px;
	height: 30px;
	background: url(/images/btn-vote.png) no-repeat -34px 0;
}

.rating-container .rate-dislike.voted,
.rating-container .rate-dislike:hover {
	background-position: -34px -31px;
}

.rating-container .rate-dislike.disabled {
	background: url(/images/btn-vote.png) no-repeat -34px 0;
}

.rating-container .disabled,
.rating-container .voted {
	cursor: default;
}

.rating-container .rating {
	text-align: center;
	width: 120px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0 0;
}

.rating-container .voters {
	display: block;
	color: #818181;
	text-shadow: 1px 1px 0 #ededed;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	margin: 0 0 4px;
}

.rating-container .scale-holder {
	background: #f45655;
	display: block;
	height: 4px;
	position: relative;
	width: 120px;
}

.rating-container .scale-holder .scale {
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	background: #bfd128;
}

/* video / album add to favourites */

.btn-favourites {
	display: block;
	position: relative;
	float: left;
	width: 40px;
	height: 30px;
	color: #4e4e4e;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d5d5d5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d5d5d5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d5d5d5 100%);
}

.btn-favourites:hover {
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

.btn-favourites .ico-favourite {
	width: 18px;
	height: 15px;
	position: absolute;
	top: 8px;
	left: 6px;
	background: url(/images/ico-favourite.png) no-repeat;
}

.btn-favourites .drop {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/images/bg-drop-inverted.png) no-repeat 27px -4px;
	cursor: pointer;
}

.btn-favourites:hover .drop {
	background: url(/images/bg-drop-inverted.png) no-repeat 27px -43px;
}

.btn-favourites ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	display: none;
	overflow: hidden;
	border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
}

.btn-favourites:hover ul {
	display: block;
}

.btn-favourites ul li a,
.btn-favourites ul li span {
	white-space: nowrap;
	padding: 8px;
	display: block;
	font-weight: bold;
	color: #4e4e4e;
	background: #d5d5d5;
}

.btn-favourites ul li span {
	position: relative;
	color: #808080;
	padding: 8px 38px 8px 32px;
	background: #d5d5d5 url(/images/ico-checkmark.png) 7px 7px no-repeat;
}

.btn-favourites ul li span .delete {
	position: absolute;
	right: 8px;
	top: 8px;
	color: #808080;
	margin: 0 0 0 10px;
	text-decoration: none;
}

.btn-favourites ul li span .delete:hover {
	color: #4e4e4e;
}

.btn-favourites ul li a:hover {
	color: #f56c08;
	background: #202020;
	background: -moz-linear-gradient(top, #202020 0%, #191919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #202020), color-stop(100%, #191919));
	background: -webkit-linear-gradient(top, #202020 0%, #191919 100%);
	background: -o-linear-gradient(top, #202020 0%, #191919 100%);
	background: -ms-linear-gradient(top, #202020 0%, #191919 100%);
	background: linear-gradient(to bottom, #202020 0%, #191919 100%);
}

.btn-favourites ul li span a {
	padding: 0;
	background: transparent;
	text-decoration: underline;
}

.btn-favourites ul li span a:hover {
	background: transparent;
}

/* video / album tabs */
.tabs-menu {
	overflow: hidden;
	float: right;
}

.tabs-menu li {
	margin: 0 5px 0 0;
	float: left;
}

.tabs-menu li:last-child {
	margin: 0;
}

.tab-content {
	border-top: #BBB solid 1px;
	padding: 10px;
	color: #9b9b9b;
}

/* video / album details */
.block-details {
	margin: -10px 0;
	overflow: hidden;
}

.block-details .info {
	overflow: hidden;
}

.block-details .item {
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
	color: #555;
	background: url(/images/divider.png) repeat-x;
}

.block-details .item:first-child {
	background: none;
}

.block-details .item img {
	margin: 1px;
}

.block-details .item a {
	display: inline-block;
	font-weight: bold;
	padding: 2px 8px;
	white-space: nowrap;
	text-decoration: underline;
}

.block-details .item a:hover {
	color: #000;
}

.block-details span {
	float: left;
	border-left: 1px solid #353535;
	padding: 0 24px;
	color: #555;
}

.block-details span:first-child {
	padding: 0 24px 0 0;
	border: 0;
}

.block-details span.added-by {
	float: right;
	border-left: none;
	padding: 0;
}

.block-details span em {
	color: #7B797B;
	margin-left: 3px;
}

.block-details .block-user {
	float: right;
	margin: 6px 0 10px 10px;
}

.block-details .block-user .username {
	margin: 0 0 5px 0;
	font-weight: bold;
}

.block-details .block-user .avatar {
	display: block;
	width: 150px;
	height: 150px;
}

.block-details .block-user .avatar img,
.block-details .block-user .avatar .no-thumb {
	display: block;
	width: 150px;
/*	height: 150px;*/
	text-align: center;
	line-height: 150px;
	background: #fff;
}

/* video / album flagging */
.block-flagging {
	width: 100%;
	overflow: hidden;
}

.block-flagging .block-radios {
	float: left;
}

.block-flagging .block-textarea {
	float: right;
	width: 600px;
}

.block-flagging .submit {
	margin: 11px 0 0;
}

/* video screenshots */
.block-screenshots {
	width: 100%;
	overflow: hidden;
	margin: -10px 0 0;
}

.block-screenshots span.item,

.block-screenshots a.item {
	float: left;
	border: 1px solid #1f1f1f;
	width: 167px;
	height: 126px;
	margin: 10px 0 0 3px;
}

.block-screenshots a.item:hover {
	border: 1px solid #da6109;
}

.block-screenshots span.item img,
.block-screenshots a.item img {
	width: 167px;
	height: 126px;
}

/* video / album sharing */
.block-share {
	width: 100%;
	overflow: hidden;
}

.block-share .block-bookmarks {
	float: right;
	width: 400px;
}

.block-share .textfield {
	width: 700px;
}

.block-share .middle {
	width: 419px;
}

.block-share .block-size {
	width: 100%;
	overflow: hidden;
	padding: 2px 0 0;
}

.block-share .block-size a {
	float: left;
	margin: 0 10px 0 0;
	color: #4e4e4e;
	text-shadow: 1px 1px 0 #e0e0e0;
	background: #d0d0d0;
	height: 23px;
	padding: 9px 17px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: -moz-linear-gradient(top, #d0d0d0 0%, #c5c5c5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d0d0), color-stop(100%, #c5c5c5));
	background: -webkit-linear-gradient(top, #d0d0d0 0%, #c5c5c5 100%);
	background: -o-linear-gradient(top, #d0d0d0 0%, #c5c5c5 100%);
	background: -ms-linear-gradient(top, #d0d0d0 0%, #c5c5c5 100%);
	background: linear-gradient(to bottom, #d0d0d0 0%, #c5c5c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#c5c5c5', GradientType=0);
}

.block-share .block-size a:hover {
	color: #9b9b9b;
	text-shadow: 1px 1px 0 #323232;
	background: #404040;
	background: -moz-linear-gradient(top, #404040 0%, #373737 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #373737));
	background: -webkit-linear-gradient(top, #404040 0%, #373737 100%);
	background: -o-linear-gradient(top, #404040 0%, #373737 100%);
	background: -ms-linear-gradient(top, #404040 0%, #373737 100%);
	background: linear-gradient(to bottom, #404040 0%, #373737 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#373737', GradientType=0);
}

.block-share .custom-size {
	float: left;
}

.block-share .custom-size label {
	float: left;
	color: #9b9b9b;
	margin: 8px 9px 0 0;
}

.block-share .custom-size .textfield {
	float: left;
	width: 42px;
	margin: 0 8px 0 0;
	text-align: center;
}

/* video / album comments */
.block-comments {
	overflow: hidden;
}

.block-comments .toggle-button {
	float: right;
}

.block-comments .block-new-comment {
	padding: 20px 0 20px 30px;
	display: none;
}

.block-comments .list-comments {
	overflow: hidden;
	padding-bottom: 10px;
}

/* related videos, albums */
.related-videos,
.related-albums {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0;
}

.related-videos .list-sort,
.related-albums .list-sort {
	overflow: hidden;
	border-bottom: rgb(184, 184, 184) solid 1px;
}

.related-videos .list-sort li,
.related-albums .list-sort li {
	float: left;
	margin: 0 2px 0 0;
	overflow: hidden;
}

.related-videos .list-sort a,
.related-albums .list-sort a,
.related-videos .list-sort span,
.related-albums .list-sort span {
	float: left;
	height: 27px;
	font-weight: bold;
	padding: 11px 42px 0;
	color: #7B797B;
	background: #F0F0F0;
	border-top: rgb(184, 184, 184) solid 1px;
	border-left: rgb(184, 184, 184) solid 1px;
	border-right: rgb(184, 184, 184) solid 1px;
}

.related-videos .list-sort a:hover,
.related-albums .list-sort a:hover {
	color: #000;
	cursor: pointer;
}

.related-videos .list-sort span,
.related-albums .list-sort span {
	color: #7B797B;
	background: white url(/images/circle.png) no-repeat 4px 3px;
}

.related-videos .box,
.related-albums .box {
	border-radius: 0 0 0;
}

/* playlist subscribe */
.btn-subscribe {
	float: left;
	position: relative;
	overflow: hidden;
}

.btn-subscribe .toggle-button {
	float: left;
}

.btn-subscribe .button-info:before {
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid #BCBCBC;
	border-top: 5px solid rgba(0, 0, 0, 0);
	content: "";
	left: -5px;
	position: absolute;
	top: 5px;
}
.btn-subscribe .button-info {
	background: none repeat scroll 0 0 #BCBCBC;
	border-radius: 3px;
	color: #4E4E4E;
	float: left;
	height: 17px;
	margin: 5px 0 0 10px;
	padding: 3px 8px 0;
	position: relative;
}

/* member-menu */
.member-menu {
	float: right;
	width: 195px;
	margin: 0 0 0 10px;
}

.member-menu .block-main {
	padding: 5px 0 0;
	overflow: hidden;
	background: #F0F0F0;
	border-bottom: dimgray solid 1px;
	border-left: dimgray solid 1px;
	border-right: dimgray solid 1px;
}

.member-menu .block-main .avatar {
	margin: 0 auto 8px;
	width: 180px;
}

.member-menu .block-main .avatar img,
.member-menu .block-main .avatar .no-thumb {
	display: block;
	width: 180px;
	line-height: 180px;
	background: #000;
	color: #838383;
	text-align: center;
}

.member-menu .block-additional {
	width: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	background: #272727 url(/images/bg-grey.gif);
	margin: 10px 0 0;
}

.member-menu .block-additional .user-menu li:first-child {
	background: none;
}

.member-menu .user-menu li {
	margin: -1px 0 0;
	background: url(/images/divider.png) repeat-x;
}

.member-menu .user-menu span,
.member-menu .user-menu a {
	display: block;
	font-weight: bold;
	padding: 10px 12px 13px 14px;
}

.member-menu .user-menu span {
	color: #838383;
	padding: 10px 12px 13px 25px;
	background: url(/images/bullet.png) no-repeat 14px 50%;
}

.member-menu .user-menu a:hover {
	background: #1a1a1a;
}

.member-menu .user-menu em {
	display: inline-block;
	margin: 0 0 0 5px;
	width: 14px;
	height: 14px;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	background: #fc5729;
	color: #ffffff;
}

.member-menu .user-menu em.small {
	font-size: 9px;
}

.member-menu .user-menu a:hover em {
	color: #ffffff;
}

/* profile */
.profile-list {
	width: 100%;
	overflow: hidden;
}

.profile-list .margin-fix {
	margin: 0 0 0 -10px;
	overflow: hidden;
}

.profile-list .about-me {
	display: block;
	float: left;
	width: 1020px;
	overflow: hidden;
	margin: -2px 0 0;
}

.profile-list .column {
	float: left;
	width: 330px;
	margin: 0 0 0 10px;
}

.profile-list .item {
	margin: 0 0 0 10px;
	padding: 12px;
	background: #222;
	color: #838383;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 10px rgba(6, 6, 6, 0.2);
	box-shadow: inset 0 0 10px rgba(6, 6, 6, 0.2);
}

.profile-list .column .item {
	margin: 0 0 10px;
	overflow: hidden;
	height: 14px;
}

.profile-list .item em {
	color: #fff;
}

.profile-list .item a {
	text-decoration: underline;
}

/* video / album edit */

.form-upload p {
	display: block;
	margin: 15px 0 0;
}

.form-upload p.preview {
	display: block;
	width: 320px;
	overflow: hidden;
	background: #000000;
	position: relative;
}

.form-upload p.preview em {
	position: absolute;
	bottom: 10px;
	background: #000000;
	opacity: 0.8;
	padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #dcdcdc;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.form-upload p.preview em.left {
	left: 10px;
}

.form-upload p.preview em.right {
	right: 10px;
}

.form-upload p.preview em.negative {
	color: #fc5729;
}

.form-upload p.preview img {
	display: block;
	max-width: 320px;
	width: 100%;
	height: auto;
}

.form-upload p.preview.disabled img {
	opacity: 0.3;
}

/* popups */
.popup-title {
	display: block;
	margin: 0 0 5px;
	font-size: 20px;
	line-height: 22px;
}

.popup-holder {
	color: #444;
	padding: 10px;
	min-width: 480px;
	max-width: 800px;
}

.popup-holder form .two-sections .section-one {
	width: 320px;
}

.top_referers .item {
	float: left;
	width: 300px;
	padding: 1px 1px 1px 100px;
	text-align: left;
	font-size: 13px;
}

.top_referers .info {
	line-height: 17px;
}

.top_referers .info a {
	text-decoration: underline;
}

.top_referers .info a:hover {
	text-decoration: none;
}

.top_referers .item .img {
	width: 240px;
	height: 180px;
	border: #8b8b8b solid 1px;
}

.block-video .cs {
	padding: 4px 0 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.daily-movie {
	margin: 0 0 8px 17px;
}
.daily-movie .item {
	float: left;
	margin: 7px;
}

.daily-movie .item img {
	border: #8b8b8b solid 1px;
}

.daily-movie .item span {
	text-align: center;
	display: block;
	padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
}

.box .centered {
	margin: 8px;
	float:left;
	width: 1205px;
}

.box .centered span {
	font-size: 11px;
	font-weight: bold;
}

.navigation,
.pagination,
.member-menu .block-main,
.member-menu .block-additional,
.sidebar .list,
.sidebar .comments,
.sidebar .alphabet,
.sidebar .filter {
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* related videos in player */
.player-related-videos {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
padding: 5px 10px 30px 10px;
background: #000000;
overflow: hidden;
}

.player-related-videos .player-related-videos-container {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
text-align: center;
}

.player-related-videos .player-related-videos-item {
position: relative;
display: inline-block;
vertical-align: middle;
margin-top: 5px;
}

.player-related-videos .player-related-videos-item .title {
display: none;
position: absolute;
left: 0;
top: 0;
right: 0;
height: 52px;
overflow: hidden;
text-align: left;
padding: 5px;
color: #ffffff;
background: -moz-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0px, rgba(12, 12, 12, 0.8)), color-stop(50px, transparent));
background: -webkit-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
background: -o-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
background: -ms-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
background: linear-gradient(to bottom, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
}

.player-related-videos .player-related-videos-item .duration {
display: none;
position: absolute;
bottom: 5px;
right: 5px;
color: #ffffff;
background: rgba(12, 12, 12, 0.8);
padding: 2px 5px;
}

.player-related-videos .player-related-videos-item:hover .title,
.player-related-videos .player-related-videos-item:hover .duration {
display: block;
}

.is-ad-visible.kt-player .fp-ui {
	background: rgba(0, 0, 0, 0.8);
}

.text-desktop a {
	color: #ff8237;
	text-decoration: none;
}

.text-desktop a:hover {
	color: white;
	text-decoration: underline;
}

.list-videos .img.preview-loading:after {
	display: block;
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background: #000000 url('../images/loader.gif') 2px 2px no-repeat;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}