/*----------------------------------------------------------

BUBBLE CSS

------------------------------------------------------------*/

#bubble {background-color: #EFEFEF;}

/* TABS */
.activetab {
	z-index:101;
}
.nonactivetab {
	background-color: #eee;
	height: 19px !important;
}



.tab1, .tab2, .tab3 {
	border: 1px solid #666;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom: 0;
	width:80px; 
	height:20px; 
	padding:0px; 
	margin:0px;
	position:absolute;
}

.tab1label, .tab2label, .tab3label {
	font-size:12px; 
	color:#777;
	cursor:pointer;
	text-align:center; 
	width:80px; 
	height:20px; 
	position:absolute;
}

.tab1 {
	z-index:101; 
	left:0px; 
	top:0px; 

}
.tab1label {
	left:0px; 
	top:0px; 
	z-index:102;
}
.tab2 {
	position:absolute; 
	left:90px; 
	top:0px; 
	z-index:101;
}
.tab2label {
	z-index:102; 
	left:90px; 
	top:0px; 
}
.tab3 {
	position:absolute; 
	left:174px; 
	top:0px; 
	z-index:101;
}
.tab3label {
	z-index:102; 
	left:174px; 
	top:0px; 
}



.activetablabel {
	color: #fff;
}

/* BUBBLE CONTENT */

.mainbubbletabcontent {
	padding: 17px;
}

.mainbubbletabcontent table {
	margin: 0 auto;
	display: block;
}

.tab_content {
	font-weight: normal;
	font-size:	12px;
	line-height:	15px;
	font-family: Arial,Helvetica,sans-serif;
}
.bubbletext {
}

.mainbubblecontent {
	background-color: #FFF;
	border: 1px solid #666;

	width: 415px; 
}

.mainbubblecontent_small {
	background-color: #FFF;
	border: 1px solid #666;

	width: 305px; 
}

.mainbubblelocationname {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:	6px;
}
.activetabcontent {
	display:inline;
	z-index:1001;
}
.nonactivetabcontent {
	display:none;
}
.bubble_close {
	background: url('../images/bubcloset.png') no-repeat scroll 0 0 #FFFFFF;
	width: 27px;
	height: 26px;
	position:absolute; 
	left:380px;
	top:23px; 
	z-index:101; 
	border-style:none; 
	cursor:pointer;
	color: #fff;
}

.bubble_close.small {
	background: url('../images/bubcloset.png') no-repeat scroll 0 0 #FFFFFF;
	width: 27px;
	height: 26px;
	position:absolute; 
	left: 271px;
	top: 23px; 
	z-index:101; 
	border-style:none; 
	cursor:pointer;
	color: #fff;
}

#direction_text {
	padding: 10px;
	background-color: #EFEFEF;
}

.textfield{font-family:underarmour; font-size:11px; color:#8B8B8B; border:1px solid #7e9db9; width:114px; height:18px; margin-top:6px;}
.go{background-color:#dadfed; border:1px solid #ACCAE2; width:auto; height:18px; margin-left:5px; padding:0 2px 2px 2px; color:#000000; font-size:11px; font-weight:bold; vertical-align:bottom; position: relative; top: -2px;}
.dir{font-size:11px; margin-right:5px;}

.olPopupContent {
    overflow: hidden;
    padding: none !important;
}

.location_image {
	float: left;
	margin: 0 10px 0 0;	
	display: inline-block;
}

.location_recnum {
	color: #FFFFFF;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 5px;
	background: #1958a5;
}

.location_recnum.UA_Specialty {
	background: #cd0000;
}

.location_recnum.UA_Outlet {
	background: #000000;
}

.location_recnum.authorized_dealer {
	background: #1958a5;
}

.directions_label {
	font-weight: bold;	
	margin: 0 0 5px 0;
}
