/* selectbox */
/* select */
.selectBox-dropdown
{
	font-family: Arial, Tahoma, sans-serif;
	position: relative;
	
	text-decoration: none !important;
	text-align: left;

	outline: none;
	vertical-align: top;
	background: #fff;
	border-top: 1px solid #d0d0d0;
	display: inline-block;
	cursor: default;
	height: 22px;
	
	font-size: 11px; 
	color: #000000;
	line-height: 21px;
	position: relative;

	display: block;
	padding-right: 30px;
	padding-left: 8px;
}
/*
.selectBox-dropdown:hover
{
	border: 1px solid #b9b9b9; border-top: 1px solid #a0a0a0; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.selectBox-dropdown:focus,
.selectBox-dropdown-focus, 
.selectBox-dropdown:hover .selectBox-dropdown-focus {outline: none; border: 1px solid #70c6f7; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3), 0 0 8px rgba(55,201,255,0.3); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3), 0 0 8px rgba(55,201,255,0.3); box-shadow: inset 0 1px 2px rgba(0,0,0,0.3), 0 0 8px rgba(55,201,255,0.3);}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow
{
	
}*/

.selectBox-dropdown .selectBox-label
{
	padding: 0;
	display: block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow
{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	background: url(../i/sel-drop-big.png) center center no-repeat;
	cursor: pointer;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: solid 1px #d9d9d9; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	overflow: auto;
}



/* Inline control */
.selectBox-inline {
	min-width: 150px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	overflow: auto;
}

.selectBox-inline:focus {
	
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	color: #000;
	text-decoration: none;
}

.selectBox-options
{
	margin-top: -1px;
}

.selectBox-options LI A {
	padding: 4px 9px 6px 9px;
	overflow: hidden;
	background: transparent;
	text-decoration: none;
	font-size: 11px;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #f0eaca;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}


/* page-ttl filter*/
.page-ttl-filter .selectBox-arrow {
	background: url(../i/darr-999.png) 100% 50% no-repeat;
	height: 14px;
	width: 14px;
}
.page-ttl-filter .selectBox-label {
	letter-spacing: normal;
	text-transform: none;
	cursor: pointer;
	line-height: normal;
	color: #999;
}
.page-ttl-filter .selectBox-dropdown {
	border: none;
	background: none;
	line-height: normal;
	padding-right: 14px;
	height: 14px;
}

/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

.uni-form-sel_th-new LI A {
	padding: 4px 9px 6px 9px;
	overflow: hidden;
	background: transparent;
	text-decoration: none;
	font-size: 24px;
}