/* Описание стилей структуры главной страницы */
/*-----------------------------------------------------------------------------*/
/* Подключаемые модули со стилями  */
/*-----------------------------------------------------------------------------*/
@import url('errors.css');
@import url('components.css');
@import url('modules.css');
@import url('plugins.css');

* {margin: 0; padding: 0; }
body{
    background  : #fff;
    font-family : Arial, Tahoma;
    font-size   : 11px;
    margin      : 0px;
    padding     : 0px;
}

/** Стиль ссылок */
a{
	text-decoration : none;
	color           : #d2570b;
}

a:hover{
	text-decoration: underline;
}

h2{
	font-size: 11px;
}

/* Цвета текста*/
.label{color : #808080;}
/* Синий текст */
.text-blue{color : #36638e;}
/* Зеленый текст */
.text-green{color : #4c873e;}
.text-orange{color : #f44e06;}
.text-red{color : #cd1b12}

hr{
   height: 1px;
   border: none;
   border-bottom:  1px solid #c0cad5; 
   margin : 5px 0px 5px 0px;
}

/* Стиль для SE-Engine*/
.se{
    color : #ec5e18;  
    font-size: 12px;
    font-weight: bold;
    text-shadow: #fc7939 2px 2px 7px;
}

.b-feedback{
    height: 35px;
    width: 150px;
    background: #111;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    position: fixed;
    top: 265px;
    left: -60px;
    cursor: pointer;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    writing-mode: tb-rl;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 1px 1px 3px #000;
}

.b-certificates{
   font-size: 16px;
   font-weight: bold;
}

/** Информация о движке */
.engine{
    color : #111;
    font-size: 12px;
    font-weight: bold;
    text-shadow: #555 2px 2px 7px;
}

/* Форма редактирования информации */
.form-edit{
    border  : 1px solid #deebee;
    padding : 10px 15px 10px 15px;
    background : #f6fafb; 
    color : #444;
}

.b-9may{
    position: absolute;
	width: 94px;
	height: 100px;
	background: url(img/9mai.png) no-repeat;
	margin: 20px 0px 0px 0px;
	z-index: 10;
}

.b-9may-1{
    position: absolute;
	width: 80px;
	height: 50px;
	background: url(img/9maya1.png) no-repeat;
	margin: -5px 0px 0px 630px;
	z-index: 10;
}

.b-new-year{
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(img/shapka.png) no-repeat;
	margin: -18px 0px 0px 235px;
	z-index: 9999;
}

.b-ney-year-text{
	height: 40px;
	line-height: 40px;
	font-style: italic;
	font-size: 20px;
	text-align: center;
	width: 1000px;
	margin: 10px auto 0px auto;
	font-family: Georgia;
	 color : #346c8f;
}

.b-elka{
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(img/elka.png) no-repeat;
	margin: -45px 0px 0px 740px;
	z-index: 9999;
}

/*-----------------------------------------------------------------------------*/
.b-menu{
    background: #fff;
    height : 70px;
}

/* Главное меню */
#mainMenu{
    height      : 40px;
    padding     : 15px 0px 15px 10px;
    width       : 1000px;
    margin      : 0px auto 0px auto;
    
}

#mainMenu li{
    float : left;
    margin: 0px 0px 0px 30px;
    line-height: 18px;
}

#mainMenu li a{
    color :  #7a7b7b;
    font-weight: bold;
    font-size: 14px;
}

#mainMenu li a:hover{
    text-decoration: none;
}

#mainMenu li span{
    color : #aaa;
    font-size: 11px;
}

#mainMenu li .item-hover{
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 20px 20px 20px 20px; 
    margin: -40px 0px 0px -20px;
    background: #fff url(img/menu_bg.png) repeat-x 0px 30px;
    border-radius : 0px 0px 8px 8px;
    z-index: 1000;
    position : absolute;
    visibility: hidden;
    display : none;
}

