@charset "utf-8";
/* CSS Document */

/* Начало отрисовки общего дизайна */
html {
	margin:0px;
	height:100%;
}
body {
	/*background: url("../images/fon.jpg") no-repeat center 0 #C8E6FE;*/
	background: #ffffff;
	margin:0px;
	height:100%;
	font-size:17px;
	font-family:'PT Sans',Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
}
#topbox {
	background: url("../images/topbox.png") repeat-x center center #3799aa;
	width: 100%;
	border-top: 1px #288595 solid;
	border-bottom: 1px #288595 solid;
	}
#top {
	width: 980px;	
	margin: 0px auto;
	padding: 5px 0px 6px;
	position: relative;
	}


div.seach_box{
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	font-family: Segoe UI,Arial,sans-serif;
	color: #e2f2f5;	
	/*border:1px #000 solid;*/}

div.seach_box .inputbox {
  background: none repeat scroll 0 0 #69b4c1;
  border: none;
  color: #e2f2f5;
  float: left;
  margin: 0;
  padding: 0px 5px 1px 12px;
  height: 25px;
  border-radius: 4px 0px 0px 4px;
}
div.seach_box .button {
  background: url("../images/icon-search.png") no-repeat scroll center center #69b4c1;
  border: none;
  border-radius: 0px 4px 4px 0px;
  display: block;
  float: left;  
  margin: 0;
  padding: 0;
  text-indent: -999em;  
  transition: all 0.3s ease 0s;
  width: 30px;
  height: 25px;
  cursor: pointer;
}





.wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	}


#header {
	background: url("../images/head.jpg") no-repeat center center;
	width: 1200px;
	height: 500px;	
	position: relative;
	margin-bottom: 30px;
}

.moduletableheader {
position: absolute;
top: 90px;
left: 320px;
}

.datebox {
position: absolute;
top: 10px;
left: 0px;
width: 165px;
float: left;
color: #ffffff;
font-size: 14px;
padding: 4px 5px 5px 10px;
background: #63c9ff;
border-radius: 6px;
}

.moduletableadres {
position: absolute;
top: 10px;
left: 190px;
width: 395px;
float: left;
color: #ffffff;
font-size: 14px;
padding: 4px 5px 5px 10px;
background: #63c9ff;
border-radius: 6px;
}

.lang{
position: absolute;
top: 10px;
left: 610px;
	}
div.mod-languages li {
	margin-left: 0px;
	margin-right: 0px;
}
div.mod-languages li:first-child a  {	
	border-radius: 6px 0px 0px 6px;
	}
div.mod-languages li:last-child a {
	border-radius: 0px 6px 6px 0px;
	}
.lang a{
	text-decoration: none;
	color: #fff6e9;
	font-size: 14px;
	background: #ffb94a;
	padding: 4px 10px 5px;	
	display: block;
}
.lang li {
	float: left;
}
.lang li.lang-active a{
	background:#ff9c00;
	color: #ffffff;
}
.lang a:hover, .lang li.lang-active a:hover {
	background:#e18a00;
	color: #ffffff;
	}




a {
color: #3273b2;
}
a:hover {
color: #359dbc;
}
.head_menu {
  background: #13a588;
  /*height: 30px;*/
  margin-left: 0px;
  width: 1000px;
  border-radius: 15px 15px 0px 0px;
  padding: 8px 0px;
}
div.left_head{
	float:left;
	/*width:400px;
	height:28px;*/
	
	/*border:1px #000 solid;*/}






.head_center{
margin: 0px;
padding: 0px;
}
.left h3{
font-size:15px;
color:#217ECB;
}
.componentheading, .contentheading{
font-size:16px;
color:#217ECB;
 font-weight: bold;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
}
.left .moduletable_menu, .left .moduletable, .right .moduletable {
padding-top: 0px;
padding-bottom: 20px;
}
/* Header
-----------------------------------------------------------------------------*/

.left {
	width:240px;
	float:left;
}

.left .moduletable_menu h3, .left .moduletable h3, .right .moduletable h3 {
text-align: center;
color: #ffffff;
text-transform: uppercase;
font-size: 17px;
padding: 8px 5px 6px;
margin: 0px 0px 15px;
background: #ffb94a;
border-radius: 4px;
letter-spacing: 0.08em;
border-bottom: 4px #ff8a00 solid;
}




