/********************************************
   VREMENSKA PROGNOZA
********************************************/ 

#vremeBox {
	width:173px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	position: relative;
	padding-bottom: 20px;
	margin: 0px;

}

.svetliRed ul, .svetliRed li {
	list-style-type: none; /* to minimize problems */
	margin: 0;
	padding:0; /* extra space */
	display: inline;
}
.svetliRed_ikonica li {
	height: 128px;
}
.svetliRed li {
	height: 23px;
}
.svetliRed li.levo {
	display: block;
	text-align: left;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	padding-top: 2px;
}
.svetliRed li.desno {
	display: block;
	text-align: center;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 2px;
	color: #666666;
}
.svetliRed { /* defines container for the menu */
	width: 173px;
	font-size: 12px;
	float: left;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	color: #AD8E25;
	background-color: #FFFFFF;
	padding: 0px;
	height: 23px;
}



.tamniRed ul,li {
	list-style-type: none; /* extra space */
	display: inline;
	margin: 0;
	padding: 0px;
}
.tamniRed li {
	height: 23px;
}
.tamniRed li.levo {
	display: block;
	text-align: left;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	padding-top: 2px;
}
.tamniRed li.desno {
	display: block;
	text-align: center;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 2px;
	color: #666666;
}
.tamniRed { /* defines container for the menu */
	width: 173px;
	font-size: 12px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	color: #AD8E25;
	height: 23px;
	background-color: #F6F6F6;
}