#mainMenu li:hover .item-hover, #mainMenu li:hover .b-submenu{
    visibility: visible;
    display : block;
}

#mainMenu li:hover .item-hover a{
    color : #000;
    font-weight: bold;
    text-shadow: #aaa 2px 3px 5px;
}

#mainMenu li:hover .item-hover span{
    color : #777;
}

.b-submenu li {
    float : none !important;
    width : 200px;
    padding : 0px 20px 0px 20px !important;
    margin : 0px 0px 0px 0px !important;
    background: url("img/submenu.png") repeat scroll 50% 50% transparent;
}

.b-submenu li.top{
    background: url("img/submenu.png") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 240px;
}

.b-submenu{
    position : absolute;
    margin : 20px 0px 0px -30px;
    z-index: 1100;
    display: none;
    visibility: visible;
}

.b-submenu li a{
    color : #777;
    line-height: 24px;
    font-size: 12px !important; 
    font-weight: normal !important;
}

.b-submenu li a:hover{
    color : #000 !important;
    text-shadow: #aaa 2px 3px 5px;
}

.b-submenu li.bottom {
    background: url("img/submenu.png") repeat scroll 50% 100% transparent;
    height: 27px;
    width: 200px;

}

.b-line{
    height: 40px;
    background: #000;
    color : #fff;
}

.b-line-text{
   width : 1000px;
   margin : 0px auto 0px auto;
   line-height: 40px;
   padding-left: 40px;
   font-size: 16px;
   color : #f44e06;
   font-weight: bold;
}

.b-line-text span{
    font-size: 18px;
    color : #fff;
    text-shadow: 1px 2px 5px #000;
    margin-right: 10px;
}

.b-socnet-twitter{
	float: left;
	width: 24px;
	height: 24px;
	background: url(img/twitter.png) no-repeat;
	margin: 8px 0px 0px 0px;
}

.b-socnet-facebook{
	float: left;
	width: 24px;
	height: 24px;
	background: url(img/facebook.png) no-repeat;
	margin: 8px 0px 0px 10px;
}

.b-socnet-vk{
	float: left;
	width: 24px;
	height: 24px;
	background: url(img/vk.png) no-repeat;
	margin: 8px 0px 0px 10px;
}

.b-line-arrows{
   position: relative;
   width : 1000px;
   margin : -10px auto 0px auto;
   height : 10px;
}

.b-line-ar{
    background: url(img/ar-top.gif) no-repeat;
    height : 10px;
    width : 15px;
    float: left;
    margin: 0px 0px 0px 80px;
}

.b-accordion {
    margin: 20px auto -10px auto;
    width: 980px;
	color:#fff;
	height:240px;
	list-style:none;
	overflow:scroll;
	padding:0;
	text-shadow:0 1px 0 #333;
}
.b-accordion li {
	height:240px;
	position:relative;
}
.b-accordion .slide_handle {
	background:url(img/handles.png);
	bottom:0;
	cursor:pointer;
	left:0;
	position:absolute;
	top:0;
	width:40px;
    
}
.b-accordion .slide2 .slide_handle { background-position:-40px 0; }
.b-accordion .slide3 .slide_handle { background-position:-80px 0; }
.b-accordion .slide4 .slide_handle { background-position:-120px 0; }
.b-accordion .slide5 .slide_handle { background-position:-160px 0; }
.b-accordion .slide_handle div {
	background:url(img/arrows.gif);
	bottom:16px;
	height:7px;
	left:16px;
	position:absolute;
	width:7px;
}
.b-accordion .slide_opened .slide_handle { cursor:default; }
.b-accordion .slide_opened .slide_handle div { background-position:0 -7px; }
.b-accordion .slide_content {
	bottom:0;
	left:40px; /* Matches the width of .slide_handle */
	position:absolute;
	right:0;
	top:0;
}
.b-accordion .slide_content a img { border:0; }
.b-accordion .slide_caption {
	background:url(img/black-30.png); /* You could use rgba instead, but that means less browser support */
	bottom:0;
	left:0;
	padding:10px 20px;
	position:absolute;
	right:0;
	/* To change the height of the caption, set the captionHeight option in script.js */
}
.b-accordion .slide_caption_toggle {
	cursor:pointer;
	height:10px;
	left:0;
	position:absolute;
	right:0;
	top:0;
}
.b-accordion .slide_caption_toggle div {
	background:url(img/toggle-c.png) no-repeat 50% -10px;
	height:100%;
}
.b-accordion .slide_caption_toggle:hover { background:url(img/black-30.png); }
.b-accordion .slide_caption_collapsed .slide_caption_toggle div { background-position:50% 0; }
.b-accordion a {
	background:none;
	color:#fff;
	text-shadow:0 1px 0 #333;
}
.b-accordion a:hover { text-decoration:none; }
.b-accordion .slide4 .slide_content { background:url(img/digital-.png) 100% 0; }




