@charset "utf-8";



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

a.sctble_display {
	border: solid #ddd 1px;
}

	a.sctble_display span {
		display: block;
		padding: 2px 22px 2px 0;
		/* height: 26px; */
		background: transparent url(icon_select.gif) no-repeat right 0;
		/* line-height: 26px; */
		text-align: left;
	}
	a.sctble_display:hover span { background-position: right -189px }
	a.sctble_focus span { background-position: right -378px !important }
	
/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {}

	div.sctble_mat dl {}
	
	div.sctble_mat a {
		padding-right: .7em;
		color: #1972ea;
		font-weight: normal;
		/* white-space: nowrap; */
	}
	
	div.sctble_mat a.selected {
		color: #333;
		text-decoration: none;
		cursor: pointer;
	}