* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1 {
	font-size: 27px;
	color: #385a97;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
h2 {
	font-size: 24px;
}

body, a {
    font-size: 16px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #244364;
}

html, body {
    height: 100%;
}

body {
    background: #ecf1f7 url(../img/top-bg.png) repeat-x 0 90px;
}

input[type=checkbox], 
input[type=radio] {
    margin: auto;
    padding: inherit;
    border: inherit;
    outline: inherit;
    font-size: inherit;
    background: inherit;
}

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section {
    display: block;
}

nav ul, 
ul, 
menu {
    list-style: none;
}

blockquote, 
q {
    quotes: none;
}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], 
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    margin: 20px 0;
    border-bottom: 1px dashed #ccc;
}

input, 
select {
    vertical-align: middle;
}

.clr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input[type=submit], 
input[type=button] {
    cursor: pointer;
}

a {
    text-decoration: none;
}

.center {
    width: 980px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.nblock {
	display: none;
}

.top {
	padding-bottom: 10px;
	list-style-image: url(../img/t_but.png);
}
.top a:hover {
	text-decoration: underline;
}

.main_logo {
	background: url(../img/main_logo_2.png) center no-repeat;
	width: 300px;
	height: 99px;
	padding: 15px 0 0 30px;
}
.main-line {
	float: left;
}
.sfb {
	font-size: 13px;
	color: #2D527C;
}
.sidebar-2 {
	vertical-align: top;
}
.full-s ul {
	list-style-image: url(../img/bs.gif);
	padding-left: 18px;
}

.full-sm a {
    padding: 15px;
    text-decoration: underline;
}

.full-pw {
	float:right;
}

.rels-3 li  {
	list-style-image: url(../img/bst.gif);
	margin-left: 15px;
	line-height: 30px;
}

.rels-3 li  a:hover{
	text-decoration: underline;
}
.nav-2 {
	padding-left: 5px;
	padding-right: 5px;
}

#h-profile,
#h-profile .avatar,
#h-profile ul,
.left,
#h-search,
#h-search input[type=text],
#content,
.block-title img,
.block-title h3,
.site-menu li a span,
#vk-widget a b,
#vk-widget a span,
.short-btn span,
.short-btn a,
.short-content img,
.short-title a,
.short-info ul li,
footer .right .cookie,
footer .right ul {
    float: left;
}

.right,
#h-search input[type=submit],
#h-logo,
aside,
.short-btn,
#h-profile ul li i {
    float: right !important;
}

#h-profile .avatar .pm,
.block-title h3,
.poll-submit,
.poll-link a,
.poll-link span,
#create-blog a,
.short-btn a {
    font-family: Arial, Tahoma, sans-serif;
}

#h-profile ul li:nth-child(1) a {
    font-family: Arial, Tahoma, sans-serif;
}

/* ================ header start ======================================  */
/* Userinfo
----------------------------------------------- */
.berrors {
 background: #D2E4FA url(../images/sign.png) 18px center no-repeat;
padding: 10px 10px 10px 80px;
margin: 10px 0;
border: 1px solid #70AAF0;
}
.logarea {
    display:none;
}

.popuplog {
    border-radius:4px;
    background: #fff;
}

.popup-head {
    font-size:15px;
    padding:0 20px;
    height:45px;
    line-height:45px;
    border-bottom: 1px solid #ddd;
    background:#ecf1f7;
}

.popup-close {
    margin-top:16px;
    width:16px;
	height:16px;
	float:right;
	background:url('../images/close.png') no-repeat;
}

.popupcol {
	padding: 15px;
}

.popupcol .usermenu {
	margin:-5px 0 0 120px;
}

.popupcol .usermenu li a {
	border-bottom:1px dotted #bbb;
	display:block; 
	padding: 5px 0;
}

.popupcol .edge p {
	color: #7e7e7e;
    padding:0 !important;
	margin-bottom:4px;
}

.popupcol .edge input {
	margin-bottom:8px;
    padding:5px;
	width: 97%;
}

.pm-menu {
    overflow:hidden;
}
        
.pm-menu li {
    float:left;
    margin-right:10px;
}

.uavatar {
    position:relative;
	float:left;
}

.uavatar img {
    width:100px;
    border-radius:4px;
}

.avatar {
    position:relative;
	float:left;
}

.avatar img {
    width:70px;
    border-radius:4px;
}

.user-status {
	position:absolute;
    top:3px;
    right:3px;
    background:rgba(0,0,0,0.8);
    padding:3px 5px 2px 5px;
    border-radius:3px;
}

