#vreme {
	margin: 0;
	padding: 0;
	background: #fff;
	display: block;
	overflow: hidden;
}
#vreme:hover {
	cursor: pointer;
}
#vreme h3 {
	padding: 5px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	border-bottom: 1px solid #ccc;
}
#vreme h3 a {
	color: #333;
}
#vreme h3 a:hover {
	color: #000;
}
#vreme div.vreme {
	float: left;
	width: 80px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}
#vreme div.vreme img {
	width: 75px;
	height: auto;
}
#vreme div.vreme p {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: lowercase;
	padding-bottom: 3px;
	color: #333;
}
#vreme div.vreme .smaller {
	font-size: 10px;
	letter-spacing: 0px;
}
#vreme div.vreme span {
	float: none;
	margin: 0;
	padding: 2px;
}
#vreme div.vreme .temp {
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
}
#vreme div.vreme .temp_current {
	color: #999;
	font-size: 14px;
	font-weight: bold;
}
#vreme div.vreme .temp_min {
	color: #6699ff;
}
#vreme div.vreme .temp_max {
	color: #ff6666;
}
#vreme a, #vreme a:hover, #vreme a img, #vreme a img:hover {
	border: none;
}
#vreme div.weather_url {
	float: none;
	display: block;
	overflow: hidden;
	border-top: 1px solid #ccc;
	margin: 3px 0 0 0;
	padding-right: 2px;
	color: #999;
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	width: 100%;
	text-transform: lowercase;
}
#vreme div.weather_url a {
	border: none;
	color: #999;
}
#vreme div.weather_url a:hover {
	border: none;
	color: #999;
}