﻿#explorerTable tr:hover {
	background-color: #ff8000;
}

#explorer td {
	width:500px;
}
#explorer {
	height:250px;
	width:500px;
	cursor:pointer;
	overflow:auto;
}

#pathPara {
	border-bottom:1px solid #7897b6;
}

#path {
	color:#4a698a;
}