.user-status img {
    width:10px !important;
    height:10px !important;
}
        
.ulist {
    margin-left:10px;
    display:inline-block;
}

.uinfo {
    width:49.9%;
    float:left;
}
/* profiles
----------------------------------------------- */

.profiles {padding: 2%;}
.profiles h1 {float: left;}
.profiles sup {float: left;margin: 0 0 0 15px;border-bottom: 1px dashed #333;color:#333;cursor:pointer;}
.profiles #options {position: relative;padding: 30px 4% 4% 4%;margin: 20px 0;background: #f9f9f9;overflow:hidden;}
.profiles #options fieldset {padding: 0 0 20px 0;margin:0 0 10px 0;}
.profiles #options legend {display: block;background: #ededed;padding: 4px 15px;margin:0 auto;}
.profiles #options sup {position: absolute;right: 10px;top: 5px;}
.profiles #options h2 {margin: 0 0 10px 0;padding: 0 0 5px 0;}
.profiles #options p {color: #777;font-size: .9em;margin: 10px 0 0 0;}
.profiles #options fieldset,.profiles #options h2 {border-bottom: solid 1px #f1f1f1;}
.profiles #options #allowed_ip {height: 40px;padding: 6px;}
.profiles #options input[type="file"] {display: block;}
.profiles .forms input[type="text"], .profiles .forms input[type="password"],.profiles .forms textarea {background: #fff;max-width: 376px;width: 100% !important;}
.profiles .about {padding: 15px 0 0 17%;clear:both;overflow:hidden;}
.profiles .about .ava {display: block; border: solid 5px #f9f9f9;float:left;margin: 0 0 0 -20%;width: 16%;}
.profiles .about ul li {padding: 3px 0 3px 35%;overflow: hidden;border-bottom: 1px solid #f0f0f0;line-height: 23px;color: #444;}
.profiles .about ul li i {color: #777;font-size: .9em;float: left;width: 35%;margin: 0 0 0 -52%;font-style: normal;}
.profiles .about ul li a {font-size: .9em;}
.profiles .about ul li p {font-size: .9em;line-height: 15px;padding: 10px 0 0 0;}
.profiles .about ul li em {font-style: normal;}
.profiles .xfield {margin: 15px 0;border-bottom: solid 1px #eee;}
.profiles .xfield tr td {padding:10px;}
.profiles .xfield tr td:nth-child(1) {width: 30%;}
.profiles .xfield td.xprofile {width: 70%;}

#top-header {
    background-color: #fafbfd;
    position: relative;
    height: 120px;
    border-bottom: 8px solid #2E527C;
    margin-bottom: 80px;
}

.h-border {
    border-bottom: 1px solid #f1f2f4;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    height: 0;
}

#top-header .btm {
    bottom: 1px;
}

#h-profile {
    margin-top: 20px;
}

#h-profile .avatar {
    position: relative;
    border: 1px solid #d1d6da;
    padding: 1px;
    height: 46px;
    margin-right: 9px;
}

#h-profile .avatar img {
    width: 46px;
    height: 46px;
    display: block;
}

#h-profile .avatar:after {
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    top: -7px;
    left: -11px;
    background-color: #c4cad4;
    border: 1px solid #77889d;
}

#h-profile .avatar .pm {
    display: block;
    line-height: 16px;
    padding: 0 5px;
    background-color: #b7b9bd;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #fafbfd;
    position: absolute;
    bottom: -5px;
    left: -7px;
}

#h-profile .avatar i {
    width: 34px;
    height: 25px;
    background: url(../img/pm-icon.png);
    position: absolute;
    top: 34px;
    left: -45px;
}

#h-profile ul li {
    margin-bottom: 6px;
    position: relative;
}

#h-profile ul li:nth-child(1) a {
    color: #839fc7;
}

#h-profile ul li, #h-profile ul li a {
    color: #54595f;
}

#h-profile ul li span {
    color: #9b9ea1;
    margin-right: 25px;
}

#h-profile ul li i {
    margin-top: -8px;
    width: 22px;
    height: 21px;
    background: url(../img/ok.png);
    position: relative;
    top: 5px;
    right: 22px;
}

#h-profile ul li a:hover {
    border-bottom: 1px dotted;
}

#h-search {
    margin: 52px 0 0 40%;
    height: 37px;
    background-color: #f2f5f6;
    border: 1px solid #e5e7e9;
    padding: 0 3px 0 13px;
}

