/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML HTM ПО УМОЛЧАНИЮ ============================== */
a {
	color: #007399;
}
/* ============================== LAYOUT расположение ============================== */
/* =============== LAYOUT - OVERALL PAGE МАКЕТ - ОБЩАЯ СТРАНИЦА=============== */
/* ============================== TYPOGRAPHY типография============================== */
/* =============== TYPOGRAPHY - LINK STYLES ТИПОГРАФИЯ - СТИЛИ ССЫЛОК=============== */
/* ----- ACTION LINK ССЫЛКА НА ДЕЙСТВИЕ----- */
.link-action {
	border-bottom: 1px solid #2fa362;
}
.link-action:hover {
	background-color: #800000;
}
/* ----- READ MORE BUTTON КНОПКА "ПОДРОБНЕЕ"----- */
.readon,
p.readmore a {
	background-color: #1e4c41;
}
/* =============== TYPOGRAPHY - TABLE STYLES ТИПОГРАФИЯ - СТИЛИ ТАБЛИЦ=============== */
/* ----- COLOR HEADER TABLE ТАБЛИЦА ЦВЕТНЫХ ЗАГОЛОВКОВ ----- */
table.style-colorheader thead th {
	background-color:#008000;
	border-right: 1px groove #B9B9B9;
}
/* ----- COLOR STRIPES TABLE ТАБЛИЦА ЦВЕТНЫХ ПОЛОС----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px groove #BBBBBB;
}
table.style-colorstripes thead th {
	background-color: #737373;
}
table.style-colorstripes thead th.highlight {
	background-color: #8B8B8B;
}
table.style-colorstripes tbody tr {
	background-color: #A3A3A3;
}
table.style-colorstripes tbody .highlight {
	background-color: #F0F0F0;
}
table.style-colorstripes tbody tr.odd {
	background-color: #8B8B8B;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #DBDBDB;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #808080;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #D0D0D0;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
	border-right: 1px solid #BBBBBB;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #737373;
}
.sectiontableheader {
	background-color: #999999;
}
/* ----- GREY STRIPES TABLE СТОЛ В СЕРУЮ ПОЛОСКУ ----- */
table.style-greystripes thead th.highlight {
	background-color: #7e8c9e;
}
/* ============================== MENU ============================== */
/* =============== MENU - MAIN MENU МЕНЮ - ГЛАВНОЕ МЕНЮ =============== */
/* ----- CURRENT / HOVER STATE FIRST LEVEL ТЕКУЩЕЕ / ЗАВИСШЕЕ СОСТОЯНИЕ ПЕРВОГО УРОВНЯ (первое значение цвет плашки при наведении, второе значение основной цвет плашки)----- */
div.jsn-modulecontainer ul.menu-mainmenu > li:hover,
div.jsn-modulecontainer ul.menu-mainmenu > li.active {
	background: #C0C0C0;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu ul li.current > a {
	color: #800000;/* Цвет текста выпадающего меню при наведении мыши */
}
/* =============== MENU - TREE MENU МЕНЮ - ДРЕВОВИДНОЕ МЕНЮ =============== */
/* ----- CURRENT / HOVER STATE ТЕКУЩЕЕ / ЗАВИСШЕЕ СОСТОЯНИЕ ----- */
div.jsn-modulecontainer ul.menu-treemenu ul li:hover > a,
div.jsn-modulecontainer ul.menu-treemenu ul li.active > a {
	color:  #7e8c9e;
}
/* =============== MENU - SIDE MENU МЕНЮ - БОКОВОЕ МЕНЮ =============== */
/* ----- HOVER STATE IN SPECIFIC MODULE BOXES СОСТОЯНИЕ НАВЕДЕНИЯ В ОПРЕДЕЛЕННЫХ БЛОКАХ МОДУЛЕЙ ----- */
div.jsn-modulecontainer ul.menu-sidemenu ul li:hover > a,
div.jsn-modulecontainer ul.menu-sidemenu ul li.active > a {
	color:  #008000;
}
/* ----- ACTIVE STATE IN SPECIFIC MODULE BOXES АКТИВНОЕ СОСТОЯНИЕ В ОПРЕДЕЛЕННЫХ БЛОКАХ МОДУЛЕЙ ----- */
div.jsn-modulecontainer ul.menu-sidemenu > li.active > a {
	color:  #39414C; 
}
/* ============================== SITE TOOLS ИНСТРУМЕНТЫ САЙТА ============================== */
/* =============== SITE TOOLS - GENERAL PRESENTATION ИНСТРУМЕНТЫ САЙТА - ОБЩАЯ ПРЕЗЕНТАЦИЯ =============== */
/* ============================== MODULE STYLES СТИЛИ МОДУЛЕЙ ============================== */
/* =============== MODULE STYLES - MODULE BOXES СТИЛИ МОДУЛЕЙ - БЛОКИ МОДУЛЕЙ =============== */
/* ----- RICHBOX БОГАТЫЙ ЯЩИК ----- */
div.richbox-2 div.jsn-modulecontainer_inner {
	background-color: #39414C;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ДЖУМЛА! РАСШИРЕНИЯ ПО УМОЛЧАНИЮ ============================== */
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH ДЖУМЛА! РАСШИРЕНИЯ - MOD_SEARCH =============== */
#jsn-pos-top div.search input#mod_search_searchword {
	border: 1px solid #737373;
}

