#js_cover
{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	width:100%;
	height:4000px;
	z-index:999999998;	         
	display:block;
	overflow:hidden;			
	background-color:#CCC;	
	opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}

#cover_content{
	position: absolute;
	z-index: 999999999;
	display: block;	
	overflow: hidden;
	width: 415px;
	margin: auto;
	top:35%;
	left:35%;	
}

#cover_content .c_header {
	padding-left: 10px;
	padding-right: 10px;	
	height: 34px;
	background-image: url("../images/localstores_popup_bg.gif");
	background-repeat: no-repeat;
	background-attachment: inherit;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 34px;
	text-align: center;
}

#cover_content .c_cell a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333399;
	font-weight: bolder;
	text-decoration: none;
}

#cover_content .c_cell a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333399;
	font-weight: bolder;
	text-decoration: none;
	}
	
#cover_content .c_cell a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bolder;
	text-decoration: none;
	}
	
#cover_content .c_cell a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bolder;
	text-decoration: none;
}

#cover_content .c_footer {
	height: 3px;
	background-image: url(../images/localstores_popup_footer_bg.gif);
	background-repeat: no-repeat;	
}

#cover_content #country{
	font-family: Verdana;
	font-size: 9px;
	color: #666666;
	border: 2px inset;
	background-color: #ECE9D8;
}

#loc_firsttime_mssg{	
	font-family: Verdana;
	color:red;
	text-align:left;
	padding:10px;
	font-size: 11px;
	background-color: #EEEEEE;
}