@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  }
html {
  height: 100%;
}
body {
  background-color: #EBEBEB;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  height: 100%;
 }
#container {
  width: 1200px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
 
  }
#middle {
  width: 100%;
  height: 1%;
  }
/* Шапка */
#header {
  border-radius: 0 0 8px 8px;
  height: 70px;
  border: 1px solid #666;
  }
/* Верхняя часть шапки, контейнер с 2 блоками и один рядом */
#header_top {
  height: 30px;
  width: 1200px;
  background-color: #444444;
  position: fixed;
}
#language_bar{
  height: 20px;
  width: 80px;
  float: left;
  margin: 5px 0 0 40px;
  }
#search_bar {
  float: right;
  height: 25px;
  width: 280px;
  margin-top: 3px;
  }
.inputbox {
    background: #E1E9E9;
  width: 60%;
}
#search_bar form .button {
    margin-left: 5px;
}
#header_wrapper_top {
  float: left;
  width: 800px;
  }
#header_right_top {
  float: right;
  color: #FFF;
  height: 25px;
  width: 585px;
  margin-top: 3px;
  margin-right: 10px;
  text-shadow: 1px 1px 1px #fff; 
}
/* Горизонтальное расположение модуля авторизации */
#login-wrapper {
  float: left;
}
#form-login-username {
  float: left;
  margin-right: 15px;
 }
#form-login-password {
  float: left;
  margin-right: 15px;
 }
#reg {
  float: left;
  margin-left: 15px;
 }
#reg a {
  color: #FFF;
  font-size: 14px;
 }
/* Нижняя часть шапки */
#header_bottom {
  height: 125px;
  margin-top: 37px;
}
#header_logo {
  margin-left: 460px;
  padding-top: 15px;
  line-height: 15px;
  font-family: Tahoma, Geneva, sans-serif;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
#header_logo h1 {
  font-weight: bold;
  font-size: 36px;
}
#header_logo a {
  text-decoration: none;
  color: #444444;
}

#header_wrapper {
  float: left;
  }
#header_menu {
  float: left;
  margin: 0   0 0 100px;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
#header_menu ul {
  list-style: none;
  font-weight: bold;
  }
#header_menu a {
  text-decoration: underline;
  line-height: 20px;
  font-size: 16px;
  }
#header_menu a:hover {
  color: #0091E6;
  }
#header_right {
  float: right;
  width: 270px;
  height: 60px;
  color: #666666;
  text-align: center;
  margin-right: 5px;
  margin-top: 10px;
}
#header_right p {
  margin: 0;
  color: #666666;
  padding: 0;
  font-family: "Courier New", Courier, monospace;
}

/* Контейнер для центральной части */
#wrapper {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 30px;
  }
/* Контейнер для блока контента и рекламы, а так же хлебных крошек */
#content_wrapper {
  margin: 5px 212px 0 388px;
 }
#reklama1 {
  height: 60px;
  width: 468px;
  margin: 5px auto;
}
#reklama2 {
  height: 60px;
  width: 468px;
  margin: 5px auto;
  clear: both;
}
#breadcrambs {
  clear: both;
  width: 100%;
  min-height: 25px;
  font-weight: bold;
  text-align: center;
}
#content {
  width: 100%;
  min-height: 500px;
  background-color:#F8F8F8;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.7);
  }
#content a[name]
{
  color: #000000;
  font-size: 12px;
  font-weight: normal;
}
#content_includes {
  padding: 5px;
  }

/* Левый блок */
#left_side {
  float: left;
  margin-left: -1200px;
  width: 380px;
  padding: 0 0 30px;
  }
/* Правый блок */
#right_side {
  float: left;
  margin-left: -200px;
  margin-top: 5px;
  width: 200px;
  }
#right_side .moduletable {
  padding-bottom: 5px;
  }
/* Подвал */
#footer_wrapper {
  margin: 0 auto;
  width: 1200px;
  }
#footer {
  background-color: #444444;
  width: 1200px;
  position: fixed;
  bottom: 0;
  height: 30px;
  margin: -50px 0 auto;
  }
#footer .custom {
  padding: 12px;
 }
/* Подвалу конец */
fieldset {
  border: 0;
  }
a {
  color:#424242;
  }
#content a {
  color: #444466;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  }
#content a:visited {
  color: #df1839;
  }
