/*Catalog tree*/
div.catalog_title{
	color: #FF7100;
	font-size: 150%;
	font-weight: 600;
}

div.catalog{
	borderr: 1px solid;
	padding: 0 0 18px 0;
	margin: 0 0 15px 0;
	background: url(/images/cross.gif) repeat-x bottom left;
}

div.catalog.sub{
	padding: 0 0 0 25px;
	margin: 0 0 0 0;
	background: none;
}

div.catalog .cell{
	padding: 0 0 0 15px;
	background: url(/images/cat_point.gif) no-repeat center left;
}

div.catalog.sub .cell{
	padding: 0 0 0 15px;
	background: url(/images/cat_point_sub.gif) no-repeat center left;
}

div.catalog .cell a{
	font-size: 120%;
	color: #281506;
	text-decoration: none;
	font-weight: normal;
}

div.catalog.sub .cell a{
	font-size: 110%;
}

div.cell a:hover{
	color: #FB2A26;
}

/*End of catalog tree*/
div.cat_title{
	font-size:	130%;
	color: gray;
	margin: 3px 0 15px 3px;
}

a.chain_cell{
	font-size:	100%;
	color: #808080;
}

a.chain_cell:hover{
	color: #FB2A26;
}

div.description{
	padding: 0 0 0 3px;
	text-align: justify;
}

/*Manage*/
div.manage{
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 5px;
}

div.manage a{
	text-decoration: none;
}

div.children{
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
}

div.sub{
	margin: 5px 0 5px 0;
}

span.sub{
	margin: 5px 10px 5px 0;
}

a.manage_cell{
	margin: 5px 0 5px 0 !important;
	font-size: 120%;
	color: #281506;
}

img.cross{
	margin: 0 5px 0 0;
}

a.add{
	font-family: sans-serif;
	font-size: 18px;
	vertical-align: -2px;
	font-weight: bold;
	padding: 0 0 0 10px;
	color: #757575;
	text-decoration: none;
}

a.delete{
	font-size: 14px !important;
	font-family: verdana;
	font-weight: bold;
	padding: 0 0 0 10px;
	color: #FF0000;
}
a.edit{
	padding: 0 0 0 10px;
}
/*form*/
div.catalog_form{
	border: 1px solid #D1E200;
	width: 400px;
	background-color: #000000;
}

div.form_title{
	padding: 5px 5px 5px 5px;
	text-align: center;
	colorr: #757575;
	font-size: 120%;
}

input.title{
	border: 1px solid #CCCCCC;
	width: 300px;
}

input.color{
	border: 1px solid #CCCCCC;
	width: 100px;
	height: 19px;
}

textarea.description{
	border: 1px solid #CCCCCC;
	width: 300px;
	height: 60px;
}

input.priority{
	border: 1px solid #CCCCCC;
	width: 50px;
	height: 19px;
}

.form_table td{
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

table.submit{
	margin: 20px 0 5px 0;
}

