
#advanced-search .select2, #advanced-search .select2 .select li, #advanced-search .select2-results__option {
	font-size:13px;
}

.select2-results__option {
	font-size:13px;
}

#advanced-search  #year.select2 {
	min-width:120px !important;
}

#advanced-search  #cat.select2 {
	min-width:192px !important;
}

#advanced-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    top: 0;
    right: 0;
    height: 100%;
	background-image: url(button-drop-down.png);
}

.select2 li {
	color: #888;
}
.select2 .level-1 {
    color: #999;
}

#advanced-search	.select2-container--default .select2-selection--single .select2-selection__arrow b {

    display: none;
}

#advanced-search .submit {
	clear:left;
}

#advanced-search .select2-container .select2-selection--single {
    height: 30px;

	border: solid 1px #eeeeee ;
}

#advanced-search select {
	visibility:hidden;
}
