#bubble {
	margin: 25px; 
	width: 276px; 
	height: 235px;
}
.activetab {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/popup_nav_select.png",sizingMethod="crop");
	background-image: url(../images/popup_nav_select.png);
	background-repeat: no-repeat;
	z-index: 101;
	color: #A7A9AC
}
.nonactivetab {	
	color: #FFF;	
}

.activetablabel { color: #A7A9AC !important;}

.tab1 {	
    border-style: none;
    height: 23px;
    left: 6px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 74px;
    width: 89px;
    z-index: 101;
}
.tab1label {	
	color: #fff;
    cursor: pointer;
    font-family: 'Gothic 13 W01 Regular',helvetica,arial,sans-serif;
    font-size: 14px;
    height: auto;
    left: 9px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 53px;
    width: 73px;
    z-index: 102; 
}
.tab2 {
    border-style: none;
    height: 23px;
    left: 73px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 74px;
    width: 89px;
    z-index: 101;
}
.tab2label {    
	color: #fff;
    cursor: pointer;
    font-family: 'Gothic 13 W01 Regular',helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: lighter;
    height: auto;
    left: 73px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 53px;
    width: 73px;
    z-index: 102;
}
.bubble_close {
    background: url("../images/close_x.png") no-repeat scroll 0 0 transparent;
    border-style: none;
    cursor: pointer;
    height: 11px;
    left: 245px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 54px;
    width: 12px;
    z-index: 101;
}
	
.mainbubble {
    border-style: none;
    display: inline-block;
    height: auto;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 19px;
    width: auto;
}
.mainbubblecontent {
    left: 25px;
    position: absolute;
    top: 110px;
    width: 235px;
}
.mainbubblelocationname {	
	font-weight:bold;
	margin-bottom:0.1em;
	padding-right:15px;
}
.mainbubbletabcontent {
    margin-top: 0.2em;
    overflow: hidden;
    position: relative;
    width: 267px;
}
.tab_content {	
	font-size:12px;
}
.activetabcontent {
	display: show;
}
.nonactivetabcontent {
	display: none;
}
