.popupPicker {
}
.popupPicker .trigger {
	float: right;
}

.popupPicker .selection {
	float: right;
	margin: 0 10px 0 0;
	line-height: 31px;
}

.popupPicker.small .selection {
	float: left;
	line-height: 20px;
}

.popupPicker .triangle {
	float: right;
	width: 20px;
	height: 10px;
	border-top: 10px solid #ffffff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin: 11px 0 0 0;
}

.popupPicker.small .triangle {
	width: 16px;
	height: 8px;
	border-top: 8px solid #d0d0d0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin: 6px 0 0 0;
}

.popupPicker.content {
	background-color: #ffffff;
	padding: 10px;
}

.popupPicker.content .item {
	margin: 10px 0 0 0;
	max-width: 200px;
	cursor: pointer;
}

.popupPicker.content .item.selected {
	color: #3FB7E5;
	cursor: auto;
}

.popupPicker.content .item:first-child {
	margin: 0;
}

.popupPicker.content .separator {
	height: 1px;
	background-color: #c2c2c2; 
}

.popupPicker .itemContainer {
	max-height: 400px;
	overflow: auto;
}
