@charset "utf-8";

/* COMMON */

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	min-width: 1020px;
	height: 100%;
	background-color: #ede8d7;
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #575240;
	text-shadow: 0 1px 0 #fff;
	-ms-text-shadow: 0 1px 0 #fff;
	-o-text-shadow: 0 1px 0 #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
	-moz-text-shadow: 0 1px 0 #fff;
}

a {
	color: #6B8F23;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 10px 0;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
}
h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
}

input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #E8E1C9;
	/*background: #F7F2E3;*/
	background: #fff;
	padding: 5px;
	color: #575240;
	width: 143px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 0 5px #DBD4BD inset;
}

.log {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 9999;
}
.logItem {
	display: none;
	width: 250px;
	min-height: 16px;
	margin-top: 10px;
	padding: 10px;

	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;

	text-shadow: none;
	-o-text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-ms-text-shadow: none;

	box-shadow: 0 0 10px #acaa9e;
	-moz-box-shadow: 0 0 10px #acaa9e;
	-webkit-box-shadow: 0 0 10px #acaa9e;
	-o-box-shadow: 0 0 10px #acaa9e;
	-ms-box-shadow: 0 0 10px #acaa9e;
}
.log > .error {
	color: #eee;
	background: rgba(227, 100, 0, 0.84) url('/public/images/texture.png');
	*background-color: #E36400;
}
.log > .notice {
	color: #eee;
	background: rgba(58, 114, 168, 0.85) url('/public/images/texture.png');
	*background-color: #3A72A8;
}

.clear {
	clear: both;
	height: 0;
}

.blockSpacer {
	padding: 10px 0;
}

.cover30 {
	width: 30px !important;
	height: 30px !important;
}
.cover60 {
	width: 60px !important;
	height: 60px !important;
}
.cover110 {
	width: 110px !important;
	height: 110px !important;
}
.cover130 {
	width: 130px !important;
	height: 130px !important;
}
.cover170 {
	width: 170px !important;
	height: 170px !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}

input[type="submit"] {
	background: transparent url('/public/images/button_bg.png') no-repeat -10px 0;
	height: 33px;
	padding: 0 15px;
	border: 0;
	cursor: pointer;
	font-size: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
input[type="submit"].light, input[type="submit"].dark:hover {
	color: #fff;
	text-shadow: 0 -1px 0 #374C0A;
	-moz-text-shadow: 0px -1px 0 #374C0A;
	-ms-text-shadow: 0px -1px 0 #374C0A;
	-webkit-text-shadow: 0px -1px 0 #374C0A;
	-o-text-shadow: 0px -1px 0 #374C0A;
}
input[type="submit"].dark, input[type="submit"].light:hover {
	color: #374C0A;
	text-shadow: 1px 1px 0 #8DAF41;
	-moz-text-shadow: 1px 1px 0 #8DAF41;
	-ms-text-shadow: 1px 1px 0 #8DAF41;
	-webkit-text-shadow: 1px 1px 0 #8DAF41;
	-o-text-shadow: 1px 1px 0 #8DAF41;
}
input[type="submit"]:disabled, input[type="submit"]:disabled:hover {
	background: transparent url('/public/images/button_bg.png') no-repeat -10px -72px;
	color: #fff;
	text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
}

.button {
	background: transparent url('/public/images/button_bg.png') no-repeat;
	display: inline-block;
	height: 34px;
	padding: 0 10px 0 17px;
	line-height: 32px;
	font-size: 12px;
	text-decoration: none !important;
	position: relative;
	cursor: pointer;
}
.button.mini {
	background-position: -10px 0;
	border-radius: 5px 5px 5px 5px;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
}
.button > span {
	background: transparent url('/public/images/button_bg.png') no-repeat left -34px;
	position: absolute;
	width: 7px;
	height: 34px;
	display: inline-block;
	top: 0;
	right: -7px;
}
.button.light, .button.dark:hover {
	color: #fff;
	text-shadow: 0 -1px 0 #374C0A;
	-moz-text-shadow: 0px -1px 0 #374C0A;
	-ms-text-shadow: 0px -1px 0 #374C0A;
	-webkit-text-shadow: 0px -1px 0 #374C0A;
	-o-text-shadow: 0px -1px 0 #374C0A;
}
.button.dark, .button.light:hover {
	color: #374C0A;
	text-shadow: 1px 1px 0 #8DAF41;
	-moz-text-shadow: 1px 1px 0 #8DAF41;
	-ms-text-shadow: 1px 1px 0 #8DAF41;
	-webkit-text-shadow: 1px 1px 0 #8DAF41;
	-o-text-shadow: 1px 1px 0 #8DAF41;
}
.button.inactive {
	background: transparent url('/public/images/button_bg.png') no-repeat 0 -72px;
}
.button.inactive > span {
	background: transparent url('/public/images/button_bg.png') no-repeat left -106px;
}
.button.light.inactive,
.button.dark.inactive:hover,
.button.dark.inactive,
.button.light.inactive:hover {
	color: #fff;
	text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
}

.border {
	border: 3px solid #f7f5ed;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 0 3px 3px #d0ccbd;
	-moz-box-shadow: 0px 3px 3px #d0ccbd;
	-ms-box-shadow: 0px 3px 3px #d0ccbd;
	-o-box-shadow: 0px 3px 3px #d0ccbd;
	-webkit-box-shadow: 0px 3px 3px #d0ccbd;
	position: relative;
	behavior: url('/public/js/PIE.htc');
}
a img.border:hover {
	border: 3px solid #8fb540;
}

.uptl_toolbar {
	margin-left: 15px !important;
}
#__utl-buttons-1 .uptl_toolbar > ul > li > a,
#__utl-buttons-1 .uptl_toolbar > ul > li,
#__utl-buttons-1 .uptl_toolbar > ul > li > span {
	border-radius: 20px;
	height: 40px;
	width: 40px;
}
.__utl_follow-popup-panel .utl-also-icon {
	display: inline-block;
	height: 30px;
	margin-left: 10px;
	width: 30px;
	background: transparent;
}

.loader128x15 {
	display: none;
	background: transparent url('/public/images/loader128x15.gif') no-repeat;
	width: 128px;
	height: 15px;
}
.loader16x11 {
	display: none;
	background: transparent url('/public/images/loader16x11.gif') no-repeat;
	width: 16px;
	height: 11px;
}
.loader24x24 {
	display: none;
	background: transparent url('/public/images/loader24x24.gif') no-repeat;
	width: 24px;
	height: 24px;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.cols-0 {
	width: 646px !important;
}
.cols-1 {
	width: 555px !important;
}
.cols-2 {
	width: 415px !important;
}
.cols-3 {
	width: 324px !important;
}

.f-left {
	float: left;
}
.f-right {
	float: right;
}

.m-left_0 {
	margin-left: 0 !important;
}
.m-right_0 {
	margin-right: 0 !important;
}
.m-right_5 {
	margin-right: 5px;
}
.m-right_10 {
	margin-right: 10px;
}
.m-right_15 {
	margin-right: 15px;
}
.m-right_30 {
	margin-right: 30px;
}
.m-top_0 {
	margin-top: 0;
}
.m-top_5 {
	margin-top: 5px;
}
.m-top_10 {
	margin-top: 10px !important;
}
.m-top_20 {
	margin-top: 20px;
}
.m-top_25 {
	margin-top: 25px;
}
.m-top_30 {
	margin-top: 30px;
}

.p-top_0 {
	padding-top: 0px;
}
.p-top_5 {
	padding-top: 30px;
}
.p-top_10 {
	padding-top: 30px;
}
.p-top_20 {
	padding-top: 30px;
}
.p-top_25 {
	padding-top: 30px;
}
.p-top_30 {
	padding-top: 30px !important;
}
.p-top_35 {
	padding-top: 35px;
}


/* MESSAGES */
[class*="msg"] {
	margin: 20px auto;
	padding: 10px;
	width: 350px;
	font-size: 11px;
	border-radius: 5px;
	text-shadow: none;
}
.msgRed {
	border: 1px solid #E0B39F;
	color: #a80000;
	background: rgba(255,0,0,0.1);
}
.msgGreen {
	background: rgba(0, 168, 5, 0.1);
	border: 1px solid #B0C687;
	color: #5E9101;
}
.msgOrange {
}
.msgBlue {
}

/* ICONS */
.caretDark {
	background: transparent url('/public/images/caret_dark.png') no-repeat;
	width: 7px;
	height: 7px;
	display: inline-block;
	margin-left: 5px;
}
[class*="icon-"] {
	background-image: url('/public/images/icons-dark.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	width: 14px;
	padding: 0 3px;
}
.icon-white {
	background-image: url('/public/images/icons-light.png');
}
.icon-eye {
	background-position: -96px -120px;
}
.icon-book {
	background-position: -48px -48px;
}
.icon-video {
	background-position: -432px -48px;
}
.icon-play {
	background-position: -264px -72px;
}
.icon-music {
	background-position: -24px 0;
}
.icon-picture {
	background-position: -456px -48px;
}
.icon-trash {
	background-position: -456px 0;
}
.icon-search {
	background-position: -48px 0;
}

#headerBg, #containerBg, #footerBg {
	width: 100%;
}

#header, .content, #footer {
	width: 1004px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}

