
/* GLOBALS */


#grid-sort-control { z-index: 1200; }

.faux-select {
	/* Size & position */
	position: relative;
	width: auto;
	min-height: 36px;
	height: auto;
	margin: 0 0;
	padding: 0 0rem 0 0rem;
	overflow: hidden;
	/**/
	font-size: 0.8125rem;
	font-weight: normal;
	line-height: 36px;
	text-align: left;
	/* Styles */
	background: #eeecec;
	-moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	border-radius: 10px 10px;
	cursor: pointer;
	outline: none;
	/**/
	display: block;
	float: left;
	clear: both;
}

.faux-select:after { /* Little arrow */
	content: url("/images/icons/dd-arrow-icon.png");
	width: 15px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 10px;
	margin-top: 0px;
}

.custom-select-control:focus-within .faux-select:after,
.faux-select.active:after {
	/* Little arrow */ content: url("/images/icons/dd-arrow-icon-open.png");
}

.faux-select .dropdown {
	position: absolute;
	position: relative;
	top: 100%;
	background: #eeecec;
	border: 0px solid #eeecec;
	list-style: none;
	height: 0;
	/* overflow: hidden; */
	margin: 0 0 0 0;
	position: absolute;
	width: 100%;
}

.faux-select .dropdown .faux-li {
	padding: 0 0 0 0;
	display: block;
	position: relative;
	margin: 0;
	width: 100%;
	max-width: none !important;
	min-width: inherit !important;
	height: auto;
	border-top: 1px solid #d7d7d7;
	clear: both;
}

.custom-select-control:focus-within .faux-select .dropdown .faux-li,
.faux-select.active .dropdown .faux-li {
}

.faux-select .dropdown .faux-li a {
	font-size: 0.8125rem;
	font-weight: normal;
	text-align: left;
	background: #eeecec;
	text-decoration: none;
	color: #4a4a4a;
	position: relative;
	display: block;
	padding: 0rem 1rem 0rem .5rem;/*border: red 1px solid;*/
}

.faux-select .dropdown .faux-li:last-of-type { border-bottom: none; }

/* Hover state */

.faux-select .dropdown .faux-li:hover a {
	color: #4a4a4a;
	background-color: #DDE2E7;
}

/* Active state */

.custom-select-control:focus-within .faux-select,
.faux-select.active {
	background: #eeecec;
	box-shadow: none;
	border-bottom: none;
	color: #4a4a4a;
	overflow: visible;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.faux-select .faux-select-prompt {
	display: block;
	padding: 0rem .5rem 0rem .5rem;
	margin-right: 2rem;
	min-width: 100px;
}

.custom-select-control:focus-within .faux-select:after,
.faux-select.active:after {
	border-color: #eeecec transparent;
}

.custom-select-control:focus-within .faux-select .dropdown,
.faux-select.active .dropdown {
	border-top: 1px solid #eeecec;
	border-bottom: 0px solid #eeecec;
	max-height: none;
	z-index: 100;
	width: auto;
	height: auto;
	/*right: 0;*/
	padding: 0;
	margin: 0;
	/*left: inherit;*/
	border: 0;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	position: absolute;
	width: 100%;
}

/* No CSS3 support: none */

div#item-buy-now img { float:none; display:inline-block; }
div#item-buy-now .retailer-list a { float:none; display:inline-block; }
