.avalanches_module {
    width: 42px;
    float: left;
    margin: 5px 0px 5px 5px;
    _margin: 5px 0px 5px 4px;
    font-size: 0.8em;
    text-align: center;
    color: #bb3c27;
}

#avalanches_credit {
    clear: both;
    font-size: 0.8em;
    color: white;
    padding: 0px 5px 2px 5px;
    text-align: right;
}

#avalanches_credit a {
    color: white;
}

.av_img {
    overflow: hidden;
    height: 25px;
    cursor: pointer;
}

#current_weather li {
	height: 36px;
	overflow: hidden;
}

#current_weather .caption .comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: none;
	letter-spacing: normal;
	font-weight: bold;
}

#current_weather .conditions {
	height: 50px; 
	width: 50px;
	overflow: hidden;
	float: right;
}

#current_weather .conditions img {
	position: relative;
	bottom: 7px;
}

#current_weather .temperature {
	width: 40px;
	height: 50px;
	float: right;
	margin-top: 10px;
	font-size: 1.2em;
	text-align: right;
	font-weight: bold;
}

#current_weather .temperature small {
	font-size: 0.8em;
}

#current_weather .plus {
	color: #bb3c27;
}

#current_weather .minus {
	color: #0033ff;
}

#current_weather a:hover {
	color: #0033ff;
}

#current_weather .station {
	width: 140px;
	float: left;
	margin-top: 5px;
}

#current_weather .station .at {
	font-size: 0.8em;
}

#current_weather .last {
	clear: both;
}


