﻿ /* Стили главных элементов страницы */
html, body, table, p, ul {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
    background-color: #FFF;
    color: #7A7C7F;
}
#content ol {
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;
}
#content ul {
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;
}
a {
    color: #575757;
}
#topStrip {
    height: 5px;
    background-color: #F57F21;
    font-size:1px;
}
#bottomStrip {
    font-size:1px;
    height: 5px;
    background-color: #F57F21;
}
#leftSide {
    background-color: #FFF;
    float: left;
    width: 270px;
}
#rightSide {
    background-color: #FFF;
    /* float: right; */
    margin-left:270px;
    
}
#rightSide h1 {
    font-size: 24px;
    color: #5B5B5B;
    font-weight: 100;
}

#rightSide h2 {
    font-size: 20px;
    color: #5B5B5B;
    font-weight: 100;
}
#footer {
    font-size: 12px;
    color: #7A7C7F;
    width: 100%;
    clear: both;
}

#content {
    margin-top:0px; 
    border: 1px;
    display: inline;
    float: left;
}


img {
	border: 0px;
}
#logo {
    margin-top: 23px;
    margin-left: 30px;
    border: 0px;
}

#app_icons ul {
    padding-left: 15px;
}

.uline td {
    border-bottom:1px solid #CDCDCD;
}
#app_icons td {
    padding:5px;
	
	vertical-align: top;
}
#app_icons img{
    padding-top:10px;

}

/* Панель навигации в правой колонке */
#navigateBar {
    margin-top: 16px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 26px;
    background-color: #ECECEC;
    font-size: 0px;
}
#topNavigateBar {
    height: 7px;
}
#bottomNavigateBar {
    height: 7px;
}        
#contentNavigateBar {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Вертикальное подменю */

#vertMenu {
    margin-left: 20px;
	margin-right: 20px;
    font-size: 11px;
    font-weight: bold;
    width:1px;
}
#vertMenu td {
    padding-top: 10px;
    padding-bottom: 10px;
    
    
}
#vertMenu a {
    text-decoration: none;
}
.PictureVertMenu {
	border-left: solid 1px #D9D9DB;
	width: 1px;
	
}
.LinkVertMenu {
	border-right: solid 1px #D9D9DB;
}



/* Список статей в колонке справа */
#articles {
    margin-left: 30px;
    font-size: 13px;
}
#articlesArea {
    margin-top: 5px;
    margin-left: -10px; 
    margin-right: 20px;
    margin-bottom: 26px;
    background-color: #E8E8E9;
    font-size: 0px;
}
#topArticlesArea {
    height: 7px;
}
#bottomArticlesArea {
    height: 7px;
}      
#contentArticlesArea {
    font-size: 13px;
    
}
#contentArticlesArea ul {
    list-style-type: square;
	
    list-style-image: url('/bitrix/templates/inside/images/art-marker.gif');
	
    padding-left: 10px;

}
#contentArticlesArea ul li {
    margin-left: 15px;
    margin-bottom: 10px;
}

/* Отдельные классы */

.inter15 {
    margin-left: 15px;  
    margin-right: 15px;    
}
.headerRight {
    font-family: Arial, Tahoma, Verdana;
    font-size: 17px;
}

/* Новости в колонке справа */
#news {
    margin-left: 30px;
    font-size: 13px;
}

/* Стиль главного горизонтального меню */
#menu {
    margin-left:5px;
    margin-right:10px;
    height: 41px;          
    
    background-image: url('/bitrix/templates/inside/images/menu/gradient.jpg');
}   
.submenu tr td a {

	padding-top:15px;
    padding-bottom:15px;
	vertical-align: bottom;
           
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    color: #68696A;
    font-weight: Bold;
	
}


#menu tr td a {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    height: 95%;	
    margin-top: -7px;
	padding-top: 14px;
	padding-bottom: 12px;
    text-decoration: none;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #FFF;
    font-weight: Bold;    
	white-space: no-wrap;
}  


#menu tr td a:hover {
    
    color: #68696A;    
}
#menu tr td a span { 
    padding-left:15px;
    
}  
.tabspanSelected {
    background: url('/bitrix/templates/inside/images/menu/sel-marker.gif') left center no-repeat; 
    color:#68696A;
	white-space:nowrap;
}
.tabspanDeselected {
    background: url('/bitrix/templates/inside/images/menu/marker.gif') left center no-repeat; 
    color:white;
	white-space:nowrap;
}

.firstItemMenu {
    background: url('/bitrix/templates/inside/images/menu/bl.gif') left bottom no-repeat;    
}
.firstItemMenuSel {
    background: url('/bitrix/templates/inside/images/menu/sel-bl.gif') left bottom no-repeat;    
}
.lastItemMenu {
    background: url('/bitrix/templates/inside/images/menu/br.gif') right bottom no-repeat;
}
.lastItemMenuSel {
    background: url('/bitrix/templates/inside/images/menu/sel-br.gif') right bottom no-repeat;   
}

/* Стиль горизонтального подменю */
.submenudiv {
	display: none;
}
.submenu {	
    margin-left:15px;
    margin-right:20px;    
    background-color:#ECECEC;
    
    
}
.submenu tr td a {
    padding-left: 8px;
    padding-right: 8px; 
    display: block;
	padding-top:15px;
    padding-bottom:15px;
	vertical-align: bottom;
           
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    color: #68696A;
    font-weight: Bold;
	
}
.selcorners {
	visibility: hidden;
}



.submenu tr td a:hover {
	
    color: #68696A;
    background-color: #CDCDCD;
}



.submenu span {
    
}


#firstItemSubmenu {
    background: url('/bitrix/templates/inside/images/submenu/bl.gif') left bottom no-repeat;
}         

#lastItemSubmenu {
    background: url('/bitrix/templates/inside/images/submenu/br.gif') right bottom no-repeat;
}         


.separator {
  background:#D1D1D3;
  border-top:0;
  font-size:1px;
  height:1px;
  overflow:hidden;
  margin-left: 30px;
  margin-right: 30px;
}

#dark_table {	
	position: relative;
    font-size: 1px;
    background-color: #A4A4A7;
}

#rmain_table {
    font-size: 1px;
    font-weight: bold;
    background-color: #ECECEC;
}
#rmain_list {
    font-size: 13px;
    color: #68696A;
    margin-left: 35px;
}
#rmain_content p {
    margin-left: 20px;
    padding-left: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #68696A;
    background: url('/bitrix/templates/inside/images/rmain_corners/marker.gif') top left no-repeat;
	
}
#main_icons {
    text-align: left;
    font-size: 12px; 
}
#main_icons td ul {
    padding-left: 15px;
}
#main_icons td  {
    width: 16%;
    vertical-align: top;
}

