#js_cover {
	position: absolute;
	z-index: 20;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 3000px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCC;
	filter: alpha(opacity=60);
}

:root #js_cover {
	-moz-opacity: 0.6;
}

#cover_content{
	position: absolute;
	z-index: 21;
	display: block;
	overflow: hidden;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 200px;
}

#cover_content #cc_l_space, #cover_content #cc_r_space {
	width: auto;
}

#cover_content #cc_m_content {
	width: 415px;
}

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

#cover_content .c_cell {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: verdana;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	background-color: #EEEEEE;
}
#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;
	background-color:transparent;
}

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

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