/*каталог*/
td.catalog {
	padding-top: 10px;
	padding-right:0px;
	padding-left: 0px;
	width: 201px;
}
.kat_item
{
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul {
	background: url(image/catalog-bg2.gif);
	background-position: right;
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
	font-weight: normal;
	text-align: left;
	padding-left:5px;
}
.treeview1 ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

.treeview .hitarea {
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
/*	list-style-type: none;*/
}
.treeview a.selected {
	background-color: #eee;
}
#treecontrol { margin: 0; display: none; }

.treeview .hover { color: #F63; cursor: pointer; }

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }

.seo p {
text-align:justify;
font-size:14px;
margin-top:10px;
margin-bottom:10px;
}

.seo h2 {
text-align:left;
font-size:18px;
margin-top:15px;
margin-bottom:15px;
}