#containerBg {
	min-height: 100%;
	position: relative;
}

/* HEADER */

#headerBg {
	height: 10px;
	background: transparent url('/public/images/header_bottom.jpg') repeat-x bottom;
}

#topNav {
	width: 1002px;
	height: 47px;
	background: transparent url('/public/images/top_bg.png') no-repeat;
	font-size: 14px;
	color: #fff;
	text-shadow: -1px -1px 0 #5a7130;
	-moz-text-shadow: -1px -1px 0 #5a7130;
	-ms-text-shadow: -1px -1px 0 #5a7130;
	-webkit-text-shadow: -1px -1px 0 #5a7130;
	-o-text-shadow: -1px -1px 0 #5a7130;
	box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0px 1px 3px #999;
	-o-box-shadow: 0px 1px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	-ms-box-shadow: 0px 1px 3px #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url('/public/js/PIE.htc');
	position: absolute;
	top: 30px;
	left: 1px;
	z-index: 100;
}

#topNav #logo {
	width: 221px;
	height: 47px;
	float: left;
}

#topNav #logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#topNav #search {
	float: left;
	width: 177px;
	height: 24px;
	padding: 11px 0;
	border: 0 solid;
	background: transparent url('/public/images/search_bg.png') no-repeat 20px 11px;
	font-size: 11px;
	position: relative;
}
#search input {
	width: 110px;
	margin: 4px 0 0 45px;
	padding: 1px;
	border: 0;
	color: #fff;
	font-size: 11px;
	background: transparent;
	position: absolute;
	outline: 0;
}
#search .searchAll {
	float: right;
	margin: 5px 10px 0 0;
	cursor: pointer;
	color: #b2dd67;
	text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
	-webkit-text-shadow: none;
}
#search .icon-search {
	position: absolute;
	left: 27px;
	top: 16px;
}
#search .loader {
	display: none;
	float: right;
	margin: 4px 4px 0 0;
	width: 16px;
	height: 16px;
	background: transparent url('/public/images/loader_top.gif') no-repeat;
}
#search #result {
	display: none;
	position: relative;
	text-shadow: 0 1px 0 #FFFFFF !important;
	color: #575240;
}
#search #result ul {
	background: #EDE8D7;
	border-bottom: 1px solid #DBD4BD;
	border-left: 1px solid #DBD4BD;
	border-right: 1px solid #DBD4BD;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	box-shadow: 0 0 10px #DBD4BD inset, 0 3px 5px #ACAA9E;
	-moz-box-shadow: 0 0 10px #DBD4BD inset, 0 3px 5px #ACAA9E;
	-webkit-box-shadow: 0 0 10px #DBD4BD inset, 0 3px 5px #ACAA9E;
	-o-box-shadow: 0 0 10px #DBD4BD inset, 0 3px 5px #ACAA9E;
	-ms-box-shadow: 0 0 10px #DBD4BD inset, 0 3px 5px #ACAA9E;
	list-style: none outside none;
	padding: 5px 0;
	top: 36px;
	left: 20px;
	position: absolute;
	width: 300px;
	z-index: 9999;
}
#search #result li {
	display: block;
	position: relative;
	background: transparent url('/public/images/line.gif') repeat-x bottom;
}
#search #result li:hover {
	background: #DFD9C3 url('/public/images/line.gif') repeat-x bottom;
}
#search #result li:last-child {
	background: none;
}
#search #result li:last-child:hover {
	background: #DFD9C3;
}
#search #result li.empty, #search #result li.empty:hover  {
	margin: 0 10px;
	background: none !important;
}

#search #result li a {
	display: block;
	position: relative;
	margin-right: 10px;
	padding: 9px 0 9px 12px;
	cursor: pointer;
}
#search #result .contentType {
	background: none repeat scroll 0 0 #EDE8D7;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
	color: #A8A28B;
	font-size: 10px;
	padding: 0 5px;
	position: absolute;
	text-shadow: none;
	text-transform: uppercase;
	top: -9px;
}
.contentType.games {
	left: 133px;
}
.contentType.articles {
	left: 127px;
}
#search #result .cover {
	margin-right: 5px;
}
#search #result .info {
	overflow: hidden;
	white-space: nowrap;
	width: 240px;
}
#search #result .extra {
	color: #787360;
	text-shadow: none;
}
#search #result .rightFade {
	background: url("/public/images/fade_right.png") repeat-y scroll 0 0 transparent;
	height: 35px;
	position: absolute;
	top: 5px;
	right: 0;
	width: 24px;
	z-index: 99;
}
#search #result .rightFadeHover {
	background: url("/public/images/fade_right_hover.png") repeat-y scroll 0 0 transparent;
}

/*
#search .s_clear {
  float: right;
  margin: 5px 10px 0 0;
  width: 16px;
  height: 16px;
  background: transparent url('/public/images/clear_top.gif') no-repeat;
}
*/

ul#userpanel {
	list-style: none;
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 12px;
}
ul#userpanel li {
	float: left;
	margin: 0 8px;
}

ul#nav {
	float: right;
	list-style: none;
	margin-right: 10px;
}

ul#nav > li {
	display: block;
	float: left;
	position: relative;
	height: 47px;
	line-height: 26px;
	margin: 0 8px;
}

ul#nav > li > a {
	padding: 11px 3px 10px 7px;
	display: block;
	cursor: pointer;
	color: #eee;
	text-decoration: none;
	font-family: 'Istok Web', Tahoma, Arial;
}

ul#nav > li > a:hover, ul#nav > li.curr > a {
	background: transparent url('/public/images/menu_hover.png') no-repeat 0 -2px;
	color: #B2DD67;
}

ul#nav > li > a:hover span, ul#nav > li.curr > a span {
	display: block;
	width: 7px;
	height: 25px;
	background: transparent url('/public/images/menu_hover.png') no-repeat 0 -62px;
	position: absolute;
	top: 10px;
	right: -4px;
}

/* SUBMENU */

