/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	background: transparent;
}
html { font-size: 87.5% }
body {
	font: normal 1em/1.3em "Myriad Pro", "Trebuchet MS", Lucida, "Lucida Grande", sans-serif;
	color: #21323b;
	background: #252d32 url(../images/bg.gif);
}
:focus { outline: 0; }
ol, ul { list-style: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote, q { quotes: none; }
h1 {
	margin: 0px 0px 0.5em;
	font: 1.571em/normal "Trebuchet MS", Arial, Tahoma, sans-serif;
}
h2 {
	font-size: 1.5em;
	margin: 1.07em 0 .535em;
}
h3 {
	margin: 0px 0px 0.5em;
	font: 1.571em/normal "Trebuchet MS", Arial, Tahoma, sans-serif;
}
h4 {
	font-size: 1.3em;
	margin: 1.23em 0 .615em;
}
h5 {
	font-size: 1.2em;
	margin: 1.33em 0 .67em;
}
h6 {
	font-size: 1em;
	margin: 1.6em 0 .8em;
}
h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5em; }
p, hr, ul, ol { margin-bottom: 1.143em; }
b, strong, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
em { font-style: italic; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

h1 a:link {
	text-decoration: none;
	color: #000000;
}

h1 a:visited {
	text-decoration: none;
	color: #000000;
}

h3 a:link {
	text-decoration: none;
	color: #000000;
}

h3 a:visited {
	text-decoration: none;
	color: #000000;
}

/* lists */
ol {
	list-style-position: outside;
	list-style-type: decimal;
}
/* links */
a:link {
/*	text-decoration: none;*/
	text-decoration: underline;
	color: #000000;
}
a:visited {
/*	text-decoration: none;*/
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active, a:focus {
/*	text-decoration: none;*/
	text-decoration: underline;
	color: #000000;
}
/* table 
#content table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #656a9a;
}
content_hidden {
	visibility: hidden;
}
#content caption, #content th, #content td {
	font-weight: normal;
	padding: 3px;
	border: 1px solid #656a9a;
}
#content caption {
	color: #FFFFFF;
	background-color: #1871a2;
	text-align: right;
	border-bottom-style: none;
}
#content th {
	font-weight: bold;
	color: #3e5e78;
	background-color: #e9eff4;
	text-align: center;
} */
/* FORMS */
fieldset {
	border: 1px solid #526c88;
	padding: 1em;
	margin: 1em 0;
}
legend { }
textarea, input[type=text], input[type=password] {
	padding: 2px 0 2px 0;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url(../images/bg_field.gif) repeat-x top;
}
input[type='text'], input[type='password'] { cursor: text; }
img.left, img[align=left] {
	float: left;
	margin: 0 1em 1em 0;
}
img.right, img[align=right] {
	float: right;
	margin: 0 0 1em 1em;
}
/* Site */
* html .clear { zoom: 1; }
.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clear b { font-weight: bold; }
.clear i { font-style: italic; }

.leftimg img {
    /*padding: 10px;*/
    margin: 0 1em 1em 0;
    border: none;
}

.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background: #e0e8eb url(../images/bg_header.png) repeat-x left top;
	height: 85px;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
}
.header .logo {
	background: url(../images/logo.png) no-repeat;
	display: block;
	height: 83px;
	width: 234px;
	text-indent: -999em;
	margin: 1px 0px 0px;
	float: left;
}
.banners {
	float: left;
	width: 480px;
	padding-top: 13px;
	margin-left: 20px;
	text-align: center;
	height: 68px;
	background: url(../images/blank.gif) no-repeat 6px 13px;
}
#login {
	background: url(../images/bg_login.png) no-repeat left top;
	float: right;
	height: 84px;
	width: 205px;
	font-size: 11px;
	padding-left: 5px;
}
#nav {
	background: url(../images/bg_nav.png);
	height: 46px;
	margin-bottom: 24px;
}
#nav .bg_l { background: url(../images/bg_nav_l.png) no-repeat left top; height: 46px; }
#nav .bg_r { background: url(../images/bg_nav_r.png) no-repeat right top; height: 46px; }
#nav a.main {
	background: url(../images/nav_main.png) no-repeat left top;
	display: block;
	height: 39px;
	width: 38px;
	text-indent: -999em;
	float: left;
	margin: 0px 0px 0px 3px;
	padding: 0px;
}
#nav a {
	display: block;
	height: 39px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/l_nav.png) no-repeat right top;
	text-decoration: none;
	font: 18px/39px "Trebuchet MS", Arial, Tahoma, sans-serif;
	padding-right: 12px;
	padding-left: 12px;
}
#nav a:hover {
	height: 39px;
	color: #152430;
	background: #b0c3c9 url(../images/bg_nav_hover.png) repeat-x left top;
}
#nav a.main:hover {
	background: url(../images/nav_main.png) no-repeat left top;
}
.log-in {
	padding-top: 11px;
	padding-left: 12px;
	background: url(../images/bg_log.png) no-repeat 12px 11px;
	padding-right: 6px;
	display: block;
	width: 187px;
}
.log-in .bt { float: right; }
.log-in .l_field {
	line-height: 15px;
	height: 15px;
	width: 149px;
	border: 0px;
	margin-bottom: 3px;
	background: transparent;
	padding-left: 3px;
	font-size: 12px;
	color: #5b747c;
}
.log-in .links {
	color: #0e1014;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 3px;
}
div.search {
	float: right;
	background: url(../images/l_nav.png) no-repeat left top;
	width: 211px;
	height: 39px;
}
div.search .box {
	background: url(../images/bg_search.png) no-repeat 12px 9px;
	height: 30px;
	width: 199px;
	padding-top: 9px;
	padding-left: 12px;
}
div.search .s_field {
	background: transparent;
	height: 20px;
	width: 161px;
	border-width: 0px;
	float: left;
	padding-left: 5px;
	padding-top: 2px;
}
div.search .s_field:focus, .log-in .l_field:focus { outline: 0; }
div.search .submit {
	height: 22px;
	width: 22px;
	float: left;
	display: block;
}
.container {
	background: #c9d8dd url(../images/bg_cont_top.png) no-repeat left top;
	padding-top: 25px;
	padding-bottom: 15px;
	width: 960px;
	display: block;
}
#sidebar-left {
	width: 240px;
	float: left;
}
#menu {
	background: url(../images/bg_menu.png) repeat-y left top;
	display: block;
	width: 240px;
}
#menu h2 {
	color: #000000;
	background: url(../images/bg_menu_top.png) no-repeat left top;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: 28px;
	width: 193px;
	font: bold 18px/30px "Trebuchet MS", Arial, Tahoma, sans-serif;
}
#menu .bottom {
	background: url(../images/bg_menu_bottom.png) no-repeat left bottom;
	display: block;
	height: 17px;
	width: 232px;
}
#menu ul {
	background: url(../images/bg_menu_ul.png) repeat-y left top;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	width: 200px;
}
#menu ul li a {
	color: #000000;
	line-height: 26px;
	font-size: 12px;
	text-decoration: none;
}
#smi2adblock_6628 a {
	font-size: 12px;
}
.block {
	width: 232px;
	margin: 1em 0px 0px;
}
.block .box {
	background: url(../images/bg_menu.png) repeat-y left top;
	width: 232px;
}
.block .content {
	padding: 0px 40px 0px 20px;
	font-size: 0.928em;
}
.block .content1 {
	padding: 0px 0px 0px 0px;
	font-size: 0.928em;
	margin: 0;
}
.block h2.top {
	font: bold 18px/40px "Trebuchet MS", Arial, Tahoma, sans-serif;
	background: url(../images/bg_menu_top.png) no-repeat left top;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 213px;
	height: 40px;
}
.block .bottom {
	background: url(../images/bg_menu_bottom.png) no-repeat left bottom;
	height: 17px;
	width: 232px;
}
.butt {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../images/button.gif) no-repeat left top;
	height: 19px;
	width: 79px;
	border-width: 0px;
}
.block .butt { margin-bottom: 4px; }
.butt:hover { cursor: pointer; }
.nnn_teaser_title { font: normal 12px Arial, Serif; color: #00f; width: 180px; padding-left: 20px; }
.blocks{
	width: 232px;
	margin: 1em 0px 0px;
}
.blocks .box {
	background: url(../images/bg_menu.png) repeat-y left top;
	width: 200px;
}
.blocks .content {
	padding: 0px 40px 0px 20px;
	font-size: 0.464em;
}
.blocks .content1 {
	padding: 0px 0px 0px 0px;
	font-size: 0.464em;
}
.blocks a {
	font-size: 0.464em;
}
.blocks h2.top {
	font: bold 18px/40px "Trebuchet MS", Arial, Tahoma, sans-serif;
	background: url(../images/bg_menu_top.png) no-repeat left top;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 213px;
	height: 40px;
}
.blocks .bottom {
	background: url(../images/bg_menu_bottom.png) no-repeat left bottom;
	height: 17px;
	width: 232px;
}
.blocks .butt { margin-bottom: 4px; }

#content {
	float: left;
	width: 690px;
	background: #C9D8DD;
}
#shortstory {
	margin-bottom: 1.5em;
