@charset "UTF-8";
/* CSS Document */

#header h2 {
	background-image:url(/images/tour_header.jpg);

}

#tour_dates { margin:0 10px; }

.tour_date h4, #tour_date_headers h4 {
	float:left;
	text-transform:uppercase;
	font-size:0.91em;
	color: #fff;
	padding-right:22px;
	padding-bottom:10px;
	text-align:left;
}

ul, li { list-style-type:none; }

li { border-bottom: 1px dashed #fff; text-align:left; padding:5px 0; }



.date {width:60px; color:#bcbcbc; }
.location {width:115px; color:#D7753E;}
.venue {width:170px; color:#D7753E;}
.buylink {width:235px; color:#bcbcbc;}

.date, .location, .venue, .buylink {float:left;padding-right:22px;font-size:0.91em;}

.buylink a, .buylink a:visited { color:#BCBCBC; text-decoration:none; }
.buylink a:hover { text-decoration:underline; }