ul#nav > li.dropdown ul {
	background: #EDE8D7;
	*background-color: #EDE8D7;
	border-left: 1px solid #DBD4BD;
	border-right: 1px solid #DBD4BD;
	border-bottom: 1px solid #DBD4BD;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radiusius: 0 0 5px 5px;
	-o-border-radiusius: 0 0 5px 5px;
	-ms-border-radiusius: 0 0 5px 5px;
	box-shadow: inset 0 0 10px #DBD4BD, 0 3px 5px #acaa9e;
	-moz-box-shadow: inset 0 0 10px #DBD4BD, 0 3px 5px #acaa9e;
	-webkit-box-shadow: inset 0 0 10px #DBD4BD, 0 3px 5px #acaa9e;
	-o-box-shadow: inset 0 0 10px #DBD4BD, 0 3px 5px #acaa9e;
	-ms-box-shadow: inset 0 0 10px #DBD4BD, 0 3px 5px #acaa9e;

	display: none;
	position: absolute;
	*position: relative;
	width: 150px;
	list-style: none;
	z-index: 9999;
	padding-top: 5px;
}

ul#nav > li.dropdown ul li {
	margin: 0;
	padding: 0;
	text-shadow: 0 1px 0 #fff;
	-moz-text-shadow: 0 1px 0 #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
	-o-text-shadow: 0 1px 0 #fff;
	-ms-text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}
ul#nav > li.dropdown ul li a {
	padding: 1px 18px 3px 18px;
	display: block;
}
ul#nav > li.dropdown ul li a:hover {
	background: #DFD9C3;
	text-decoration: none;
	border-top: 1px solid #CFC9B5;
	border-bottom: 1px solid #CFC9B5;
	padding: 0 18px 2px 18px;
	color: #726C5B;
	text-shadow: 0 1px 0 #F5EFC7;
	-moz-text-shadow: 0 1px 0 #F5EFC7;
	-webkit-text-shadow: 0 1px 0 #F5EFC7;
	-o-text-shadow: 0 1px 0 #F5EFC7;
	-ms-text-shadow: 0 1px 0 #F5EFC7;
}

ul#nav > li.dropdown .showAll {
}
ul#nav > li.dropdown .showAll a {
	background: url("/public/images/arrow.gif") no-repeat scroll 18px 12px transparent !important;
	padding: 4px 0 7px 30px !important;
	font-weight: normal;
	font-size: 11px;
	border: 0 !important;
}
ul#nav > li.dropdown .showAll a:hover {
	text-decoration: underline;
}
ul#nav > li.dropdown .showAll span {
	color: #A4A4A4;
	font-size: 10px;
}

/* CONTENT */

.content {
	border: 0 solid #00ff00;
	margin: 70px auto 25px auto;
}

.line {
	position: relative;
	background: transparent url('/public/images/line.gif') repeat-x;
	margin: 10px 0;
	width: 100%;
	height: 2px;
}

.line-1 {
	position: relative;
	background: transparent url('/public/images/line.gif') repeat-x;
	margin: 20px 0;
	width: 100%;
	height: 2px;
}

.line-2 {
	position: relative;
	background: transparent url('/public/images/line.gif') repeat-x;
	margin: 5.5px 0;
	width: 100%;
	height: 2px;
}

/* BREADCRUMBS */

.content .breadcrumbs {
	position: absolute;
	left: 222px;
	top: 35px;
	min-width: 250px;
	max-width: 320px;
	height: 16px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 11px;
}
.content .breadcrumbs.stretched {
	min-width: inherit;
	max-width: inherit;
}
.breadcrumbs ul li {
	list-style: none;
	float: left;
	white-space: nowrap;
}
.breadcrumbs ul li.arrow {
	height: 12px;
	line-height: 12px;
	width: 2px;
	margin: 0 5px;
	background: transparent url('/public/images/footer_arrow.png') no-repeat 0 7px;
}
.breadcrumbs ul li.title {
	white-space: nowrap;
	overflow: hidden;
	max-width: 190px;
}
.breadcrumbs .rightFade {
	background: url("/public/images/fade_right.png") repeat-y scroll 0 0 transparent;
	height: 100%;
	position: absolute;
	right: 0;
	width: 24px;
	z-index: 99;
}
.breadcrumbs.reset {
	width: auto !important;
}
.breadcrumbs.reset ul li.title {
	max-width: none !important;
}
.breadcrumbs.reset .rightFade {
	display: none;
}

/* BLOCK DEFAULT */

.content .block {
	float: left;
	width: 324px;
	z-index: 100;
}
.content .block > .label {
	width: 140px;
	height: 56px;
	background: transparent url('/public/images/block/head.png') no-repeat;
	position: relative;
	z-index: 10;
	top: 24px;
	left: 20px;
}
.content .block > .label h2 {
	position: relative;
	text-align: center;
	top: 8px;
	width: 100%;
}
.content .block > .label > .end {
	background: transparent url('/public/images/block/head.png') no-repeat 0 -56px;
	position: absolute;
	width: 20px;
	height: 56px;
	top: 0;
	right: 0;
}
.content .block > .top {
	height: 68px;
	background: transparent url('/public/images/block/top.png') no-repeat;
	position: relative;
}
.content .block > .top > .end {
	background: transparent url('/public/images/block/top.png') no-repeat 0 -68px;
	position: absolute;
	width: 15px;
	height: 68px;
	top: 0;
	right: 0;
}
.content .block > .middle > .inner {
	position: relative;
	background: transparent;
	margin-top: -48px;
	margin-bottom: -50px;
	z-index: 50;
	padding: 0 20px;
	height: 285px;
}
/*
.content .block > .middle > .inner {
  position: relative;
  background: transparent url("/public/images/line.gif") repeat-x scroll 0 bottom;
  z-index: 50;
  margin: -48px 20px -50px 20px;
  height: 285px;
}
*/
.content .block > .bottom {
	height: 100px;
	background: transparent url('/public/images/block/bottom.png') no-repeat;
	position: relative;
	padding: 0 10px;
}
.content .block > .bottom > .footer {
	position: absolute;
	bottom: 17px;
	left: 22px;
}
.content .block > .bottom > .footer > .social {
	margin-left: -7px;
	margin-right: 25px;
	margin-top: 10px;
	float: left;
}
.content .block > .bottom > .footer > .social > span {
	margin-left: 7px;
}

.content .block > .bottom > .inner {
	padding: 40px 35px 0 13px;
}
.content .block > .bottom > .end {
	background: transparent url('/public/images/block/bottom.png') no-repeat 0 -100px;
	position: absolute;
	width: 15px;
	height: 100px;
	top: 0;
	right: 0;
}
.content .block > .bottom .showAll {
	background: transparent url('/public/images/arrow.gif') no-repeat 0 16px;
	font-size: 11px;
	text-align: left;
	padding: 10px 0 15px 15px;
}
.content .block > .bottom .showAll span {
	color: #a4a4a4;
	font-size: 10px;
}

/* FULL BLOCK ON PAGE */

.full {
	width: 1000px !important;
}
.full > .label {
	width: 184px !important;
}
.full > .middle > .inner {
	min-height: 100px !important;
	height: auto !important;
}
.full > .bottom > .inner > .text {
	float: left;
	margin-top: 6px;
}
.full > .bottom > .inner .social {
	float: left;
}
/*
.full > .bottom > .footer {
  position: absolute;
  bottom: 17px;
  left: 22px;
}
.full > .bottom > .footer > .social {
  margin-left: -7px;
  margin-right: 25px;
  margin-top: 10px;
  float: left;
}
.full > .bottom > .footer > .social > span {
  margin-left: 7px;
}
*/

.full .pageNavTop {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 60;
}
.full .pageNavBottom {
	float: right;
	margin-top: 6px;
	margin-right: 5px;
}

/* PAGINATION */

