.select-box {
    cursor: default;
    border: 1px solid #bcbcbc;
    display: block;
    background: #ffffff;
    position:relative;
    zoom:1;
}

.select-box:hover {
    border-color: #bcbcbc;
}

.select-box a {
    background:rgba(0, 0, 0, 0) url("/images/template/select-ar-def.png") no-repeat scroll 100% 50%;
    display: block;
    padding: 1px 20px 2px 10px;
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
    color:#838383;
    text-decoration:none;
}

.select-box a:focus {
	background:url(/images/template/select-ar-focus.png) 100% 50% no-repeat;
}

.select-box a img {
    margin: 0px 3px 0px 0px !important;
    vertical-align:middle;
}

.select-box a span {
    overflow:hidden;
    display:block;
}

table.web_ar_datagrid .select-box a {
    line-height:18px !important;
}
.select-box-options {
	background: #f6f6f6 none repeat scroll 0 0;
	border: 1px solid #bcbcbc;
	left: -1px;
	position: absolute;
	z-index: 690;
	width: 100% !important;

}

#content_inner .select-box-options {
	overflow:auto;
}

.select-box-alt { background-color: #eaf4ff; }
.select-box-options li {
	background: none repeat scroll 0 0 transparent !important;
	color: #000000;
	height: 19px;
	margin-bottom: 0;
	padding: 0 !important;
	white-space: nowrap;
}

.select-box-options li img {
    vertical-align:middle;
    margin:0px 3px 0px 0px !important;
}

.select-box-options li.optgroup>span { font-size: 105%; font-style: italic; }
.select-box-options li>span { display: block; padding: 2px 5px; }
.select-box-options li.selected { background-color: #d6d4d4 !important; color: #000000 !important; }
.select-box-options li.disabled { color: gray; }

.select-box-options ul { margin:0; padding:0; }
.optgroup { margin: 4px 0 0 !important; }
.select-box-options-group li>span {
    padding-left: 22px !important;
    width: auto;
}

#search_full_inner .select-box {
    background:#ced5db;
    border:none;
    margin-right:10px;
    border:#888 1px solid;
}


#search_full_inner .select-box-options {
/*	width: auto !important;*/
/*    display: block !important;
    opacity: 1 !important;*/
}

#search_full_inner .select-box #term {
    width:97px;
}

#search_full_inner .select-box #sort___search_results_by {
    width:70px;
}

#search_full_inner .select-box a {
    padding:1px 20px 7px 5px;
    margin:0px;
    color:#464747;
    font-weight:bold;
    background:url(/_sysimg/mavselect/select_arrow.png) 100% 7px no-repeat;
	margin-bottom: 5px;
}

#search_full_inner .select-box a span {
	line-height: 14px;
	margin-right: 0;
}

#search_full_inner .select-box-options {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	margin-top: -8px !important;
    padding-top: 10px;
    overflow-y: auto;
}

#alternatives_select_inner .select-box-options {
    margin-top: 0 !important;
    min-width: 500px !important;
}

#search_full_inner .select-box-options::after {
    left: 4px;
}

#search_full #search_full_inner #searchLimit_d .select-box-options li {
	width: 50px !important;
}

.select-box .untrusted-producers__title {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 6px;
    min-width: 164px;
}

#search_full_inner  .select-box-options .untrusted-producers__title span {
    line-height: 20px;
}

#search_full_inner .select-box-options::after {
	border-color: transparent transparent white;
	border-style: solid;
	border-width: 5px 4px;
	content: "";
	right: 4px;
	position: absolute;
	top: 0;
	width: 0;
}

#search_full_inner #searchTemplate_ds .select-box-options li {
    min-width: 137px;
}

#search_full_inner .select-box-options li {
	background: #ffffff none repeat scroll 0 0 !important;
	height: auto;
	min-height: 21px;
    overflow-x: hidden;
}

#search_full_inner .select-box-options li:hover {
	background: #d6d4d4 !important;
}

#search_full_inner .select-box-options li,
#search_full_inner .select-box-options a,
#search_full_inner .select-box-options span {
    line-height:14px;
}

table.web_ar_datagrid .col_payment .select-box a {
    line-height:25px !important;
    height:25px !important;
}

#alternatives-my_select_ds .select-box-options li {
	width: 170px !important;
}
