/**
 
/* == Сброс == */
* {
	border: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	vertical-align: baseline;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	empty-cells: show;
	font-size: 100%;
}


/* == Основное == */
body {
	background: #fff url('/images/design/v.png') scroll repeat-x 0 -293px;
	color: #5d5d5e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4;
	min-width: 1000px;
}
body.home {
	background-position: 0 -219px;
}

/* == Форматирование == */
a,
a span,
.date {
	color: #32648b;
	text-decoration: underline;
}
a:hover,
a:hover span {
	text-decoration: none;
}
a * {
	cursor: pointer;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	border-bottom: 1px solid #949494;
	font-size: 1.15em;
	line-height: 1.4;
	margin: 50px 0 23px 0;
	overflow: hidden;
	text-transform: uppercase;
}
h2 a,
h2 span {
	border-bottom: 3px solid #5e6367;
	color: #5d5d5e;
	display: block;
	float: left;
	margin: 0 0 -1px 0;
	padding: 0 30px 0 0;
	text-decoration: none;
}
h3 {
	font-size: 1em;
	margin: 1em 0;
}
p, ul, ol {
	margin: 1em 0;
}
ul li {
	/*list-style: disc outside;*/
	margin-left: 2.5em;
}
ol li {
	list-style: decimal outside;
	margin-left: 2.5em;
}
address {
	font-style: normal;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
}
sup {
	top: -0.4em;
}
sub {
	bottom: -0.4em;
}
table {
	/*width: 100%;*/
	margin: 1em 0;
}
tr {
}
td, th {
	text-align: left;
	vertical-align: top;
}
 th { 	
 	/*width:200px;*/
 }
 
table.list {
/*
	width: 100%;
	*/
	margin: 1em 0;
}
table.listtr {
	background-color: #f7f7f7;
}
table.list td, th {
	border: 0 solid #fff;
	border-width: 1px 2px;
/*	padding: 25px 20px;*/
	text-align: left;
	vertical-align: top;
}

table.list2 th{
	width: auto;
	padding: 4px;
}
table.list2 td{
	padding: 4px;
}

table.list2 th{
	border: 0px;
	border-bottom: 1px solid #cccccc ;
}



form {
	margin:0px;
	margin: 0 1px;
	position: relative;
	left: -1px;
}

input[type=password],
input[type=text]{
	background-color: #f2f2f3;
	border: 1px solid #b5b5b5;	
	line-height: 1.4;
	margin: 0 0 5px 0;
	padding: 3px;	
}

.textfield,
select,
textarea {
	background-color: #f2f2f3;
	border: 1px solid #b5b5b5;	
	line-height: 1.4;
	margin: 0 0 5px 0;
	padding: 3px;	
}

input[type=password]:focus,
input[type=text]:focus{
	background-color: #ffffff;
}
.textfield:focus,
select:focus,
textarea:focus {
	background-color: #ffffff;
}

* html input {
  z-index: expression(
    runtimeStyle.zIndex = 1,
    (type == "text" || type == "password") ? (className = "textfield" ) : 0
  );
}


button,
.button {
	background: #f2f2f3 url('/images/design/gr-bg.png') repeat-x scroll 50% 50%;
	border: 1px solid #D3D3D3;	
	font-weight: bold;	
	padding: 3px !important;
	width: auto;
	color: #555555;
	font-size:90%;
	cursor:hand;
	cursor: pointer;
	height: 2em;
}
button:hover,
.button:hover{
	border-color:#999999;
}

.footer-buttons td{
	padding-top:10px;
}

/* == Шапка == */
#header {
	background: transparent url('/images/design/bg.png') scroll no-repeat 268px 100%;
	height: 294px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 1000px;
}
.home #header {
	background-position: 268px 100%;
	height: 368px;
}
#header ul,
#header li {
	margin: 0;
	list-style: none;
}


/* == Логотип == */
#main {
	background: transparent url('/images/design/alpha.png') scroll no-repeat 0 0;
	height: 171px;
	position: absolute;
	left: 155px;
	top: -44px;
	width: 243px;
	z-index: 2;
}
.home #main {
	top: 0;
}

h1 {
	color: #1a6db1;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 18pt;
	float: left;
	left: 50%;
	position: relative;
	text-transform: uppercase;
	top: 59px;
	z-index: 1;
}
.home h1 {
	top: 22px;
}
h1 a {
	background: transparent url('/images/design/lb.png') scroll no-repeat -158px 0;
	display: block;
	float: left;
	height: 63px;
	padding: 2px 0 0 69px;
	position: relative;
	left: -50%;
	text-decoration: none;
}
h1 span {
	color: #c4c4c4;
	text-decoration: none;
}
h1 small {
	color: #050505;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.2;
	margin: -3px 0 0 1px;
	text-transform: lowercase;
	width: 1px;
}


