@charset "utf-8";
/* CSS Document */

#frame{
	color:#000000;
	display:none;
	visibility:hidden;
	z-index:1000;
	/*background:url(../images/misc/map_bg.png);*/
	position:fixed;
/*	padding:10px;*/
	width:726px;
/*	height:411px;*/
}	
#frame #popTop{
	background:url(../images/misc/popTop.png) no-repeat;
	width:726px;
	height:10px;
}
#frame #popBot{
	background:url(../images/misc/popBot.png) no-repeat;
	width:726px;
	height:10px;
}
#frameContent{
		background:#fff;

	height:auto;
	padding:20px;
}
#frameContent .right{ float:right; padding-right:0px; width:171px;}
#noFlashContent{
	visibility:hidden;
}
.blackout{
	z-index:900;
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0px;
	/*width:100%;
	height:100%;*/
	/* Black at 65% Opacity */
	background:#000000;
	filter:alpha(Opacity=75);
	opacity:0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
}
#closeButton{
	position:absolute;	
	top:-10px;
	left:706px;
}
#closeButton img{
	border:0;
}
#frameContent .location{
	font-size:17px;
	color:#bf2e1a;
	font-weight:bold;
}
#frameContent .address{
	color:#000000;
	font-size:14px;
	line-height:17px;
	padding-top:15px;
}

#frameContent .hours_title{
	font-size:15px;
	color:#bf2e1a;
	padding-top:30px;
}
#frameContent .storeHours{
	font-size:12px;
	line-height:18px;
}
#frameContent .storeHours td{
	padding:3px 0;	
}

#frameContent .storeHours table {
	width:155px;	
	padding-bottom:15px;
}
#frameContent .hours{
	color:#363636;
	width:95px;
	vertical-align:top;
}
#frameContent .hours_time{
	color:#666666;
	width:60px;
	line-height:12px;	
}