/* Содержимое */
.b-page{
    width       : 1000px;
    height      : auto;
    margin      : 20px auto 0px auto;
    overflow    : hidden;
}

.page-header{
    background : url(img/content-top.png) no-repeat;  
    height : 23px; 
}

.page-slider{
    margin: 0px 20px 10px 20px;  
}

.page-slider-header{
    color : #2e303d;
    font-weight : bold;
    height : 40px;
    text-align: left;
    line-height: 45px;
    font-size: 16px;
    padding: 0px 10px 0px 15px;
    border : 1px solid #eee;
    border-radius: 8px;
    background: url(img/menu_bg.png) repeat-x 0px 20px; 
}


.examples-slider{
    height: 90px;
    width : 960px;
    overflow: hidden; 
}

.examples-slider img{
    width : 80px !important;
    height: 80px !important;
    border-radius: 5px !important;
    margin: 4px 3px 4px 4px !important;
    cursor : pointer;
    float: left;
}

.examples-slider img:hover{
   -moz-box-shadow: 0px 0px 15px #777;
   -webkit-box-shadow: 0px 0px 15px #777;
   box-shadow: 0px 0px 15px #777;
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#777', Direction=145, Strength=15);
}


/* Главный контент страницы */
.page-content{
   min-height : 500px;
   background : url(img/content-middle.png) repeat-y;
}

/* Разметка контента */
.body-grid{
   border-collapse : collapse;
   margin : 0px 0px 0px 30px;
}

.body-grid td{
    vertical-align : top;
}
/* Контент */
#content{
    width  : 720px;
    padding-right : 10px;
}

#mainCaption , #mainCaption  h1{
  color : #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin : 10px;
  text-shadow: #aaa 2px 3px 5px;
}

#mainCaption  h1{
	display : inline;
}

#mainCaption a{
    color : #f44e06;
    text-shadow: #fcaf8d 2px 3px 5px;
}

/* Главный контейнер */
#mainContent{
    padding : 10px;
    background : #fff;
    color : #222;
    font-size: 13px;
}

/* Универсальный список для контента страницы */
#mainContent ul{
    margin : 10px 0px 10px 0px;
    padding : 0px 0px 0px 10px;
}

#mainContent ul li{
   line-height: 20px;
   padding : 0px 0px 0px 12px;
   background: url('img/list-item.gif') no-repeat 0px 8px;
}

#mainContent strong{
   color : #111;
   font-size: 14px;
   text-shadow: #fefefe 2px 3px 5px;
}


#mainContent table{
    border-collapse: collapse;
    border : 1px solid #ccc;
}

#mainContent  table tr:nth-child(even){
    background: #fff;
}

#mainContent table tr:nth-child(odd){
	background: #f2f2f2;
}

#mainContent table td{
     border : 1px solid #ccc;
     text-align: left;
     vertical-align: middle;
     line-height: 18px;
     padding : 0px 5px 0px 5px;
}

