/*==============================================================*/

.box-weather {
	margin-top:10px;
}
.box-weather-body {
	background-image:url(../images/weather/bg-box-weather.jpg); 
	background-repeat:repeat-x; 
	background-position:top ; 
	height: 152px;
	width:175px;
	float:left;
	}
.box-weather-title {
	font-weight: bold;
	font-size: 12px;
	color: #8a0000;
	font-family: arial; 
	float: left; 
	height: 15px; 
	margin:5px 5px 5px 5px;
}
#eGold
{
	float: left; 
}
#eForex
{
	float: left;
	margin:5px;
	display:inline;
}
.imgGold
{
	width:14px;
	height:14px;
	float: left;
	margin-right:10px;
	background-image:url(../images/weather/e-gold.jpg);
	
	}
.imgForex
{
	width:19px;
	height:16px;
	float: left;
	margin-right:10px;
	background-image:url(../images/weather/e-forex.jpg);
	
	}
.imgWeather
{
	width:20px;
	height:15px;
	float: left;
	margin-right:10px;
	background-image:url(../images/weather/e-weather.jpg);
	}
.imgSearch
{
	float: left;
	width: 20px; 
	height: 20px;
	background-image:url(../images/weather/search.gif);

	}
#cboWeather
{
	width:13em; 	 
	float:left;
	font-size:12px;	
	margin:4px 4px 4px 10px;
	}
#txtWeather
{
	float: left;
	margin:4px 4px 4px 10px;
	}
#imgWeather
{
	float: left; width: 36px; height: 35px;
	
	}
#imgTemperature
{
	float: left; 
	width: 100px;
	height: 31px;
	margin:4px;
	}
.frameTemperature
{
	float: left;
	margin:4px 4px 4px 10px;
	}
/*==============================================================*/
.gold_row
{
	float:left;
	margin:4px;
	width:150px;
	display:inline;
	}
.gold_name
{
	float:left;
	height:20px;
	}
.gold_value
{
	float:left;
	height:20px;
	}
.gold_dot
{
	width:55px;
	height:8px;
	float:left;
	margin:0px 5px 0px 5px;
	border-bottom:2px dotted #333;
	font-size:1px;
	}
.forex_frame
{
	float:left;
	overflow-y:scroll;
	width:150px;
	height:132px;
	}
.forex_row
{
	float:left;
	margin:0px ;
	width:130px;
	border-bottom:1px dotted #ddd;
	padding:3px 0px 3px 0px;
	}
.forex_name
{
	float:left;
	width:70px;
	}
.forex_value
{
	float:left;
	width:60px;
	text-align:right;
	}
.forex_dot
{
	width:25px;
	height:8px;
	float:left;
	margin:0px 4px 0px 4px;
	border-bottom:2px dotted #333;
	font-size:1px;
	}
.dateupdate
{
	font-style:italic;
	font-size:90%;
	text-align:right;
	margin:5px;
	}