.mis-title {
}
.mis-no-items {
	color: gray;
	font-size: 1em;
	padding-bottom: 5px;
	_padding-bottom: 8px;
}
.mis-sections-container {
	margin-top: -5px;
}
.mis-section {
	clear: both;
}
.mis-section img {
	cursor: pointer;
	cursor: hand;
	float: left;
	margin-top:4px;
}
.mis-section span {
	font-size: 1em;
	padding-left: 2px;
	color: #555;
	margin-left: 2px;
	cursor: pointer;
	cursor: hand;
}
.mis-section table {
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
	width: 300px;
}
.mis-section table td {
	text-decoration: underline;
	padding-right: 10px;
	white-space: nowrap;
}
.mis-en {
	font-size: 1em;
	background-image: url(../../images/mis/var.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-bottom: 0.5em;
	cursor: pointer;
	cursor: hand;
	color:#3682e4;
}
.mis-dis {
	cursor: default;
	color: #CCC;
	font-size:1em;
}
.mis-items-container {
	clear: both;
}
.mis-item {
	display: block;
	float: left;
	cursor: default;
	white-space: nowrap;
	color: #555;
	font-size: 1em;
}
.mis-item span {
	white-space: nowrap;
}
.mis-item .mis-spc {
	margin-right: 5px;
}
.mis-item img {
	position: absolute;
	display: none;
}
.mis-last {
	margin-bottom: 5px;
}
.mis-last .mis-spc {
	display: none;
}
.mis-sel span {
	background-color: gold;
}
.mis-sel img {
	display: inline;
	cursor: pointer;
	cursor: hand;
}

