/* Таблица стилей для xml-элементов (обязательный префикс для всех элементов - xml_) */

.treeView {behavior: url(../js/xml_tree.htc);} 

LI.dir{
	list-style-image:url(../img/admin/small/directory.gif);
	padding-left:5px;
	cursor: hand;
}
LI.folder{
	list-style-image:url(../img/admin/small/folder.gif);
	padding-left:5px;
	cursor: hand;
	
}
LI.plus{
	list-style-image:url(../img/admin/small/plus.gif);
	padding-left:5px;
	cursor: hand;
}

UL.tree  {
	margin-left:9px; margin-top:10px; margin-bottom:10px;
}
UL.rub  {
	margin-left:0px; margin-top:10px; margin-bottom:10px;
}
UL.art  {
	margin-left:30px; margin-top:8px; margin-bottom:15px;
}
LI.new {
	list-style-image:url(../img/admin/small/bul.gif);
	padding-left:5px;
	margin-left:18px;
}

/* .edit_text {behavior: url(js/xml_input.htc);} */

/* текстовые INPUT при различных режимах ввода */
.xml_inp  {border: 1px solid Blue;margin-bottom: 0px;}
.xml_text_area  {border: 1px solid Blue;margin-bottom: 0px;}

.hand {cursor: hand; cursor: pointer;}

.menu {border: 1px solid Blue; width: 300px;}
