@charset "utf-8";
/* Selectbox Styles*/
a.sctble_display {
}

	a.sctble_display span {
		font-size:14px;
		text-indent:15px;
		height: 30px;
		background:url(../images/icon_select.gif) no-repeat right 0;
		line-height: 30px;
	}
	a.sctble_display:hover span { background-position: right 0 }
	a.sctble_focus span { background-position: right 0 !important }
	
/* Pulldown Mat (Basis)*/
div.sctble_mat {}

	div.sctble_mat dl {}
	
	div.sctble_mat a {
		padding-right: .7em;
		color: #d30011;
		font-weight: bold;
	}
	
	div.sctble_mat a.selected {
		color: #333;
		text-decoration: none;
		cursor: default;
	}
/* Selectbox Styles*/
a.sctble_display {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #555;
	text-decoration: none;
	cursor: default;
	width:216px!important;
	width:210px;
	height:30px;
	background:url(../images/index.gif) 0px -39px;
}

	a.sctble_display span {
		display: block;
		cursor:pointer;
	}
/* Pulldown Mat (Basis)*/
div.sctble_mat {
	border: solid #dfdfdf 1px;
	border-top: none;
	border-left: none;
	background: #eee;
}

	div.sctble_mat dl {
		margin: 0;
		border: solid #999 1px;
		border-top: none;
		border-left: none;
		padding: 1em 1em 0;
		height:250px; overflow-y: scroll; overflow-x: hidden;
	}
	
		div.sctble_mat dl dt {
			float: left;
			margin: 0 0 1em 0 !important;
			border: none !important;
			padding: 0 !important;
			width: 4.5em;
			color: #333;
			font-weight: bold;
		}
		
		div.sctble_mat dl dd {
			margin: 0 0 1em 4.5em !important;
			border-left: solid #333 2px !important;
			padding: 0 0 0 1.5em !important;
		}

	div.sctble_mat a {
		padding-right: .7em;
		color: #d30011;
		font-weight: bold;
	}
	
	div.sctble_mat a.selected {
		color: #333;
		text-decoration: none;
		cursor: default;
	}
	
