@charset "utf-8";

/*===============================================================
=================================================================
//
//	ГЛАВНЫЕ СТИЛИ САЙТА
//
=================================================================
===============================================================*/

/*------------------------------------------=-=-=-=-=-=-=-=
	Глобальные параметры
------------------------------------------=-=-=-=-=-=-=-=*/

body {
	color: #666665;
	margin: 0px;
	padding: 0px;
	background: #253043;
}

a img {
	text-decoration: none !important;
	border: none;
}

a {
	color: #3A3AF7;
	font-family:tahoma;
	text-decoration: underline;
}

a:hover {
	color: #09F;
	text-decoration: underline;
}

a:active {
	color: #F00;
}

a:active, a:hover, a:visited, a {
	border: none;
	outline: none;
}

label {
	cursor: pointer;
}

form {
	display: inline;
}

td, div {
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	font-size: 11px;
}

td {
	vertical-align: top;
}
table {
	width: 100%;
}

.main_bg {
	width: 100%;
	margin: 0px 0px 0px 0px;
	background: url("../images/main/body_bg.png") 0px 0px repeat-x;
}

.main_width {
	width: 90%;
	margin: 0 auto;
	background: url("../images/main/width_table.jpg") center 0px no-repeat;
	padding: 37px 0px 33px 0px;
	text-align: center;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Вывод логотипа
------------------------------------------=-=-=-=-=-=-=-=*/

.logo {
	background:url("../images/main/logo_bg.png") 0px 0px no-repeat;
	text-align: left;
}
.logo table {
	width:407px;
	height:88px;
}
.logo td {
	padding:27px 0px 0px 30px;
}

.logo td a:hover img {
	opacity: 0.7;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Верхняя мини-навигация
------------------------------------------=-=-=-=-=-=-=-=*/

.top-navigation {
	background: url("../images/navigation/navigation_bg.gif") 0px 100% repeat-x;
}
.top-navigation-link {
	background: url("../images/main/corner_tr.gif") 100% 0px no-repeat;
	padding-right: 15px;
}
.top-navigation-link table {
	height: 43px;
}
.top-navigation-link td {
	vertical-align: middle;
	white-space: nowrap;
	padding: 0px 10px 0px 10px;
}
.top-navigation-link .navigation_separator {
	width: 25%;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.top-navigation-link a {
	vertical-align: middle;
	text-align: center;
}
.top-navigation-link td {
	color: #999999;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	font-family: tahoma;
	text-transform: uppercase;
}
.top-navigation-link a {
	color: #999999;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	font-family: tahoma;
	text-transform: uppercase;
	text-decoration: none;
}
.top-navigation-link a:hover {
	color: #999999;
	text-decoration: underline;
}

table.mini-navigation {
	height: 15px;
	margin: 15px 0px 0px 0px;
}

table.mini-navigation td {
	text-align: center;
	border-left: 1px solid #cccccc;
}

table.mini-navigation td.one {
	border-left: none;
}

table.mini-navigation td a {
	text-decoration: underline;
	color: #999999;
}

table.mini-navigation td a:hover {
	text-decoration: underline;
	color: #000000;
}

table.mini-navigation td a:active {
	text-decoration: underline;
	color: #F00;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Оформление выбора языка
------------------------------------------=-=-=-=-=-=-=-=*/

.language {
	height: 45px;
	text-align: right;
	padding: 0px 20px 0px 0px;
}

h1.RezerMainTitle {
	color: #fff;
	font-size: 11px;
	font-weight: 100;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Основное содержимое сайта
------------------------------------------=-=-=-=-=-=-=-=*/

.main-content {
	padding: 1px 0px 0px 9px;
	height: 100%;
	background: #ffffff;
}

.main-table {
	background: url("../images/spacer.gif") 223px 0px repeat-y;
}

.content-width {
	width: 100%;
	padding: 13px 11px 0px 0px;
	text-align: left;
}

/* Правая часть */
.content-width-right {
	padding: 13px 13px 0px 12px;
	background: #f9f9f9;
	border-left: 1px solid #dddde2;
}

.table-content-width-right {
	width: 235px;
}

.account {
	background: #ffffff;
	height: 300px;
	border: 1px solid #e5e5e9;
	margin: -10px 0px 5px 0px;
	padding: 5px;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Логин панель
------------------------------------------=-=-=-=-=-=-=-=*/

.login-bg {
	position: absolute;
	top: 0pt;
	left: 0pt;
	z-index: 97;
	width: 100%;
	height: 100px;
	opacity: 0.6;
	background: #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha( Opacity = 60 ) progid:DXImageTransform.Microsoft.Shadow( color = #000000, direction = 135, strength = 3)";
}

.login-content {
	background: #ffffff;
	border: 2px solid #cccccc;
	position: fixed;
	left: 100px;
	top: 90px;
	z-index: 99;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: left;
}

.login-content a.close {
	background: #ffffff url("../images/icons/error.gif") no-repeat 2px 2px;
	border: 2px solid #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
	width: 20px;
	height: 20px;
	display: block;
	z-index: 98;
	position: absolute;
	top: -16px;
	left: 98%;
	text-decoration: none;
}

.login-content a.close:hover {
	background: #EBEBEB url("../images/icons/error.gif") no-repeat 2px 2px;
}

.login-content a.close:active {
	background: #cccccc url("../images/icons/error.gif") no-repeat 2px 2px;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	AJAX авторизация
------------------------------------------=-=-=-=-=-=-=-=*/

.ajax-autorized-error {
	width: 97%; 
	background: #FFB3B5;
	border: 1px solid #FF484D; 
	padding: 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 6px 0px 0px 3px;
	color: #F00;
}

.ajax-autorized-ok {
	width: 97%; 
	background: #9DDE76;
	border: 1px solid #529C25; 
	padding: 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 6px 0px 0px 3px;
	color: #427D1E;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Подвал
------------------------------------------=-=-=-=-=-=-=-=*/

.footer {
	padding: 0px 0px 0px 9px;
	background: #ffffff;
}

/* Левая часть подвала */

.footer-left {
	width: 100%;
	padding: 0px 20px 0px 27px;
	text-align: center;
}

/* Правая часть подвала */

.footer-right {
	color: #ffffff;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	font-family: tahoma;
	vertical-align: middle;
	padding: 13px 13px 6px 12px; 
	background: #f9f9f9; 
	border-left: 1px solid #dddde2;
}
.footer-right a {
	color: #ffffff;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	font-family: tahoma;
	text-decoration: none;
}
.footer-right a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer-right span {
	color: #1a2638;
	font-size: 12px;
	font-weight: normal;
	font-family: tahoma;
}
.footer-right span a {
	color: #1a2638;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	text-decoration: underline;
}
.footer-right span a:hover {
	color: #1a2638;
	text-decoration: none;
}
.footer-right b {
	color: #3b4f71;
	font-size: 11px;
	font-weight: normal;
	font-family: tahoma;
	text-decoration: none;
}
.footer-right b a {
	color: #8ba8d4;
	font-size: 11px;
	font-weight: normal;
	font-family: tahoma;
	text-decoration: none;
}
.footer-right b a:hover {
	color: #8ba8d4;
	text-decoration: underline;
}
.footer strong {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	font-family: tahoma;
	text-transform: uppercase;
}
.footer-right strong a {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	font-family: tahoma;
	text-decoration: none;
}
.footer-right strong a:hover {
	color: #999999;
	text-decoration: underline;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Нижняя закруглённая часть подвала
------------------------------------------=-=-=-=-=-=-=-=*/

table.footer-bg {
	border: none;
}

table.footer-bg .left {
	width: 6px;
	height: 6px;
}

table.footer-bg .content-left {
	background: #ffffff;
	height: 6px;
	width: 819px;
}

table.footer-bg .content-right {
	background: #f9f9f9;
	/* border-left: 1px solid #dddde2; */
	height: 6px;
	width: 240px;
}

table.footer-bg .right {
	width: 6px;
	height: 6px;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Ссылки в подвале
------------------------------------------=-=-=-=-=-=-=-=*/

.footer-link {
	margin: 20px 0px 0px 0px;
	font-size: 11px;
	color: #ffffff;
}

.footer-link a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

.footer-link a:hover {
	color: #09F;
}

.footer-link a:active {
	color: #F00;
}

.footer-link strong {
	margin: 10px 0px 0px 0px; 
}

/*===============================================================
=================================================================
//
//	ГЛАВНОЕ МЕНЮ САЙТА
//
=================================================================
===============================================================*/

.menu {
	padding:0px 0px 0px 0px;
	width:100%;
	background:url(../images/navigation/menu.gif) 0px 100% repeat-x #ffffff;
	border-top:1px solid #e9e9ec;
}
.menu table {
	height:37px;
}
.menu td {
	width:auto;
	text-align:center;
	color:#1a2638;
	font-size:12px;
	vertical-align:middle
}
.menu table .menu_separator {
	width:5%;
	vertical-align:middle;
	text-align:center;
}
.menu td a {
	display:block;
}
.menu td a img {
	margin:10px 9px 10px 9px;
}

.main_menu a {
	font-size:12px;
	line-height:13px;
	font-weight:bold;
	font-family:tahoma;
	color:#1a2638;
	text-decoration: none;
}

.main_menu a:hover {
	text-decoration: underline;
}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:37px;
	background: transparent url("../images/navigation/menu.gif") repeat-x;
	position:relative;
	z-index: 90;
	font-family:arial, verdana, sans-serif;
}
#nav li.top {
	display:block;
	float:left;
	height:37px;
	background: url("../images/navigation/menu-separator.gif") no-repeat right top;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:37px;
	line-height:37px;
	color:#999;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
	background: transparent url("../images/navigation/menu.gif") repeat-x;
	margin: 0px 2px 0px 0px;
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:35px;
}
#nav li a.top_link span.down {
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	height: 35px;
	background: url("../images/navigation/down_array.gif") no-repeat 90% 18px;
}
#nav li:hover a.top_link, #nav li.iehover a.top_link {
	color:#000;
	background: url("../images/navigation/menu-un.gif") repeat-x;
	cursor:pointer;
	margin: 0px 2px 0px 0px;
}

#nav li:active a.top_link {
	color: #F00;
	background: #F8F9FA;
	border-bottom: 1px solid #E9E9EC;
	height: 36px;
	line-height:37px;
}

#nav li:hover a.top_link span, #nav li.iehover a.top_link span {
	background:url(three_1.gif) no-repeat right top;
	cursor:pointer;
}
#nav li:hover a.top_link span.down, #nav li.iehover a.top_link span.down {
	cursor:pointer;
	background: url("../images/navigation/down_array.gif") no-repeat 90% 18px;
}
/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
	cursor:pointer;
}
#nav li:hover ul.sub {
	left:0px;
	top:36px;
	background: #EDEDFC;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border:1px solid #ADADAD;
	border-bottom: none;
	white-space:nowrap;
	width:200px;
	height:auto;
	z-index:300;
	cursor:pointer;
	text-align: left;
}
#nav li:hover ul.sub li {
	display:block;
	height:25px;
	position:relative;
	float:left;
	width: 100%;
	font-weight:normal;
	border-bottom:1px solid #ADADAD;
	cursor:pointer;
}
#nav li:hover ul.sub li a {
	display:block;
	font-size:12px;
	height:25px;
	width: 200px;
	line-height:25px;
	text-indent:5px;
	text-decoration:none;
	border-bottom:1px solid #ADADAD;
	cursor:pointer;
	background: #f5f3ff;
	font-weight: 100;
	font-family: Verdana, Geneva, sans-serif;
}