.right {
	width:240px;
	float:right;
}
.content {
	margin-top:0px;
	margin-left:30px;
	margin-right:0px;
	margin-bottom:10px;	
	text-align: justify;
	float: left;
	width: 930px;
	}
.contentright {
	margin-top:0px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;	
	text-align: justify;
	float: left;
	width: 660px;
	}

.footer {
	background:#70be00;
	padding: 30px 30px;
	border-top: 6px #518900 solid;
	text-align:center;
	color: #ffffff;	
}
.footer a {
color: #ffffff;
text-decoration: none;
}
.footer a:hover {
color: #ffffff;
}

.clr {
	clear:both;
}
/* Окончание отрисовки общего дизайна */

/* Начало отрисовки стилей отображения */
h1, h2, h3, h4, h5, h6 {
	color:#108cc6;
	font-weight:normal;
}
h1 {
	font-size:24px;
	text-align:center;
}
h2 {
	font-size:22px;
	text-align:center;
	
}
h3 {
	font-size:16px;
	text-align:center;
}
p, ol, ul, table , div{
	
}


/* Окончание отрисовки стилей отображения */



/* Начало отрисовки стилей таблицы */
table.table {
	border:0px none;
	border-collapse:collapse;
	margin:5px;
}
table.table p {
	text-indent:0px;
}

table.table td {
	border:1px solid #39c;
}


.panel .content{
margin:0;
}

.panel .content img{
float:left;
padding-right:15px;
}
.content {
/*text-indent: 20px;*/
text-align: justify;
}

#content  img,
.left  img,
.right  img {
margin: 5px;
}

.content  table,
.left  table,
.right table {
	border-collapse: collapse;
	border-color: #a9a9a9;
	}
.content  table td,
.left  table td,
.right table td {	
	border-color: #a9a9a9;
	}

img.ramka {
	border: 8px solid #ffffff;
	-moz-box-shadow: 0 0 2px #818181;
	-webkit-box-shadow: 0 0 2px #818181;
	box-shadow: 0 0 2px #818181;
	}



.moduletable_menu ul {
background: #d7f1ff;
border-radius: 4px;
margin: 0px;
padding: 20px 0px;
}
.moduletable_menu ul li {
  list-style:none;
  cursor: pointer;
  position: relative;  
  border-bottom: 1px solid #ffffff;
  border-collapse: collapse;
}
.moduletable_menu ul li:hover {
  background: #a5e0ff;
}
.moduletable_menu ul li:first-child {
  border-top: 1px solid #ffffff;
}
.moduletable_menu ul li.active {
 background: #a5e0ff;
}
.moduletable_menu ul li .active a {
  color: #094049;
}
.moduletable_menu ul li a, .moduletable_menu ul li span {
  display:block;
  text-decoration:none;
  color: #00507b;
  font-size: 18px;
  z-index:9999;
  padding: 8px 8px 10px 12px;
}

.moduletable_menu li a:hover {

}
.moduletable_menu li span:hover {

}
.moduletable_menu ul {
  z-index:9999;
}


/*1 LEVEL*/
.moduletable_menu li.parent ul {
  text-align:left;
  background-color: #fff;
  position: absolute;
  height: auto;
  width: 220px;
  float:left;
  display:none;
  z-index:9999;
  top:-1px;
  left:100%;  
}

.moduletable_menu li.parent  ul{
	padding:0;
	height:100%;
}
.moduletable_menu li.parent:hover ul{
  display: block;
  z-index:9999;
}

.moduletable_menu li.parent:hover ul li {
  margin: 0 0 0 0px;
  clear:both;
}


#clearbox, .item-separator {
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	}

#smfaq .button {
display:inline-block;
padding:4px 6px;
border-radius:3px;
border:#AAAAAA solid 1px;
background:#DDDDDD;
}

#chronoform_forma{
/*position:absolute;*/
}
.chronoform a{
display:none;
}
#jform_content_ifr body{
background:#fff; 
}
.hasValidation .ccms_form_element{
margin-bottom: 0px;
padding: 10px 0 0 0;
}
.hasValidation .ccms_form_element .small-message, .error-message{
margin: -4px 0 0 155px;
font-size: 14px;
}
.hasValidation .button {
display:inline-block;
padding:4px 6px;
border-radius:3px;
border:#AAAAAA solid 1px;
background:#DDDDDD;
cursor: pointer;
color: #444444;
font-size:15px;
}
.hasValidation .button:hover {
display:inline-block;
padding:4px 6px;
border-radius:3px;
border:#000000 solid 1px;
background:#DDDDDD;
cursor: pointer;
color: #444444;
font-size:15px;
}

