@charset "utf-8";

@import url("../base.css");

/* Selectbox Styles
=================================*/

a.sctble_display {
	border: solid #C6C8CA 1px;
}

a.sctble_focus {border: solid #000 1px;}

	a.sctble_display span {
		padding: 0 22px 0 5px;
		height: 22px;
		background: #fff url(icon_select.gif) no-repeat 182px 10px;
		line-height: 22px;
		overflow: hidden;
	}
	
/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {}

	div.sctble_mat dl {}
	
	div.sctble_mat a {
		padding-right: .7em;
		color: #4F4F4F;
	}
	
	div.sctble_mat a.selected {
		color: #FFF;
		text-decoration: none;
		cursor: default;
	}
