/*--------------------------------------- левая колонка-------------------------------*/

#leftcolumn {
	float: left;
	width: 230px;
	/*height: 100%;*/
	margin-left: 50px;
	margin-right: 40px;
	margin-top:20px;
	text-align: left;
	overflow: hidden;
}
 
 #leftcolumn a {
 text-decoration: none;
	color: #232323;
}
 #leftcolumn a:hover {
 font-size: inherit;
 text-decoration: underline;
	color: #f7941d;
}

.btn-inrazd {
	float: left;
	width: 86px;
	height: 18px;
	margin-bottom: 10px;
}
/*.btn-inrazd a:hover {
	float: left;
	width: 86px;
	height: 18px;
	margin-bottom: 10px;
}*/
.newsletterzag_box {
   float: left;
	font-size: 10px;
	color: #909090;
	margin-bottom: 5px;
	margin-top: 15px;
	
}
.newsletter_box {
	float: left;
	font-size: inherit;
	color: #909090;
	
}
.newsp {
	float: left;
	width: 156px;
	background-image: url(images/newsletter.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	vertical-align: middle;
	color: #909090;
	padding-left: 23px;
	height: 20px;
	background-color: #ffffff;
	border-color: #909090 #909090 #909090 #909090;
	border: 1px dotted;
	}


.go {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/go.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	float: left;
	height: 18px;
	width: 34px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.go:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0062aF;
	text-decoration: none;
	background-image: url(images/go1.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	float: left;
	height: 18px;
	width: 34px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	cursor: hand;
}
.razdelitel {
	margin-top: 20px;
	width: 2px;
	float: left;
}
/*--------------------------------------- Центральная колонка-------------------------------*/
#centercolumn {
	text-align: left;
	float: left;
	width: 282px;
	margin-left: 30px;
	margin-right: 10px;
	margin-top:20px;
}
#centercolumn li {
	padding-left: 20px;
	list-style-image: url(images/arrow.png);
	list-style-position: outside;
}
/*--------------------------------------- правая колонка-------------------------------*/
#rightcolumn {
	text-align: left;
	float: left;
	width: 262px;
	margin-left: 30px;
	margin-right: 10px;
	margin-top:20px;
}

#rightcolumn li {
	padding-left: 20px;
	list-style-image: url(images/arrow.png);
	list-style-position: outside;
}