#h-search input[type=text] {
    display: block;
    height: 37px;
    margin-right: 10px;
    width: 250px;
}

#h-search input[type=text], #h-search input[type=text]::-webkit-input-placeholder {
    color: #7e7f81;
}

#h-search input[type=text], #h-search input[type=text]::-moz-placeholder {
    color: #7e7f81;
}

#h-search input[type=submit] {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/search-button.png);
    margin-top: 2px;
}

#h-search input[type=submit]:hover {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/search-button.png) right;
    margin-top: 2px;
}

#h-logo {
    display: block;
    margin-top: 11px;
    transition: opacity 0.5s;
}

#h-logo:hover {
    opacity: 0.6;
}

/* ================ header end ====================================== */
/* Вид комментария */
.comment-block {
	clear: both;
	margin: 0 0 10px 0;
	position: relative;
	padding: 5px 5px 5px 100px;
	
	background: #f4f4f4;
	border: 1px #d3d3d3 solid;
	border-radius:7px; 
	-webkit-border-radius:7px; 
	-moz-border-radius:7px;
}

	.comment-block-left {
		width: 85px;
		height: 85px;
		overflow: hidden;
		position: absolute;
		left: 5px;
		top: 5px;
		background: #fff;
		border-radius:7px; 
		-webkit-border-radius:7px; 
		-moz-border-radius:7px;
		padding: 7px;
		border: 0;
		border: 1px #e5e5e5 solid;
	}
	
		.comment-block-left img {
			max-width: 85px;
		}
		
	
	.comment-block-right {
		margin: 0 0 0 10px;
		position: relative;
		padding: 0px 0 0 0;
	}
	
		.comment-block-right2 {
			
		}
		
			.comment-text {
				background: #fff;
				border: 1px #e5e5e5 solid;
				padding: 7px;
				border-radius:7px; 
				-webkit-border-radius:7px; 
				-moz-border-radius:7px;
				color: #000000;
				line-height: 17px;
				font-size: 13px;
			}
			
				.comment-text a {
					color: #000;
                 
				}
				
					.comment-text a:hover {
						text-decoration: none;
					}
			
				.comment-text-title {
					border-bottom: 1px #ebebeb dotted;
					padding: 0 0 5px 0;
					margin: 0 0 5px 0;
					color: #666666;
                    font-size: 13px;
				}
				
					.comment-text-title a {
						color: #3fadc8;
					}
					
						.comment-text-title a:hover {
							text-decoration: underline;
						}
						
				.comment-text-more {
					padding: 3px 0 0 0;
					font-size: 11px;
					color: #d3d3d3;
					border-top: 1px #ebebeb dotted;
				}
				
					.comment-text-more a {
						color: #d3d3d3;
					}
					
						.comment-text-more a:hover {
							color: #000;
						}

.comment-block .bbcodes, .mass_comments_action .bbcodes, .news-item-content .editor input, .news-item-content input {
	background: #fff;
	border: 1px #ccc solid;
	color: #333;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	margin: 0;
	cursor: pointer;
}
/* ================ wrapper start ====================================== */

#wrapper {
    position: relative;
    border: 1px solid #f4f9ff;
    padding: 5px;
    background-color: #eaeff4;
    width: 80%;
    margin: 0 auto;
}

#wrapper-c {
    box-shadow: inset 0 0 1px #7A7A7A;
    background-color: #fff;
    padding: 1px;
}