.pagination {
	margin: 0;
}
.pagination span, .pagination a {
	font-size: 11px;
	min-width: 16px;
	height: 15px;
	line-height: 15px;
	display: inline-block;
	text-align: center;
	font-weight: normal !important;
	padding: 1px;

	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;

	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	-ms-text-shadow: none;
}
.pagination span {
	border: 1px solid #787360;
	background: #787360;
	color: #fff;
}
.pagination span.space {
	border: 0;
	background: none;
	color: #575240;
}
.pagination a {
	border: 1px solid #6B8F23;
	text-decoration: none;
}
.pagination a[rel="next"], .pagination a[rel="prev"] {
	border: 0;
}
.pagination a:hover {
	background: #6B8F23;
	color: #fff;
}
.pagination a:hover[rel="next"], .pagination a:hover[rel="prev"] {
	background: none;
	color: #575240;
}

/* FOOTER */

#footerBg, #spacer {
	height: 200px;
}

#footerBg {
	font-size: 11px;
	color: #fff;
	margin: -200px auto 0 auto;
	position: relative;
	background: transparent url('/public/images/footer_bg.jpg') repeat-x;
}

#footer .line {
	background: transparent url('/public/images/footer_line.png') no-repeat;
	width: 180px;
	height: 2px;
	margin: 8px 0;
}

#footer .block {
	margin: 15px 55px;
	float: left;
	width: 150px;
}

#footer .first, #footer .last {
	margin-top: 15px;
}

#footer .first {
	margin-left: 60px;
}

#footer .last {
	margin-right: 0;
}

#footer ul {
	list-style: none;
}

#footer li {
	margin-bottom: 6px;
	padding-left: 10px;
	background: transparent url('/public/images/footer_arrow.png') no-repeat 0 8px;
}

#footer h3 {
	font-size: 15px;
	text-shadow: 0 1px 0 #688f27;
	-moz-text-shadow: 0 1px 0 #688f27;
	-ms-text-shadow: 0 1px 0 #688f27;
	-o-text-shadow: 0 1px 0 #688f27;
	-webkit-text-shadow: 0 1px 0 #688f27;
}

#footer a {
	color: #c9eb86;
	text-decoration: none;
	text-shadow: 0 1px 0 #5A7030;
	-moz-text-shadow: 0 1px 0 #5A7030;
	-o-text-shadow: 0 1px 0 #5A7030;
	-webkit-text-shadow: 0 1px 0 #5A7030;
	-ms-text-shadow: 0 1px 0 #5A7030;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .copy {
	width: 100%;
	position: absolute;
	/*right: 10px;*/
	bottom: 10px;
	text-shadow: 0 1px 0 #3e531a;
	-moz-text-shadow: 0 1px 0 #3e531a;
	-ms-text-shadow: 0 1px 0 #3e531a;
	-o-text-shadow: 0 1px 0 #3e531a;
	-webkit-text-shadow: 0 1px 0 #3e531a;
}
#footer .copy .payments, #footer .copy .inAR {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	zoom: 1;
}
#footer .copy .payments {
	float: left;
	background: transparent url("/public/images/bunners/payment_systems.png") no-repeat right 0;
	width: 185px;
}
#footer .copy .inAR {
	float: left;
	margin-left: 20px;
}
#footer .copy .liCounter {
	float: left;
	/*margin-left: 20px;*/
}
#footer .copy .authors {
	float: right;
}

/* =============================================================== */

/* RATING */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
	/*.star-rating a:focus,*/
.star-rating .current-rating {
	background: url('/public/images/icons/rating.png') left -1000px repeat-x;
}
.star-rating {
	position:relative;
	width:100px;
	height:18px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li {
	display: inline;
}
.star-rating a,
.star-rating .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:18px;
	line-height:18px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active
	/*.star-rating a:focus {*/
.star-rating a:focus {
	background-position: left bottom;
}
.star-rating .rate_1 {
	width:20%;
	z-index:6;
}
.star-rating .rate_2 {
	width:40%;
	z-index:5;
}
.star-rating .rate_3 {
	width:60%;
	z-index:4;
}
.star-rating .rate_4 {
	width:80%;
	z-index:3;
}
.star-rating .rate_5 {
	width:100%;
	z-index:2;
}
.star-rating .current-rating {
	z-index:1;
	background-position: left center;
}

/* CATALOG OF GAMES */

.catalog h3.catGenre {
	font-size: 35px;
	font-weight: normal;
	color: #787360;
}
.catalog h3.catGenre > span {
	font-size: 11px;
}

.catalog div.catLine {
	background: transparent url("/public/images/line1.png") no-repeat;
	height: 2px;
	margin: 5px 0;
}
.catalog .catEmpty {
	left: 410px;
	position: absolute;
	text-align: center;
	top: 40px;
	width: 200px;
}

.catalog .catItem {
	margin: 5px 0 10px 12px;
	padding: 10px;
	background: #EDE8D7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	/*width: 205px;*/
	width: 283px;
	height: 60px;
	float: left;
	cursor: pointer;

	-moz-box-shadow: inset 0 0 10px #DBD4BD, 0 1px 2px #acaa9e;
	-webkit-box-shadow: inset 0 0 10px #DBD4BD, 0 1px 2px #acaa9e;
	-o-box-shadow: inset 0 0 10px #DBD4BD, 0 1px 2px #acaa9e;
	-ms-box-shadow: inset 0 0 10px #DBD4BD, 0 1px 2px #acaa9e;
	box-shadow: inset 0 0 10px #DBD4BD, 0 1px 2px #acaa9e;

	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;

}

.catalog .catItem:hover {
	-moz-box-shadow: inset 0 0 10px #DBD4BD, 0 0px 0px #acaa9e;
	-webkit-box-shadow: inset 0 0 10px #DBD4BD, 0 0px 0px #acaa9e;
	-o-box-shadow: inset 0 0 10px #DBD4BD, 0 0px 0px #acaa9e;
	-ms-box-shadow: inset 0 0 10px #DBD4BD, 0 0px 0px #acaa9e;
	box-shadow: inset 0 0 10px #DBD4BD, 0 0px 0px #acaa9e;
}

.catalog .catItem .cover{
	float: left;
	width: 60px;
	margin-right: 10px;
}
.catalog .catItem .info {
	float: left;
	width: 210px;
}
.catalog .catItem .name {
	font-size: 14px;
	margin-bottom: 3px;
}
.catalog .catItem .name a:hover {
	text-decoration: none;
}
.catalog .catItem .company {
	color: #787360;
	font-size: 10px;
	line-height: 12px;
}

/* CATALOG OF MAGAZINES */

.magazine h3.catGenre {
	font-size: 35px;
	font-weight: normal;
	color: #787360;
	margin-left: 5px;
}
.magazine h3.catGenre > span {
	font-size: 11px;
}

.magazine div.catLine {
	background: transparent url("/public/images/line1.png") no-repeat;
	height: 2px;
	margin: 5px 0 5px 5px;
}
.magazine .catEmpty {
	left: 410px;
	position: absolute;
	text-align: center;
	top: 40px;
	width: 200px;
}
.magazine .catItem {
	margin: 10px 45px 20px 0;
	float: left;
}
.magazine .catItem img {
	width: 200px;
}

.magazine .description {
	padding: 0 10px;
	font-size: 11px;
}

/* GAME DETAIL */

/* ABOUT */

.gameAbout {
	width: 555px !important;
}
.gameAbout .line-1 {
	position: absolute;
	width: 92%;
	bottom: -10px;
}
.gameAbout > .label {
	width: 184px !important;
}
.gameAbout > .top > .inner {
	height: auto !important;
	padding: 0 16px 0 22px !important;
}
.gameAbout > .middle > .inner {
	height: 227px !important;
	margin-bottom: -40px !important;
}
.gameAbout .footer > .social {
	margin-top: 0 !important;
}
.gameAbout .footer > .selfRate {
	float: left;
	margin: 0 20px auto 95px;
	padding: 5px 10px;
	width: 100px;
}
.gameAbout .footer > .selfRate > .text {
	padding-left: 5px;
	float: left;
}
.gameAbout .footer > .selfRate .loader16x11 {
	float: right;
	margin: 3px 0 0 0;
}
.gameAbout .specialSEO {
	background: url("/public/images/icons/arrow-down.png") no-repeat scroll right 11px #EDE8D7;
	bottom: 60px;
	color: #A8A28B;
	font-size: 10px;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 12px;
	position: absolute;
	right: 25px;
	text-shadow: none;
	z-index: 99;
}
.gameAbout .footer > .download {
	float: left;
	margin-top: 5px;
}
.gameAbout .footer > .download #choice {
	display: none;
}
.gameAbout .ratingPlace {
	position: absolute;
	left: 215px;
	top: -8px;
}
.gameAbout .bookmark {
	background: transparent url("/public/images/bookmark.png") no-repeat;
	width: 32px;
	height: 53px;
	left: 508px;
	position: absolute;
	top: -20px;
	z-index: 99;
	cursor: pointer;
}
.gameAbout .bookmark.mark {
	background-position: -32px 0 !important;
}
.gameAbout .extras {
	position: absolute;
	right: 58px;
	top: -15px;
	padding: 3px 20px 6px 20px;
	background: #EDE8D7;
	border-left: 1px solid #DBD4BD;
	border-right: 1px solid #DBD4BD;
	border-bottom: 1px solid #DBD4BD;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	box-shadow: inset 0 0 10px #DBD4BD, 0 1px 0 #acaa9e;
	-moz-box-shadow: inset 0 0 10px #DBD4BD, 0 1px 0px #acaa9e;
	-webkit-box-shadow: inset 0 0 10px #DBD4BD, 0 1px 0px #acaa9e;
	-o-box-shadow: inset 0 0 10px #DBD4BD, 0 1px 0px #acaa9e;
	-ms-box-shadow: inset 0 0 10px #DBD4BD, 0 1px 0px #acaa9e;
}
.gameAbout .extras > a {
	display: block;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}
