div#gigs {
	padding: 15px;
	}

div#gigs h3 {
	font-size: 2em;
	padding: 5px;
	color: #FFF;
	background: #671818 url(/assets/graphics/comments-title-bg.jpg) top left repeat-x;
	height: 40px;
	margin: 20px 0 0 0;
	}

div#gigs ul {
	list-style-type: none;
	margin: 0;
	}

div#gigs ul li {
	border-bottom: 1px solid #F0F3E2;
	padding: 5px 0;
	width: 400px;
	}

div#gigs ul li span {
	font-size: 1.2em;
	display: block;
	float: left;
	}

div#gigs ul li.cancelled {
	background-color: #CECECE;
	}

div#gigs ul li.cancelled span {
	text-decoration: line-through;
	}

div#gigs ul li.cancelled span.cancelled {
	width: 380px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-color: #CECECE;
	}

span.date {
	width: 140px;
	font-weight: bold;
	}

span.country {
	width: 60px;
	}

span.location {
	width: 160px;
	}

span.type {
	width: 40px;
	}

span.indent {
	width: 20px;
	}

span.venue {
	width: 160px;
	color: #B0B0B0;
	}

span.telephone {
	width: 140px;
	color: #B0B0B0;
	font-size: 0.8em;
	}

span.url {
	width: 80px;
	text-align: right;
	}

span.url a,
span.url a:active,
span.url a:visited {
	text-decoration: none;
	}

span.url a:hover,
span.url a:focus {
	text-decoration: underline;
	}

span.clear {
	clear: left;
	}

div#gigs ul li:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: left;
	}

div#gigs-key div.row {
	border-bottom: 1px solid #F0F3E2;
	padding: 5px 0;
	}

div#gigs-key div.row img {
	margin-right: 10px;
	}

div#gigs-key div.row p {
	width: 200px;
	line-height: 19px;
	font-weight: bold;
	}