.simpleselect {
	background: transparent url(../../templates/img/grey-bg-h30.png) repeat-x scroll 0 -30px;
	width: 656px;
	height: 30px;
}

.simpleselect .placeholder {
	background: transparent;
	border: none;
	width: 618px;
	padding: 0 0 0 44px;
	height: 30px;
	line-height: 30px;
	font-style: italic;
	color: #000;
	font-size: 12px;
}

.simpleselect .placeholder:hover {
	background: transparent;
}

.simpleselect .placeholder:after {
	height: 17px;
	width: 17px;
	background: transparent url(../../templates/img/m-down.png) no-repeat center top;
	margin-top: 6px;
}

.simpleselect .options {
	width: 664px;
	top: 30px !important;
	left: -5px !important;
	overflow-x: hidden;
}

.simpleselect .options .option {
	display: block;
	clear: both;
	width: 100%;
	padding: 3px 4px;
}

.shortSelector .simpleselect {
	width: 340px;
	background: transparent url(../../templates/img/grey-bg.png) repeat-x scroll 0 -36px;
	height: 36px;
}

.shortSelector .simpleselect .options {
	width: 348px;
}

.shortSelector .simpleselect .placeholder {
	width: 276px;
	padding: 2px 0 0 70px;
	height: 36px;
	line-height: 36px;
	color: #494949;
}

.shortSelector .simpleselect .placeholder:after {
	margin-top: 10px;
}

div.gr-logo-container {
	overflow: hidden;
}