.gameAbout .extras ul {
	display: none;
	list-style: none;
	margin-top: 10px;
}
.gameAbout .extras li {
	padding: 4px 0;
}
.gameAbout .cover {
	float: left;
}
.gameAbout .info {
	float: right;
	height: 190px;
	overflow: hidden;
	padding-top: 20px;
	width: 318px;
}
.gameAbout .info > h1 {
	font-size: 18px;
	font-family: Arial, Helvetica;
	text-transform: none;
}
.gameAbout .info .catLine {
	margin: 2px 0 !important;
}
.gameAbout .info > .secondName,
.gameAbout .info > .rusName {
	font-size: 10px;
	color: #787360;
	line-height: 12px;
}
.gameAbout .info > .extra {
	margin: 1px 0;
}


/* DESCRIPTION */

.gameDesc .description ul {
	list-style: none;
}
.gameDesc .description li:before {
	content: "―";
	margin-left: 0px;
	margin-right: 5px;
}
.gameDesc .description li {
	margin: 5px 0;
}
.gameDesc .description ul ul {
	margin: 10px 0 20px 20px;
}


/* GAME CHOICE modal */

.gameChoice {
	background: #EDE8D7;
	/*height: 270px;*/
	padding: 15px 15px 5px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	text-shadow: 0 1px 0 #FFF;
	-webkit-text-shadow: 0 1px 0 #FFF;
	-o-text-shadow: 0 1px 0 #FFF;
	-ms-text-shadow: 0 1px 0 #FFF;
	-moz-text-shadow: 0 1px 0 #FFF;
}
.gameChoice .header {
	margin: 0 14px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.gameChoice .header .rightFade {
	background: url("/public/images/fade_right.png") repeat-y scroll 0 0 transparent;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	z-index: 99;
}
.gameChoice h2 {
	font-family: Arial,Helvetica;
	font-size: 18px !important;
	text-transform: none !important;
}
.gameChoice .catLine {
	margin: 2px 0 !important;
}
.gameChoice .rusName {
	color: #787360;
	font-size: 10px !important;
	line-height: 12px;
}
.gameChoice .files {
	margin-top: 15px;
}
.gameChoice .notice {
	font-size: 9px;
	color: #a8a28b;
	text-align: center;
}
.gameChoice .iso, .gameChoice .rip {
	width: 175px;
	float: left;
	height: 210px;
}
.gameChoice .rip {
	float: right !important;
}
.gameChoice .iso h3 {
	background: transparent url('/public/images/icons/cd32.png') no-repeat 12px 0;
	padding-left: 15px;
}
.gameChoice .rip h3 {
	background: transparent url('/public/images/icons/zip32.png') no-repeat 15px 0;
}
.gameChoice .iso h3, .gameChoice .rip h3 {
	line-height: 32px;
	height: 32px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #C3BEAD;
	margin-bottom: 10px;
	padding-bottom: 7px;
}
.gameChoice .item {
	float: left;
	margin: 0 5px 15px 5px;
	width: 75px;
	text-align: center;
}
.gameChoice .item.odd {
	margin-right: 10px !important;
	margin-left: 0 !important;
}
.gameChoice .item.even {
	margin-right: 0 !important;
	margin-left: 10px !important;
}
.gameChoice .item .size {
	font-size: 11px;
}
.gameChoice .error {
	text-align: center;
	margin-top: 120px;
}
.gameChoice .noAuth {
	background: transparent url("/public/images/icons/lock21.png") no-repeat scroll center 10px;
	display: table-cell;
	font-size: 13px;
	height: 135px;
	text-align: center;
	vertical-align: middle;
}
.gameChoice .noFiles {
	background: url("/public/images/icons/warning29.png") no-repeat scroll 10px center transparent;
	font-size: 11px;
	margin-top: 5px;
	padding-left: 30px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 130px;
	height: 50px;
}


/* SCREENSHOTS */

.gameScreen {
	width: 415px !important;
}
.gameScreen > .label {
	width: 184px !important;
}
.gameScreen > .middle > .inner {
	height: 237px !important;
}
.gameScreen .screens {
	/*position: absolute;*/
	/*height: 285px;*/
	/*overflow: hidden;*/
}
/* SLIDES */
.gameScreen .flexslider {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	margin: 0 !important;
}
.gameScreen .flex-control-nav {
	bottom: -22px !important;
}
.gameScreen .flex-direction-nav a {
	top: 108% !important;
}
.gameScreen .flex-direction-nav .flex-prev {
	left: -20px !important;
}
.gameScreen .flex-direction-nav .flex-next {
	right: -20px !important;
}
.gameScreen:hover .flex-prev {
	left: 100px !important;
}
.gameScreen:hover .flex-next {
	right: 100px !important;
}
.gameScreen .flex-control-paging li a {
	background: transparent url('/public/images/slider/theme/bg_control_nav.png') no-repeat -30px 0 !important;
	width: 14px !important;
	height: 14px !important;
	border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
}
.gameScreen .flex-control-paging li a:hover {
	background-position: -15px 0 !important;
}
.gameScreen .flex-control-paging li a.flex-active{
	background-position: 0 0 !important;
}
.gameScreen .slides img {
	float: left;
	margin: 0 5px 10px 4px !important;
}

/* DESCRIPTION */

.gameDesc {
	width: 555px !important;
}
.gameDesc > .label {
	width: 184px !important;
}
.gameDesc > .middle > .inner {
	margin-bottom: -80px !important;
	height: auto !important;
	min-height: 130px;
}
.gameDesc .description {
}
.gameDesc a.readMore {
	font-size: 10px;
	border-bottom: 1px dotted;
}
.gameDesc a.readMore:hover {
	text-decoration: none;
	border-bottom: 0;
}
.gameDesc span.more {
	display: none;
}

/* SIMILARS */

.gameSimilars {
	width: 555px !important;
}
.gameSimilars > .label {
	width: 184px !important;
}
.gameSimilars > .middle > .inner {
	height: auto !important;
	min-height: 88px;
}
.gameSimilars .items {
	float: left;
	margin: 0 5px;
}
.gameSimilars .items:first-child {
	margin: 0 5px 0 0;
}
.gameSimilars .items:last-child {
	margin: 0 0 0 5px;
}

/* COMMENTS */

.gameComments {
	width: 415px !important;
}
.gameComments > .label {
	width: 200px !important;
}
.gameComments > .middle > .inner {
	height: auto !important;
	min-height: 100px;
}
.gameComments .commentItem {
	position: relative;
}
.gameComments .avatar {
	width: 30px;
	height: 30px;
	border: 1px solid #DCD6C6;
	float: left;
	margin-top: 3px;
	overflow: hidden;
}
.gameComments .area {
	float: right;
	width: 335px;
}
.gameComments .delete {
	color: #A7A085;
	cursor: pointer;
	font-size: 10px;
	height: 12px;
	line-height: 11px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 13px;
}
.gameComments .delete:hover {
	background: #e3ddca;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.gameComments .about a {
	font-weight: bold;
}
.gameComments .about span {
	font-size: 10px;
	margin: 0 8px;
	color: #787360;
}
.gameComments .comment {
	background: url("/public/images/quote.png") no-repeat scroll left 3px transparent;
	margin: 8px 0;
	padding-left: 12px;
}
.gameComments a.readMore {
	font-size: 10px;
	border-bottom: 1px dotted;
}
.gameComments a.readMore:hover {
	text-decoration: none;
	border-bottom: 0;
}
.gameComments span.more {
	display: none;
}
.gameComments .pageNav {
	float: left;
}
.gameComments .addCommentLink {
	float: right;
	background: transparent url('/public/images/icons/add_comment.png') no-repeat;
	padding-left: 18px;
}
.gameComments .addCommentLink a, .gameComments .addCommentLink span {
	text-decoration: none !important;
	border-bottom: 1px dotted;
	cursor: pointer;
	color: #6B8F23;
}
.gameComments .addCommentLink a:hover, .gameComments .addCommentLink span:hover {
	border-bottom: 0;
}
.gameComments .commentArea {
	display: none;
	position: relative;
}
.gameComments .commentArea textarea {
	display: block;
	width: 367px;
	height: 100px;
	resize: none;
}
.gameComments .commentArea a {
	float: left;
	margin: 10px auto;
}
.gameComments .commentArea .loader24x24 {
	float: left;
	margin: 15px 0 0 15px;
}
.gameComments .items.loader {
	background: transparent url('/public/images/loader24x24.gif') center center no-repeat;
}
.gameComments .empty {
	position: absolute;
	top: 30px;
	width: 375px;
	text-align: center;
}


/* AUTH */

.auth {
	width: 100%;
}
.auth .logArea, .auth .regArea {
	width: 49.5%;
}
.auth .logArea h3, .auth .regArea h3 {
	text-align: center;
	margin-bottom: 10px;
}
.auth .logArea {
	float: left;
}
.auth .regArea {
	border-left: 1px dotted #bbb;
	float: right;
}
.auth .logArea form {
	padding-left: 60px;
}
.auth .regArea form {
	padding-left: 70px;
}
.auth span {
	display: block;
	float: right;
	width: 12px;
	height: 26px;
	margin-left: 5px;
}
.auth .fieldIsOk, .auth .fieldIsErr {
	background: transparent url('/public/images/icons/hands.png') no-repeat -24px 8px;
	cursor: help;
}
.auth .fieldIsErr {
	background-position: 0 8px;
}


/* RECOVERY */

.recovery, .newPassword {
	position: absolute;
	width: 960px;
	height: 130px;
}
.recovery .loader24x24 {
	margin-left: 15px;
}
.newPassword table {
	text-align: left;
	margin: 0 auto;
}
.newPassword table p {
	float: left;
}
.newPassword .loader24x24 {
	float: left;
	margin: 15px 0 0 15px;
}


/* ERRORS */

.error {
	line-height: normal;
}
.error .image {
	width: 380px;
	height: 500px;
	background: transparent url('/public/images/lose.png') no-repeat 50px 25px;
	float: left;
}
.error .description {
	float: right;
	margin-top: 25px;
	margin-right: 60px;
	width: 460px;
}
.error .errNo {
	font-size: 140px;
	font-weight: bold;
	font-family: 'Istok Web',Tahoma,Arial;
}
.error .title {
	margin-top: -10px;
	font-size: 24px;
}
.error .page {
	font-size: 15px;
	color: #787360;
}
.error .notice {
	margin: 20px 0;
}
.error .citation {
	bottom: -15px;
	position: absolute;
	right: 50px;
	width: 490px;
}
.error .citation .quote {
	text-align: right;
}
.error .citation .quote span {
	padding-left: 11px;
	background: transparent url('/public/images/quote.png') no-repeat left 2px;
}
.error .citation .author {
	text-align: right;
	font-style: italic;
	font-size: 10px;
	margin-top: 10px;
}


/* NEWS */

.newsInner .leftSide {
	float: left;
}
.newsInner .rightSide {
	float: right;
	width: 324px;
}
.newsInner .news {
	width: 646px !important;
	margin-right: 30px
}
.newsInner .news > .label {
	width: 184px !important;
}
.newsInner .news > .middle > .inner {
	margin-bottom: -40px !important;
	height: auto !important;
	min-height: 100px;
}
.newsInner .news > .bottom > .inner {
	padding-top: 42px !important;
}
.newsInner .news > .bottom .social {
	float: left;
}
.newsInner .news > .bottom .pageNav {
	float: right;
	margin-top: 20px;
}
.newsInner .news .date {
	font-weight: bold;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.newsInner .news .empty {
	position: absolute;
	text-align: center;
	top: 60px;
	width: 605px;
}
.newsInner ul {
	list-style: none;
}
.newsInner li:before {
	content: "―";
	margin-left: 0px;
	margin-right: 5px;
}
.newsInner li {
	margin: 5px 0;
}
.newsInner ul ul {
	margin: 10px 0 20px 20px;
}


/* FACEBOOK */
.newsInner .fb > .middle > .inner {
	height: 227px !important;
}


/* ARTICLE */

.articleList > .label {
	width: 184px !important;
}
.articleList > .middle > .inner {
	margin-bottom: -40px !important;
	height: auto !important;
	min-height: 100px;
}
.articleList > .bottom > .inner {
	padding-top: 42px !important;
}
.articleList > .bottom .social {
	float: left;
}
.articleList > .bottom .pageNav {
	float: right;
	margin-top: 20px;
}
.articleList .empty {
	position: absolute;
	text-align: center;
	top: 60px;
	width: 960px;
}
.articleList {
	font-size: 13px;
}
.articleList .item {
	position: relative;
	background: transparent url('/public/images/line.gif') repeat-x 0 bottom;
	margin: 0 10px 20px 0;
	padding: 0 0 20px 0;
	float: left;
	width: 470px;
	height: 150px;
}
.articleList .extra {
	bottom: 23px;
	left: 202px;
	position: absolute;
	font-size: 10px;
	color: #787360;
}
.articleList .extra span {
	margin-right: 15px;
}
.articleList .extra .comments {
	background: transparent url('/public/images/icons/add_comment.png') no-repeat 0 -1px;
	padding-left: 20px;
}
.articleList .extra .tags {
	background: transparent url('/public/images/icons/tag12.png') no-repeat 0 2px;
	padding-left: 15px;
}
.articleList .extra .tags a {
	margin-right: 5px;
}
.articleList .imagePreview {
	float: left;
}
.articleList .info {
	float: right;
	width: 270px;
}
.articleList .info h1 {
	font-family: Arial,Helvetica;
	font-size: 18px;
	text-transform: none;
	margin-bottom: 5px;
}
.articleList .info .preview {
	height: 100px;
	overflow: hidden;
	line-height: normal;
}
.articleList .info .preview .fade {
	background: url("/public/images/fade_right.png") repeat-y scroll 0 0 transparent;
	left: -24px;
	padding-left: 24px;
	position: relative;
}


.articleDetails {
	width: 646px !important;
	font-size: 13px;
	line-height: 140%;
}
.articleDetails p {
	margin: 14px 0;
}
.articleDetails table.list tr {
	background: transparent url('/public/images/line.gif') repeat-x 0 bottom;
}
.articleDetails table.list th {
	background: #E5DFCC;
}
.articleDetails table.list th, .articleDetails table.list td {
	padding: 5px;
}
.articleDetails > .label {
	width: 184px !important;
}
.articleDetails > .middle > .inner {
	margin-bottom: -40px !important;
	height: auto !important;
	min-height: 100px;
}
.articleDetails > .bottom > .inner {
	padding-top: 42px !important;
}
.articleDetails .details h1 {
	font-family: Arial,Helvetica;
	text-transform: none;
}
.articleDetails .details h3 {
	/*margin: 20px 0 10px 0;*/

	/*border-bottom: 1px solid #A09B86;*/
	background: transparent url('/public/images/line1.png') no-repeat 0 bottom;
	padding-bottom: 3px;

	font-size: 19px;
	font-variant: small-caps;
	font-weight: normal;
	line-height: normal;
	margin-top: 20px;

}
.articleDetails .catLine {
	margin: 3px 0;
}
.articleDetails .date {
	color: #787360;
	font-size: 10px;
	line-height: 12px;
}
.articleDetails .text {
	background: transparent url('/public/images/line.gif') repeat-x 0 bottom;
	margin-bottom: 10px;
	padding: 5px 0 10px 0;
}
.articleDetails .text .tags {
	background: transparent url('/public/images/icons/tag12.png') no-repeat 0 4px;
	padding-left: 15px;
	font-size: 10px;
	margin-top: 30px;
}
.articleDetails .text .tags a {
	margin-right: 5px;
}
.articleDetails .text hr {
	display: none;
}
.articleDetails blockquote {
	background: url("/public/images/icons/quotes.png") no-repeat scroll 10px 7px transparent;
	padding-left: 58px;
	font-size: 18px;
	line-height: normal;
	font-family: 'Open Sans', sans-serif !important;
	font-style: italic;
	font-weight: 300;
	margin: 20px 0;
}
.articleDetails ul {
	list-style: none;
}
.articleDetails li:before {
	content: "―";
	margin-left: 0px;
	margin-right: 5px;
}
.articleDetails li {
	margin: 5px 0;
}
.articleDetails ul ul {
	margin: 10px 0 20px 20px;
}

/* COMMENTS */

.articleComments {
	width: 646px !important;
}
.articleComments > .label {
	width: 200px !important;
}
.articleComments > .middle > .inner {
	height: auto !important;
	min-height: 100px;
}
.articleComments .commentItem {
	position: relative;
}
.articleComments .avatar {
	width: 30px;
	height: 30px;
	border: 1px solid #DCD6C6;
	float: left;
	margin-top: 3px;
	overflow: hidden;
}
.articleComments .area {
	float: right;
	width: 565px;
}
.articleComments .delete {
	color: #A7A085;
	cursor: pointer;
	font-size: 10px;
	height: 12px;
	line-height: 11px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 13px;
}
.articleComments .delete:hover {
	background: #e3ddca;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.articleComments .about a {
	font-weight: bold;
}
.articleComments .about span {
	font-size: 10px;
	margin: 0 8px;
	color: #787360;
}
.articleComments .comment {
	background: url("/public/images/quote.png") no-repeat scroll left 3px transparent;
	margin: 8px 0;
	padding-left: 12px;
}
.articleComments a.readMore {
	font-size: 10px;
	border-bottom: 1px dotted;
}
.articleComments a.readMore:hover {
	text-decoration: none;
	border-bottom: 0;
}
.articleComments span.more {
	display: none;
}
.articleComments .pageNav {
	float: left;
}
.articleComments .addCommentLink {
	float: right;
	background: transparent url('/public/images/icons/add_comment.png') no-repeat;
	padding-left: 18px;
}
.articleComments .addCommentLink a, .articleComments .addCommentLink span {
	text-decoration: none !important;
	border-bottom: 1px dotted;
	cursor: pointer;
	color: #6B8F23;
}
.articleComments .addCommentLink a:hover, .articleComments .addCommentLink span:hover {
	border-bottom: 0;
}
.articleComments .commentArea {
	display: none;
	position: relative;
}
.articleComments .commentArea textarea {
	display: block;
	width: 595px;
	height: 100px;
	resize: none;
}
.articleComments .commentArea a {
	float: left;
	margin: 10px auto;
}
.articleComments .commentArea .loader24x24 {
	float: left;
	margin: 15px 0 0 15px;
}
.articleComments .items.loader {
	background: transparent url('/public/images/loader24x24.gif') center center no-repeat;
}
.articleComments .empty {
	position: absolute;
	top: 30px;
	width: 605px;
	text-align: center;
}

/* ДРУГИЕ СТАТЬИ */

.articleOther > .middle > .inner {
	margin-bottom: -80px !important;
	height: auto !important;
	min-height: 100px;
}
.articleDetails > .bottom > .inner {
	padding-top: 42px !important;
}
.articleOther .item {
	background: transparent url('/public/images/line.gif') repeat-x 0 bottom;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.articleOther .item .date {
	color: #787360;
	font-size: 10px;
	line-height: 12px;
}
.articleOther .item h2 {
	font-size: 14px;
	text-transform: none;
}

/* PREMIUM */

.premium > .middle > .inner {
	height: auto !important;
	margin-bottom: -80px !important;
}
.premium .processing {
	background: url('/public/images/bunners/dengionline_65x30.png') no-repeat scroll right 0 transparent;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	padding-right: 75px;
}
.premium label {
	cursor: pointer;
	display: block;
	margin: 5px 10px;
}
.premium .select {
	margin: 20px 0;
	width: 250px;
}
.premium h3 {
	background: transparent url('/public/images/line1.png') no-repeat 0 bottom;
	padding-bottom: 3px;

	font-size: 19px;
	font-variant: small-caps;
	font-weight: normal;
	line-height: normal;
	margin-top: 20px;
}
.premium big {
	font-size: 25px;
	position: absolute;
	color: #787360;
	margin-left: 5px;
}
/*
.premium .price {
  background: transparent url('/public/images/icons/coin32.png') no-repeat;
  font-size: 25px;
  float: left;
  line-height: 34px;
  margin: 0 10px 0 40px;
  padding-left: 40px;
  color: #6B8F23;
}
.premium a.button {
  float: left;
}
*/

/* PAY RESULT */

.pay > .middle > .inner {
	height: auto !important;
	margin-bottom: -70px !important;
}
.pay .info {
	color: #787360;
	font-size: 20px;
	width: 300px;
}
.pay .success {
	background: url("/public/images/icons/ok64.png") no-repeat scroll 0 0 transparent;
	height: 64px;
	line-height: 80px;
	margin: 0 auto 15px;
	padding-left: 64px;
}
.pay .error {
	background: url("/public/images/icons/error48.png") no-repeat scroll 0 0 transparent;
	height: 48px;
	line-height: 50px;
	margin: 20px auto 15px;
	padding-left: 55px;
}


/* UNSUBSCRIBE */

.unsubscribe {
	position: absolute;
	width: 960px;
	height: 130px;
}


/* USER */

.myPersonal {
	width: 646px !important;
}
.myPersonal > .label {
	width: 184px !important;
}
.myPersonal > .middle > .inner {
	margin-bottom: -77px !important;
	height: auto !important;
	min-height: 100px;
}
.myPersonal > .bottom > .inner {
	padding-top: 42px !important;
}
.myPersonal .avatar {
	float: left;
	width: 180px;
}
.myPersonal .imgPlace {
	width: 180px;
}
.myPersonal #upload {
	overflow: hidden;
	width: 174px;
	height: 25px;
	text-align: center;
	margin-top: 10px;
}
.myPersonal #upload input[type="file"] {
	width: 0;
	height: 0;
}
.myPersonal .userInfo {
	float: right;
	width: 405px;
}
.myPersonal .userInfo h2 {
	text-transform: none;
	font-size: 18px;
}
.myPersonal .userInfo table.extra {
	border-collapse: collapse;
}
.myPersonal .userInfo .extra td {
	padding: 0 5px 5px 0;
}
.myPersonal .userInfo input[type="text"], .myPersonal .userInfo input[type="password"] {
	width: 187px;
}
.myPersonal .userInfo label {
	display: block;
	margin-top: 20px;
}
.myPersonal .userInfo .label {
	font-size: 10px;
	margin-left: 2px;
}
.myPersonal .userInfo #changePasswordToggler {
	cursor: pointer;
	border-bottom: 1px dotted;
}
.myPersonal .userInfo #changePasswordToggler:hover {
	text-decoration: none;
	border-bottom: 0;
}
.myPersonal .userInfo #changePasswordArea {
	display: none;
}
.myPersonal .userInfo .submit {
	text-align: right;
	padding: 10px 15px 0 0 !important;
}
.myPersonal .submit .loader24x24 {
	float: right;
	margin: 5px 10px 0 0;
}
.myPersonal .userInfo .button {
	float: right;
}

