/*
** Clearfix
*/
.clear:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
.clear {zoom:1;}
/* End hide from IE-mac */

.tb{
	color:#1438CE;
	text-decoration:underline;
	cursor:pointer;
}
/*
** Top bar
*/
#tb{
	margin:5px 5px;
	position:relative;
	z-index:9999;
}
#cs{
	position:relative;
	z-index:999;
	float:left;
	margin:5px 5px;
}
#cs strong{
	font-size:14px;
	font-weight:normal;
}
#user-login{
	color:#666;
	float:right;
}

/*
** City picker
*/
#city-pop {
	display:none;
	left:0pt;
	position:absolute;
	top:20px !important;
	z-index:9;
}
#city-pop iframe {
	border:medium none;
	height:309px;
	overflow:hidden;
	width:390px;
}

