@charset "utf-8";

@import url("../base.css");

/* Selectbox Styles
=================================*/

select a{
	text-decoration: none;
}

a.sctble_display {
	border: solid #ddd 1px;
}

	a.sctble_display span {
		padding: 0 22px 0 7px;
		height: 22px;
		width: 200px;
		_	width: 230px;/* ie6 */
		background: #fff url(icon_select.gif) no-repeat right 0;
		line-height: 22px;
		color: #999999;		
	}
	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 {
		text-align: left;
		padding-left: 10px;
		color: #999;
		font-weight: normal;
		font-size: 11px;
	}
	
	div.sctble_mat a.selected {
		color: #666;
		text-decoration: none;
		cursor: default;
	}