@charset "utf-8";

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

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

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

	a.sctble_display span {
		padding: 0 22px 0 7px;
		height: 29px;
		background: #fff url(btn_down.png) no-repeat right 0;
		line-height: 29px;
		width:100%;
	}
	a.sctble_display:hover span { 
	padding: 0 22px 0 7px;
		height: 29px;
		background: #fff url(btn_down.png) no-repeat right 0;
		line-height: 29px;
		width:100%;
	 }
	a.sctble_focus span { 
	padding: 0 22px 0 7px;
		height: 29px;
		background: #fff url(btn_down.png) no-repeat right 0;
		line-height: 29px;
		width:100%;
	 }
	
/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {}

	div.sctble_mat dl {}
	
	div.sctble_mat a {
		padding-right: .7em;
		color:#999;
		font-weight:normal;
		width:100%;
	}
	
	div.sctble_mat a.selected {
		color: #999;
		text-decoration: none;
		cursor: default;
		width:100%;
	}