.treeview, .treeview ul {
	width: 240px;
	overflow: hidden;
}

.treeview .hitarea {
	height: 20px;
	width: 16px;
	float: right;
	cursor: pointer;
	margin-right:50px;
}
.treeview .open-hitarea {background: url(../images/v2_16.png) 5px 16px no-repeat;}

/* fix for IE6 */
* html .hitarea {display: inline;float:none;}

.treeview li {
	margin: 0;
	padding:10px 0px 10px 0px;
	overflow: hidden;
}
.treeview li a{font-size:14px;text-decoration:none; color:#717171;}
.treeview li a.hover{color:#569ce7;}
.treeview li a.hover:hover{color:#569ce7;}

.treeview a.selected {}
.onefast{}
li.treeone{padding-left:25px;}
li.treetow{background: url(../images/v2_16.png) 25px 16px no-repeat;padding-left:35px;}
li.treefour{background: url(../images/v2_16.png) 35px 16px no-repeat;padding-left:45px;}
li.treefive{background: url(../images/v2_16.png) 45px 16px no-repeat;padding-left:55px;}
li.six{background: url(../images/arrow_c.png) 55px 16px no-repeat;padding-left:65px;}

.treeview li.collapsable, .treeview li.expandable {background-image: none;padding-top:10px;}
.treeview .collapsable-hitarea {background: url(../images/arrow_b.png) 3px 6px no-repeat;}
.treeview .expandable-hitarea {background: url(../images/arrow_a.png) 5px 6px no-repeat;}
.treeview .-hitarea,.treeview .last-hitarea {background: url(../images/arrow_c.png) 5px 18px  no-repeat;}

.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;}

.product_tree_line {width:178px;height:1px;border:1px solid #2888e2;background:#2888e2;position:relative;top:44px;}
.onfast_line {width:170px;height:1px;background:#e6e6e6;}


