body {
padding: 0;
margin: 0;
font: 0.74em Arial, sans-serif;
line-height: 1.5em;
background: #F8F8F8;
color: #454545;
}

a {
color: #FF6603;
background: inherit;
text-decoration: none;
}
a:hover {
color: #FF6603;
background: inherit;
text-decoration: underline;
}
p { margin : 5px 0; }

h1 {
font : bold 1.8em Arial, Sans-Serif;
padding : 8px 0 4px 0;
margin : 0;
letter-spacing : -1px;
}
h2 {
font : bold 1.6em Arial, Sans-Serif;
letter-spacing : -1px;
}
h3 {
padding: 4px 0;
margin: 0;
}
img { border : 0 }
.right { float: right }


ul {
margin: 0;
padding: 0;
list-style: none;
}

hr {
height : 1px;
border-style : none;
color : #d0d0d0;
background-color : #c0c0c0;
margin : 10px 0;
}
ol {
padding: 0;
margin: 0;
}
.code {
padding : 3px 5px 3px 35px;
border : 1px solid #ccc;
list-style-type : decimal-leading-zero;
font-family : Courier;
}
.code code {
font-family : Monaco, "Courier New", Tahoma;
font-size : 1.2em;
}
.code li {
margin : 2px 0;
padding : 0 5px;
background : #F6F6E3;
}
.code li.t1 { padding-left: 4ex; }
.code li.t2 { padding-left: 8ex; }
.code li.t3 { padding-left: 12ex;}
.code li.t4 { padding-left: 16ex;}
.code li.t5 { padding-left: 20ex;}
.code li.t6 { padding-left: 24ex;}
.code li.t7 { padding-left: 28ex;}
.code li.t8 { padding-left: 32ex;}

.content {
margin: 0 auto;
width: 960px;
}

/*#category a {
  font-size: 13px;
  padding: 5px 10px 5px 16px;
  font-weight: bold;
  background: #f8f8f8 url(images/folder.png) no-repeat left;
  padding-left: 18px;
}
*/


#topbar {
height: 68px;
background: #000;
width: 100%;
color: #FFF;

}

#topbar .wrap {
	background: #3F4040 url(images/title.png) no-repeat left;
	height: 68px;
	width: 958px
	
} 

#topbar h1 {
	font: bold 28px Arial, sans-serif;
/*	color: #0000FF; */
	line-height: 68px;
	padding: 0 0 0 10px;
/*	background: inherit; */
}
#topbar h1 a { color: #0000FF; }
#topbar h1 a:hover { color: #FF3300; text-decoration: none; }

#topbar .se {
	float: right;
	padding: 12px 10px 0 0;

}

#subbar {
	background: #F4F4F3;
	height: 34px;
	border-bottom: 1px solid #D6D6D6;
	width: 100%;
}

#subbar .rss {
	position: relative;
	right: 20px;
	top: 7px;
	width: 21px;
	height: 21px;
}

.menu {
	background: #F7F7F6;
	height: 34px;
	line-height: 34px;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	padding: 0;
	margin: 0;
}

.menu a {
color: #74797E;
background: inherit;
text-decoration: none;
padding: 0 10px 0 10px;
line-height: 23px;
}
.menu a:hover, .menu .current {
color: #000;
background: inherit;
height: 23px;
text-decoration: underline
}
.menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.menu li {
float: left;
margin: 0 0 0 0px;
display: inline;
}

#main {
width: 958px;
height: 100%;
background: #FFF;
margin: 0px 0 0 0;
border-left: 1px solid #D6D6D6;
border-right: 1px solid #D6D6D6;
border-bottom: 1px solid #D6D6D6;
padding: 10px 0 0 0;
}
#main .padding {
	padding: 10px;
}
.right_side {
float: right;
width: 391px;
background: inherit;
overflow: hidden;
}
.right_side .pad {
padding: 0 0 10px 17px;
}
.right_side p {
padding: 0 0 5px 5px;
}
.right_side ul {
padding: 3px 0 12px 0px;
}

