* {
    margin: 0; 
    padding: 0;
}

body {
    padding: 0px; 
    margin: 0px; 
    background: #FFF;
}

body, td {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
}

h1  {
    font-size:18px;
}
h2  {
font-size:15px;
}
h3  {
    font-size:12px;
}
h4  {
font-size:9px;
}
h5  {
    font-size:7px;
}
h6  {
font-size:5px;
}


#container {
    border: solid 0px red; /* Параметры рамки */
} 

#top_container { 
    
}

#bottom_container { /* Нижняя часть */
    clear: both;
}


table.column123 {
    width: 181px;
    border: 0px;
    padding: 0px;
    border-collapse: collapse; 
    cellspacing: 0px;
    vertical-align: top;
    
}     

td.leftright_smalltop {
    padding: 5px;
    color: #006699;
    font-size: 14px;
    font-weight: bolt;
}

td.content123 {
    padding: 5px;
    color: #006699;
    font-size: 13px;
}
td.content124 {
    padding: 5px;
    color: #006699;
    font-size: 10px;
    background-repeat: no-repeat;
}

table.main_central {
    //width: auto;
    width: 100%;
    height: 1000px;
}

table.main_central_1 {
    //width: auto;
    width: 100%;
    height: 130;
}

td.leftcolunm {
    width: 181px;
}

td.main_span {
    width: 4px;
}

a.tooltip span {
     display: none;
     }
     
a.tooltip:hover {
    position: relative;
}

a.tooltip:hover span {
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    padding: 3px;
    background: #FFFFF0;
    border: 1px solid #cecece;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

/* SUPER menu */

#div_d_menu {
    text-align: center;
    background: #2876B8 url(/img/menu_bg.gif) repeat-x 0 0;
}

#table_d_menu {
    margin: 0 auto;
}

#table_d_menu td {
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    color: #dfffff;
}

#table_d_menu a {
    display: block;
    padding: 6px 8px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #dfffff;
    text-decoration: none;
    //width: 100%;
}

#table_d_menu p {
    display: block;
    padding: 6px 8px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #dfffff;
    text-decoration: none;
    //width: 100%;
}

#table_d_menu td.td_d_sep {
    padding: 0;
    width: 1px;
    font-size: 1px;
    background: #ebe9e8;
}

#table_d_menu div {
    display: none;
    position: relative;
    left: -1px;
}

.table_d_sub {
    position: absolute;
    border-right: 1px solid #ebe9e8;
    border-bottom: 1px solid #ebe9e8;
}

.table_d_sub td {
    background: #74bfd6;
    white-space: nowrap;
    border-left: 1px solid #ebe9e8;
    border-top: 1px solid #ebe9e8;
}

#table_d_menu td td a:hover {
    background: #509BCE;
}

.cs1
{
    padding: 0px;
    color: #006699;
    font-size: 14px;
   }

.cs2
{
    padding: 0px;
    color: #006699;
    font-size: 14px;
    font-weight: bold;
}
.cs3
{
    padding: 0px;
    color: #006699;
    font-size: 12px;
    font-weight: bold;
}

.cs7 
{
    color: #006699;
    font-size: 13px;
    font-weight: bold;
}

a:link, a:visited, a:active {
     font-weight: 
     color: #00с; /* Синий*/
     text-decoration: none; /* подчеркнутый */     
}

a:hover {
     text-decoration: underline; /*При наведении подчёркивание */
}
#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#006699;
}

#navigation a:hover
{
	font-size:95%;
	text-decoration:underline;
	color:#006699;
}

ul.breadcrumb-navigation
{
	padding:20; margin:0;
	padding-top:20px;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
	line-height: 1.3em;
	padding:1px; margin:0;
	/*padding-top: 10px;*/
}

ul.breadcrumb-navigation a
{
  
}

ul.breadcrumb-navigation span
{

}