/* PHOTO EDITOR */
.myPersonal #editor {
	display: none;
}
.userEditor {
	background: #EDE8D7;
	min-height: 200px;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	text-shadow: 0 1px 0 #FFF;
	-webkit-text-shadow: 0 1px 0 #FFF;
	-o-text-shadow: 0 1px 0 #FFF;
	-ms-text-shadow: 0 1px 0 #FFF;
	-moz-text-shadow: 0 1px 0 #FFF;
}
.userEditor .header {
	position: relative;
}
.userEditor h2 {
	font-family: Arial,Helvetica;
	font-size: 18px !important;
	text-transform: none !important;
}
.userEditor .catLine {
	margin: 2px 0 !important;
}
.userEditor .description {
	color: #787360;
	font-size: 10px !important;
	line-height: 12px;
}
.userEditor form {
	text-align: center;
}
.userEditor .images {
	margin: 20px 0;
}
.userEditor .from {
	float: left;
	margin-right: 20px;
}
.userEditor .from #target {
	width: 170px;
}
.userEditor .to {
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
}

.myPremium > .middle > .inner {
	height: auto !important;
	min-height: 100px;
	margin-bottom: -40px !important;
}
.myPremium .empty {
	position: absolute;
	top: 20px;
	width: 285px;
	text-align: center;
}
.myPremium .item {
	position: absolute;
	width: 283px;
	top: 15px;
}
.myPremium .countdown {
	text-align: center;
	color: #787360;
	margin: 10px auto 15px;
	text-shadow: 0 1px rgba(255,255,255,0.8);
}
.myPremium .countdown div {
	display: inline-block;
	margin: 0 5px;
	padding: 5px;
	font: bold 20px sans-serif;
	min-width: 45px;
	line-height: 1;
	border-radius: 5px;
	box-shadow: 0 0 10px #dbd4bd inset, 0 1px 2px #acaa9e;
	-webkit-box-shadow: 0 0 10px #dbd4bd inset, 0 1px 2px #acaa9e;
	-moz-box-shadow: 0 0 10px #dbd4bd inset, 0 1px 2px #acaa9e;
	-o-box-shadow: 0 0 10px #dbd4bd inset, 0 1px 2px #acaa9e;

	/* IE7 inline-block hack */
	/*filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=10);*/
	*display: inline;
	*zoom: 1;
}
.myPremium .countdown div:first-child {
	margin-left: 0;
}
.myPremium .countdown div:last-child {
	margin-right: 0;
}
.myPremium .countdown div span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma, Arial;
	padding-bottom: 3px;
}
.myPremium .prolong {
	text-align: center;
}


