
#bustour {
	position: relative;
}

#bustour .place {
	background: transparent none no-repeat 0 0 ;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	cursor: pointer;
}

#bustour p {
	font-size: 12px;
	margin: 0 0.8em;
}

#bustour p.ort {
	color: #444444;
	font-size: 11px;
	font-weight: bold;	
	line-height: 16px;
	margin: 0 0 1.2em 0;
	text-transform: uppercase;
}

#bustour span.count {
	background-color: #E36104;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 0 4px 0 9px;
	text-align: right;
	width: 11px;
}

#bustour span.date {
	display: block;
	padding: 0 10px 0 30px;
} 

#bustour h6 {
	clear: both;
	margin: 0 0.8em 0.2em 0.8em; 
	font-size: 12px;
}

/* @group JS Tooltip */

#bustour .tooltip { 
	background: transparent url(../js/img/black_arrow_big.png) no-repeat 0 0;
	color: #595959;
	display: none;
	padding-top: 9px;
	width: 223px;
	z-index: 1000;
}

#bustour .tooltip .content {
	background-color: #fff;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	padding: 0.5em 0;
}

/* @end */