#wrapper-border {
    background-color: #f3f5f8;
    background: -moz-linear-gradient(top,  #f3f5f8 0%, #fafbfd 8%, #fafbfd 8%, #fafbfd 8%, #fafbfd 9%, #fafbfd 9%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f5f8), color-stop(8%,#fafbfd), color-stop(8%,#fafbfd), color-stop(8%,#fafbfd), color-stop(9%,#fafbfd), color-stop(9%,#fafbfd));
    background: -webkit-linear-gradient(top,  #f3f5f8 0%,#fafbfd 8%,#fafbfd 8%,#fafbfd 8%,#fafbfd 9%,#fafbfd 9%);
    background: -o-linear-gradient(top,  #f3f5f8 0%,#fafbfd 8%,#fafbfd 8%,#fafbfd 8%,#fafbfd 9%,#fafbfd 9%);
    background: -ms-linear-gradient(top,  #f3f5f8 0%,#fafbfd 8%,#fafbfd 8%,#fafbfd 8%,#fafbfd 9%,#fafbfd 9%);
    background: linear-gradient(to bottom,  #f3f5f8 0%,#fafbfd 8%,#fafbfd 8%,#fafbfd 8%,#fafbfd 9%,#fafbfd 9%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f5f8', endColorstr='#fafbfd',GradientType=0 );
}

#wrapper-bg {
    background: url(../img/wrapper-bg.png) repeat-y 100% 0;
    position: relative;
}

#content {
    width: 65%;
    padding: 12px;
}

aside {
	display: block;
    width: 280px;
	vertical-align: top;
}

.side-block {
    background-color: #f3f6fa;
    background: -moz-linear-gradient(top,  #f3f6fa 0%, #f9fafc 100%, #f9fafc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f6fa), color-stop(100%,#f9fafc), color-stop(100%,#f9fafc));
    background: -webkit-linear-gradient(top,  #f3f6fa 0%,#f9fafc 100%,#f9fafc 100%);
    background: -o-linear-gradient(top,  #f3f6fa 0%,#f9fafc 100%,#f9fafc 100%);
    background: -ms-linear-gradient(top,  #f3f6fa 0%,#f9fafc 100%,#f9fafc 100%);
    background: linear-gradient(to bottom,  #f3f6fa 0%,#f9fafc 100%,#f9fafc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6fa', endColorstr='#f9fafc',GradientType=0 );
    border-bottom: 1px solid #eaeff6;
    padding-bottom: 25px;
    display: block;
}

.block-title {
    padding: 10px 0 20px 46px;
}

.block-title img {
    display: block;
    margin-right: 18px;
}

.block-title h3 {
    font-size: 20px;
    color: #3f4c5d;
    font-weight: normal;
}

.site-menu li:first-child a {
    border-top: 0;
}

.site-menu li:last-child a {
    box-shadow: 0 1px 0 #fff;
}

.site-menu li a {
    display: block;
    overflow-y: hidden;
    font-size: 18px;
    color: #54595f;
    margin: 0 50px;
    line-height: 40px;
    border-bottom: 1px solid #dee1e6;
    border-top: 1px solid #ffffff;
}

.site-menu li a span {
    display: block;
    width: 18px;
    text-align: center;
    margin-right: 20px;
    position: relative;
    top: 1px;
}

.site-menu li a:hover {
	text-decoration: underline;
}

.site-menu li a:hover span {
    opacity: 1;
}

.poll-title {
    color: #54595f;
    background-color: #e8eef7;
    background: -moz-linear-gradient(top, #e8eef7 0%, #e8eef7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eef7), color-stop(100%,#e8eef7));
    background: -webkit-linear-gradient(top, #e8eef7 0%,#e8eef7 100%);
    background: -o-linear-gradient(top, #e8eef7 0%,#e8eef7 100%);
    background: -ms-linear-gradient(top, #e8eef7 0%,#e8eef7 100%);
    background: linear-gradient(to bottom, #e8eef7 0%,#e8eef7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eef7', endColorstr='#e8eef7',GradientType=0 );
    margin: 0 11px 17px;
    border-radius: 6px;
    border-top: 1px solid #dfe5ee;
    border-bottom: 1px solid #fff;
    padding: 6px 11px;
    position: relative;
}

.poll-title:after {
    top: 100%;
    left: 17px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(232, 238, 247, 0);
    border-top-color: #e8eef7;
    border-width: 5px;
    margin-left: -5px;
}

#poll-form {
    margin: 0 20px;
}

#poll-form label {
    display: block;
    margin-bottom: 7px;
    cursor: pointer;
}

#poll-form label input[type=radio] {
    display: none;
}

#poll-form label input[type=radio] + .radio-span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #e9eef3;
    border: 1px solid #c1c7d0;
    margin-right: 11px;
}

#poll-form label input[type=radio]:hover + .radio-span:hover {
    cursor: pointer;
    border: 1px solid #5c7fa7;
}

#poll-form label input[type=radio]:checked + .radio-span {
    background-color: #5c7fa7;
}

.poll-text {
    display: inline-block;
    position: relative;
    bottom: 5px;
    color: #54595f;
}

.poll-submit {
    display: block;
    border-radius: 3px;
    background-color: #90afd3;
    padding: 6px 11px;
    margin-top: 11px;
    color: #fff;
    text-shadow: 0 1px 0 #708FB3;
    font-size: 14px;
}

.poll-submit:hover {
    background-color: #82bc1b;
    text-shadow: 0 1px 0 #658a23;
}

.poll-link {
    margin: 10px 0;
}

.poll-link a, .poll-link {
    color: #80878f;
}

.poll-link a:hover {
    color: #82bc1b;
}

.poll-link span {
    margin-top: 9px;
    font-size: 14px;
    color: #9ba4b1;
    display: block;
}

#create-blog {
    margin: 33px 15px;
    border: 2px dashed #d0d4d5;
    border-radius: 6px;
    padding: 19px 0;
}

#create-blog a {
    display: table;
    margin: 0 auto;
    background-color: #90a8b0;
    border-radius: 3px;
    padding: 12px 28px;
    color: #fff;
    text-transform: uppercase;
}

#create-blog a:hover {
    background-color: #82bc1b;
}

#vk-widget {
    margin: 0 15px 30px;
}

#vk-widget a {
    display: block;
    background-color: #5c7fa7;
    border-radius: 4px;
    color: #fff;
    height: 35px;
}

#vk-widget a b {
    font-size: 17px;
    display: block;
    padding: 0 16px;
    line-height: 35px;
    border-right: 1px solid #7895b5;
    margin-right: 24px;
}