.myBookmarks > .middle > .inner {
	height: auto !important;
	min-height: 100px;
	margin-bottom: -40px !important;
}
.myBookmarks .items.loader {
	background: transparent url('/public/images/loader24x24.gif') center center no-repeat;
}
.myBookmarks .empty {
	position: absolute;
	top: 50px;
	width: 285px;
	text-align: center;
}
.myBookmarks .item {
	position: relative;
}
.myBookmarks .cover {
	margin-right: 5px;
}
.myBookmarks .info {
	overflow: hidden;
	width: 225px;
	white-space: nowrap;
}
.myBookmarks .info .rightFade {
	background: url("/public/images/fade_right.png") repeat-y scroll 0 0 transparent;
	height: 100%;
	position: absolute;
	right: 22px;
	top: 0;
	width: 24px;
	z-index: 99;
}
.myBookmarks .name {
	font-size: 14px;
}
.myBookmarks .company {
	color: #787360;
}
.myBookmarks .delete {
	color: #A7A085;
	cursor: pointer;
	font-size: 10px;
	height: 12px;
	line-height: 11px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 13px;
}
.myBookmarks .delete:hover {
	background: #e3ddca;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.myBookmarks .line-2 {
	margin-bottom: 8px !important;
}


/* CONTACTS */

.contacts span.email {
	width: 158px;
	height: 16px;
	background: url('/public/images/email.png') no-repeat;
	display: inline-block;
	margin-bottom: -4px;
}
.contacts .description {
	float: right;
	width: 560px;
}
.contacts form {
	float: left;
}
.contacts table {
	border-collapse: collapse;
}
.contacts table td {
	padding-bottom: 10px;
}
.contacts label {
	font-size: 10px;
	margin-left: 2px;
	display: block;
}
.contacts input, .contacts textarea, .contacts select {
	width: 350px !important;
}
.contacts select option {
	padding: 0 8px;
}
.contacts ul {
	list-style: none;
}
.contacts ul li {
	background: transparent url('/public/images/footer_arrow.png') no-repeat 2px 7px;
	padding-left: 10px;
}
.contacts .button {
	float: left;
}
.contacts .loader24x24 {
	float: left;
	margin: 5px 0 0 15px;
}


/* AGREEMENT */

.agreement .relative h3 {
	font-size: 16px;
	margin: 20px 0 10px 0;
}
.agreement .relative ul {
	list-style: decimal;
	margin-left: 25px;
}
.agreement .relative p {
	line-height: 20px !important;
	margin: 0 0 10px !important;
}

/* ABOUT */
.about h3 {
	background: transparent url('/public/images/line1.png') no-repeat 0 bottom;
	padding-bottom: 3px;

	font-size: 19px;
	font-variant: small-caps;
	font-weight: normal;
	line-height: normal;
	margin-top: 20px;
}
