@charset "utf-8";

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

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

a.sctble_display {
	border-top: 1px solid #acadb2;
	border-right: 1px solid #e2e9ef;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e2e9ef;
}

	a.sctble_display span {
		padding: 0 22px 0 7px;
		height: 22px;
		background: #fff url(icon_select.gif) no-repeat right 0;
		line-height: 22px;
	}
	a.sctble_display:hover span { background-position: right -21px }
	a.sctble_focus span { background-position: right -42px !important }
	
/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {}

	div.sctble_mat dl {}
	
	div.sctble_mat a {
		padding-right: .7em;
		color: #333;
		font-weight: bold;
		display:block;
	}

	div.sctble_mat a:hover,
	div.sctble_mat a:focus {
		padding-right: .7em;
		color: #333;
		font-weight: bold;
		background-color: #d8d8d8!important;
		display:block;
	}
	
	div.sctble_mat a.selected {
		color: #314574;
		text-decoration: none;
		cursor: default;
	}