/*

Uniform Theme: Aristo
Version: 1.1
By: 280North / Ported by Josh Pyles
License: Creative Commons Share Alike
---
For use with the Uniform plugin:
http://uniformjs.com/

*/

.selector { position: relative; overflow: hidden; background: #ffffff; border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.selector span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 32px; line-height: 32px; padding-left: 8px; padding-right: 24px; cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.selector span:after { display: block; width: 16px; height: 16px;
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -8px;
	background: url(../../img/icon_s_accordiondown_03.png) 0 0 no-repeat;
	background-size: contain;
}

.selector select { position: absolute; display: block; width: 100%; height: 32px; top: 0; left: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.selector.focus { outline: solid 1px #4bbdcd;}


/* @media */
@media (max-width: 640px) {
	.selector span { height: 40px; line-height: 40px; padding-right: 32px; }
	.selector span:after { width: 24px; height: 24px; margin-top: -12px;
		background-image: url(../../img/icon_l_accordiondown_03.png);
		background-size: contain;
	}

	.selector select { height: 40px; }
}