#content {
	color: black;
	width: 277px;
	position: relative;
	top: 0px;
	left: 3px;
	display: inline-block;
}
#ib-main {
	/*-webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .25);*/
	width: 283px;
	height: 297px;
	background-image: none;
	background-color:#333333;
	z-index: 0;
	/*border: 1px solid gray;
	background: white;
	padding: 2px 0px;*/
}

#map .container{
	padding-left:10px;
	padding-right:10px;
}

@media (min-width: 480px) {
	#map .container{
		padding-left:38px;
		padding-right:38px;
	}
	#content {
/*		color: black;*/
		/*height: 300px;*/
		width: 277px;
/*		position: relative;*/
		top: 11px;
		left: 30px;
		display: inline-block;
	}
	#ib-main {
		/*-webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .25);
		box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .25);*/
		width: 318px;
		height: 322px;
		background-color:transparent;
		background-image: url("../img/map/infobox_back.png");
		/*z-index: 0;
		border: 1px solid gray;
		background: white;
		padding: 2px 0px;*/
	}

}

#ib-name{
	color:#fff;
	font-size: 13px;
	text-transform:uppercase;
	font-weight:bold;
}


.lt-ie9 #ib-name{
	font-size: 13px;
}

.lt-ie9 #ib-main #content {
position: relative;
left: 3px;
top: 3px;
width: 272px;
}
.lt-ie9 #ib-main {
background-image:none;
background-color: #333333;
left: 0px;
position: relative;
width: 290px;
height: 305px;
border:1px solid #444;
}

#ib-header {
	padding: 10px 0px 5px 10px;
}
#ib-header img {
	padding-right: 10px;
}

#ib-image {
	width: 100%;
	height: 125px;
	top: 0;
	position: relative;
	overflow: hidden;
	/*margin-bottom: 20px;
	*/
}
#artist {
/*	text-transform: uppercase;*/
	font-weight: bold;
	height: 30px;
	width: 100%;
	/*background-color: #4b4b4b;*/
	color: white;
	padding: 6px 0 10px 10px;
	font-size: 10pt;
/*	position: absolute;*/
	/*top: 42px;*/
}
#ib-navs {
	/*background:url('../img/map/ib-navs-bg.jpg') repeat-x;*/
	height: 30px;
	font-weight: bold;
	color:#fff;
	/*margin-left:1px;*/
}

#ib-navs ul {
	padding: 0px;
	margin: 0px;
}
#ib-navs li {
	margin:0px;
	padding: 7px 0px;
	text-align: left;
	float: left;
	list-style: none;
	text-indent: 10px;
	font-size: 12px;
	background-color: #0088c8;
	/*border-right: 1px solid #d3d3d3;*/
	/*background: url('../img/map/ib-nav-bg.jpg') repeat-x;*/
	cursor: pointer;
}
#ib-navs li:hover {
	background-image: none;
	background-color: #6ad0ff;
}
.br0 {
	border-right: 0px !important;
}
.ib-tab-on {
	background-image: none !important;
	background-color: #28adeb !important;
	color: white;
}
#quarter li {
	width: 24.57%;
}

#third li {
	width: 50%;
}

#half li {
	width: 49.5%;
}
#bodyContent p {
	color: #444444;
	font-size: 10pt;
}
#bodyContent a {
	text-decoration: none;
	color: #0d59a6;
}
#bodyContent {
	position: relative;
}
.ib-tab {
	background-color:#fff;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 10px 0;
	font-size:13px !important;
	width:100%;
	height:75px;/*80px;*/
	overflow-y:auto;
}
.ib-tab a{
	font-size:13px !important;
}
.ib-tab::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.ib-tab::-webkit-scrollbar-track {
    background-color: #cccccc;
    border-radius: 8px;
}
.ib-tab::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #B8B8B8;
}
.hidden {
	visibility: hidden !important;
}
#ib-tab-hours,#ib-tab-meetus {
	width:100%;
}
.ib_hours_col{
	width:30%;
	padding-right:5%;
	position:relative;
	float:left;
	font-size:13px !important;
	color: #444444;
	padding-top:10px;
	
}
.ib_days_col{
	width:15%;
	position:relative;
	float:left;
	font-size:13px !important;
	padding-top:10px;
	
}
.ib_hours_col p{
	line-height:12px;
}
.pr0{
	padding-right:0% !important;
	}