#sidebar{
	width: 50px;
	overflow: hidden;
	position: fixed;
	right: 20px;
	bottom: 20%;
	background: #fff;
	display: none;
	border:1px solid #000;
	z-index: 10000;
}
#sidebar .sidebar-totop a{
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
	transition: 0.3s;
	line-height: 25px;
	color: #000;
}
#sidebar .sidebar-totop a:hover{
	background: #000;
	color: #fff;
}

#breadcrumbnavigation{
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
#breadcrumbnavigation p{
	display: block;
	float: left;
	color: #999;
	line-height: 24px;
}
#breadcrumbnavigation a{
	display: block;
	float: left;
	color: #999;
	line-height: 24px;
}
#breadcrumbnavigation a:hover{
	text-decoration: underline;
}
#breadcrumbnavigation a:after{
	content: " > ";
	display: block;
	float: right;
	color: #999;
	width: 20px;
	line-height: 24px;
}