@charset "utf-8";
/* Selector */
.selSize {
	border: 1px solid #000000;
	width: 55px;
	background-color: #FFFFFF;
	font-weight: bold;
}
.selDvrT {
	clear: left;
	padding-top: 4px;
	padding-bottom: 4px;
}
.selDvrI {
	height:1px;
	border-top: 1px solid #000000;
	width: 540px;
}
.selOptions {
	width: 180px;
	height: 100%;
	overflow: hidden;
	float: left;
}
.selResults {
	clear: left;
	padding-top: 15px;
	height: 100%;
	overflow: hidden;
}
.selTitle {
	font-weight: bold;
	font-size: 12px;
	width: 180px;
	line-height: 18px;
}
.selCheck {
	clear: left;
	float: left;
	width: 20px;
	height: 20px;
	padding-left: 20px;
}
.selOptn {
	float: left;
	width: 135px;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
}
.resultsTitle {
	width: 540px;
	height: 100%;
	overflow: hidden;
	display: visible;
	font-size: 14px;
	font-weight: bold;
	color: #bd953e;
	padding-top: 15px;
}
.dataContainerOff {
	display: none;
	height: 100%;
	overflow:hidden;
}
.dataContainerOn {
	height: auto;
		height: 100%;
	overflow:hidden;
}
.rodOption {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 540px;
	height: 35px;
}
.rodOption li {
	display: block;
	height: 35px;
	line-height: 35px;
}
.rodOption li a:link {
	display: block;
	height: 35px;
	line-height: 35px;
	width: 540px;
	background-color: #F9F9F9;
	background-image: url(/images/selector.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.rodOption li a:visited {
	display: block;
	height: 35px;
	line-height: 35px;
	width: 540px;
	background-color: #F9F9F9;
	background-image: url(/images/selector.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.rodOption li a:hover {
	display: block;
	height: 35px;
	line-height: 35px;
	width: 540px;
	background-color: #f1e9d6;
	background-image: url(/images/selector.png);
	background-position: 0px -35px;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #665546;
}
.rodOption li em {
	float: left;
	width: 395px;
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
}
.rodOption li abbr {
	float: left;
	width: 75px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.rodOption li cite {
	float: left;
	width: 45px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.rodOption li small {
	float: left;
	width: 65px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}