.arrow1 {
	width: 0px;
	height: 0px;
	position: relative;
	float: none;
	margin-left: 0px;
	display: inline-block;
	border-width: 5px 5px 10px 5px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #DD0000 transparent;
}

.arrow2 {
	width: 0px;
	height: 0px;
	position: relative;
	float: none;
	margin-left: 0px;
	display: inline-block;
	border-width: 10px 5px 5px 5px;
	border-style: solid dashed dashed dashed;
	top: 0.35em;
	border-color: #DD0000 transparent transparent transparent;
}

#cont_tb .cont_title .sort {
	color: #DD0000;
}

#cont_tb .cont_title .sort:HOVER {
	cursor: pointer;
}