@charset "utf-8";

@import url("../base.css");

/* Selectbox Styles
=================================*/

a.sctble_display {
	border: solid #777777 1px;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	color: #797979;
}

a.sctble_display span {
	width: 155px;
	padding: 0 21px 0 7px;
	height: 18px;
	background: url(icon_select.gif) no-repeat right 0;
	line-height: 18px;
}
a.sctble_display:hover span { background-position: right -36px; }
a.sctble_focus span { background-position: right -18px !important; }


/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {}

div.sctble_mat dl {}

div.sctble_mat a {
	padding-right: .7em;
	background-color: #FFF;
	font-weight: bold;
	color: #333333;
}

div.sctble_mat a:hover {
	background-color: #4ccdf1;
	color: #333333;
}

div.sctble_mat a.selected {
	color: #333333;
	text-decoration: none;
	cursor: default;
}