@charset "utf-8";
/* CSS Document */

div.search-bkgnd {
	background: url(/images/search-background-button.png) no-repeat left top;
	float:left;
	height:18px;
	width:145px;
}
div.search-bkgnd input {
	background-color:transparent;
	height:17px;
	border:none;
	padding-left:20px;
	width:125px;
	color: #999;
	font-size: 11px;
}
div.submit-bkgnd {
	height:18px;
	width:36px;
	float: left;
}

input#search-station {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999;
	padding-top: 2px;
}
#search-open {
	background: #666;
	width: 225px;
	padding: 9px 17px 9px 20px; 
	display:block;
	position: absolute;
	right: 0;
	top:60px;
	z-index:200;
}
#search-open form {
	padding: 10px 0 0 30px;
}
div.search-bkgnd-big {
	background: url(/images/search-background-big-button.png) no-repeat left top;
	float:left;
	height:18px;
	width:189px;
}
div.search-bkgnd-big input {
	background-color:transparent;
	border:none;
	width:178px;
}
div.submit-bkgnd-big {
	height:18px;
	width:36px;
	float: left;
	margin-bottom:10px;
}
#search-open ul {
	margin:0;
	padding:0;
}
#search-open a.advanced {
	font-size: 11px;
	background: url(/images/arrow.png) no-repeat 100% 0;
	padding: 0 10px 0 0;
	float:left;
	display: block;
	cursor:pointer;
}
#search-open a.advanced:hover {
	background: url(/images/arrow-on.png) no-repeat 100% 0;
}
#search-open a, #search-open a:visited,
#country-open a, #country-open a:visited {
	color: #ffbc03;
	text-decoration:none;
}
#search-open a:hover,
#country-open a:hover {
	color: #fff;
}
#country-open h3 {
  color: #ffbc03;
  font-size: .7em;
  margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
  border-bottom: 1px solid #8e8e8e;}

#country-open {
	background: #666;
	width: 222px;
	padding: 9px 20px 15px 20px; 
	display:block;
	position: absolute;
	right: 0;
	top:60px;
	z-index:150;
}
#country-open li {
	font-size: 11px;
	padding-bottom: 5px;
	width: 111px;
	float: left;
	display: inline;
}
#country-open p#country-close a,
#search-open p#search-close a {
	font-size: 11px;
	background: url(/images/check-box.png) no-repeat right 1px;
	cursor:pointer;
	position: absolute;
	padding: 0 12px 0 0;
	right: 17px;
	bottom: 10px;
}
#country-open p.other-int a {
  clear: left; 
  border-top: 1px solid #8e8e8e;
  width: 225px;
	font-size: 11px;
	cursor: pointer;
	position: relative;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 0;
	display: block;
}
	
#country-open p#country-close a:hover,
#search-open p#search-close a:hover {
	background: url(/images/check-box-on.png) no-repeat right 1px;
}

#search-open .advanced {
  padding: 15px 10px 0 0;
  float:left;
  display: block;
} 


#find-station a.advanced {
	font-size: 11px;
	background: url(/images/arrow.png) no-repeat 100% 0;
	padding: 0 10px 0 0;
	float:left;
	display: block;
	cursor:pointer;
}