#vk-widget a span {
    font-size: 15px;
    display: block;
    margin-top: 10px;
}

#vk-widget a:hover {
    background-color: #4D719B;
}

#vk-widget .people {
    text-align: right;
    margin-top: 6px;
    color: #89929f;
}

.short-story {
    margin-bottom: 20px;
}

.short-title a {
    font-size: 20px;
    color: #385a97;
    display: block;
}

.short-title a h2 {
    font-weight: normal;
}

.short-title a:hover {
   color: #22a5e9;
}

.short-info {
    margin-top: 10px;
}

.short-info ul li {
    margin-right: 25px;
    color: #b3b9bb;
    line-height: 16px;
    padding-left: 18px;
}

.short-info ul li a {
    color: #b3b9bb;
    display: block;
}

.short-info ul li a:hover {
    text-decoration: underline;
}

.sh-1 {
    background: url(../img/size.png) no-repeat 0;
}
.sh-2 {
	padding-left: 25px;
    background: url(../img/cat.png) no-repeat 0;
}

.line-sep {
    height: 4px;
    background: url(../img/line-sep.png) repeat-x;
    margin: 7px 0;
}

.short-content p {
    color: #6a6d70;
    text-align: justify;
    line-height: 19px;
    font-size: 14px;
}

.short-btn {
    background-color: #ebeeef;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 10px;
}

.ilike {
    margin: 9px 11px 0 6px;
    display: block;
    line-height: 12px;
    background: url(../img/like.png) no-repeat 0;
    color: #879093;
    padding-left: 17px;
}
.linkn {
    display: block;

}
.short-content img {
    border: 3px solid #eff1f3;
    display: block;
    margin: 0 10px 10px 0;
	max-width: 186px;
    max-height: 186px;
}

.short-sep {
    margin-top: 20px;
    height: 3px;
    background-color: #ecf1f7;
    border-top: 1px solid #e0e5e8;
}

.page-selector {
    height: 53px;
    border-top: 1px solid #e0e5e8;
    background-color: #edf2f4;
    padding: 0 13px;
}

.page-selector .left a {
    font-size: 14px;
    margin: 0 3px;
}

.page-selector .left {
    margin-top: 13px;
}

.page-selector .left span {
    border: 2px solid #93c84d;
    border-radius: 50%;
    font-size: 16px;
    color: #88a961;
    width: 23px;
    text-align: center;
    height: 23px;
}

.page-selector .left a:hover {
    text-decoration: underline;
}

.page-selector .left a, 
.page-selector .left span {
    display: inline-block;
    line-height: 24px;
}

.page-selector .right {
    margin-top: 14px;
}

.page-selector .right a {
    font-size: 14px;
    color: #54595f;
    display: inline-block;
    border-left: 1px solid #acc6d0;
    padding-left: 20px;
    margin-left: 20px;
    line-height: 25px;
}

.page-selector .right a:hover {
    text-decoration: underline;
    color: #5c7fa7;
}

.foot-border {
    height: 7px;
    background-color: #2D527C;
    margin-top: 25px;
}

/* ================ wrapper end ====================================== */
.f_input {
    width: 300px;
    padding: 1px;
}

.f_textarea {
    width: 458px;
}

.fieldtr select, .textin, .f_textarea, .f_input, .xfields textarea, .xprofile textarea,.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select {
    padding: 2px;
    background: #fff url("../images/fields.png") repeat-x;
    border: 1px solid #bcc0c2;
}

