@charset "utf-8";

@import url("../base.css");

/* Selectbox Styles
=================================*/

a.sctble_display {
	border: solid #ddd 2px;
	height: 35px;
	background-color: #FFF;
}

	a.sctble_display span {
		/*padding: 0 22px 0 7px;*/
		padding-left: 20px;
		height: 35px;
		color: #6ee0ba;
		width: 263px; 
		background: url(icon_select.gif) no-repeat right 0;
		line-height: 35px;
		font-size: 20px;
	}
	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: #676767;
		font-weight: bold;
	}
	div.sctble_mat a:hover {
		
		color: #6ee0ba;
		
	}
	
	div.sctble_mat a.selected {
		color: #6ee0ba;
		text-decoration: none;
		cursor: default;
	}