/*	background: url(../images/bg_news.gif) repeat-x left bottom;*/
	padding-bottom: 19px;
}
#shortstory .date {
	background: #edf4f6;
	padding: 5px 9px;
/*	float: right;*/
	border: 1px solid #accdde;
/*	color: #71848c;*/
	color: #000000;
	margin-top: -4px;
	text-align: left;
}
#shortstory h1 span {
	line-height: normal;
	font-size: 0.8em;
}
#shortstory .content {
	margin-bottom: 1.5em;
	margin-top: 1em;
}

#shortstory .detail {
	border-top: 5px solid #637982;
	background: #edf4f6;
	border-right: 1px solid #accdde;
	border-bottom: 1px solid #accdde;
	border-left: 1px solid #accdde;
	display: block;
	width: 666px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 1px;
	height: 25px;
}
#shortstory .right {
	float: right;
	display: block;
	padding-top: 3px;
}
#shortstory .left {	float: left; }
#shortstory .left .rating { line-height: 22px; }
#shortstory .left .unit-rating {
	margin-top: 6px;
	line-height: 16px;
	height: 16px;
}
.footer {
	background: url(../images/bg_cont_bottom.png) no-repeat left top;
	height: 40px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 40px;
	width: 920px;
}
#comment {
	background: #f1f2f7 url(../images/bg_comment.png) repeat-y left top;
	width: 689px;
	margin-bottom: 1.5em;
	display: block;
}
#comment .comm-header {
	background: #efefc7 url(../images/bg_comment_top.png) no-repeat left top;
	height: 38px;
	width: 689px;
	margin-bottom: 1em;
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
}
#comment .comm-header .info {
	float: right;
	height: 38px;
	line-height: 38px;
	padding-right: 20px;
}
#comment .comm-header .who {
	float: left;
	height: 38px;
	line-height: 38px;
	padding-left: 14px;
}
#comment .avatar {
	width: 110px;
	float: left;
	padding-left: 15px;
	padding-right: 13px;
	font-size: 12px;
}
#comment .avatar img {
	width: 100px;
}
#comment .comm-content {
	float: left;
	width: 510px;
	padding-left: 20px;
	padding-right: 20px;
}
#comment .comm-bottom {
	background: url(../images/bg_comment_bottom.png) no-repeat left bottom;
	display: block;
	width: 670px;
	margin-top: 1em;
	text-align: right;
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
	padding-right: 19px;
}
#addcomm, #regg, #inff {
	width: 689px;
	background: #f1f2f7 url(../images/bg_addcom.png) repeat-y left top;
	margin-bottom: 1.143em;
}
#addcomm .addcom-header {
	background: #334952 url(../images/bg_addcom_top.png) no-repeat left top;
	height: 38px;
	width: 642px;
	color: #FFFFFF;
	font: bold 12px/38px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 47px;
	margin-bottom: 1em;
}
#addcomm .addcom-content {
	padding-right: 1em;
	padding-left: 1em;
}
.f_textarea {
	height: 150px;
	width: 460px;
}
#addcomm .addcom-bottom {
	margin-top: 1em;
	background: url(../images/bg_addcom_bottom.png) no-repeat left bottom;
	height: 10px;
	width: 689px;
	display: block;
}
#dle-speedbar {
	margin-bottom: 1em;
	display: block;
}
#regg .regg-header {
	background: #334952 url(../images/bg_regg_top.png) no-repeat left top;
	height: 38px;
	width: 642px;
	color: #FFFFFF;
	font: bold 12px/38px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 47px;
	margin-bottom: 1em;
}
#regg .regg-content, #inff .inff-content {
	padding-right: 1em;
	padding-left: 1em;
}
#regg .regg-bottom, #inff .inff-bottom {
	margin-top: 1em;
	background: url(../images/bg_addcom_bottom.png) no-repeat left bottom;
	height: 10px;
	width: 689px;
	display: block;
}
#inff .inff-header {
	background: #334952 url(../images/bg_inff_top.png) no-repeat left top;
	height: 38px;
	width: 642px;
	color: #FFFFFF;
	font: bold 12px/38px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 47px;
	margin-bottom: 1em;
}
.div_pages {
	text-align: center;
	height: 22px;
	margin-bottom: 1em;
	font: 1em/22px "Trebuchet MS", Arial, Tahoma, sans-serif;
	display: block;
	visibility: visible;
}
.nav_pages {
	text-align: center;
	background: url(../images/bg_pages.png) no-repeat right top;
	padding-right: 20px;
	display: inline-block;
	zoom:1;
}
* html .nav_pages {
	text-align: center;
	background: url(../images/bg_pages.png) no-repeat right top;
	padding-right: 20px;
	display: inline;
	zoom:1;
}
.nav_pages .pagess {
	text-align: center;
	background: url(../images/bg_pages.png) no-repeat left top;
	padding-left: 20px;
	display: inline-block;
	zoom:1;
}
* html .nav_pages .pagess {
	text-align: center;
	background: url(../images/bg_pages.png) no-repeat left top;
	padding-left: 20px;
	display: inline;
	zoom:1;
}
.nav_pages .pagess a {
	line-height: 22px;
	height: 22px;
	padding-right: 4px;
	padding-left: 4px;
}
.nav_pages .pagess span {
	line-height: 22px;
	height: 22px;
	padding-right: 4px;
	padding-left: 4px;
}

