body {
	/*font-family: Arial, Helvetica, sans-serif;*/
        font-family: Arial, Helvetica, sans;
	font-size: 12px;
	/*color: #b2b2b2;	*/
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#base {  
		width:100%;
	}
#top {
   background-image: url(../images/bgline.gif);
	width: 100%;
	height: 134px;
} 

#topline {line1
	background-color: #ffffff;	
	background-image: url(../images/line1.gif);
	width: 100%;
	height: 9px;
} 
#bottomline {
	background-image: url(../images/line2.gif);
	width: 100%;
	height: 16px;
} 
#right,#center{
   vertical-align: top;
	background-color: #ffffff;	
}

#left	{
	width: 220px;
       	background-color: #666666;
	border-right: 4px #ffffff solid;
}
#center{
	width: 90%;
	vertical-align: top;

        /*background-color: #fff;*/
}

#content{
	width:100%;
        /*background-color: #3f3f3f;*/
        background-color: #fff;

        /*S*/ 
        font-family: Arial, Helvetica, sans;
	font-size: 12px;
	color: #000000;
}

/*S*/
.content_table{
        width:100%;
        /*table-layout: fixed;  Фиксированная ширина ячеек */
        border: 1px solid #c0c0c0; /* Параметры границы */
        border-collapse: collapse;  /*Отображать только одинарные линии */
        padding: 0px; 
}

.content_table td 
{
  padding: 5px; /* Поля вокруг содержимого ячеек */
  border: 1px solid #c0c0c0; /* Граница вокруг ячеек */
 /* text-align: center;*/
 }

.content_table TH 
{ 
  text-align: center; /* Выравнивание по левому краю */
  background: #ffffff; /* Цвет фона ячеек */
  color: #393939; /* Цвет текста */
  padding: 5px; /* Поля вокруг содержимого ячеек */
  border: 1px solid #c0c0c0; /* Граница вокруг ячеек */
}


#right	{
	width: 220px;
}

#body{
	  background-color: #020202;
}
#bottom {
  /*background-color: #020202;*/
  background-color: #666666;
  width: 100%;
	height: 30px;
} 

.menui{		
        width: 224px;
        padding-bottom:10px;
	
}

.mainlevel{
	display: table-cell;
	vertical-align: middle;	
    padding-left:15px;	
    padding-top:0px;
    font-size: 16px;     
    background-image: url(../images/arrow_white.gif);	
    background-repeat: no-repeat;
	text-decoration: none;	
	font-weight: bolder;	
	/*background-color: #c0c0c0;	
	border-bottom: 1px solid #ffffff;*/
	width: 224px;	
	color: #ffffff;
}
.mainlevel:hover{
	background-color: #9f9e9e;
	/*background-image: url(../images/menu_up.gif);	*/
	
}
.blog,.contentpaneopen{
	width: 100%;
}
.rbanner{
	/*background-image: url(../images/rbanner.gif);*/
	background-color: #990100;
	width: 220px;
	height: 130px;	
}
#menubottom a{
 text-decoration: none;	
 color: #000000;
}
#menutop { 
 /*font-family: Arial;*/
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 /*font-style: italic; */
 color: #545454; 
 height: 30px;
}
#menutop a{
 font-size: 14px;
 text-decoration: none;	
 color: #545454;
 font-weight: bolder;
}

#menutop a:hover {
 /*background: #786b59; */
 /*color: #ffe;*/ /* Цвет ссылки */ 
 font-style: italic;
} 

.red_menu{
	text-decoration: none;
	color: white;
}
.search1{
	background-image: url(../images/search_1.gif);
	width: 130px;
	height: 59px;
}
.mainlevelcity
{
    background-image: url(../images/coma.gif);	
	background-repeat: no-repeat;
	padding-left:10px;	
	padding-right:10px;	    
}
#citybox{ 
 background-image: url(../images/citybox.gif);
 height: 80px;
 width: 220px;
 text-align: right; 

}
#city{
 margin-right:10px;
 margin-top:40px;
}
.line1{
 width: 190px;
 height: 9px;
 background-image: url(../images/line1.gif);
}
#topline2 {
	background-image: url(../images/line1.gif);
	width: 100%;
	height: 9px;
} 
.mainleveltop{
 padding-left: 2px;
 padding-right: 2px;
 color: white;
 text-decoration: none;
 
}

/*Social*/
#share42 {
  display: inline-block;
  /*padding: 6px 0 0 6px;
  background: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 4px;*/
}
#share42:hover {
  /*background: #F6F6F6;
  border: 1px solid #D4D4D4;
  box-shadow: 0 0 5px #DDD;*/
}
#share42 a {
  opacity: 0.5;
  vertical-align: bottom;
}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}

.shadow {
  box-shadow: 0 0 5px black; /* Параметры тени */
  box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
  padding: 5px;
}


.testl a:link {
  color: #000080; /* Цвет ссылок */
  text-decoration: none;  
  
}
.testl a:visited {
    color: #000080; /* Цвет посещенных ссылок */
}
.testl a:hover {
	color: #ffa500; /* Цвет активной ссылки */ 
  text-decoration: underline;  
}
