@charset "utf-8";
/* Лево и центр */
#col-left {
	text-align: left;
	vertical-align: top;
	width:25%;
}
#col-left-inner {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-top:-10px;
	padding-top:10px;
	padding-left:25px;
	padding-right:15px;
}
#col-center {
	text-align: left;
	vertical-align: top;
}
#col-center-inner {
	padding-left:25px;
	padding-right:25px;
}
