#bubble {
	margin: 25px; 
	width: 333px; 
	height: 290px;
}
.activetab {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/joann/images/2014/active1.png",sizingMethod="crop");
	background-image: url(/joann/images/2014/active1.png);
	z-index: 101;
}
.nonactivetab {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/joann/images/2014/inactive1.png",sizingMethod="crop");
	background-image: url(/joann/images/2014/inactive1.png);
}
.tab1 {
	z-index: 101; 
	width: 117px; 
	height: 30px; 
	position: absolute; 
	left: -2px; 
	top: 0px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
}
.tab1label {
	z-index:102; 
	width: 123px; 
	height: 30px; 
	position: absolute; 
	left: -7px; 
	top: 4px; 
	padding-top: 6px; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: Arial, sans-serif; 
	text-align: center; 
	color: #008c82; 
	cursor: pointer;
}
.tab2 {
	width: 117px; 
	height: 30px; 
	position: absolute; 
	left: 114px; 
	top: 0px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	z-index:101;
}
.tab2label {
	z-index:102; 
	width: 117px; 
	height: 30px; 
	position: absolute; 
	left: 111px; 
	top: 4px; 
	padding-top: 6px; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: Arial, sans-serif; 
	text-align: center; 
	color: #008c82; 
	cursor: pointer;
}

.bubble_close {
	background: url("/w2gi/images/bubble/popover/popover-close.gif") no-repeat scroll 0 0;
	width: 18px; 
	height: 18px; 
	position: absolute; 
	left: 305px; 
	top: 40px; 
	z-index: 101; 
	border-style: none; 
	padding: 0px; 
	margin: 0px; 
	cursor: pointer;
}
.mainbubble {
	width: 333px; 
	height: 290px; 
	position: absolute; 
	left: -3px; 
	top: 28px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	display: inline-block;
}
.mainbubblecontent {
	width: 270px; 	
	position: absolute; 
	left: 25px; 
	top: 35px;
}
.mainbubblelocationname {	
	font-weight:bold;
	color: #008c82;
	margin-top:5px;
}
.mainbubbletabcontent {
	margin-top: 0.2em; 
	position: relative;		
	overflow: hidden;
}
.tab_content {	
	font-size:12px;
	line-height: 16px;
}
.activetabcontent {
	display: show;
}
.nonactivetabcontent {
	display: none;
}

.activetablabel {color: #ffffff;}
