.treeview, .treeview ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.treeview .hitarea {
	height: 25px;
	width: 16px;
	float: left;
	cursor: pointer;
}

.treeview .open-hitarea {
	//background: url(../images/arrow_c.png) 5px 16px no-repeat;
}

.espcms_page_left {
}

.espcms_page_left h2 {
	background: #6fba2c;
    color: #fff;
    text-align: center;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
}

.treeview li {
	margin: 0;
    line-height: 40px;
    /*padding: 10px 10px;*/
    border: 1px solid #d9d9d9;
    overflow: hidden;
    width: 100%;
    border-bottom: none;
}
.treeview li:last-child{
	border-bottom: 1px solid #d9d9d9;
}
.treeview li a {
	font-size: 14px;
	text-decoration: none;
	margin-left: 10px;
}

.treeview li.on_active a{
	color: #6fba2c;
}
.form_message{
	display: block;
}

.treeview li a.hover {
	color: #c99d4e;
}

li.treeone {
	padding-left: 40px;
}

li.treetow {
	padding-left: 35px;
}

li.treefour {
	padding-left: 45px;
}

li.treefive {
	padding-left: 55px;
}

li.six {
	padding-left: 65px;
}

.treeview li.collapsable, .treeview li.expandable {
	background-image: none;
	padding: 0px;
}

.treeone .hitarea {
	margin-left: 10px;
}

.treetow .hitarea {
	margin-left: 20px;
}

.treefour .hitarea {
	margin-left: 30px;
}

.treefive .hitarea {
	margin-left: 40px;
}

.six .hitarea {
	margin-left: 50px;
}