#nav li:hover ul.sub li a.one {
	border-top: none;
}

#nav li:hover ul.sub li a.end {
	border-bottom: none;
}

#nav li ul.sub li a.fly {
	background: url("../images/navigation/arrow.gif") 95% 9px no-repeat;
	cursor:pointer;
}

#nav li ul.sub li a.block {
	background: #f5f3ff url("../images/navigation/lock.gif") 100% 2px no-repeat;
	cursor: default;
}



#nav li:hover ul.sub li a:hover {
	background: #456397;
	color:#fff;
	cursor:pointer;
	font-weight: 100;
}

#nav li:hover ul.sub li a:active {
	background: #91A7CC;
}

#nav li:hover ul.sub li a.fly:hover {
	background: #456397 url("../images/navigation/arrow.gif") 95% 9px no-repeat;
	cursor:pointer;
}

#nav li:hover ul.sub li a.fly:active {
	background: #91A7CC url("../images/navigation/arrow.gif") 95% 9px no-repeat;
}

#nav li ul.sub li a.block:hover {
	background: #456397 url("../images/navigation/lock.gif") 100% 2px no-repeat;
	cursor: default;
	color:#fff;
}

#nav li ul.sub li a.block:active {
	background: #91A7CC url("../images/navigation/lock.gif") 100% 2px no-repeat;
}

#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
	left: 97%;
	top: -2px;
	background: #456397;
	padding: 0px 0px 0px 0px;
	border:1px solid #BEBEBE;
	border-bottom: none;
	white-space:nowrap;
	width: 200px;
	z-index:400;
	height:auto;
}
#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly {
	background: #456397 url("../images/navigation/arrow.gif") 95% 9px no-repeat;
	color:#fff;
}
#nav li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly {
	background: #EDEDFC url("../images/navigation/arrow.gif") 95% 9px no-repeat;
	color:#000;
}

#nav li:hover li:hover a.block, #nav li:hover li:hover li:hover a.block, #nav li:hover li:hover li:hover li:hover a.block, #nav li:hover li:hover li:hover li:hover li:hover a.block {
	background: #456397 url("../images/navigation/lock.gif") 100% 2px no-repeat;
	color:#fff;
	cursor: default;
}
#nav li:hover li:hover li a.block, #nav li:hover li:hover li:hover li a.block, #nav li:hover li:hover li:hover li:hover li a.block {
	background: #f5f3ff url("../images/navigation/lock.gif") 100% 2px no-repeat;
	color:#000;
	cursor: default;
}

#nav a.active, #nav a.active:hover { color: #F00 !important; }
#nav span.active, #nav span.active:hover { color: #F00 !important; }

/*===============================================================
=================================================================
//
//	ОФОРМЛЕНИЕ БЛОКОВ И ВСЕХ ДРУГИХ РАЗДЕЛОВ
//
=================================================================
===============================================================*/

/*------------------------------------------=-=-=-=-=-=-=-=
	Отзывы о модуле
------------------------------------------=-=-=-=-=-=-=-=*/

.reviews_plus {
	padding: 10px;
	background: #DBF4CC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.reviews_minus {
	padding: 10px;
	background: #FEDCD3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.reviews_plus .relation_title {
	float: right;
	color: #99E06D;
}

