/*	=	Select */
.select {
	position: relative;
	display: none;
	border-radius: 5px;
	border: 1px solid #cecece;
	background-color: #FFFFFF;
	width: 311px;
        font-size: 12px;
        height: 36px;
        line-height: 36px;
	padding: 0 15px 0 10px;
	color: #202528;
	background-position: 290px -145px;
        text-transform: uppercase;
        cursor: pointer;
	/*
		Супер финт обрезаем текст
		чтобы не вылезал за рамку
	*/
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.select{
	padding-left: 20px;
	font-size: 14px;
}

.select #name{
	font-size: 18px;
	font-weight: bold;
	color: #512D60;
}

.select .menuCursor{
	background: #319B41;
	width: 36px;
	height: 36px;
	display: inline-block;
	position: absolute;
	right: 0;
}

.select .menuCursor:after{
	display: block;
	content: " ";
	width: 12px;
	height: 13px;
	background: url("/bitrix/templates/clever_inner/img/ico_white.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	position: absolute;
	left: 13px;
	top: 14px;
}

.drop {
	margin: 0;
	padding: 0;
	width: 310px;
	border: 1px solid #cecece;
	border-top: none;
	display: block;
	position: relative;
	background: #fff;
}
.drop li {
	list-style: none;
	border-top: 1px solid #D9DADA;
	cursor: pointer;
	display: block;
	padding: 4px 15px 4px 25px;
	background-position: 10px -119px;
}
.drop li a{
	font-size: 18px;
	font-weight: bold;
	color: #512D60;
	display: block;
}
.drop li:hover {
	background-color: #e8e8e8;
	color: #222;
}
