.input-select {
	float: right;
	font-size: 14px;
	color: #555;
	width: 143px;
	position: relative;
	height: 17px;
	white-space: nowrap;
}

.input-select__title {
	font-size: 16px;
	color: #666;
	position: absolute;
	z-index: 2;
	padding: 11px 0 0 20px;
	width: 121px;
	height: 28px;
	margin: -11px 0 0 -15px;
	text-decoration: none;
	cursor: pointer;
}

.input-select__title:hover {
	text-decoration: none;
}

.input-select__nolink {
//	border-bottom: 1px dotted #555;
}

.input-select__nolink-arrow {
	display: inline-block;
	margin-left: 2px;
	width: 7px;
	height: 7px;
	background: url("/i/v3/blocks/input-select/input-select__arrow.png") no-repeat 98% 50%;
	border-bottom: 0px dotted #555;
}

.input-select__link {
	color: #333;
	display: block;
	font-size: 12px;
	padding: 3px 17px;
	cursor: pointer;
	text-decoration: none;
}

.input-select__link:hover {
	background:#bbb;
	color: #fff;
	text-decoration: none;
}

.input-select__menu {
	background: #fdfdfd;
	position: absolute;
	top: -12px;
	left: -22px;
	z-index: 1;
	width: 150px;
	display: none;
	margin-left: 10px;
	padding: 40px 0 5px;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.input-select__linkbox {
	list-style: none;
	padding: 11px 0 5px 0;
	border-top: 1px solid #dedede;
}
