@charset "utf-8"; 
 
.left-sidebar {
	line-height: 28px;
	background: #f4f4f4;
	padding-left:10px;
}

.left-sidebar .left-nav-container {
	width: 180px;
	-webkit-transform: translateZ(0);
	padding-top: 20px
}

.left-sidebar .left-nav-container.fix-left-siderbar {
	position: fixed;
	top: 0
}

.left-sidebar .product-menu-1 {
	-webkit-transform: translateZ(0);
	border-bottom: 1px dashed #E1E1E1;
	padding-bottom: 3px;
	margin-bottom: 10px;
	position: relative;
	width: 160px
}

.left-sidebar .product-menu-1 dt {
	position: relative;
	font-size: 12px;
	height:28px;
	line-height: 28px;
	color: #999;
	font-weight: 400;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none
}

.left-sidebar .product-menu-1 dt .point {
	font-size: 8px;
	margin: 0 2px;
	font-style: normal
}

.left-sidebar .product-menu-1 dt i.rotate {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg)
}

.left-sidebar .product-menu-1 dt i.slide-up {
	border: solid 1px transparent;
	border-width: 0 4px 4px 4px;
	_border-color: #f4f4f4;
	_filter: chroma(color = grey);
	border-bottom-color: #999;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}

.left-sidebar .product-menu-1 dt i.slide-up-ie { *
	position: relative; *
	top: -13px; *
	height: 5px;
	border: solid 1px transparent;
	border-width: 4px 4px 0 4px !important;
	_border-color: #f4f4f4;
	_filter: chroma(color = grey);
	border-top-color: #999 !important
}

.left-sidebar .product-menu-1 dd {
	width:28px;
	height: 28px;
	line-height:28px;
}

.left-sidebar .product-menu-1 dd i {
	font-style: normal;
	height: 28px;
	line-height:28px;
	 
}

.left-sidebar .product-menu-1 dd a {
	margin-left: -10px;
	padding-left: 10px;
	postion: relative;
	right: 0;
	width: 184px;
	display: block;
	font-size: 12px;
	color: #666;
	zoom: 1;
	
	
}

.left-sidebar .product-menu-1 dd a:hover {
	color: #000;
	background-color: #e7e7e7;
	text-decoration: none;
	cursor: pointer
}

.left-sidebar .product-menu-1 dd a .span-1 {
	display: block;
	font-size: 12px
}
.span-calc{
	background:url(run.png ) no-repeat 0px 2px;
	padding-left: 18px;
}
.span-saveas{
	background:url(save.png ) no-repeat 0px 2px;
	padding-left: 18px;
}
.span-save{
	background:url(save.png ) no-repeat 0px 2px;
}
.span-help{
	background:url(create.png ) no-repeat 0px 2px;
	padding-left: 18px;
}
.span-book{
	background:url(doc.png ) no-repeat 0px 2px;
	padding-left: 18px;
}
.span-download{
	background:url(download.png ) no-repeat 0px 2px;
}
.span-print{
	background:url(print.png ) no-repeat 0px 2px;
}
.sidebarhide{
	display:none;
}


.triangle-up {
	position: relative;
	top: 9px; *
	top: -35px;
	_top: -18px;
	_height: 4px;
	_line-height: 4px;
	border: solid 1px transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #999999;
	_border-color: #f4f4f4;
	border-bottom-color: #999;
	display: inline-block;
	_filter: chroma(color = grey);
	margin-right: 6px;
	float: right;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}

.triangle-down {
	position: relative;
	top: 9px; *
	top: -35px;
	_top: -18px;
	_height: 4px;
	_line-height: 4px;
	border: solid 1px transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #999999;
	display: inline-block;
    _filter: chroma(color = grey);
	margin-right: 6px;
	float: right;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}
