.selectbox 
{
	vertical-align: middle;
	cursor: pointer;
	width: 85%;
}

.selectbox .select
{	
	position: relative;
	border: 1px solid #c6c6c6;
	background: #e7e7e6;
	background: -moz-linear-gradient(top, #e7e7e6, #fcfcfc);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e6), color-stop(100%,#fcfcfc));
	background: -webkit-linear-gradient(top, #e7e7e6, #fcfcfc);
	background: -o-linear-gradient(top, #e7e7e6, #fcfcfc);
	background: -ms-linear-gradient(top, #e7e7e6, #fcfcfc);
	background: linear-gradient(top, #e7e7e6, #fcfcfc);
	-pie-background: linear-gradient(top, #e7e7e6, #fcfcfc);
	behavior: url("https://www.openrepublic.ru/bitrix/templates/openrepublic/css/PIE.htc");
	color: #4c4b49;
}

.selectbox .select, .selectbox .dropdown, .selectbox li:hover, .selectbox li.selected 
{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;	
	border-radius: 15px;
	behavior: url("https://www.openrepublic.ru/bitrix/templates/openrepublic/css/PIE.htc");
}

.selectbox .select 
{
	width: 90%;
	height: 26px;
	line-height: 26px;
	padding: 0 45px 0 10px;
}

.selectbox .select:hover
 {
	background: #fbfbf9;
	-pie-background: linear-gradient(top, #fbfbf9, #fbfbf9);
	behavior: url("https://www.openrepublic.ru/bitrix/templates/openrepublic/css/PIE.htc");
}

.selectbox .select .text 
{
	display: block;
	width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.selectbox .trigger 
{
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 100%;
	background: url("../images/button-select.png") 50% 50% no-repeat;
}

.selectbox .trigger:hover
{
	background: url("../images/button-select-active.png") 50% 50% no-repeat;
}

.selectbox .dropdown 
{
	border: 1px solid #c6c6c6;
	background: #fbfbf9;
	width: 240px;
	margin: 0;
	padding: 4px 0;
	width: 100%;
	top: 28px;
}

.selectbox ul
{
	list-style: none;
	margin: 0;
}

.selectbox li
 {
	padding: 5px 10px 6px;
	color: #231F20;
}

.selectbox li.selected 
{
	background: #cfebf4;
}

.selectbox li:hover
 {
	background: #cfebf4;
}

.selectbox li.disabled:hover 
{
	background: none;
}
