
.stylish-select #stationCityWrapper {
	position: absolute;
	width: 200px;
	height: 30px;
	top: 144px;
	left: 470px;
}

.stylish-select .ie #stationCityWrapper {
	position: static;
	width: 200px;
	height: 30px;
	top: 0;
	left: 0;
	margin-top: 15px;
}

.ie8 #stationCityWrapper{
	position: absolute !important;
	top: 52px !important;
	left: 470px !important;
}



/* select styling start */
.selectoMoo_container{
	display:block;
	position:relative;
	width: 190px;
	height:28px;
	margin:0px;

	font-family: Arial,Georgia,sans-serif;
	font-size:14px;
	cursor:pointer;
	z-index:10000;
	color:#000;
	background: url('../img/list/select-bg.gif') no-repeat 0 0;
}

.selectoMoo_container.hover {
	background-position: 0 -28px;
}
	/* selected option styling - direct child of .selectoMoo_container */
	.selectoMoo_selectedOption{
		display:block;
		position:relative;
		font-size:12px;
		color: #666666;
		text-align:left;
		padding:4px 5px 0px 16px;
		width: 135px;
		line-height: 20px;
		overflow: hidden;
	}

	.selectoMoo_options {
		position:absolute;
		top:22px;
		left:0;
		width: 259px;
		margin: 0;
		padding: 5px 0 18px 0;
		list-style:none;
		color:#000;
		background: url('../img/list/new-list-bot.png') no-repeat bottom left;
		z-index:9999;
		z-index: 10000;
		}

		/* single option styling */
		.selectoMoo_option{
			background: url('../img/list/new-list-mid.png') repeat-y left top;
			display:block;
			position:relative;
			clear:both;
			font-weight: bold;
			height:30px;
			line-height:30px;
			padding:0px 7px 0px;
			font-size:12px;
			color:#686868;
		}
		.selectoMoo_options_inner { background: url('../img/list/new-list-top.png') no-repeat top left;
			padding-top: 10px;
			}
			.selectoMoo_option span {
				display: block;

				border-bottom:1px solid #E0E0E0;
				height: 25px;
				line-height: 20px;
				margin: 0 10px 0 2px;
				padding: 0 10px;
			}
		/* Additional option styling for different interactions */
		/* selected option styling */
		.selectoMoo_selected{
			color: #00AEDE;
		}
		/* hovered option styling */
		.selectoMoo_hovered{
			color: #00AEDE;
		}
		/* keboard navigation option highlight */
		.selectoMoo_naved{
			/* background-color:#f1f0f0; */
		}
