.treeview, .treeview ul, #sidr-right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidr-right .cartLink, #sidr-right #SideCurrencySelector {
	display: none !important;
}
#sidr-right .TopAccountMenu {
	padding-right: 0px !important;
	border-right: 0px !important;
}
.treeview ul {
	padding: 0;
	border: none;
}
.treeview .hitarea {
	cursor: pointer;
	position: absolute;
	right: 14px;
	font-size: 13px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
}
.treeview li {
	margin: 0;
}
.treeview li ul li {
	border-bottom: none;
}
.treeview a.selected {
	color: #999 !important;
}
#treecontrol {
	margin: 1em 0;
	display: none;
}
.treeview .hover {
	color: #000;
	cursor: pointer;
}
.treeview li a:hover {
}
.treeview li {
	position: relative;
}
.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
}
.treeview li a, .SideNav li a, #sidr-right a {
	color: #000;
	text-decoration: none;
	display: block;
}
.treeview .collapsable-hitarea {
	color: #999;
}
/* Level 2 Arrow ICon */
.treeview .collapsable ul li .hitarea,.treeview .expandable ul li .hitarea {
	border: 0px;
	cursor: pointer;
	position: absolute;
	top:7px;
}

.treeview .collapsable ul li .expandable-hitarea {
	position: absolute;
	right: 14px;
}
.treeview .hitarea.expandable-hitarea.lastExpandable-hitarea {
}
.treeview .collapsable ul li a {
	padding-left: 24px;
}
.treeview .collapsable ul li a:hover {
}
.treeview .collapsable ul li.collapsable ul li a {
	padding-left: 36px;
}
.treeview li.last {
	background-position: 0 -1766px;
	border-bottom: none;
}
.treeview .placeholder {
	background: url(../images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}
.treeview .collapsable ul li .expandable-hitarea {
	position: absolute;
	right: 14px;
	top: 7px;
}
/* IE Related CSS */
.lt-ie8 .treeview li.expandable a, .lt-ie8 .treeview li.collapsable a {
	width: 78%;
}
.lt-ie8 .treeview li.expandable li a, .lt-ie8 .treeview li.collapsable li a {
	width: 86%;
}
.lt-ie8 .treeview li.expandable li li a, .lt-ie8 .treeview li.collapsable li li a {
	width: 82%
}
.treeview .hitarea.expandable-hitarea, .treeview .collapsable-hitarea {
	top: 13px;
}