#content p {
  text-indent: 25px;
  color: #000;
  font-size: 12px;
  line-height: 150%;
    margin: 0 0 10px;
    text-align: justify;
}
h2 {
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  text-align: center;
  }
h3 {
  font-size: 18px;
  text-align: center;
  }
#content ul {
    list-style: square;
    margin: 10px 0;
    padding: 0 0 0 15px;
}
#content li {
    line-height: 22px;
    margin: 0;
    padding: 0;
}
#content ol {
    padding-left: 40px;
}
.article-info {
  font-size: 14px;
  padding: 5px;
  }
.actions {
  float: right;
  list-style-type: none !important;
 }
ul.pagenav {
    list-style-type: none !important;
    overflow: hidden;
    padding: 0 15px !important;
}
ul.pagenav li a {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    display: inline;
    padding: 2px;
    text-decoration: none;
}
ul.pagenav li.pagenav-prev {
    float: left;
}
ul.pagenav li.pagenav-next {
    float: right;
}

/* Меню аккордеон */

.menu-box {
  padding: 4px; 
  float: left; 
  width: 370px;
  font: normal 13px Arial, sans-serif;
  
  }
.dcjq-count {float: right;}
.accordion ul li  {
  list-style: none;
  }
.cool .accordion{ border-top: 1px solid #013d6c; border-right: 1px solid #013d6c; border-left: 1px solid #013d6c;}
.cool .accordion, .cool .accordion li {margin: 0; padding: 0; border: none; list-style: none;}
.cool .accordion a {padding: 10px 10px 10px 15px; background: #4D4D4D; text-decoration:none; display: block; color: #fff; border-bottom: 1px solid #222222; border-top: 1px solid #777777;}
.cool .accordion ul li a {padding: 10px 10px 10px 30px; background: #777;} /*цвет ссылки второго уровня */
.cool .accordion ul li ul li a {padding: 10px 10px 10px 45px; background: #A4A4A4; color: #000;} /*цвет ссылки третьего уровня */
.cool .accordion ul li ul li ul li a {padding: 10px 10px 10px 60px; background: #CECECE; color: #000;} /*цвет ссылки третьего уровня */


.cool .accordion a.dcjq-parent, .cool .accordion a.dcjq-parent:hover {padding: 10px 10px 10px 15px;}
.cool .accordion li ul li a.dcjq-parent, .cool .accordion li ul li a.dcjq-parent:hover {padding: 10px 10px 10px 30px;}
.cool .accordion ul li ul li a.dcjq-parent, .cool .accordion ul li ul li a.dcjq-parent:hover {padding: 10px 10px 10px 45px;}


.cool .accordion a.dcjq-parent.active {background: #777777 url(../img/checkers.png) repeat 0 0;}
.cool .accordion a:hover {background: #333333; color: #fff;}
/*.cool .accordion li li.active a {background: #777777 url(../img/checkers.png) repeat 0 0;}*/

/* Меню аккордеон закончилось */
/* Хлебные крошки (навигация) */
.breadcrumbs a {
  color: #0D5995;
}
/* Модули в правой колонке */
#right_side h3 {
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1); 
  border-bottom: 2px solid #666;
  color: #444444;
  line-height: 25px;
}

.latestnews {
  list-style: none;
  padding-left: 10px;
  font-size: 14px;
}
.latestnews a {
  background: url(../images/system/arrow.png) no-repeat scroll 1px transparent;
  display: block;
  padding: 2px 2px 2px 15px;
}
.latestnews a:hover {
  color: #0D5995;
}
#news {
  width: 100%;
  min-height: 400px;
}
#news_latest {
  width: 50%;
  min-height: 50px;
  float: left;
  background-color:#F8F8F8;
  
}
#news_mod {
  width: 50%;
  min-height: 50px;
  float: right;
  background-color:#F8F8F8;
}
/*style for content lists of multicategory*/
.list-title {
  font-weight: bold;
  }
.list-desc {
  font-size: 10px;
  font-weight: normal;
  }
.list-hits {
  padding-left: 40px;
  text-align: center;
  }
/*for beta component*/
.beta a {
  font-weight: bold;
  }
.beta-desc {
  font-size: 10px;
  font-weight: normal;
  }
/*Стиль страницы для печати*/
.contentpane {
    background: none repeat scroll 0 0 #FFFFFF;
  margin: 0 auto;
  width: 590px;
}
