@CHARSET "UTF-8";
.themeglobalHolder{
	background-color: #FFFFFF;
	border: solid 1px #DADADA;
	font-size: 12px;
	font-weight: normal;
	height: 24px;
	position: relative;
	width: 200px;
	float: left;
	color: #636363;
}
.sort-by .themeglobalHolder{
	width: 160px;
}
.sort-by .themeglobalSelector{
	width: 130px;
}
.sort-by .themeglobalOptions{
	width: 160px;
}	
.limit .themeglobalHolder{
	width: 60px;
}
.limit .themeglobalSelector{
	width: 24px;
}
.limit .themeglobalOptions{
	width: 60px;
}
.manu .themeglobalHolder{
	width: 174px;
	float: none;
}
.manu .themeglobalSelector{
	width: 144px;
}
.manu .themeglobalOptions{
	width: 174px;
}	

.tgoption .themeglobalHolder{
	width: 160px;
	float: none;
}
.tgoption .themeglobalHolder{
	width: 160px;
}
.tgoption .themeglobalSelector{
	width: 130px;
}
.tgoption .themeglobalOptions{
	width: 160px;
}	
.themeglobalHolderOpen{

}
.themeglobalHolder:focus .themeglobalSelector{
	
}
.themeglobalSelector{
	display: block;
	height: 24px;
	left: 0;
	line-height: 24px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.themeglobalSelector:link, .themeglobalSelector:visited, .themeglobalSelector:hover{
	color: #636363;
	outline: none;
	text-decoration: none;
}
.themeglobalToggle{
	background: url(../image/select-icons.png) 13px 6px no-repeat;
	display: block;
	height: 24px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}

.themeglobalHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.themeglobalHolderDisabled .themeglobalHolder{
	
}
.themeglobalHolderDisabled .sbToggle{
	
}
.themeglobalOptions{
	background-color: #FFFFFF;
	border: solid 1px #DADADA;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}
.themeglobalOptions li a:hover{
	background: #edecec;
}

.themeglobalOptions a{
	border-bottom: solid 1px #DADADA;
	display: block;
	outline: none;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 10px;
}

.themeglobalOptions a:link, .themeglobalOptions a:visited{
	color: #ddd;
	text-decoration: none;
	color: #636363;
}

.themeglobalOptions li.last a{
	border-bottom: none;
}
.themeglobalOptions .sbDisabled{
	border-bottom: dotted 1px #DADADA;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.themeglobalOptions .sbGroup{
	border-bottom: dotted 1px #DADADA;
	color: #F95811;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.themeglobalOptions .sbSub{
	padding-left: 17px;
}