.reviews_minus .relation_title {
	float: right;
	color: #FC8B70;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Главная новость на главной странице
------------------------------------------=-=-=-=-=-=-=-=*/

ul.main_news_ok {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 20px;
	
}

ul.main_news_ok li {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Краткая статья
------------------------------------------=-=-=-=-=-=-=-=*/

table.mini-news {
	border: 0px;
	width: 100%;
	margin: 0px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
}

table.mini-news td {
	font-size: 11px;
}

.mini-news .title .iconModule {
	display: inline-block;
	margin: 0px 3px 0px 0px;
}

.mini-news .title .typeModule {
	display: inline-block;
	font-size: 9px;
	vertical-align: text-top;
}

.mini-news .title h3 {
	font-size: 13px;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	font-weight: bold;
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	/*text-shadow: 1px 1px 1px #cccccc;*/
}

.mini-news .title h3 a {
	color: #6075EE;
	text-decoration: underline;
}

.mini-news .title h3 a:hover {
	color: #003;
	text-decoration: underline;
}

.mini-news .title h3 a:active {
	color: #F00;
}

.mini-news .title-search h3 {
	font-size: 13px;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.mini-news .title-search h3 a {
	color: #6075EE;
	text-decoration: underline;
}

.mini-news .title-search h3 a:hover {
	color: #003;
	text-decoration: underline;
}

.mini-news .title-search h3 a:active {
	color: #F00;
}

.mini-news .about {
	padding: 10px 0px 4px 0px;
	color: #000000;
	font-size: 11px;
}

.mini-news .copyright {
	padding: 0px 0px 10px 0px;
	font-size: 11px;
	color: #999;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Маленькая полоска
------------------------------------------=-=-=-=-=-=-=-=*/

.hr-mini {
	margin: 4px 2px 4px 2px;
	border-bottom: 1px solid #cccccc;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Версия DLE
------------------------------------------=-=-=-=-=-=-=-=*/

.dle_version span.version-list {
	padding: 2px 10px;
	font-size: 9px;
	color: #ffffff;
	width: 57px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #5FA72B;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82CA4D', endColorstr='#5FA72B');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#82CA4D), to(#5FA72B));
	background-image: -webkit-linear-gradient(top, #82CA4D, #5FA72B);
	background-image:    -moz-linear-gradient(top, #82CA4D, #5FA72B);
	background-image:     -ms-linear-gradient(top, #82CA4D, #5FA72B);
	background-image:      -o-linear-gradient(top, #82CA4D, #5FA72B);
	background-image:         linear-gradient(top, #82CA4D, #5FA72B);
	border: 1px solid #559D22;
	border-bottom: 1px solid #559D22;
	border-radius: 2px;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Полная новость
------------------------------------------=-=-=-=-=-=-=-=*/

.full-news {
	margin: 0px 10px 10px 10px;
}

.full-news .title .iconModule {
	display: inline-block;
	margin: 0px 3px 0px 0px;
}

.full-news .title .typeModule {
	display: inline-block;
	font-size: 9px;
	vertical-align: text-top;
}

.full-news .title h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-shadow: 1px 1px 1px #cccccc;
}

.full-news .title h2 {
	color: #6075EE;
}

.full-news .title h2 a {
	color: #6075EE;
	text-decoration: none;
}

.full-news .title h2 a:hover {
	color: #666;
}

.full-news .title h2 .new-version a {
	text-shadow: none;
	text-decoration: underline;
}

.full-news td {
	font-size: 11px;
}

.full-news .info {
	margin: 10px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
	width: 100%;
}

.full-news .info .table_info {
	border: 1px solid #CCC;
	padding: 10px;
}

.full-news .info .table_info table {
	color: #999;
}

.full-news .info .table_info tr {
	height: 20px;
}

.full-news .info .table_info .title {
	font-weight: bold;
	width: 20%;
}

.full-news .info .table_info .value {
	width: 30%;
}

.mini-hack-info {
	width: 100%;
	border: none;
}

.mini-hack-info td {
	background: none !important;
	border: none !important;
	line-height: 17px !important;
}

.mini-hack-info .title {
	width: 20%;
}

.mini-hack-info .value {
	width: 30%;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Список весрий модуля
------------------------------------------=-=-=-=-=-=-=-=*/

table.mod-history {
	width: 100%;
	border: 1px solid #cccccc;
	border-bottom: none;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

table.mod-history tr {
	height: 30px;
}

table.mod-history tr.title {
	background: #DCDDF5;
}

table.mod-history tr.title td, th {
	color: #494949;
}

table.mod-history tr.title td, th {
	font-weight: bold;
}

table.mod-history td, th {
	vertical-align: middle;
	border-left: 1px solid #cccccc;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #cccccc;
}

table.mod-history td.one, th.one {
	border-left: none;
	width: 17px;
}

table.mod-history td.version, th.version {
	width: 50px;
}

table.mod-history td.date, th.date {
	width: 150px;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Краткая статья в новостях сайта
------------------------------------------=-=-=-=-=-=-=-=*/

.sait-news h3, .sait-news h2 {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	color: #F2992D;
}

.sait-news h3 a {
	color: #F2992D;
	text-decoration: underline;
}

.sait-news h3 a:hover {
	color: #F60;
}

.sait-news h3 a:active {
	color: #F00;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Навигация по страницам в новостях сайта
------------------------------------------=-=-=-=-=-=-=-=*/

.navigation-sait-news a {
	color: #06F;
	text-decoration: underline;	
}

.navigation-sait-news a:hover {
	color: #06F;
	text-decoration: none;	
	background: #D5E6FF;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Навигация по страницам в комментариях
------------------------------------------=-=-=-=-=-=-=-=*/

td.navigation-com {
	padding: 5px 20px 10px 0px;
}

div.navigation-com {
	padding: 10px 0px 10px 0px;
}

.navigation-com span {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.navigation-com span span {
	display: inline-table;
	height: 19px;
	line-height: 19px;
	font-size: 11px;
	/*border: 1px solid #FC3;*/
	border: 1px solid #999;
	padding: 0px 7px 0px 7px;
	font-weight: bold;
	/*color: #FC3;*/
	/* background: #FFFAEA; */
	color: #999;
	background: #F4F4F4;
}

.navigation-com span a {
	display: inline-table;
	height: 19px;
	line-height: 19px;
	font-size: 11px;
	/*border: 1px solid #FAF0DE;*/
	border: 1px solid #C7C7C7;
	padding: 0px 7px 0px 7px;
	/*color: #E3AD48;*/
	color: #959595;
}

.navigation-com span a:hover {
	/*border: 1px solid #E9B961;*/
	/*color: #E3AD48;*/
	/*background: #FFFBEC;*/
	border: 1px solid #A4A4A4;
	color: #959595;
	background: #F5F5F5;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Извещение о новой версии модуля
------------------------------------------=-=-=-=-=-=-=-=*/

.new-version a {
	background: #FF4A4A;
	color: #FFF !important;
	display: inline-block;
	font-size: 12px;
	height: 20px;
	padding: 0px 10px 0px 10px;
	line-height: 20px;
	border: 1px solid #F00;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.new-version a:hover {
	background: #FF7575;
	text-decoration: underline !important;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Главная новость на главной странице
------------------------------------------=-=-=-=-=-=-=-=*/

.bigBanner td h1 {
	font-size: 18px;
	color: #090;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}
.bigBanner td {
	padding: 4px 300px 4px 12px;
	height: 254px;
	font-size: 11px;
	text-align: justify;
}

.bigBanner td.iblogs {
	background: url("../images/iblogs-banner.jpg") 100% 0px no-repeat;
}

.Review td {
	height: auto;
	width: 100%;
	padding: 4px 30px 4px 12px;
}


.next-prev {
	float: right;
	margin: -14px 0px 0px 0px;
	text-align: center;
	position: relative;
}

.next-prev img {
	position: absolute;
	top: 4px;
	left: -25px;
}

.next-prev a.prev, .next-prev a.next {
	width: 20px;
	height: 19px;
	display: inline-block;
	text-decoration: none;
}

.next-prev a.prev  {
	background: url("../images/icons/big-banner-nav.png") no-repeat left top;
}

.next-prev a.next {
	background: url("../images/icons/big-banner-nav.png") no-repeat -20px top;
}

.next-prev a.prev:hover  {
	background: url("../images/icons/big-banner-nav.png") no-repeat left -19px;
}

.next-prev a.next:hover {
	background: url("../images/icons/big-banner-nav.png") no-repeat -20px -19px;
}

.next-prev a {
	width: 12px;
	color: #bababa;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	line-height: 17px;
	text-decoration: none;
}

.next-prev a:hover {
	color: #6a6a6a;
}

.next-prev a.active {
	color: #E2E2E2;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	text-decoration: none;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Закруглённая черая обвдка с белым фоном
------------------------------------------=-=-=-=-=-=-=-=*/

.new_news {
	margin-bottom: 5px;
	border: 0px;
	width: 100%;
}

.new_news .topleft {
	width: 5px;
	height: 5px;
	background:url("../images/blocks/main/edge.gif") no-repeat left top;
}

.new_news .topright {
	width: 5px;
	height: 5px;
	background:url("../images/blocks/main/edge.gif") no-repeat right -5px;
}

.new_news .title {
	height: 1px;
	vertical-align: top;
	line-height: 30px;
	padding-left: 5px;
	background:url("../images/blocks/main/border.gif") repeat-x right top;
	font-weight: bold;
}

.new_news .title a {
	color: #ffffff;
	text-decoration: none;
}

.new_news .title a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.new_news .contentleft {
	width: 1px;
	background:url("../images/blocks/main/border.gif") repeat-y left top;
}

.new_news .contentright {
	width: 1px;
	background:url("../images/blocks/main/border.gif") repeat-y right top;
}

.new_news .content {
	vertical-align: top;
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	padding: 10px;
	background: #ffffff;
	word-wrap: break-word;
}

.new_news .content .info_news_blog img {
	vertical-align: middle;
}

.new_news .content img[align=left] {
	padding: 0px 15px 0px 0px;
}

.new_news .content img[align=right] {
	padding: 0px 0px 0px 15px;
}

.new_news .bottomleft {
	width: 5px;
	height: 5px;
	background:url("../images/blocks/main/edge.gif") no-repeat left -10px;
}

.new_news .bottomright {
	width: 5px;
	height: 5px;
	background:url("../images/blocks/main/edge.gif") no-repeat right -15px;
}

.new_news .bottom {
	height: 1px;
	background:url("../images/blocks/main/border.gif") repeat-x right bottom;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Оформление блока корзины
------------------------------------------=-=-=-=-=-=-=-=*/

.shopping {
	margin-bottom: 5px;
	border: 0px;
	width: 100%;
}

.shopping .topleft {
	width: 5px;
	height: 5px;
	background: #ffffff url("../images/blocks/shopping/edge.gif") no-repeat left top;
}

.shopping .topright {
	width: 5px;
	height: 5px;
	background: #ffffff url("../images/blocks/shopping/edge.gif") no-repeat right -5px;
}

.shopping .title {
	height: 1px;
	vertical-align: top;
	line-height: 30px;
	padding-left: 5px;
	background: #ffffff url("../images/blocks/shopping/border.gif") repeat-x right top;
	font-weight: bold;
}

.shopping .contentleft {
	width: 1px;
	background: #ffffff url("../images/blocks/shopping/border.gif") repeat-y left top;
}

.shopping .contentright {
	width: 1px;
	background: #ffffff url("../images/blocks/shopping/border.gif") repeat-y right top;
}

.shopping .content {
	vertical-align: top;
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	padding: 10px;
	background: #ffffff;
	padding: 15px 20px 15px 20px;
	text-align: left;
}

.shopping .mini_cart_bg {
	position: relative;
	padding: 0px;
	margin: 0px;
}

.shopping .mini_cart_bg_block {
	z-index: 1;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 102%;
	background: #ffffff;
	opacity: 0.6;
}

.shopping .content .shop_text {
	color: #1a2639; 
	font-size: 11px; 
	line-height: 12px; 
	font-family: tahoma;
	background: url("../images/icons/shopping_cart.png") 100% 2px no-repeat;
	padding: 0px 0px 10px 0px;
	text-align: justify;
}

.shopping .content .shop_text strong a {
	color: #ff8a37; 
	text-decoration: underline; 
	font-size: 12px; 
	line-height: 12px;
	text-transform: uppercase;
}

.shopping .content .shop_text strong a:hover {
	color: #EA6400; 
	text-decoration: underline
}

.shopping .content .shop_text strong a:active {
	color: #F00; 
	text-decoration: underline
}

.shopping .content .type {
	padding: 0px 0px 3px 0px;
}

.shopping .content select {
	border: 1px solid #B9B9B9;
	font-size: 11px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.shopping .content select:hover, .shopping .content select:focus {
	border: 1px solid #F60;
}

.shopping .content .small_line {
	width: 100%;
	height: 1px;
	background: #ECECEC;
	margin: 0px 0px 0px 0px;
}

.shopping .content ul.list_product {
	list-style: none;
	text-align: left;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid #ECECEC;
	border-bottom: none;
	border-top: none;*/
}

.shopping .content .basket_submit {
	float: right;
	margin: 5px 0px 0px 0px;
}

.shopping .content ul.list_product li {
	padding: 5px 0px 6px 5px;
	border-bottom: 1px solid #ECECEC;
}

.shopping .content .all_price {
	margin: 10px 0px 0px 0px;
	font-size: 11px;
}

.shopping .bottomleft {
	width: 5px;
	height: 5px;
	background: #ffffff url("../images/blocks/shopping/edge.gif") no-repeat left -10px;
}

.shopping .bottomright {
	width: 5px;
	height: 5px;
	background: #ffffff url("../images/blocks/shopping/edge.gif") no-repeat right -15px;
}

.shopping .bottom {
	height: 1px;
	background: #ffffff url("../images/blocks/shopping/border.gif") repeat-x right bottom;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Оформление Speedbar
------------------------------------------=-=-=-=-=-=-=-=*/

.speedbar {
	border: 0px;
	width: 100%;
	background: #f7f7f7 url("../images/blocks/speedbar/bg.gif") 0px 0px repeat-x;
	margin: 0px 0px 8px 0px;
}

.speedbar .topleft {
	width: 5px;
	height: 5px;
	background: url("../images/blocks/speedbar/edge.gif") no-repeat left top;
}

.speedbar .topright {
	width: 5px;
	height: 5px;
	background: url("../images/blocks/speedbar/edge.gif") no-repeat right -5px;
}

.speedbar .title {
	height: 1px;
	vertical-align: top;
	line-height: 30px;
	padding-left: 5px;
	background: url("../images/blocks/speedbar/border.gif") repeat-x right top;
	font-weight: bold;
}

.speedbar .contentleft {
	width: 1px;
	background: url("../images/blocks/speedbar/border.gif") repeat-y left top;
}

.speedbar .contentright {
	width: 1px;
	background: url("../images/blocks/speedbar/border.gif") repeat-y right top;
}

.speedbar .content {
	vertical-align: top;
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	padding: 7px 10px 7px 25px;
	background: url("../images/blocks/speedbar/arrow.png") no-repeat 1px 6px;
	color: #616161;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	cursor: default;
}

.speedbar .content a {
	color: #182334;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	font-family: tahoma;
	text-decoration: underline;
}

.speedbar .content a:hover {
	color: #F00;
}

.speedbar .content a:active {
	color: #3A567E;
}

.speedbar .bottomleft {
	width: 5px;
	height: 5px;
	background: url("../images/blocks/speedbar/edge.gif") no-repeat left -10px;
}

.speedbar .bottomright {
	width: 5px;
	height: 5px;
	background: url("../images/blocks/speedbar/edge.gif") no-repeat right -15px;
}

.speedbar .bottom {
	height: 1px;
	background: url("../images/blocks/speedbar/border.gif") repeat-x right bottom;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Оформление правого блока
------------------------------------------=-=-=-=-=-=-=-=*/

.right-navigation {
	margin: 0px 0px 10px 0px;
}

.right-navigation .title-start {
	background: #f6f6f6 url("../images/blocks/right/bg.gif") repeat-x 0px 0px;
}

.right-navigation .title-start .top-left {
	width: 5px;
	height: 5px;
	display: block;
	background: url("../images/main/edge-right-block.gif") no-repeat left top;
}

.right-navigation .title-start .content {
	height: 5px;
}

.right-navigation .title-start .top-right {
	width: 5px;
	height: 5px;
	display: block;
	background: url("../images/main/edge-right-block.gif") no-repeat right -5px;
}

.right-navigation .title-start .content-left {
	border-left: 1px solid #e5e5e9;
	width: 5px;
}

.right-navigation .title-start .content-right {
	border-right: 1px solid #e5e5e9;
	width: 5px;
}

.right-navigation .title-start .content {
	width: 100%; 
	color: #182334;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	font-family: tahoma;
	background: url("../images/blocks/right/finger.png") no-repeat 3px 7px;
	padding: 9px 10px 13px 30px;
	border: none;
}

.right-navigation .title {
	background: #f6f6f6 url("../images/blocks/right/bg.gif") repeat-x 0px 0px;
	border-left: 1px solid #e5e5e9; 
	border-right: 1px solid #e5e5e9;
}

.right-navigation .title .text {
	width: 100%; 
	color: #182334;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	font-family: tahoma;
	background: url("../images/blocks/right/finger.png") no-repeat 3px 9px;
	padding: 11px 10px 11px 30px;
	border: none;
}

.right-navigation .title .UpDown {
	padding: 11px 10px 11px 0px;
	background: none;
	line-height: 9px;
}

a.BlockUp {
	width: 15px;
	height: 11px;
	display: inline-block;
	background: url("../images/icons/drop.png") no-repeat left top;
	text-decoration: none;
	margin: 0px 5px 0px 6px;
}

a.BlockUp:hover {
	background: url("../images/icons/drop.png") no-repeat -15px top;
}

a.BlockDown {
	width: 15px;
	height: 11px;
	display: inline-block;
	background: url("../images/icons/drop.png") no-repeat left -11px;
	text-decoration: none;
	margin: 0px 5px 0px 6px;
}

a.BlockDown:hover {
	background: url("../images/icons/drop.png") no-repeat -15px -11px;
}


.right-navigation .text .LastNewsList {
	margin: -20px -15px -21px -15px;
}

.right-navigation .text .LastNewsList span a {
	display: block;
	height: 30px;
	border-bottom: 1px solid #E5E5E9;
	padding: 0px 0px 0px 10px;
	line-height: 30px;
	text-decoration: none;
	background: #ffffff;
	color: #666;
}

.right-navigation .text .LastNewsList span a:hover {
	background: #F8F8F8;
	color: #09F;
}

.right-navigation .text .LastNewsList span a:active {
	background: #F3F3F3;
	color: #F00;
}

.right-navigation .text {
	background: #ffffff;
	border: 1px solid #e5e5e9;
	border-bottom: none;
	padding: 20px 15px 20px 15px;
	color: #2D2D2D;
	text-align: left;
}

.right-navigation .menu_categories {
	background: #FFFFFF;
	font-size: 11px;
	color: #000;
	padding: 0px;
}

.right-navigation .text-end {
	background: #ffffff;
	border: 1px solid #e5e5e9;
	border-bottom: none;
	padding: 20px 15px 15px 15px;
	color: #2D2D2D;
}

.right-navigation table.end {
	background: #ffffff url("../images/blocks/speedbar/border.gif") repeat-x left bottom;
}

.right-navigation table.end .left {
	width: 5px;
	height: 5px;
	background: url("../images/blocks/shopping/edge.gif") no-repeat left -10px;
}

.right-navigation table.end .content {
	height: 5px;
}

.right-navigation table.end .right {
	width: 5px;
	height: 5px;
	background: url("../images/blocks/shopping/edge.gif") no-repeat right -15px;
}

ul.menu_cat_ul {	
	background: #FBFBFB;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.menu_cat_ul li {
	list-style: none;
	border-bottom: 1px solid #E0E0E0;
	text-align: left;
}

ul.menu_cat_ul li.end {
	border-bottom: none;
}

ul.menu_cat_ul li a {
	width: auto;
	height: 40px;
	text-decoration: none;
	line-height: 40px;
	color: #333;
	font-weight: 700;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	background: url("../images/icons/arrow_right.png") 15px 16px no-repeat;
}

ul.menu_cat_ul li a span {
	padding: 0px 0px 0px 30px;
}

ul.menu_cat_ul li a:hover {
	background: #F6F6F6 url("../images/icons/arrow_right.png") 15px 16px no-repeat;
}

ul.menu_cat_ul li.sub a:hover span.sub {
	display: block;
	background: url("../images/navigation/bg_list_.gif") 95% 20px no-repeat;
}

ul.menu_cat_ul li a:active {
	color: #F00;
}

ul.menu_cat_ul li.sub ul.pod_menu {
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #E0E0E0;
}

ul.menu_cat_ul li.open_sub {
	background: #FFFFFF;
}

ul.menu_cat_ul li.sub {
	background: url("../images/navigation/bg_list_.gif") 95% 20px no-repeat;
}

ul.menu_cat_ul li.sub ul.pod_menu li {
	margin: 0px 0px 0px 25px;
	border-bottom: 1px dotted #E0E0E0;
}

ul.menu_cat_ul li.sub ul.pod_menu li.one {
}

ul.menu_cat_ul li.sub ul.pod_menu li.end {
	border-bottom: none;
}

ul.menu_cat_ul li.sub ul.pod_menu li a {
	list-style: none;
}

ul.menu_cat_ul li.sub ul.pod_menu li a:hover {
	background: #FBFBFB url("../images/icons/arrow_right.png") 15px 16px no-repeat;
}

ul.menu_cat_ul a span.active {
	color: #F00;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Оформление блока копирайтов
------------------------------------------=-=-=-=-=-=-=-=*/

.main-copyright {
	border: 0px;
	width: 235px;
	background: #273854 url("../images/blocks/copyright/bg.gif") repeat-x top left;
}

.main-copyright .topleft {
	width: 5px;
	height: 5px;
	background:url("../images/blocks/copyright/edge.gif") no-repeat left top;
}

.main-copyright .topright {
	width: 5px;
	height: 5px;
	background:url("../images/blocks/copyright/edge.gif") no-repeat right -6px;
}

.main-copyright .top {
	height: 5px;
	background: #304360;
}

.main-copyright .contentleft {
	width: 5px;
}

.main-copyright .contentright {
	width: 5px;
}

.main-copyright .content {
	vertical-align: top;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	height: 49px;
	padding: 0px 12px 0px 12px;
	color: #ffffff;
	text-align: left;
}

.main-copyright .content span {
	color: #ffffff;
}

.main-copyright .content b a, .main-copyright .content span b a {
	color: #8BA8D4;
	text-decoration: underline;
}

.main-copyright .content b a:hover, .main-copyright .content span b a:hover {
	color: #F4F7FB;
	text-decoration: underline;
}

.main-copyright .content b a:active, .main-copyright .content span b a:active {
	color: #F00;
}

.main-copyright .content a, .main-copyright .content span a {
	color: #ffffff;
	text-decoration: underline;
}

.main-copyright .content a:hover, .main-copyright .content span a:hover {
	color: #8BA8D4;
	text-decoration: underline;
}

.main-copyright .content a:active, .main-copyright .content span a:active {
	color: #F00;
}

.main-copyright .bottomleft {
	width: 5px;
	height: 5px;
	background:url("../images/blocks/copyright/edge.gif") no-repeat left -12px;
}

.main-copyright .bottomright {
	width: 5px;
	height: 5px;
	background:url("../images/blocks/copyright/edge.gif") no-repeat right -18px;
}

.copyright .bottom {
	height: 5px;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Карта сайта
------------------------------------------=-=-=-=-=-=-=-=*/

ul.sitemap li {
	padding: 0px 0px 0px 0px;
}

ul.sitemap li a {
	font-size: 12px;
	font-weight: bold;
	color: #03F;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
}

ul.sitemap li a:hover {
	text-decoration: none;
	border: 1px solid #9FB9FB;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px -3px;
	background: #E9F4FE;
	color: #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

ul.sitemap li a:active {
	text-decoration: none;
	color: #F00;
}

ul.sitemap li ol.tree {
	list-style: circle;
}

ul.sitemap li ol.tree li {
	/*margin: 2px 0px 2px 0px;*/
}

ul.sitemap li ol.tree li a {
	font-weight: 100;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Форма поиска на главной странице
------------------------------------------=-=-=-=-=-=-=-=*/

table.go {
	width: 245px;
	text-align: left;
	margin: 0px 12px 0px 0px;
}

input.go {
	width: 210px;
	border: 1px solid #e2e2e3;
	background: #ffffff; 
	color: #999999;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 5px;
	display: inline-block;
}
input.go:focus, input.go:hover {
	color: #666;
	border: 1px solid #ccc;
}

input.btn_go {
	width: 21px;
	height: 21px;
	border: none;
	cursor: pointer;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	background: url("../images/icons/search-submit.png") no-repeat left top;
}

input.btn_go:hover {
	background: url("../images/icons/search-submit.png") no-repeat left -21px;
}

input.btn_go:focus {
	border: none;
	outline: none;
	background: url("../images/icons/search-submit.png") no-repeat left -42px;
}

.search_light {
	background: #FF0;
	color: #F00;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Спидбар
------------------------------------------=-=-=-=-=-=-=-=*/

#dle-speedbar {
	float: left;
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Выбор режима просмотра новостей
------------------------------------------=-=-=-=-=-=-=-=*/

ul.type_list {
	padding:0;
	margin:0;
	width: 25px;
	height: 13px;
	list-style: none;
	position: relative;
	background: url("../images/icons/type_list.gif") no-repeat left top;
	cursor: pointer;
}

ul.type_list:hover {
	background: url("../images/icons/type_list.gif") no-repeat left -13px;
}

ul.type_list li a {
	display: none;
}

ul.type_list:hover li a {
	display: block;
	padding: 4px 0px 0px 5px;
	border-top: 1px solid #C2C2C9;
	text-decoration: none;
	position:relative;
	left: 0px;
	top: 17px;
	height: 20px;
	line-height: 15px;
	background: #F5F5F6;
	color: #000;
	font-size: 11px;
	font-weight: 100;
	width: 120px;
	border-left: 1px solid #C2C2C9;
	border-right: 1px solid #C2C2C9;
	z-index: 200;
	border-bottom: none;
}

ul.type_list:hover li a span.icon {
	border-right: 1px solid #C2C2C9;
	width: 20px;
	margin: 0px 5px 0px 0px;
}

ul.type_list:hover li a span.icon img {
	border: none;
}

ul.type_list:hover li.end a {
	border-bottom: 1px solid #C2C2C9;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

ul.type_list:hover li.one a {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

ul.type_list:hover li a:hover {
	background: #E6E6E8;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Оформление профиля
------------------------------------------=-=-=-=-=-=-=-=*/

table.profile {
	width: 100%;
	margin: 10px 20px 10px 20px;
}

table.profile .avatar {
	width: 130px;
	text-align: center;
}

table.profile .avatar img {
	border: none;
}

table.profile tr {
	height: 21px;
}

table.profile .info-img {
	width: 20px;
	text-align: center;
}

table.profile .user-info {
	padding: 0px 0px 0px 15px;
}

table.profile .user-info table.user-info-list {
}

table.profile .user-info table.user-info-list .info-title {
	width: 100px;
	font-weight: bold;
}

table.profile .user-info .user-options {
	padding: 20px 0px 0px 5px;
}

.user-options-title {
	font-weight: bold;
	padding: 0px 0px 20px 10px;
}


ol.ListOrders {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}

ol.ListOrders li {
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}

ol.ListOrders li span.not-order {
	color: #F00;
	text-decoration: blink;
}

ol.ListOrders li span.yes-order {
	color: green;
	text-decoration: none;
}

.OrderInfo {
	width: 98%;
	border: 1px solid #EBF8FE;
	margin: 5px 5px 0px 0px;
	padding: 5px 5px 0px 5px;
	background: #F4FCFF;
	position: relative;
}

.OrderActions {
	position: absolute;
	top: 23px;
	right: 20px;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Добавление товара в корзину
------------------------------------------=-=-=-=-=-=-=-=*/

.add_to_cart_news a {
	text-decoration: none;
	color: #999;
}

.add_to_cart_news a:hover {
	text-decoration: none;
	color: #000;
}

.add_to_cart_news a:active {
	color: #F00;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Оформление корзины
------------------------------------------=-=-=-=-=-=-=-=*/

table.cart_title {
	border: none;
	width: 100%;
}

table.cart_title td {
	color:#020202;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	text-transform:uppercase;
	text-align: center;
}

.cart_big_line {
	width: 100%;
	height: 2px;
	background: #ECECEC;
	margin: 10px 0px 10px 0px;
}

.cart_small_line {
	width: 100%;
	height: 1px;
	background: #ECECEC;
	margin: 10px 0px 10px 0px;
}

table.cart_product {
	border: none;
	width: 100%;
}

table.cart_product td {
	text-align: center;
}

table.cart_product td a {
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
}

table.cart_product td a:hover {
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	text-decoration: underline;
}

table.cart_product td.price {
	color:#000000;
	font-family:tahoma;
	font-size:19px;
	font-weight:bold;
}

.cart_sub_total {
	color:#020202;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	text-transform:uppercase;
	text-align: right;
}

.cart_sub_total .price {
	color:#000000;
	font-family:tahoma;
	font-size:19px;
	font-weight:bold;
	padding: 0px 75px 0px 20px;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Персональные сообщения
------------------------------------------=-=-=-=-=-=-=-=*/

table.for-pm-filled {
	margin: 0px 0px 10px 0px;
}

table.for-pm-filled td.count-0 {
	padding: 2px 5px 0px 0px;
	width: 10px;
	font-weight: bold;
}

table.for-pm-filled td.count {
	padding: 2px 0px 0px 5px;
	width: 15px;
	font-weight: bold;
}

table.pm-filled {
	border: 1px solid #CCC;
	background: #FFF;
	height: 20px;
	width: 100%;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

table.pm-filled td.pm-filled-fill {
	background: #F07242;
	text-align: center;
	color: #FFF;
	padding: 2px 0px 0px 0px;
}

table.pm-filled td.pm-filled-fill-procent-0 {
	background: #8DCC3D;
	text-align: center;
	color: #FFF;
	padding: 2px 0px 0px 0px;
	width: 100%;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Новости в списке
------------------------------------------=-=-=-=-=-=-=-=*/

.allnews_mini {
	margin: 5px 15px 10px 30px;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Переключатель табов
------------------------------------------=-=-=-=-=-=-=-=*/

ul.tabs {
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index: 5;
}

ul.tabs li {
	padding: 0px;
	float: left;
	margin: 0px 2px 0px 0px;
}

ul.tabs li a {
	background: url("../images/buttons/tabs.png") no-repeat right -30px;
	height: 30px;
	display: block;
	padding-right: 4px;
	text-decoration: none;
}

ul.tabs li a:hover {
	background: url("../images/buttons/tabs.png") no-repeat right -60px;
	text-decoration: none;
	cursor: pointer;
}

ul.tabs li a span.span-for-tabs {
	height: 30px;
	display: block;
	background: url("../images/buttons/tabs.png") no-repeat scroll left -30px;
	padding: 0px 16px 0px 20px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
}

ul.tabs li a:hover span.span-for-tabs {
	background: url("../images/buttons/tabs.png") no-repeat scroll left -60px;
}

ul.tabs li.active a {
	background: url("../images/buttons/tabs.png") no-repeat right top;
}

ul.tabs li.active a span.span-for-tabs {
	background: url("../images/buttons/tabs.png") no-repeat scroll left top;
}


/* Содержимое такбов */

div.tabber-div {
	padding: 29px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	z-index: 1;
	background: url("../images/news/vertical-line.gif") no-repeat left top;
}

div.tab-div {
	padding: 10px;
	font-size: 11px;
	background: url("../images/news/horizontal-line.gif") no-repeat scroll right top;
	text-align: left !important;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Страница "Все разделы дополнений"
------------------------------------------=-=-=-=-=-=-=-=*/

.allcat .column span.title a {
	text-decoration: underline;
	color: #2C61A0;
	font-size: 11px;
	display: block;
	height: 22px;
	line-height: 22px;
	width: 90%;
	text-align: left;
	padding: 0px 0px 0px 10px;
	background: #F2F2F2;
	border: 2px solid #DDDDDD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.allcat .column span.title a:hover {
	text-decoration: underline;
	background: #FBFBFB;
}

.allcat .column span.title a:active {
	text-decoration: underline;
	background: #E4E4E4;
}

.allcat .column ul.subcat {
	list-style: none;
	padding: 5px 0px 5px 10px;
	margin: 5px 0px 5px 0px;
}

.allcat .column ul.subcat li a {
	font-size: 12px;
	padding: 4px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
	color: #4f7ba4;
	text-decoration: underline;
}

.allcat .column ul.subcat li a:hover {
	color: #F00;
}

.allcat .column ul.subcat li a:active {
	color: #000;
}

/*---------------------------------------------------------===========
	Faq по сайту
---------------------------------------------------------===========*/

.tema { 
	color: #666; 
	font-size: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.list { 
	list-style: none; 
	font-size: 11px;
	padding: 5px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

.list a { 
	color: #EF9525; 
	text-decoration: underline;
}

.list a:hover { 
	color: #F00;
}

.list a:active { 
	color: #000;
}

.list li {
	background: url("../images/icons/faq-arrow.gif") left 2px no-repeat;
	line-height: 18px;
	padding: 0px 0px 2px 24px;
}

.vopros {
	background: url("../images/icons/faq-arrow.gif") left 2px no-repeat; 
	padding-left: 24px; 
	line-height: 18px; 
	padding-bottom: 5px; 
	font-weight: bold; 
}

.quest {
	padding-left: 24px;
}

a.faq_back { 
	padding-left: 24px; 
	color: #f4b467; 
	font-weight: bold;
}

a.faq_back:hover { 
	color: #F00;
}

a.faq_back:active { 
	color: #000;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Таблица для вывода списка
------------------------------------------=-=-=-=-=-=-=-=*/

table.table_list {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	clear: both;
	width: 100%;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

table.table_list thead {
	-moz-border-radius-topleft: 0.6em;
	-moz-border-radius-topright: 0.6em;
	-webkit-border-top-left-radius: 0.6em;
	-webkit-border-top-right-radius: 0.6em;
	border-top-left-radius: 0.6em;
	border-top-right-radius: 0.6em;
	background: #EEEEEE url("../images/blocks/table_list/bg_light.gif") repeat-x left top;
	border-collapse: separate;
	clear: both;
	margin-bottom: 1.5em;
	width: 100%;
}

table.table_list thead th {
	padding: 6px 0px 6px 10px;
	border-left: 1px solid #cccccc;
	text-align: left;
}

table.table_list thead th.one {
	border-left: none;
}

table.table_list thead tr th {
	border-bottom: none;
}

table.table_list tbody tr td {
	border-top: 1px solid #cccccc;
}

table.table_list tbody tr.odd {
}

table.table_list tbody tr.even {
	background: #F9F9F9;
}

table.table_list tbody tr.official {
	background: #F9EEC6;
}

table.table_list tbody tr.robot {
	background: #A3D03E;
	color: #000;
}

table.table_list tbody td {
	padding: 10px 0px 10px 10px;
	border-left: 1px solid #cccccc;
	text-align: left;
}

table.table_list tbody td.one {
	border-left: none;
}

table.table_list tbody td.module_icons {
	
}

table.table_list tbody td.module_icons a img {
	opacity: 0.5;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.table_list tbody td.module_icons a:hover img {
	opacity: 1.0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*table.table_list tfoot{
	background: #EEEEEE url("../images/blocks/table_list/bg_light.gif") repeat-x left top;
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	clear: both;
	margin-bottom: 1.5em;
	width: 100%;
}

table.table_list tfoot td{
	border-top: 1px solid #CCCCCC;
}*/

/* Прикреплённые файлы */
div.file_ticket {
	margin: 10px 0px 0px 0px; 
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Комментарии
------------------------------------------=-=-=-=-=-=-=-=*/

h3.title_full_comments {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial,Tahoma,sans-serif;
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	color: #FF8000;
	text-shadow: 2px 2px 2px #cccccc;
}

.comments {
	padding: 0px 0px 10px 0px;
}

.comments_date {
	color: #999;
}

.comments_date a {
	color: #09F;
	text-decoration: underline;
}

.comments_date a:hover {
	color: #004D80;
}

.comments_date a:active {
	color: #F00;
}

.commentBorder {
	padding: 10px 40px 0px 30px;
	margin: 5px -30px 10px -20px;
	border-radius: 5px;
}

.commentBorder_1 {
	border: 1px solid #cccccc;
	background: #FDFDFD;
}

.commentBorder_2 {
	border: 1px solid #cccccc;
	background: #F5F5F5;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Форма добавления комментариев
------------------------------------------=-=-=-=-=-=-=-=*/

textarea.comments {
	background: url("../images/icons/input_background.gif") no-repeat left top;
	border: 1px solid #BBBBBB; 
	width: 458px; 
	height: 130px; 
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 11px;
	margin: -1px 0px 5px 0px;
	color: #333;
	padding: 1px;
	color: #999;
}

textarea.comments:hover, textarea.comments:focus {
	background: url("../images/icons/input_background.gif") no-repeat left top;
	color: #000000;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Страница модуля
------------------------------------------=-=-=-=-=-=-=-=*/

h2.title_module {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial,Tahoma,sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FF8000;
	text-shadow: 2px 2px 2px #cccccc;
}

p.about_module {
	font-size: 12px;
	font-family: Arial,Tahoma,sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

.module_rss {
	float: right;
	margin: 5px 10px 10px 0px;
}

.module_rss a {
	width: 30px;
	background: url("../images/icons/30_rss.png") no-repeat left top;
	padding: 0px 0px 0px 0px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}

.module_rss a:hover {
	background: url("../images/icons/30_rss.png") no-repeat left -30px;
}

.module_rss a:active {
	background: url("../images/icons/30_rss.png") no-repeat left -60px;
}

.module_rss a.reviewsLink {
	width: 106px;
	background: url("../images/icons/reviews.png") no-repeat left top;
	padding: 0px 0px 0px 0px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}

.module_rss a.reviewsLink:hover {
	background: url("../images/icons/reviews.png") no-repeat left -30px;
}

.module_news_content {
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

h2.module_event_title {
	font-size: 12px;
	font-weight: 700;
	font-family: Arial,Tahoma,sans-serif;
	margin: 5px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	color: #F99D13;
}

h2.module_news_title {
	font-size: 12px;
	font-weight: 700;
	font-family: Arial,Tahoma,sans-serif;
	margin: 5px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	color: #333;
}

h2.module_news_title a {
	color: #105895;
	text-decoration: underline;
}

h2.module_news_title a:hover {
	color: #F00;
	text-decoration: underline;
}

h2.module_news_title a:active {
	color: #000;
}

.module_date {
	font-weight: 100;
	font-size: 11px !important;
	color: #FA7B27;
}

ul.mod_option_links {
	list-style: none;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

ul.mod_option_links li {
	background: url("../images/icons/tick_small.gif") no-repeat left top;
	padding: 0px 0px 5px 20px;
}

ul.mod_option_links li a.title {
	font-size: 13px;
	height: 16px;
	line-height: 16px;
	display: block;
	padding: 0px 0px 5px 0px;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Вывод ключей в моих покупках
------------------------------------------=-=-=-=-=-=-=-=*/

table.key_shopping {
	border: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
}

table.key_shopping tr {
	height: 30px;
	border: none;
}

table.key_shopping td {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: none !important;
	padding: 0px 10px 0px 10px !important;
	vertical-align: middle;
}

table.key_shopping td.one {
	text-align: center !important;
	border-left: 1px solid #cccccc !important;
	padding: 0px 5px 0px 5px !important;
}

/*------------------------------------------=-=-=-=-=-=-=-=
	Блок в стиле Vista
------------------------------------------=-=-=-=-=-=-=-=*/

table.window-vista {
	border: none;
}

table.window-vista .topleft {
	width: 12px;
	height: 12px;
	background: url("../images/blocks/window_vista/window.png") no-repeat left top;
}

table.window-vista .top {
	height: 12px;
	background: url("../images/blocks/window_vista/window_border_t_b.png") repeat-x left top;
}

table.window-vista .topright {
	width: 12px;
	height: 12px;
	background: url("../images/blocks/window_vista/window.png") no-repeat left -12px;
}


table.window-vista .contentleft {
	width: 12px;
	background: url("../images/blocks/window_vista/window_border_l_r.png") repeat-y left top;
}

table.window-vista .content {
	background: #ffffff;
	padding: 10px;
	font-size: 11px;
	text-align: left;
}

table.window-vista .contentright {
	width: 12px;
	background: url("../images/blocks/window_vista/window_border_l_r.png") repeat-y right top;
}


table.window-vista .bottomleft {
	width: 12px;
	height: 12px;
	background: url("../images/blocks/window_vista/window.png") no-repeat left -24px;
}

table.window-vista .bottom {
	height: 12px;
	background: url("../images/blocks/window_vista/window_border_t_b.png") repeat-x left -12px;
}

table.window-vista .bottomright {
	width: 12px;
	height: 12px;
	background: url("../images/blocks/window_vista/window.png") no-repeat left -36px;
}

/*===============================================================
=================================================================
//
//	ОФОРМЛЕНИЕ ВСЕХ КНОПОК НА САЙТЕ
//
=================================================================
===============================================================*/

.DefaultInputDisabled {
	color: #ADB2B5;
	background: #F4F4F4;
	border: 1px solid #ADB2B5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-weblkit-border-radius: 3px;
	height: auto;
	width: auto;
}

.button a {
	background: url("../images/buttons/button.png") no-repeat right top;
	height: 27px;
	width: auto;
	padding: 0 7px 0 0;
	margin-left: 5px;
	text-decoration: none;
	display: inline-block;
}

.button a span.span-for-button {
	height: 27px;
	background: url("../images/buttons/button.png") no-repeat scroll left top;
	padding: 0 16px 0 20px;
	text-align: center;
	line-height: 27px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
}

.button a:hover span.span-for-button {
	background: url("../images/buttons/button.png") no-repeat scroll left -27px;
}

.button a:hover {
	background: url("../images/buttons/button.png") no-repeat right -27px;
	text-decoration: none;
}

.button a:active span.span-for-button {
	background: url("../images/buttons/button.png") no-repeat scroll left -54px;
}

.button a:active {
	background: url("../images/buttons/button.png") no-repeat right -54px;
	text-decoration: none;
}

/*-----------------------------*/

a.a-right-block {
	width: 235px;
	height: 38px;
	background: url("../images/buttons/right-block.png") no-repeat left top;
	display: block;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	color: #676767;
	cursor: pointer;
}

a.a-right-block span.span-for-a-right-block {
	width: 225px;
	height: 38px;
	display: block;
	text-align: left;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
}

a.a-right-block span.span-for-a-right-block span {
	padding: 0px 0px 0px 36px;
}

a.a-right-block:hover {
	background: url("../images/buttons/right-block.png") no-repeat left -38px;
}

a.a-right-block:active {
	background: url("../images/buttons/right-block.png") no-repeat left -38px;
	color: #F00;
}

/*-----------------------------*/

a.white-btn, input.white-btn {
	background: url("../images/buttons/btn.png") no-repeat left top;
	height: 37px;
	width: 131px;
	display: inline-block;
	line-height: 37px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	border: none;
}

a.white-btn:hover, input.white-btn:hover {
	background: url("../images/buttons/btn.png") no-repeat left -37px;
}

/*-----------------------------*/

a.green-btn, input.green-btn {
	background: url("../images/buttons/btn_green.png") no-repeat left top;
	height: 37px;
	width: 131px;
	display: inline-block;
	line-height: 37px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	border: none;
	color: #fff;
}

a.green-btn:hover, input.green-btn:hover {
	cursor: pointer;
	background: url("../images/buttons/btn_green.png") no-repeat left -37px;
}

/*-----------------------------*/

a.orange-btn, input.orange-btn {
	background: url("../images/buttons/btn_orange.png") no-repeat left top;
	height: 37px;
	width: 131px;
	display: inline-block;
	line-height: 37px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	border: none;
	color: #fff;
}

a.orange-btn:hover, input.orange-btn:hover {
	cursor: pointer;
	background: url("../images/buttons/btn_orange.png") no-repeat left -37px;
}

/*-----------------------------*/

a.buy {
	background: url("../images/buttons/buy.gif") no-repeat left top;
	height: 32px;
	width: 113px;
	display: inline-block;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
}

a.buy:hover {
	background: url("../images/buttons/buy.gif") no-repeat left -32px;
}

/*-----------------------------*/

a.button-red {
	background: url("../images/buttons/button_red.gif") no-repeat left top;
	height: 39px;
	width: 120px;
	display: inline-block;
	line-height: 39px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
}

a.button-red:hover {
	background: url("../images/buttons/button_red.gif") no-repeat left -39px;
}

/*-----------------------------*/

a.button-black, input.button-black {
	background: url("../images/buttons/button-black.png") no-repeat left top;
	height: 25px;
	width: 100px;
	display: inline-block;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	border: 0px;
}

a.button-black:hover, input.button-black:hover {
	background: url("../images/buttons/button-black.png") no-repeat left -25px;
	cursor: pointer;
}

/*-----------------------------*/

a.button-blue, input.button-blue {
	background: url("../images/buttons/btn_blue.png") no-repeat left top;
	height: 30px;
	width: 100px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	border: none;
	cursor: pointer;
}

a.button-blue:hover, input.button-blue:hover {
	background: url("../images/buttons/btn_blue.png") no-repeat left -30px;
}

/*-----------------------------*/

a.text-img, input.text-img {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #304e7c;
	border: none;
	background: none;
}

a.text-img:hover, input.text-img:hover {
	text-decoration: underline;
	cursor: pointer;
}

a.text-img:active, input.text-img:focus {
	color: #F00;
}

.text-img a {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #304e7c;
}

.text-img a:hover {
	text-decoration: underline;
}

.text-img a:active {
	color: #F00;
}

/*-----------------------------*/



input.class_input, textarea.class_textarea, select { 
	padding: 2px; 
	width: 97%; 
	border: 2px solid #E0E0E0;
	font-size: 12px;
	background: #ffffff url("../images/fields_bg.png") repeat-x left top; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

input.class_input:hover, textarea.class_textarea:hover, select:hover { 
	border: 2px solid #F60;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

input.class_input:focus, textarea.class_textarea:focus, select:focus { 
	border: 2px solid #F00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/*-----------------------------*/

.news-link a {
	background: url("../images/buttons/news_link.png") no-repeat right top;
	height: 19px;
	width: auto;
	padding: 0 2px 0 0;
	margin-right: 5px;
	text-decoration: none;
	display: inline-block;
	line-height: 19px;
}

.news-link span.span-for-news-link {
	height: 19px;
	background: url("../images/buttons/news_link.png") no-repeat scroll left top;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	line-height: 19px;
}

.news-link a:hover span.span-for-news-link {
	background: url("../images/buttons/news_link.png") no-repeat scroll left -19px;
	color: #666;
}

.news-link a:hover {
	background: url("../images/buttons/news_link.png") no-repeat right -19px;
	text-decoration: none;
}

.news-link a:active span.span-for-news-link, .news-link a.active span.span-for-news-link {
	background: url("../images/buttons/news_link.png") no-repeat scroll left -38px;
	color: #666;
}

.news-link a:active, .news-link a.active {
	background: url("../images/buttons/news_link.png") no-repeat right -38px;
	text-decoration: none;
}

/*===============================================================
=================================================================
//
//	ENGINE CSS
//
=================================================================
===============================================================*/

/* ==================== Вывод формы по умолчанию */

form {  
	padding-top: 0px;
	padding-bottom: 0px;	
	padding-right: 0px; 
	padding-left: 0px; 
	margin: 0px;
}

/* ==================== Вывод архива */

.archives {
	margin-left: 0px;
}
.archives a {
	color: #43637e;
}

/* ==================== Цитата и скрытый текст */

.title_quote {
	color:#545454;
	background-color:#FBCB3C;
	border:1px dotted #bebebe; 
	border-bottom: 0;
	font-weight: bold;
	padding: 5px;
}
.quote {
	color:#545454;
	background-color:#ffffe0;
	border: 1px dotted #d8d8d8;
	text-align: justify;
	padding: 5px;
}

/* ==================== Тег SPOILER */

.title_spoiler {
	color: #555555;
	background-color: #E9E9E6;
	border: 1px solid #C3CBD1;
	border-left: 2px solid #C3CBD1;
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
}

.title_spoiler:hover {
	background-color: #E1E1DD;
}

.title_spoiler img {
	margin: 0;
	padding: 2px 2px 0px 3px;
	vertical-align: top !important;
}

.title_spoiler a {
	color: #000000;
	text-decoration: none;
}

.text_spoiler {
	color: #555555;
	background-color: #F5F5F5;
	border: 1px solid #C3CBD1;
	border-left: 2px solid #C3CBD1;
	border-top: 0;
	text-align: justify;
	padding: 5px;
}

.text_spoiler a img {
	border: none;
}

/* ==================== Tэг CODE */

.scriptcode {
	color:#545454;
	background-color:#ffffe0; 
	border:1px dotted #bebebe;
	text-align: left;
	padding: 5px;
}

/* ==================== Рейтинг статьи */

.rating {
	color: #555555;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	width: 80px;
	height: 16px;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 16px;
	position: relative;
	background-image: url(../dleimages/rating.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.unit-rating li a {
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background-image: url(../dleimages/rating.gif);
	background-position: left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 16px; }
.unit-rating a.r2-unit { left: 16px; }
.unit-rating a.r2-unit:hover { width: 32px; }
.unit-rating a.r3-unit { left: 32px; }
.unit-rating a.r3-unit:hover { width: 48px; }
.unit-rating a.r4-unit { left: 48px; }	
.unit-rating a.r4-unit:hover { width: 64px; }
.unit-rating a.r5-unit { left: 64px; }
.unit-rating a.r5-unit:hover { width: 80px; }
.unit-rating li.current-rating {
	background-image: url(../dleimages/rating.gif);
	background-position: left bottom;
	position: absolute;
	height: 16px;
	display: inline-block;
	text-indent: -9000px;
	z-index: 1;
}

/* ==================== BB коды */
 
/* различие bbcodes и bbcodes_poll исключительно в длине кнопки */
/* класс bbcodes используем в списке персональных сообщений (pm.tpl)  и по умолчанию в модуле редактора сообщений*/

.bbcodes {
	border: 1px solid #cccccc;
	background: #E4E4E4;
	cursor: pointer;
}

.bbcodes:hover {
	border: 1px solid #999;
}

/* класс bbcodes_poll используем в poll.tpl, vote.tpl, addnews.tpl и в модифицированном поиске (search.php) */
/* требуется модифицированный файл search.php (engine/modules/) */

.bbcodes_poll {
	background-color: #ffffff;
	border: 1px solid #1434B0;
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_bttn_bbcodes.gif);
	background-repeat: repeat-x;
	width: 100px;
	height: 20px;
	font-weight: bold;
}

.editor_button {
	float: left;
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
}

.editor_button:hover {
	outline: 1px solid #BBBBBB;
	border-bottom: none;
	border-top: none;
}

.editor_button:focus, .editor_button:active {
	outline: 1px solid #939393;
}

select.editor_button, select.editor_button:hover, select.editor_button:focus {
	border: 1px solid #9FA4AB !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	height: 21px !important;
}

.editor_buttoncl {
	float: left;
	cursor: pointer;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
.editbclose {
	float: right;
	cursor: pointer;
}
.editor_button select {
	font-family: tahoma;
	font-size: 11px;
}
.editor_button img {margin: 0; padding: 0;}
.editbclose img {margin: 0; padding: 0;}
.editor_button_brk img {margin: 0; padding: 0;}

/* ==================== Дополнительные поля новостей */

.xfields textarea {
	color: #555555;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;

	width: 320px;
	height: 86px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.xfields input {
	color: #555555;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;

	width: 300px;
	height: 14px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.xfields select {
	color: #555555;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;

	height: 18px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}

/* ==================== Дополнительные поля профиля пользователей */

.xprofile textarea {
	color: #555555;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;

	width: 320px;
	height: 86px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.xprofile input {
	color: #555555;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;

	width: 250px;
	height: 14px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}

/* ==================== Персональные сообщения */ 

.pm_head {
	font-size: 12px;		/* ! */
	font-family: tahoma;	/* ! */ 
}
.pm_list {
	color: #555555;
}
.pm_list a {
	color: #5078d5;
}

/* ==================== Выпадающее меню */

#dropmenudiv {
	border: 1px solid #c4c4c4;
	border-top: none;
	font: normal 10px Verdana;
	line-height: 20px;
	margin: 2px;
	background-color:#FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3)";
	/*filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);*/
	font: 11px Tahoma, Verdana;
	color:#666;
}

#dropmenudiv a {
	padding: 4px;
	display: block;
	text-indent: 3px;
	border-top: 1px solid #c4c4c4;
	color: #666;
	text-decoration: none;
}

#dropmenudiv a:hover {
	background-color: #e4e4e4;
	color: #000000;
}

/* ==================== Уведомление о получении новых PM */

#newpm {
	position: absolute;
	width: 400px;
	padding: 4px;
	background-color: #fdfdfd;
	border: 1px solid #bbbbbb;
	font-family: verdana;
	color: #757575;
	line-height: 135%;
}
#newpmheader {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	background-color: #4972D3;
	font-family: verdana;
	cursor: move;
}
#newpm a {
	background: transparent;
	color: #4d6a8a;
	text-decoration: none;
}
#newpm a:hover {
	background: transparent;
	color: #4d6a8a;
	text-decoration: underline;
}

/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии */
.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide-image {
	border: 2px solid #FFFFFF;
}
.highslide-active-anchor {
   visibility: hidden;
}  
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-dimming {
	background: black;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
}
.highslide-loading {
    display: block;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
	padding: 3px;
	border: 1px solid #ffffff;
    background-color: #000000;
}
a.highslide-full-expand {
	background: url(../dleimages/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 12px;
	width: 11px;
	background: url(../dleimages/resize.gif);
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-caption {
	display: none;
	padding: 5px;
	background: white;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url("../../../engine/classes/highslide/graphics/controlbar-black-border.gif") right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url("../../../engine/classes/highslide/graphics/controlbar-black-border.gif");
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

.HelpHint {
	width: 300px;
	position: absolute;
	z-index: 99;
}






table.list-patch {
	width: 100%;
	border: 1px dotted #cccccc;
	border-bottom: none;
	border-collapse: collapse;
}

table.list-patch tr.vesrion-name {
	height: 30px;
	background: #ECF2FF;
}

table.list-patch tr.vesrion-name td {
	vertical-align: middle !important;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px dotted #cccccc;
}

table.list-patch tr.list-patch table.table-list-patch {
	width: 100%;
	border-bottom: 1px dotted #cccccc;
	border-collapse: collapse;
}

table.list-patch tr.list-patch table.table-list-patch tr {
	height: 30px;
}

table.list-patch tr.list-patch table.table-list-patch tr td {
	padding: 8px 0px 0px 0px;
}

table.list-patch tr.list-patch table.table-list-patch tr td.icons {
	 width: 40px; 
	 padding: 6px 5px 0px 0px;
	 text-align: right;
}

table.list-patch tr.list-patch table.table-list-patch tr td.file {
	padding: 8px 8px 8px 8px;
	width: 150px;
}

table.list-patch tr.list-patch table.table-list-patch tr td.about {
	border-left: 1px dotted #cccccc;
	padding: 8px;
}

table.list-patch tr.list-patch table.table-list-patch tr td.no-patch {
	padding: 8px;
}




a.NewsAttachment {
	width: 220px;
	background: #F8F8F8;
	display: inline-block;
	border: 1px solid #BEBEBE;
	padding: 7px 10px 4px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 3px 3px 0px 0px;
}

a.NewsAttachment:hover {
	background: #FFF;
	border: 1px solid #BEBEBE;
}

a.NewsAttachment img {
	border: none;
	float: left;
	margin: -4px 10px 0px 0px;
}

.NoScripts {
	padding: 15px;
	background: #F00;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #C60000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.NoScripts a {
	margin: 0px 0px 0px 5px;
}