/* single select */
a.selectdropdown {
  z-index: 10;
	width: 255px;
	height: 23px;
	background: none;
	background-image: none;
	margin: auto;
}
a.selectdropdown table {
	width: 100%;
}
a.selectdropdown td {
	height: 21px;
}
a.selectdropdown td.text {
	background: url('/img/bg/dropdown_text.gif') no-repeat center left;
	width: 233px;
	text-align: center;
	line-height: 23px;
	color: #949494;
}
a.selectdropdown td.drop {
	background: url('/img/bg/dropdown_arrow.gif') no-repeat center left;
	cursor: default;
	text-align: center;
	width: 22px;
}
div.selectdropdown {
	background-color: #f6f6f6;
	border: 1px solid #e7e7e7;
	float: left;
	height: 240px;
	overflow: auto;
	width: 231px;
	margin-left: 16px;
}
div.selectdropdown table {
	width: 100%;
}
div.selectdropdown table td {
	height: 20px;
	color: #949494;
}
div.selectdropdown td.selected {
	color: #949494;
}
div.selectdropdown td.hover {
	background: #e7e7e7;
}

.selectdropdown a.link1 {
  display: block;
  padding: 0px 10px;
  border-bottom: 1px solid #e7e7e7;
  color: #949494;
  background: #e6e6e6;
}
.selectdropdown a.link1:hover {
  text-decoration: none;
}
.selectdropdown a.link2 {
  display: block;
  padding: 0px 10px;
  margin: 0px 0px 0px 30px;
  color: #949494;
  background: transparent url('/img/ico/ik_link2.gif') center left no-repeat;
}
.selectdropdown a.link2:hover {
  text-decoration: none;
}
