@charset "utf-8";

/* Simple Select Box
=================================*/
	
div.sBox {
	width: 245px;
	overflow: hidden;
	background: #2c2c2c;
}
div.sBox{ /zoom : 1; }
div.sBox:after{ content : ''; display : block; clear : both; }


#sortYear_mat .nooptg{
	border-top:#303030 1px solid;
	border-bottom:#414141 1px solid;
	width: 245px;
	float:left;
}
#sortYear_mat .nooptg a{
	display:block;
	float:left;
	text-align:center;
	border-top:#212121 1px solid;
	border-left:#212121 1px solid;
	border-right:#373737 1px solid;
	border-bottom:#373737 1px solid;
	width:47px;
	color:#fff;
	font-size:77%;
}


	div.sctble_mat.sBox div.body {
		line-height: 2.3;
		
	}

	div.sBox a.first-child {
		display:none !important;
	}
		
	div.sBox a.last-child {
	}
	
	div.sBox a:hover,
	div.sBox a.selected {
		background-color:#373737;
	}
	div.sBox a.selected{
		cursor:default;
	}



	
/*---------------------------------------------------------------------------------------------*/
/* Selectbox Styles
=================================*/

a.sctble_display {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #797979!important;
	text-decoration: none;
	text-align:left;
	cursor:pointer;
	border: none;
	padding-right: 26px;
	background: url(select_right.gif) no-repeat right top;
	width:72px;
}

	a.sctble_display span {
		display: block;
		padding-left: 7px;
		height: 22px;
		background: url(select_left.gif) no-repeat left top;
		line-height: 22px;
		width:65px;
	}