.right_side li {
line-height: 22px;
list-style: none;
background: #f8f8f8 url(images/li.gif) no-repeat left;
margin-bottom: 2px;
}
.right_side li a{
	padding-left: 15px;
	color: #74797E;
	
}


.right_side a:hover {
text-decoration : underline;
color: #000;
background: inherit;
}
.right_side h3 {
color : #eee;
font : bold 1.0em Arial, Sans-Serif;
background: #3F4040;
width: 100%;
height: 24px;
line-height: 22px;
text-indent: 10px;
font-weight: normal;
}

.right_side .sponsors {
	margin-bottom: 5px;
	width: 391px;
	overflow: hidden;
	
}
.right_side .sponsors img.ml { margin-right: 4px; overflow: hidden }

.right_side .ls {
	float: left;
	width: 191px;
}

.right_side .rs {
	float: right;
	width: 191px;
	
}

.right_side .extra {
	background : #F4F4F3;
	color : #454545;
	border-top: 4px solid #e5e5e5;
	border-bottom: 4px solid #e5e5e5;
	margin-bottom: 10px;
}

.right_side .extra .padding { padding: 10px }

#left_side {
background : inherit;
margin-bottom : 10px;
width: 527px;
color: #454545;
}
#left_side .intro {
background : #FDFDF0;
color: #454545;
border-bottom: 4px solid #F6F6E3
}
#left_side .intro .pad {
padding: 10px;
}
#left_side .intro a {
color: #FF6603;
text-decoration : none;
}
#left_side .intro a:hover {
color: #FF6603;
text-decoration : underline;
}
#left_side .mpart {
padding: 20px 0 0 0;
}
#left_side h2 {
background: inherit;
padding: 0;
margin: 0;
font: 1.8em verdana, Arial, Sans-Serif;
color: #3F4040
}
#left_side .mpart h3 {
background: inherit;
padding: 0;
margin: 0 0 15px 0;
font: 0.9em verdana, Arial, Sans-Serif;
color: #a5a5a5;
}
#left_side p {
color: #454545;
padding: 0;
text-align: justify;
}

#left_side img {
/* float : left; */
padding: 0 10px 5px 0;
}
#left_side blockquote {
padding-left: 10px;
border-left: 3px solid #a7cc44;
margin: 10px 0 10px 25px;
}
.date {
padding: 7px 10px 0 0;
margin: 10px 0 20px 0;
text-align: right;
background: #F4F4F3;
height: 26px;
width: auto;
}
.date a {
color: #74797E;
background: inherit;
}
#left_side .rs { float: right; margin: 0 0 0 10px; border: 1px solid #888; padding: 5px; background: inherit; }
#left_side ul { list-style-position: inside; margin-left: 2px; }
#left_side ul li { list-style-type: square; margin-left: 15px; }
#left_side ul ul li { list-style: none; margin-left: 10px; list-style-type: lower-alpha; list-style-position: inside; }
#footer {
clear: both;
width: 100%;
margin: 0 0 6em 0;
padding: 10px 0px 0 10px;
color: #777;
background: inherit;
line-height: 1.7em;
}
#footer .right {
float: right;
padding-right: 20px;
}
#footer .left {
float: left;
padding-right: 20px;
}
#footer a {
text-decoration : none;
background : inherit;
}
#footer .fmenu {
	background: inherit;
	padding: 0;
	margin: 0;
}

#footer .fmenu a {
color: #74797E;
background: inherit;
text-decoration: none;
padding: 0 10px 0 0px;
}
#footer .fmenu a:hover {
color: #000;
background: inherit;
text-decoration: underline
}
#footer .fmenu ul {
list-style: none;
padding: 0;
margin: 0;
}
#footer .fmenu li {
float: left;
margin: 0 10px 0 0px;
display: inline;
}