/* == Иконки == */
#icons {
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#icons li a {
	background: transparent url('/images/design/icons.png') scroll no-repeat 0 0;
	bottom: 23px;
	display: block;
	height: 10px;
	left: 40px;
	overflow: hidden;
	position: absolute;
	text-indent: 11px;
	white-space: nowrap;
	width: 11px;
}
#icons .i1.active a,
#icons .i1 a:hover {
	background-position: 0 -10px;
}
#icons li.i2 a {
	background-position: 0 -20px;
	height: 9px;
	left: 116px;
}
#iconsr .i2.active a,
#icons .i2 a:hover {
	background-position: 0 -29px;
}
#icons li.i3 a {
	background-position: 0 -38px;
	height: 8px;
	left: auto;
	right: 40px;
}
#icons .i3.active a,
#icons .i3 a:hover {
	background-position: 0 -46px
}


/* == Авторизация == */
#account {
	background: transparent url('/images/design/alpha.png') scroll no-repeat 0 -171px;
	font-size: 8pt;
	height: 150px;
	overflow: hidden;
	position: absolute;
	left: 633px;
	width: 210px;
}

.home #account {
	top: 0;
}
#account div {
	margin-top: 43px;
	padding: 0 10px 0 28px;
}
form#account div {
	padding: 0 33px;
	position: relative;
}
.home #account div {
	margin-top: 33px;
}


.login-form{
}
.login-form div{
	padding:10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top:10px !important;
}
.login-form label{
	text-align:right;
	display:block;
	float:left;
	width: 50px;
}
.login-form a{
	margin-top:3px;
	float:left;
	display:block;
	width: 113px;
}
#account input {
	font-size: 10pt;
}
#account input.login {
	float: left;
	width: 126px;
	padding:1px;
	font-size: 9pt;
}
#account input.pass {
	float: left;
	
}
#account input.button {
	width: 57px;
	border: 1px solid #b5b5b5;
	float: left;
	font-size: 9pt;
	margin-left: 5px;	
}
form#account a {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0 0.75em;
}
#account a.strong {
	background: transparent url('/images/design/icons.png') scroll no-repeat -6px -89px;
	left: -15px;
	padding: 0 0 0 15px;
	position: relative;
}


/* == Меню == */
#menu_box {
	float: left;
	left: 500px;
	position: relative;
	top: 153px;
}
.home #menu_box {
	top: 224px;
}
#menu_box div {
	background: transparent url('/images/design/alpha.png') scroll no-repeat -222px -247px;
	left: -50%;
	padding: 0 0 0 21px;
	position: relative;
}
#menu {
	background: transparent url('/images/design/alpha.png') scroll no-repeat 100% -307px;
	height: 60px;
	overflow: hidden;
	padding: 0 24px 0 0;
	position: relative;
}
#menu li {
	background: transparent url('/images/design/v.png') scroll repeat-x 0 0;
	float: left;
	display: inline;
	height: 100%;
	left: -1px;
	position: relative;
}
#menu li span {
	border-left: 1px dotted #6f6f6f;
	display: block;
	height: 34px;
	margin: 8px 0 0 0;
	padding: 0 1px;
	position: relative;
}
#menu li a {
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	height: 44px;
	line-height: 43px;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	top: -5px;
}
#menu li.active a {
	background: transparent url('/images/design/v.png') scroll repeat-x 0 -60px;
	height: 47px;
	padding-top: 3px;
	top: -8px;
}


/* == Содержание == */
#container {
	margin: -64px 0 0 0;
	padding: 0 62px;
	position: relative;
	z-index: 1;
}


/* == Подвал == */
#footer {
	background: #d7dee1 url('/images/design/v.png') scroll repeat-x 0 -110px;
	height: 49px;
	line-height: 48px;
	margin: 57px 0 0 0;
	text-align: center;
	white-space: nowrap;
}
#footer p {
	margin: 0;
}


/* == Кнопки == */
.button_add {
	padding-bottom: 23px;
	position: relative;
}
.button_add h2 {
	margin-right: 192px;
	margin-bottom: 0;
}
.button_send,
.button_add a {
	background: transparent url('/images/design/lb.png') scroll no-repeat 0 -36px;
	bottom: 0;
	display: block;
	height: 25px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 158px;
	white-space: nowrap;
	width: 158px;
}
.button_send {
	background-position: -51px -11px;
	border: 0;
	cursor: pointer;
	position: static;
	width: 107px;
}


