.box {
	background: #000;
	left: 0px;
	position: absolute;
	visibility: hidden;	
	z-index: 10000;
}

div.show {
	background: #000 url(../img/background-popShow.jpg) left bottom no-repeat;
	border: 1px solid #0099cc;
	display: none;
	padding: 0 10px 30px;
	position: absolute;
	text-align: left;
	width: 350px;
	z-index: 11000;
}

 .showTitle {
	background: #000;
	border-bottom: 1px solid #0099cc;
	border-top: 1px solid #0099cc;
	color: #0099cc;
	font-size: 1.2em;
	margin: 30px 0 1em;
	padding: 5px 10px;
}
.show a.close {
	float: right;
	width: 19px;
	height: 19px;
	margin: 5px 0;
	cursor: pointer;
	background: url(../img/x.gif) no-repeat;
}
.show a.close:hover {
	background: url(../img/x.gif) 0 -19px no-repeat;
}

.show p { 
	color: #999;
	display: block;
	font-size: 1em;
	margin : 0 10px 1.5em 10px;
	position: relative;
	width: 200px;
}

.show p strong {
	left: 0;
	position: absolute;
}

.show p.showGuests { padding: 0 0 0 5.5em; }
.show p.showDate { padding: 0 0 0 3.9em; }
.show p.showCity { padding: 0 0 0 3.5em; }
.show p.showEvent { padding: 0 0 0 4.9em; }

.show p.showVenue { padding: 0 0 0 3.5em; }
.show p.showTimeDoors { padding: 0 0 0 11.8em; }
.show p.showTimeConcert { padding: 0 0 0 10.8em; }
.show p.showTickets { padding: 0 0 0 8.5em; }
.show p.showPriceDoors { padding: 0 0 0 8em; }
.show p.showPriceDoorsSpecial { padding: 0 0 0 7em; }
.show p.showPriceTicketSpecial { padding: 0 0 0 9.2em; }
.show p.showPriceTicket { padding: 0 0 0 10em; }

.show p.showInfos strong {
	display: block;
	position: relative;
}
