@charset "utf-8";

@import url("../base.css");

/* Selectbox Styles
=================================*/

a.sctble_display {
	border: solid #ddd 1px;
	background: #F6F7F8;
	color: #616161;
	margin: 0 5px 0 0;
}
a.sctble_display:hover {
  background: #E4E8EB;
}
a.stayed {
	margin: 0 5px 0 5px;
}
	a.sctble_display span {
		padding: 0 19px 0 7px;
		height: 19px;
/*		background: url(icon_select.gif) no-repeat right 0;*/
		background: url(../../../img/bg_form_select.jpg) no-repeat right 0;
		line-height: 19px;
	}
	a.sctble_display:hover span { background-position: right -21px }
	a.sctble_focus span { background-position: right -21px !important }
	
/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {}

	div.sctble_mat dl {}
	
	div.sctble_mat a {
		padding-right: .7em;
		font-weight: normal;
		text-align: left;
		color: #333333;
	}
	
	div.sctble_mat a.selected {
		color: #333;
		text-decoration: none;
		cursor: default;
	}
