.tx-weatherfinder-pi1 {

}

/* autocomplete elements */
.tx-weatherfinder-pi1 div.choices {
	position: absolute;
	z-index: 1001;
	width: 250px;
	height: 200px;
  	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
	margin: 0px;
	padding: 0px;
}

.tx-weatherfinder-pi1 ul.choices {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #a8a8a8;
	border-top: none;
	background-color: #fff;
	opacity:0.90;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90;
}

.tx-weatherfinder-pi1 ul.choices li.selected {
	background-color: #E0E0F8;
}

.tx-weatherfinder-pi1 ul.choices li {
	list-style-type: none;
	display: block;
	margin: 0px ! important;
	padding: 4px;
	cursor: pointer;
	border-top: 1px dotted #a8a8a8;
}

.tx-weatherfinder-pi1 .hand {
	cursor: pointer;
}

.tx-weatherfinder-pi1 li.error {
	color: #f60;
}

.weather-search-input {
	float:left;
}

.weather-footer-links {
	clear:both;
}

.weather-search label { font-weight: bold; }

.weather-busy-indicator {
	float:left;
	margin-left:5px;
	width:15px;
}

.weather-busy-indicator-img {
	float:left;
	margin-left:5px;
	width:15px;
}

.weather-search {
	border: 0px;
	margin: 0px;
	padding: 5px;
	height: 42px;
	width: 597px;
	background-color: #D8D8D8;
	display: block;
}

#weather-search-input { margin-top: 4px; }

.weather-results {
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	width: 710px;
	height: auto;	
	overflow: hidden;
	clear:both;
}

.weather-footer {
	padding-top: 10px;
	margin-top: 10px;
	padding: 0px;
	width: 710px;
	height: 100px;
}

.weather-footer-logo {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-right: 15px;
	padding-bottom:10px;
	width: 60px;
}

.weather-footer-text {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 530px;
}

.weather-footer-text p {
	margin: 0px;
	padding: 0px;
}

.weather-summary-header {
	margin: 0px;
	padding: 5px;
	width: 597px;
	height: auto;
	font-size: 13px;
	background-color: #d8d8d8;
	display: none;
}

.weather-summary-header p {
	padding: 0px;
	margin: 0px;
}

.weather-summary-content {
	margin: 0px;
	padding: 10px;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	width: 585px;
	height: 90px;
	display: none;
}

.weather-summary-icon {
	float: left;
	margin: 0px;
	margin-right: 15px;
	padding: 0px;
	width: 64px;
	height: auto;
	text-align: center;
	overflow: hidden;
}

.weather-summary-icon em {
	padding-top: 1px;
	font-size: 18px;
	font-style: normal;
	color: #ff6600;
	display: block;
}

.weather-summary-text {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 502px;
	height: auto;
	overflow: hidden;
}

.weather-summary-text p {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #1F63A6;
}

.weather-summary-text table {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}

.weather-summary-text table.weather-summary-stats {
	float: left;
	width: 250px;
}

.weather-summary-text table.weather-summary-stats td {
	border: 0px;
	padding: 0px;
	padding-bottom: 3px;
	vertical-align: top;
	text-align: left;
}

.weather-summary-text table.weather-summary-stats td.col1 {
	width: 100px;
}

.weather-summary-text table.weather-summary-stats td.col2 {
	width: 120px;
}

.weather-forecast-header {
	margin: 0px;
	margin-top: 15px;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;	
	width: 597px;
	height: auto;
	color: #fff;
	font-size: 13px;
	background-color: #d8d8d8;
	display: none;
}

.weather-forecast-header p {
	padding: 0px;
	margin: 0px;
}

.weather-forecast-content {
	margin: 0px;
	padding: 0px;
	width: 610px;
	height: 210px;
	display: none;
}

.weather-forecast-content table {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}

.weather-forecast-content table.weather-forecast-block {
	float: left;
	margin-right: 3px;
	width: 119px;
	background-color: #ececec;	
}

.weather-forecast-content table.weather-forecast-block-nomargin {
	margin-right: 0px;
}

.weather-forecast-content table.weather-forecast-block td {
	border: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	text-align: center;
	width: 110px;
}

.weather-forecast-content table.weather-forecast-block td.date {
	padding-top: 10px;
	padding-bottom: 15px;
}

.weather-forecast-content table.weather-forecast-block td.icon {
	padding-bottom: 10px;
}

.weather-forecast-content table.weather-forecast-block td.temp {
	padding-bottom: 15px;
}

.weather-forecast-content table.weather-forecast-block td.condition {
	padding-bottom: 5px;
}

.weather-forecast-content table.weather-forecast-block td.wind {
	padding-bottom: 5px;
	padding-left: 10px;	
}

.weather-forecast-content table.weather-forecast-block td.date b {
	color: #1F63A6;
}

.weather-forecast-content table.weather-forecast-block td.condition div.condition {
	margin: 0px;
	padding: 0px;
	height: 25px;
}