input.text { border: 1px solid #CCC; padding: 2px 5px 2px 5px; width:360px; }

/*#cols50 {background:url("images/dot.gif") 50% 0 repeat-y;}   style="background:none;" */
#cols50 a { background:none; color: #004fd8; }

.col50 { width:100%; }
.coln50 { width:100%; border-bottom: 1px dotted #D3D3D3; clear: left; }
.content-in {padding:5px 10px; font-size: 13px }
.box {min-height:1px;}
.ul-list {margin:0; padding:0; list-style:none;}
.ul-list li {margin:0; margin-bottom:5px; padding:0; padding-left:16px; background:url("images/folder.png") 0 3px no-repeat;}
.category {
  float:left;
  width:244px;
  font-size: 14px;
  font-weight: bold;
  padding-left:19px;
  background: url(images/folder.png) no-repeat;
}
.norm {
  font-weight: normal;
  font-size: 11px;
}

.www {
  font-size: 14px; font-weight: bold;
}
.links {
  font-size: 10px;
}
.newc {
  font: bold 11px "Times New Roman", Times, serif;
}

.bbstitle {
  font-size: 14px; font-weight: bold;
  background: #E0E0E0;
}
.bbstime {
  font-size: 11px;
  color: #777777;
  text-align: right;
}

.smallText {
  font-size: 12px;
  color: #3C3C3C;
  text-align: left;
}

.contact {
  font-size: 11px;
}
/* Для информера погоды */
.gmtbl{background-color: #fffeff; border: 1px solid #40002a;}
.gmtdttl{font-size: 110%; font-weight: bold; color: #ffffff; text-align:center;  background-color: #3c0500}
.gmtdtext {font-size: 100%; font-weight: normal; color: #000000;text-align:center;}

.pv { color: #666666; font-size: 11px; }

.topbar {
height: 31px;
background: #0C0C0C;
width: 517px;
color: #FFF;
font-size: 18px;
padding: 10px 0 0 10px;
margin-bottom: 5px;
}

img.roundboxtop {margin-top: 14px;}
img.roundboxbottom {margin-top: 0px; margin-bottom: 0px; float: left;}
div.roundbox {background: #FFF5DF; padding: 0px 5px 0px 5px; border-left: 1px #CDC8B1 solid; border-right: 1px #CDC8B1 solid; min-height: 50px;}

#results{width: 100%; font-size:16px; }


ol.results {margin:0 0 1.4em 14px; padding:0 0 0 12px; }

ol.results li {margin-bottom:1em; padding:0; font-size:85%;}
/*
ol.results div.title {font-size:120%;}
ol.results div.text {padding-bottom:0.1em;}
*/
ol.results div.info {color:#333; margin-top:0.3em; overflow:hidden;}
/*
ol.results div.info a {color:#000;}
ol.results div.info a:visited {color:#800080;}
ol.results div.info {font-size:12px;}
ol.results .mime {color:#00c; font-size:70%;}
*/

/* Tag cloud */
	
.tag-cloud {
	float: left;
	width: 90%;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}

.profile .tag-cloud {
	width: 98%;
	float:none;
	margin:0 auto;
}

	.tag-cloud ul {
		white-space: normal;
	}
	.tag-cloud ul,
	.tag-cloud ul li {
		display: inline;
		background: none;
	}
	.tag-cloud a {
			font-size: .83em;
			color: #369;
			text-decoration: none;
			line-height:1.4em;
	}
	.tag-cloud a:hover {
			color: #fff;
			background: #996;
	}
		
/*	.tag-cloud a 	 {white-space:nowrap;}*/
	.tag-cloud a.w1  { font-size: 80%; }
	.tag-cloud a.w2  { font-size: 100%; }
	.tag-cloud a.w3  { font-size: 120%; }
	.tag-cloud a.w4  { font-size: 140%; }
	.tag-cloud a.w5  { font-size: 160%; }
	.tag-cloud a.w6  { font-size: 180%; }
	.tag-cloud a.w7  { font-size: 200%; }
	.tag-cloud a.w8  { font-size: 220%; }
	.tag-cloud a.w9  { font-size: 240%; }
	.tag-cloud a.w10  { font-size: 260%; }

/* // Tag cloud */