#hideshow, #hideshow1, #hideshow2, #hideshow3, #hideshow4, #hideshow5, #hideshow6, #hideshow7, #hideshow8, #hideshow9, #hideshow10, #hideshow55 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;

}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 998; 
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	z-index: 999; 
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}


#text_h1{
	font-size:20px;
	font-weight:bold;
	color:#222;
}

#weather_change_box{
	padding:10px;
}
#weather_change_box img{
	float:right;
	padding:-20px;
}
#sidetitle_weather_change{
	float:right;
}

#sidetitle_weather{
	margin-top:10px;
	margin-left:4px;
	margin-right:4px;
	width:314px;
	height:230px;
	border-style:solid;
	border-width:1px;
	border-color:#dcdcdc;
	padding:1px 1px 10px 1px;
}
#sidetitle_weather_title{
	background-color:#eaeaea;
	color:#3a3a3a;
	padding:6px;
	font-size:14px;
	position:relative;
}
#sidetitle_weather_img{
	float:left;
	width:150px;
	height:100px;

}
#sidetitle_weather_deg{
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	float:left;
	font-size:35px;
	font-weight:bold;
	color:#000;
	width:150px;
	height:45px;
}
#sidetitle_weather_con{
	font-weight:bold;
	padding-right:10px;
	text-align:right;
	float:left;
	font-size:11px;
	color:#000;
	width:150px;
	height:20px;
}
#sidetitle_weather_win{
	padding-right:10px;
	text-align:right;
	float:left;
	font-size:11px;
	color:#000;
	width:150px;
	height:25px;
}
#sidetitle_weather_day{
	float:left;
	margin-top:4px;
	padding:2px;
	width:310px;
	background-image: url(../template/2009/016.gif);
	background-repeat: repeat-x;
	background-position:top;
}
#sidetitle_weather_day_a, #sidetitle_weather_day_b{
	margin-top:2px;
	padding:3px;
	float:left;
	width:71px;
	height:95px;
	text-align:center;
}
#sidetitle_weather_day_a{
	background-image: url(../template/2009/015.gif);
	background-repeat: repeat-y;
	background-position:top right;
}
#sidetitle_weather_day_a_day{
	font-weight:bold;
	color:#000;
}
#sidetitle_weather_day_a_con{
	font-size:11px;
}
#sidetitle_weather_day_a_deg{
	font-weight:bold;
}
#weather_side h3{
	background-color:#000;
	color:#fff;
	padding:6px 10px;
	margin:0;
	clear:both;
	width:284px;
}
#weather_side{
        width:300px;
        margin-top:10px;
}
