div.weather-top {
	*height: 300px;
	min-height: 300px;
}

div.weather-left {
	float: left;
}

div.weather-top div.weather-text {
	margin-left: 130px;
	padding: 10px 10px 10px 0px;
}

div.weather-today {
	*height: 150px;
	min-height: 150px;
	width: 130px;
}

div.weather-today div.weather-today-image {
	position: relative;
}

div.weather-today div.weather-icon {
	height: 160px;
	width: 100px;
	position: absolute;
	top: 0px;
	left: -10px;
}

div.weather-today div.weather-today-text {
	height: 30px;
	width: 120px;
	position: absolute;
	top: 130px;
	text-align: center;
}

div.weather-full-olw div.weather-left {
	padding-top: 30px;
}

div.weather-full-olw div.weather-left {
	width: 90px;
	overflow: hidden;
}

div.weather-full-olw div.weather-text {
	margin-left: 90px;
}

div.weather-full-olw div.weather-today-text {
	top: 90px;
	text-align: left;
}

div.weather-full-olw div.weather-today div.weather-today-text {
	top: 80px;
	text-align: left;
}

div.weather-full-olw div.weather-forecast div.weather-today-text {
	padding-top: 75px;
}

div.weather-full-olw div.weather-toady div.weather-icon {
	margin-top: 15px;
}

div.weather-full-olw div.weather-forecast div.weather-icon {
	margin-top: 25px;
}

div.weather-text div {
	padding-bottom: 10px;
}

div.weather-text div.weather-forecast div {
	padding-bottom: 0px;
}

div.weather-tomorrow {
	position: relative;
	min-height: 150px;
	*height: 150px;
}

div.weather-tomorrow div.weather-icon {
	height: 100px;
	width: 120px;
	position: absolute;
	top: -10px;
	left: -10px;
}

div.weather-tomorrow div.weather-forecast-item-text {
	width: 120px;
	position: absolute;
	height: 30px;
	bottom: 0px;
	left: 0px;
	text-align: center;
}

div.weather-forecast {
	height: 150px;
	position: relative;
}

div.weather-forecast div.weather-forecast-item {
	width: 120px;
	/*top: 0px; */
	position: absolute;
	height: 150px;
}

div.weather-forecast div.weather-icon {
	height: 100px;
	width: 120px;
	position: absolute;
	top: -10px;
	left: -10px;
}

div.weather-forecast div.weather-forecast-item-text {
	height: 30px;
	width: 120px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
}

div.weather-info a.img {
	float: left;
	border: none;
}

div.weather-info a.img img {
	border: none;
}

div.weather-info a.text {
	padding-left: 10px;
}

div.weather-copyright {
	float: right;
	font-size: 11px;
	padding-top: 10px;
	margin-top: 50px;
}

/* *********************** */
/*                         */
/* *********************** */


div.weather-text-container div.weather-icon-today {
	height: 160px;
	left: -20px;
	position: absolute;
	top: 32px;
	width: 100px;
}

div.weather-text {
	min-height: 160px;
	padding-left: 120px;
}

div.daily-weather div {
	padding: 3px;
}
div.weather-images div.weather-image {
	float: left;
}
div.weather-daily div.clear{
	clear: left;
}
div.daily-weather{
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 15px;
}
