
.header-detail {
	overflow: auto;
	margin-bottom: 10px;
}

.header-detail .back {
	float: left;
	cursor: pointer;
	color: #849DBD;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
    background-size: 16px;
	width: 70px;
    background-position: 0px 6px;
}

.header-detail .back:hover {
	color: #334D80;
	background-image: url(../images/back-selected.png);
}

.header-detail .back label {
	float: right;
	cursor: inherit;
}

.header-detail .next {
	float: right;
	cursor: pointer;
	color: #849DBD;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
    background-size: 16px;
	width: 80px;
    background-position: 55px 6px;
}

.header-detail .next:hover {
	color: #334D80;
	background-image: url(../images/next-selected.png);
}

.header-detail .next label {
	cursor: inherit;
}

.header-detail .previous {
	float: right;
	margin-right: 40px;
	cursor: pointer;
	color: #849DBD;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
    background-size: 16px;
	width: 80px;
    background-position: 12px 6px;
}

.header-detail .previous:hover {
	color: #334D80;
	background-image: url(../images/back-selected.png);
}

.header-detail .previous label {
	float: right;
	cursor: inherit;
}







