@charset "utf-8";

/* Selectbox Styles
=================================*/

a.sctble_display {
	width:105px;
	padding:2px 0px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size:11px;
	color: #333;
	line-height:1.1em;
	text-decoration: none;
	cursor: default;
}

	a.sctble_display span {
		display: block;
		cursor: pointer;
	}


/* Simple Select Box
=================================*/
	
div.sBox {
	border: solid #ccc 1px;
	border-left: none;
	width: 380px;
	left:-200px;
	overflow: auto;
　overflow:scroll;
	overflow-x: hidden;
	background: #FFF;
}

	div.sBox a{
		font-size:11px;
		border-left: solid #ccc 1px;
		border-bottom: dotted #ccc 1px;
		border-top: none;
		border-right: none;
		padding: .4em .4em;
		display: block;
		text-decoration: none;
	}
	
	div.sBox a.last-child {border-bottom: none;}
	div.sBox a:hover {background: #eee;}
	
	div.sBox a.selected {
		background: #eee;
	}




/* Selectbox Styles
=================================*/

	a.sctble_display span {
		height: 11px;
		background: #fff url(icon_select.gif) no-repeat right 0;

	}
	a.sctble_display:hover span { background-position: right -11px }
	a.sctble_focus span { background-position: right -22px !important }



/* Pulldown Mat (Basis)
=================================*/

	div.sctble_mat a {
		padding-right: .7em;
		color: #0060B6;
	}

	div.sctble_mat a:hover {
		padding-right: .7em;
		color: #CD3D1C;
		text-decoration:underline;
	}
	
	div.sctble_mat a.selected {
		color: #333;
		text-decoration: none;
		cursor: default;
	}