#sideToolbar {
    position: fixed;
/*     visibility: hidden; */
    height: 310px;
}
#sideToolbar-up {
    display: none !important;
    width: 45px;
    height: 45px;
    background: url("sideToolbar.png") no-repeat scroll -1px -62px transparent;
    border-radius: 2px;
    margin-left: 10px;    
}
#sideToolbar-up:hover {
    background: url("sideToolbar.png") no-repeat scroll -74px -62px transparent;
}
/*#sideCatalogBtn {
    display: block;
    width: 45px;
    height: 45px;
    background: url("sideToolbar.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 5px;   
    position: relative;    
}
.sideCatalogBtnDisable {
    background: url("sideToolbar.png") no-repeat scroll -104px 0 transparent !important;
}
.sideCatalogBtnDisable:hover {
    background: url("sideToolbar.png") no-repeat scroll -154px 0 transparent !important;
}*/
#sideCatalog {
    font-family: "宋体";
    font-size: 14px;
    width: 220px;
    height: 255px;
    /* position: relative;
    left: 10px; */
    line-height: 19px;
    margin-bottom: 25px;
    overflow: hidden;    
}
#sideCatalog a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
}
#sideCatalog a:hover {
    color: #36c;
    text-decoration: underline;
}
#sideCatalog span.sideCatalog-index1 {
    color: #999;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}
#sideCatalog span.sideCatalog-index2 {
    color: #999;
    font-family: Arail;
    font-size: 14px;
    padding-right: 5px;
}
#sideCatalog #sideCatalog-sidebar {
    position: absolute;
    top: -10px;
    left: 5px;
    width: 0;
    height: 273px;
    background-color: #01c184;
    border-left: 1px solid #01c184;
    border-right: 2px solid #01c184;
}
#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-top, 
#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-bottom {
    width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #00c184;
    /* background: url("sideToolbar.png") no-repeat scroll 0 -199px transparent; */
    position: absolute;
    left: -8.5px;
    overflow: hidden; 
    cursor: pointer;
}
#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-top .top-s, 
#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-bottom .bottom-s {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #ffffff;
}
#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-top {
    top: -20px;
}
#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-bottom {
    bottom: -20px;
}
#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-top:hover,
#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-bottom:hover {
    background-position: 0 -185px;
}
.sideCatalog-item1, 
.sideCatalog-item2 {
    margin: 0 0 16px;
    padding: 0 7px;
    position: relative;
    
    width:160px;
    font-size: 16px;
    /* overflow:hidden; */
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.sideCatalog-item1:hover, 
.sideCatalog-item2:hover {
    background-color: #f5f5f5;
    border-radius: 2px;
    box-shadow: 0 1px 0 #eaeaea;
}
.sideCatalog-item2 {
    padding-left: 21px;
}
#sideCatalog .sideCatalog-item1 a, 
#sideCatalog .sideCatalog-item2 a {
    text-decoration: none;
}
#sideCatalog .sideCatalog-item1 a:hover, 
#sideCatalog .sideCatalog-item2 a:hover {
    color: #36c;
}
#sideCatalog .sideCatalog-item1 a {
    color: #555;
    font-weight: bold;
}
#sideCatalog .sideCatalog-item2 a {
    color: #666;
}
.sideCatalog-dot {
	
}
.sideCatalog-dot:hover {
    /* background-position: 0 -245px; */
}
.sideCatalog-item2 .sideCatalog-dot {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
}
#sideCatalog-catalog {
    height: 225px;
    padding-left: 23px;
    margin-top: 18px;
    overflow: hidden;    
    position: relative;
}
#sideCatalog-catalog dl {
    position: relative;
}
#sideCatalog .highlight span.sideCatalog-dot {
    width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #fff;
	position: absolute;
    /* background: url("sideToolbar.png") repeat scroll 0 -222px transparent; */
    left: -26px;
    top: -1px;
    cursor: pointer;
    overflow: hidden;
}
#sideCatalog .highlight span.sideCatalog-dot .dot-s {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #00c184;
}

#sideCatalog .highlight a{
	color: #00c184;
	font-weight: bold;
}
#sideCatalog-updown {    
    width: 22px;
    height: 50px;
    position: absolute;
    right: 10px;
    bottom: 180px;
    z-index: 100;
    visibility: hidden;
}
#sideCatalog-up,
#sideCatalog-down { 
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.sideCatalog-up-enable {
    background: url("sideToolbar.png") no-repeat scroll -245px -83px transparent;
}
.sideCatalog-up-disable {
    background: url("sideToolbar.png") no-repeat scroll -272px -83px transparent;
}
.sideCatalog-down-enable {
    background: url("sideToolbar.png") no-repeat scroll -245px -108px transparent;
}
.sideCatalog-down-disable {
    background: url("sideToolbar.png") no-repeat scroll -272px -108px transparent;
}