#tourtimes-container {
	display:table;
}

#tourtimes-container>* {
	display:table-cell;
	vertical-align:top;
	width:50%;
}

div.eventtourtime {
	box-shadow:0 0 0px #bbb;
	border-radius:0px;
	margin-bottom:0px;
	width:96%;
	padding:20px 0px;
	border-bottom:2px #666666 solid;
}

div.eventtourtime div.notes {
	display:inline-block;
	width:45%;
	vertical-align:top;
	margin:10px 20px 10px 0px;
}

div.eventtourtime div.tours {
	display:inline-block;
	width:50%;
	vertical-align:top;
}

div.eventtourtime div.tours div.heading {
		margin:10px 0px 0px 0px;
}
	

#tour-details {
	border:0px solid #ccc;
	background-color:#f9f9f9;
	width:96%;
	margin-top:0px;
}

#tour-details>.title {
	padding:30px 12px;
	font-size:26px;
	float:left;
}

a.tour div.title {
	font-size:16px;
	padding-top:3px;
}

#tour-details>.logo {
	float:right;
}

#tour-details>.logo img {
	width:90%;
}

#tour-details .times-info {
	background-color:#ddd;
	padding:6px 12px;
	clear:both;
}

#tour-details .times-info .title {
	font-size:1.1em;
	font-weight:bold;
}

#tour-details .times-content {
	padding:30px 12px;
}

div#tour-registration {
	padding:10px 20px;
	border:2px #880000 solid;
	width:664px;
	background-color:#ffffff;
}

div#tour-registration> h3 {
	font-size:22px;
	font-weight:normal;
}

#tour-registration li span.ok {
	background-color:#080;
	color:#fff;
	padding:0 8px;
}

#tour-registration li span.notok {
	background-color:#800;
	color:#fff;
	padding:0 8px;
}

#tour-registration li span.notok a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

#tour-registration .infomsg {
	background-color:#036;
	color:#fff;
	padding:1px 4px;
}
