/* current.view.css */
#sidebar .weatherbox {
	display: block;
	position: relative;
	
	height: 115px;
	
	padding: 2px 10px 2px 2px;
	font-size: 10px;
	/*margin-bottom: 11px;*/
	
	border: 1px solid #aeb5c6;
	text-decoration: none;
}

#sidebar .weatherbox .left {
	float: left;
	
	text-align: center;
	text-decoration: none;
}

#sidebar .weatherbox .left span {
	display: block;
	font-weight: bold;
	
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}

#sidebar .weatherbox .left span span {
	display: inline;
}

#sidebar .weatherbox .left span .temperature {
	font-size: 16px;
}

#sidebar .weatherbox .main {
	float: right;
	text-align: right;
	width: 150px;
	margin: 0 0 20px -30px;
}

#sidebar .weatherbox .main .snowinfo {
	margin-top: 5px;
}

#sidebar .weatherbox .main .snowinfo .snowdata {
	color: #333333;
}
#sidebar .weatherbox .main .snowinfo .snowdata a {
	display: none;
}

#sidebar .weatherbox .link {
	display: inline-block;
	clear: both;
	
	margin: 0 0 10px 10px;
	padding-left: 20px;
	
	background-image: url('/fileadmin/web/images/common/icons/arrow_link.grey.gif');
	background-repeat: no-repeat;
	color: #4b4b4b;
}

#sidebar .weatherbox .main strong {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	color: #000062;
	
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}
#sidebar .zamg {
	color: #4b4b4b;
	font-size:9px;
	text-align:right;
}
#sidebar .zamg {
	display:block;
	color: #4b4b4b;
	font-size:9px;
	text-align:right;
	margin-bottom: 11px;
}

