#orderTag_outside{
	position: relative;
	display: inline-block;
	border:1px solid #000;
}

#orderTag_button{
	width: 20px;
	height: 20px;
	border:1px solid #000;
	background-image:  url(../img/file_download.png);
	background-repeat: no-repeat;
}

#orderTag_dropdown{
	position: absolute;
	top: 100%;
	background-color : #FFF;
	left:-40px;
	display: none;
	z-index: 1000;
	border:1px solid #000;
}

.orderTag_asc{
	background-image:  url(../img/btn_back_view.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}

.orderTag_desc{
	background-image:  url(../img/file_download.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}

.div_start {
	width: 12px;
	height: 16px;
	opacity: 0.4;
	background-image: url(../img/start.png);
}

.div_pre {
	width: 11px;
	height: 16px;
	opacity: 0.4;
	background-image: url(../img/prev.png);
}

.div_start_1 {
	width: 12px;
	height: 16px;
	cursor: pointer;
	background-image: url(../img/start.png);
}

.div_pre_1 {
	width: 11px;
	height: 16px;
	cursor: pointer;
	background-image: url(../img/prev.png);
}

.div_next {
	width: 11px;
	height: 16px;
	opacity: 0.4;
	background-image: url(../img/next.png);
}

.div_end {
	width: 12px;
	height: 16px;
	opacity: 0.4;
	background-image: url(../img/end.png);
}

.div_next_1 {
	width: 11px;
	height: 16px;
	cursor: pointer;
	background-image: url(../img/next.png);
}

.div_end_1 {
	width: 12px;
	height: 16px;
	cursor: pointer;
	background-image: url(../img/end.png);
}