/*					time																								*/
div.time  {
	width: 190px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-left: 1px;
	margin-top: 10px;

	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #474747;
}
div.timemin, div.timemos, div.tmin, div.tmos, div.kurs, 
div.pogoda, div.day, div.pog, div.pogimg {
	height: 16px;
	padding-top: 2px;
}

div.timemin, div.timemos {
	clear: both;
	float: left;
	width: 105px;
}
div.tmin, div.tmos {
	color: #459711;
	float: left;
	width: 85px;
}
div.timemos, div.tmos  { border-top: 1px solid #c9e4f5; }

div.kurs {
	clear: both;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c9e4f5;
}
div.dollar, div.euro {
	font-weight: normal;
	float: left;
	padding-top: 2px;
}
div.dolnb, div.dolkp { border-right: 1px solid #c9e4f5; }
div.dollar { width: 85px; }
div.euro {
	padding-left: 20px;
	padding-bottom: 3px;
	width: 70px;
}
div.dolnb, div.dolkp, div.euronb, div.eurokp {
	color: #459711;
	padding-top: 2px;
	font-weight: bold;
}

div.pogoda {
	clear: both;
	border-top: 1px solid #fff;
}
div.day {
	font-weight: normal;
	clear: both;
	float: left;
	width: 105px;
	border-top: 1px solid #c9e4f5;
}
div.pog {
	float: left;
	color: #459711;
	width: 55px;
	border-top: 1px solid #c9e4f5;
}
div.pogimg {
	float: left;
	width: 30px;
	border-top: 1px solid #c9e4f5;
}
div.clearboth { clear: both; }
