* {
	margin:0;
   padding:0;
	border: 0px;
}

html, body {
  width:100%;
  height:100%;
}

body{
   min-width: 1000px;
	background: #fff url(../img/bodyfon.jpg) repeat-x top left;
	font-family: Trebuchet MS; 
	color:#323232; 
	font-size: 14px; 
}

#tooltip{
     background-color: #D6D6D3;
     border: 1px #999999 solid;
     color: #000000;
     /* font-size: 12px; */
     margin: 0px;
     padding: 5px 9px;
     position: absolute;
     visibility: hidden;
     filter: alpha(opacity=85);
     -moz-opacity: 0.85;
     z-index: 1000;
}

a {
	text-decoration: underline;
	color: #a1ce7d;
}

a:hover{
	text-decoration: none;
	color: #a1ce7d;
}

table{
	  border-collapse: collapse;
     border: none;
}

table td{
	vertical-align: top;
	padding: 5px;
	border: none;
}

table.visible td {
	border: 1px solid #f1f1f1;
}

table.transparent {
	background: none;
	border: none;
}

ul{
	list-style: square;
}

ul, ol{
	list-style-position: inside;
	padding-bottom: 10px;
	padding-top: 5px;
}

ul ul{
	padding-left: 12px;
}

ul li, ol li {
     padding-bottom: 5px;
}

.active{ 
	font-weight: bold;
	color: #a1ce7d;
}

h1, h2, h3, h4, h5, h6{
	padding-bottom: 10px;
	font-weight: normal;
	font-family: Trebuchet MS;
	color: #a1ce7d;
}
h2{
	font-size: 34px;
}
p{
	padding-bottom: 7px;
}

img{
	margin: 4px;
}

input, textarea, button, select{
	padding: 5px;
	border: 1px solid #ccc;
}

.pager ol {padding-top:8px;}
.pager ol li {display:inline;padding-right:5px}
.pager ol li.active{	font-size: 140%;}



.news{
	padding-bottom: 15px;
	padding: 10px;
	width: 30%;
	float: left;
}

.data{
	font-weight: bold;
}

#content{
	padding-bottom: 20px;
}

#status, #status a{
	padding-bottom: 7px;
	font-size: 12px;
	color: #ccc;
}

#googleblog, #reklamatolkonaglavnoy, #reklamasleva, #reklamavnizu{
	padding: 10px;
}