/* Атрибуты авторизированного пользователя */
.page-footer{
   height     : 23px;
   background : url(img/content-footer.png) no-repeat;
}


/* Footer */
.b-footer{
    margin     : 0px 0px 10px 10px;
    text-align : center;
    font-size  : 11px;
    height : 120px;
}

.b-footer-partners{
   margin : 0px auto 10px auto;  
   width: 1000px;
}

.b-footer-partners img{
    margin-left: 5px;
	width: 60px;
}

.b-footer-partners a{
    font-size: 14px;
	font-weight: bold;
}

.b-footer-partners  table{
	width : 100%;
	border-collapse: collapse;
}
.b-footer-partners table td{
	text-align : center;
	vertical-align: middle;
	padding : 2px 3px 2px 3px;
}

.b-footer-partners-text{
    height: 40px;
    line-height: 40px;
	text-align : center;
    font-size: 18px; 
    text-shadow: #aaa 2px 3px 5px;
}

.b-copyright{
    color  : #444;
    margin : 10px auto 10px auto;  
    width: 1000px;
    text-align: center;
}

.side-block{
    width: 220px;
}

.side-block-caption{
    color : #2e303d;
    font-weight : bold;
    height : 50px;
    text-align: left;
    line-height: 50px;
    font-size: 16px;
    border : 1px solid #eee;
    border-radius: 8px;
    padding : 0px 30px 0px 20px;
    cursor : pointer;
    background: url(img/menu_bg.png) repeat-x 0px 20px;
}

.side-block-btn{
    height : 16px;
    width : 16px;
    position : absolute;
    cursor : pointer;
    margin: 18px 0px 0px 185px;
    background: url(img/menu_.png) no-repeat 0% 100%;
}

.side-block-content{
    margin: 10px 3px 5px 3px;
    width : 220px;
    overflow-x: hidden;
}

.side-block-content a{
    color : #d2570b;
	font-size: 14px !important;
}

.service-item{
    height: 30px;
    padding: 3px 0px 3px 0px;
    color : #6b696c;
    font-size: 11px;
}
.service-item a{
    color : #d4611e;
    font-size: 12px;
}
.form-edit{
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.wdcl-edit, .wdcl-memo{
    border: 1px solid #ccc;
}

.fe-grid-table{
    border: none !important;
    background: none !important;
}

.fe-grid-table td{
    text-align: left !important;
    border: none !important;
    background: none !important;
    padding : 2px 5px 2px 5px !important;
}

.fe-grid-table tr:nth-child(even), .fe-grid-table tr:nth-child(odd){
    background: none !important;
}

.vk_button{
   background   : #912605;
}

.vk_button-l{
   background   : url(img/btn-l.gif) no-repeat;
}
.vk_button-r{
   background   : url(img/btn-r.gif) no-repeat;
}
.vk_button  a:hover{
    color           : #e1e0e0 !important;
}

.wdcl-pageList-item a{
	color           : #912605;
	text-decoration : none;
	display         : block;
    line-height     : 18px; 
	background      : #fff;
    padding         : 0px 4px 0px 4px;
    border : none;
}

.wdcl-pageList-item a[class = "active"]{
    background  : #912605;
    font-weight : bold;
    border      : 1px solid #fde8df;
    color : #fff;
}

.wdcl-pageList-item{
    margin : 0px 4px 0px 4px;
	float       : left;
	text-align  : center;
    font-size   : 12px;
}

.examples img{
    width : 120px !important;
    height: 120px !important;
    border-radius: 5px !important;
    margin: 8px !important;
    cursor : pointer;
}

.examples a:hover img{
   -moz-box-shadow: 0px 0px 15px #777;
   -webkit-box-shadow: 0px 0px 15px #777;
   box-shadow: 0px 0px 15px #777;
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#777', Direction=145, Strength=15);
}