/*---Userinfo---*/
.userinfo { padding-left: 125px; }
.ui-dialog-content .userinfo { padding: 10px 0 10px 125px; }
.userinfo .lcol { margin-left: -125px; width: 110px; padding-right: 15px; }
.userinfo .lcol .avatar { margin-bottom: 10px; padding: 4px; background-color: #fff; border: 1px solid #c0d4de; }
.userinfo .lcol .avatar img { width: 100px; }
.userinfo .lcol ul { font-size: 0.9em; }
.userinfo .rcol { width: 100%; }
.userinfo .rcol ul { list-style: none; margin-left: 0; }
.userinfo .rcol ul li { margin-bottom: 0.2em; } 
	.ussep { padding-top: 12px; background: url("../images/ussep.png") no-repeat; }
.grey { color: #6c838e; }
.blue { color: #388bd4; }

.ratebox2 {
  float: right;
}

.ratebox3 {
  float: right;
}

.ratebox ul, .ratebox ul li {
  float: left;
}

.ratebox2 ul, .ratebox2 ul li {
  float: left;
}

.ratebox3 ul, .ratebox3 ul li {
  float: left;
}

.xfieldimagegallery {
  margin: 0;
  padding: 0;  
  list-style: none;
  clear: both;
}

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

/*--- Подсветка исходного кода ---*/
.hljs-comment, .hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}

.hljs-doctag, .hljs-keyword, .hljs-formula {
  color: #a626a4;
}

.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {
  color: #e45649;
}

.hljs-literal {
  color: #0184bb;
}

.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {
  color: #50a14f;
}

.hljs-built_in, .hljs-class .hljs-title {
  color: #c18401;
}

.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr,
.hljs-selector-pseudo, .hljs-number {
  color: #986801;
}

.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {
  color: #4078f2;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}

figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}