.f_textarea, .editor_button select {
    padding: 0;
}
/* ================ footer start ====================================== */

footer {
    padding-top: 15px;
}

footer .left {
    font-size: 13px;
    color: #99b8c4;
    line-height: 17px;
}

footer .right ul {
    margin-left: 20px;
}

footer .right ul li {
    float: left;
    margin-left: 15px;
}

/* ================ footer end ====================================== */
.title-comment {
	font-size: 19px;
    color: #3f4c5d;
    font-weight: normal;
}


.count {
    padding-left: 10px;
}
.top-soft li{
    margin: 10px 0 10px 18px;
 	list-style-image: url(../img/t_but_s.png);
}
.tp-soft {
	font-size: 17px;
}
.tp-soft a:hover {
    text-decoration: underline;
}
.stat-title {
 font-size:20px; 
 color:#2D527C;
 padding: 10px 10px 15px 10px;
}

/* ================ systm os ====================================== */
.os-cn1 {
 border: 1px solid #dce7e7;
 padding: 7px;
}
.os-cn2 {
 margin-bottom: -6px;
}
.os-cn3 {
 margin-bottom: -4px;
}
.os-cn4 {
 margin-bottom: -6px;
 margin-right: -5px;
}  
/* ================ link upl ================== */
.lnk-s01 {
  margin-bottom: -6px;
  margin-right: -5px;
}
.lnk-s02t {
  font-size: 14px;
}
.lnk-s03 {
  
}
.lnk-s03 a {
  font-family: tahoma, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #238C00;
  margin-left: 15px;
}
.lnk-s06  {
    padding-top: 12px;
    border: 0px solid #E6C39F;
    border-radius: 4px;
    width: 250px;
    height: 55px;
}
.lnk-s06 a:link {
  font-size: 27px;
  font-weight: normal;
  text-decoration: underline;
  color: #238C00;
  padding: 15px;
}
.lnk-s06 a:hover {
  text-decoration: underline;
}

.lnk-s05 {
  float: left;
  width: 38px;
  height: 38px;
  border: 2px solid #228C00;
  border-radius: 100%;
  position: relative;
  animation: right 1.2s infinite;
  margin: 10px auto 30px auto;
  box-sizing: border-box;
}
.lnk-s05::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 9px;
  width: 11px;
  height: 11px;
  border-left: 2px solid #228C00;
  border-bottom: 2px solid #228C00;
  transform: rotate(-132deg);
}
@keyframes right {
  0% {
  transform: translate(0);
  }
  20% {
  transform: translateX(14px);
  }
  40% {
  transform: translate(0);
  }
}


.lnk-s08  {
    padding-top: 15px;
    border-radius: 4px;
    width: 320 px;
    height: 50px;
}
.lnk-s08 a:link {
  font-size: 21px;
  font-weight: normal;
  text-decoration: underline;
  color: #238C00;
  padding: 10px;
}
.lnk-s08 a:hover {
  text-decoration: underline;
}

.lnk-s07 {
  float: left;
  width: 35px;
  height: 35px;
  border: 2px solid #228C00;
  border-radius: 100%;
  position: relative;
  animation: right 1.2s infinite;
  margin: 10px auto 30px auto;
  box-sizing: border-box;
}
.lnk-s07::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #228C00;
  border-bottom: 2px solid #228C00;
  transform: rotate(-133deg);
}
@keyframes down {
  0% {
  transform: translate(0);
  }
  20% {
  transform: translateX(14px);
  }
  40% {
  transform: translate(0);
  }
}
/*****Последние комментарии*****/
.blck-comm-1 {
	color: #4B4B4B;
	background: url(../img/sc_bt1.gif) no-repeat;
	background-position: left;
	font-weight: bold;
	padding-left: 10px;
    font-size: 14px;
}
.blck-comm-2 {
	color: #666666;
    font-size: 12px;
}
.blck-comm-3  {
	color: #2E527C;
    font-size: 17px;
    padding-top: 5px;
}
.blck-comm-3a a:hover {
	text-decoration: underline;
}
.blck-comm-4 {
	list-style: none; 
	border: 1px solid #F3F8FB; 
	border-radius: 4px; 
	padding: 8px; 
	background-color: #F7F7F7; 
	font-size: 13px;
}
.title-comment {
	font-size: 20px; 
    color: #3f4c5d; 
    font-weight:normal;
}
/*********************************/