.content .blog h1 {
	text-align: center;	
	font-weight: normal;
	}
.content .blog h2 {
	font-size: 120%;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 6px 0px 4px;
	}
.content .blog h2 .subheading-category {
	font-size: 130%;
	}
.content .blog p {
	margin: 0px;
	}
.content .blog .items-leading, .content .blog .item {
	
	}
.content .article-info {
	margin: 2px 0px 4px;
    font-size: 90%;
    color: #919191;
	}
.content .create {
	margin: 0px;
	padding: 0px;
	}
.content .article-info-term {
	display: none;
	}
.content .readmore {
    margin: 0px;
	padding: 5px 0px;
	text-align: right;
	}
.content .readmore a {
	padding: 1px 6px;    
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #606060;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    background-color: rgb(245, 245, 245);
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(230, 230, 230));
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(187, 187, 187) rgb(187, 187, 187) rgb(162, 162, 162);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
	text-decoration: none;
	}
.content .readmore a:hover {
    color: #0b83c5;
    text-decoration: none;
    background-color: rgb(230, 230, 230);
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
	}
.content .item-separator {
	border-bottom: 1px dashed #919191;
	padding: 2px 0px 0px;
	clear: both;
	}
.content .blog .pagination ul {	
	padding: 5px 0px 20px;
	}
.content .blog .pagination ul li {
	list-style-type: none;
	float: left;
	background: #e3e3e3;
	border: 1px solid #a8a8a8;
	margin-right: 5px;
	padding: 3px 5px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	}
.content .blog .pagination .pagination-start, .content .blog .pagination .pagination-end {	
	display: none;
	}
.content .blog .pagination .pagination-prev, .content .blog .pagination .pagination-next {
    background: #e3e3e3;
	border: 1px solid #a8a8a8;
	padding: 3px 8px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination ul {
	padding: 5px 0 20px;
}
.pagination ul li {
	background: #e3e3e3 none repeat scroll 0 0;
	border: 1px solid #007bc2;
	border-radius: 3px;
	float: left;
	list-style-type: none;
	margin-right: 5px;
	padding: 3px 5px;
}
.pagination .pagination-prev, .pagination .pagination-next {
	background: #e3e3e3 none repeat scroll 0 0;
	border: 1px solid #007bc2;
	border-radius: 3px;
	padding: 3px 8px;
}
/*********************/
.content .filters {
	margin: 10px 0px 0px;
	padding: 0px 3px 8px;
	border: none;	
	}
.content .category {
	width: 100%;
	border-collapse: collapse;
	}
.content .category thead th{
	padding: 0px 3px;
	font-weight: normal;
	}
.content .category thead .list-date{	
	width: 126px;
	padding: 0px 2px;
	text-align: center;
	}
.content .category tbody td{	
	padding: 15px 3px 3px;
	border-bottom: 1px solid #8f8e8e;	
	}
.content .category tbody .list-date{	
	width: 126px;
	padding: 15px 2px 3px;
	text-align: center;
	}
.content .category thead a {
	color: #3d3d3d;
	}
.content .category tbody a {
	text-decoration: none;
	color: #0146b9;	
	}
.content .category tbody a:hover {
	color: #010c98;	
	}



.icons-content-local {
	background: url(../images/icons-content-local.png) no-repeat scroll left 0px;
	padding-left: 28px;
	min-height: 23px;
	}
.icons-content-phone {
	background: url(../images/icons-content-phone.png) no-repeat scroll left 0px;
	padding-left: 28px;
	min-height: 23px;
	}
.icons-content-mail {
	background: url(../images/icons-content-mail.png) no-repeat scroll left 0px;
	padding-left: 28px;
	min-height: 23px;
	}



.moduletableslide {
background: #f2f2f2;
background: #f7f7f7;
border: 1px solid #e6e6e6;
padding: 9px;
border-radius: 4px;
}