/* == Таблица == */
.platforms {
	border: 0 solid #fff;
	border-width: 0 2px;
	clear: both;
}
.platforms col.c1 {
	width: 24.5%;
}
.platforms col.c2 {
	width: 30.5%;
}
.platforms col.c3 {
	width: 20.5%;
}
.platforms col.c4 {
	width: 20.5%;
}
.platforms td.c2 {
	font-weight: bold;
}
.platforms td.c2 a {
	
}
.platforms td{
	padding: 4px;
}
.platforms th span {
	background: transparent url('/images/design/icons.png') scroll no-repeat -6px -87px;
	font-weight: normal;
	margin-left:4px;	
	padding: 0 0 0 10px;
	cursor:pointer;
	cursor:hand;
	text-decoration:underline;
}

.platforms th span:hover{
	text-decoration:none;
}

.platforms tr.active a,
.platforms tr.sub a {
	color: #3785c5;
}
.platforms tr.sub a {
	font-size: 10px;
}

.platforms .active th span {
	background-position: -4px -64px;
	margin-left:4px;	
	padding: 0 0 0 10px;	
}
.platforms tr th,
.platforms tr.sub {
	border-width: 0;
	background-color: #e4e4e4;	
}
.platforms tr.sub {
	/*display:none;*/
}

.platforms tr.sub-showed {
	display:block;
}

.platforms tr.sub td{
	padding-bottom:3px;
	margin-bottom:10px;
}
.platforms .sub td,
.platforms .sub th {
	padding: 0px 14px;	
}
.platforms .sub td span {
	padding: 0 0 0 31px;
}

.platforms .main-row th{
	border-left: 1px solid #959B9F !important; 
}

.platforms .sub th{
	border-left: 1px solid #959B9F !important; 
}


/* == Колонки == */
.home #container {
	overflow: hidden;
	padding-left: 340px;
	position: relative;
}
#wide {
	float: left;
	position: relative;
	width: 100%;
}
#panel {
	float: left;
	margin: 0 0 0 -100%;
	padding: 0 50px 0 0;
	position: relative;
	right: 278px;
	width: 228px;
}
.home #footer {
	clear: both;
}


/* == Внутренние колонки == */
#feedback {
	float: left;
	margin: -1em 0 0 0;
	width: 356px;
}
#feedback input,
#feedback textarea {
	width: 348px;
	display: block;
}
#feedback input.button_send {
	width: 107px;
}
#text {
	font-size: 0.85em;
	margin: 0 0 0 406px;
}
#text h2 {
	font-size: 1.353em;
}


/* == Новости == */
#news {
	font-size: 0.85em;
}
#news li {
	margin: 0 0 15px 0;
	list-style: none;
}
#news li a,
#news .date {
	display: block;
}
#news li a,
#news li a span {
	text-decoration: none;
}
#news a span.anons {
	color: #5d5d5e;
}
#news h2 {
	font-size: 1.353em;
}

.description{
	font-size:80%;
	color: #6F6F6F;
	padding-top:2px;
	padding-bottom:5px;
}


table.engine_form th,
table.form th{
	font-weight: normal;
	text-align: right;
	padding-right:4px;
	min-width: 120px;
}

textarea#text {
	margin: 0px;
}

div#account a{
	font-size: pt !important;
}

a.new-messages{
	font-weight: bold;
	font-size: 11px !important ;	
}

#text {
	width: 600px;
}

.articles-controls{
	padding-top:5px;
	border-bottom: 1px dotted #cccccc; 
	padding-bottom:10px;
	margin-bottom:10px;
}
.articles-controls{
	font-size:80%;
}

#linker-block-preview table {
	border-collapse:separate;
}

code{
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 1px;
	margin:1px;
	font-size:90%;
	display:block;
	width: 500px;
}

small{
	font-size: 80%;
}

.bonus{
	margin-top:10px;
	color: #ADAF00;
}

#linker-config-tabs ul.ui-tabs-nav{
	background-color: #FCFCFC !important;
	background-image: none !important;	
	border-left:0px !important;
	border-top:0px;
	border-right:0px;
}

#linker-config-tabs{
	min-height:400px;
} 
.neo-descr {
	font-size: 10px;
}
.neo-descr a {
	font-size: 10px;
}

#rss-bottom p {
	float: left;
	margin-top: -5px;
}

#rss-bottom {
	margin-top: -25px;
}

.empty2 {
	clear: both;
}

#kvadrat {
	margin-top: -35px;
}

#kvadrat-rss p {
	float: left;
	width: 150px;
	height: 230px;
	padding-left: 15px;
}

#kvadrat-rss img {
	width: 150px;
	height: 120px;
}

#kvadrat-rss {
	margin-left: 35px;
}
