div.weatherBox{
	width:				193px;
	height:				50px;
	/*background-image:	url( ../img/meteo/boxMeteo.png );*/
	position:			absolute;
	z-index:				97;
	margin-top:			262px;
}

div.weatherImg{
	width:				60px;
	height:				60px;
	margin-top:			-6px;
	cursor:				pointer;
	z-index:				999;
}

a.weatherImg{

}

span.weatherTemp{
	width:				22px;
	height:				13px;
	font-size:			15px;
	font-family:		Arial;
	color:				#FFFFFF;
	font-weight:		bolder;
	position:			absolute;
	margin-left:		60px;
	margin-top:			-37px;
}

div.weatherRight{
	margin-top:			-40px;
	float:				right;
	width:				105px;
	height:				30px;
	vertical-align:	top;
}


div.weatherCity{
	margin-top:			5px;
	width:				80px;
	height:				14px;
	background-color:	white;
	border:				1px black solid;
	font-size:			10px;
	font-family:		Arial;
	overflow:			hidden;
	color:				#000000;
	vertical-align:	top;
}

div.buttonWheater{
	width:				16px;
	height:				16px;
	background-image: url( ../img/meteo/meteoButton.png );
	position:			absolute;
	margin-top:			-16px;
	margin-left:		65px;
	cursor:				pointer;
}

div#boxCityList {
	display:				none;
}

ul#CityList{
	background-color:	white;
	position:			absolute;
	margin-top:			-2px;
	border:				1px black solid;
	width:				100px;
	height:				auto;
	padding:				0px;
	padding-top:		2px;
	display:				none;
	margin-left:		-18px;
	z-index:				9999;
}

ul#CityList a{
	color:				#000000;
	font-family:		Arial;
	text-decoration:	none;
	font-size:			10px;
	color:				#000000;
}

ul#CityList li.wheaterLIOver,
ul#CityList li.wheaterLI {
	padding:				0px;
	padding-left:		5px;
	height:				20px;
	cursor:				pointer;
	overflow:			hidden;
	width:				95px;
	list-style-type:	none;
}

ul#CityList li.wheaterLIOver{
	background-color:	green;
}

div.envCanada{
	background-image:	url( ../img/meteo/meteoEnvCan.png );
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width:				150px;
	height:				15px;
	cursor:				pointer;
	margin-top:			-15px;
	margin-left:		-50px;
	position:			static;
	z-index:				1;
}

div.envCanada{
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width:				150px;
	height:				15px;
	cursor:				pointer;
	margin-top:			-15px;
	margin-left:		-50px;
	position:			absolute;
	z-index:				1;
}
