/* BASIC STYLES */

body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #bbb;
	color: #000;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0px 10px 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}

h2 {
	font-size: 15px;
	margin: 0px 0px 10px 10px;
	text-align: left;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}



p {
	font-size: 12px;
	text-align: left;
	margin: 0px 10px 10px 10px;
}

p.bottom {
	padding: 0;
	font-size: 11px;
	text-align: center;
}

p.ads {
	text-align: center;
	font-size: 10px;
}

a{
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #287BAF;
}

a.h2{
	font-size: 15px;
	text-align: left;
	text-decoration: none;
}
a.h2:hover{
	text-decoration: underline;
}

a.h3{
	font-size: 14px;
	font: bold;
	text-align: left;
	text-decoration: none;
}

.header {
	color: #fff;
	padding: 10px 12px 12px 0px;
	background-image: url(images/header7.gif);
	background-repeat: repeat-x;
	width: 900px;
}

/* блок авторизации */
.auth {
	text-align: left;
	font-size: 11px;
	margin-top: 0px;
	vertical-align: top;
}
.auth a{
	color: white;
	font-size: 11px;
}
.auth input{
	font-size: 10px;
	background: #CCC;
}



/* главное меню */
.main_nav {
	background-color: #8FB4C7;
	/*background-image: url(images/bg_main_nav.gif);*/
	background-repeat: repeat-x;
	/*border-bottom: 1px solid #a0a0a0;*/
	color: white;
	font: normal bold bolder;
}

.main_nav a{
	color: white;
	font: bolder;
	font-size: 14px;
	border-bottom: none;
	padding: 0px;
	text-decoration: none;
}


/* left side */
div.left_side{
	padding: 0px 0px 0px 17px;
}

.usertools {
	width: 180px;
	background-image: url(images/bg_usertools_middle.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 0px -3px; 
}

.usertools_text {
	margin: 0px 0px 0px 20px; 
}

.usertools a {
	text-decoration: none;
	margin-top: 40px;
}
.usertools img {
	margin: 4px 0px 4px 0px;
	border: 1px solid #ccc; 
}

#usertools_top {
	width: 158px;
	height: 11px;
	background-image: url(images/bg_usertools_top.gif);
	margin: 0px 0px 0px -3px; 
}

#usertools_bottom {
	width: 158px;
	height: 11px;
	background-image: url(images/bg_usertools_bottom.gif);
	margin-bottom: 1.2em;
	margin: 0px 0px 0px -3px; 
}

a.left_menu_name{
	font-size: 15px;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	
}
a.left_menu_name:hover{
	text-decoration: underline;
}

/*
.left_menu_name{
	font-size: 15px;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	
}
.left_menu_name:hover{
	text-decoration: underline;
}
*/
.left_menu_spisok{
	margin: 0px 0px 5px 0px;
}

.line{
	width: 120px;
	list-style-type:none; 
	border-top: 1px solid #ccc; 
	margin: 4px 14px 10px 0px; 
	_margin: 0px 14px 3px 14px; 
	_height: 1px;
}

.spacer{
	margin: 4px 14px 10px 0px; 
	_margin: 0px 14px 3px 14px; 
	
}


div.picture img{
	border: thin solid  #287BAF; 
	padding: 10px;	
}


div.printmsg{
	font-size: 14px; 
	color: #287BAF; 
	padding: 10px; 
	margin: 20px; 
	border: thin solid  #ccc; 
	background-color: #F0F1F6;
	width: 400px;
	text-align: center;
}

li{
	margin-left: 10px;
	text-align: left;
}

/* частные страницы */
div.signup img {
	margin: 4px 0px 4px 0px;
	border: 1px solid #ccc; 
}

div.signup td{
	padding-left: 10px;
	text-align: left;

}
div.signup tr{
	text-align: left;

}

div.icon{
	text-align: left;
	margin-top: 10px;
}

div.icon img{
	border: none;
	padding-right: 15px;
	
}


/* контент */
div.text{
	margin-left: 10px;
	text-align: left;
}

div.item_full img{
	/*border: thin solid  #ccc; */
	padding: 10px 10px 10px 10px;
	text-align: justify;
	vertical-align: sub;
}




/* подвал */
.bottom{
	background-color: #ebebeb;
	font: normal small-caps bold bolder;
	font-size: 10px;
}
.bottom a{
	font-size: 10px;
	color: #bbbbbb;
}
