/* Home Page top half CSS declarations */


/* begin right column */
div.rightcolumn > div#titlebox > div > div#hd-title { /* only let non IE 5.0-6.0 browsers see */
/*	background-image: url(/style/common/images/hd_tours.png);
	background-repeat: no-repeat;*/
}
div#subnav-title {
	background: url(/style/common/bgschemes/1/subnav_tours.gif) no-repeat;
}
div.artisttour {
	clear: both;
	padding-top: 12px;
	border-bottom: 1px solid #333;
	padding-bottom: 25px;
}
div.artisttour h2 + div.touritem {
	margin-top: 10px;
}
div.touritem {
	clear: both;
	padding: 10px 0px;
	border-top: 1px solid #333;
}
div.touritem div.tourdate {
	color: #999;
	position: relative;
	float: left;
	width: 62px;
	font-size: 11px;
}
div.touritem div.tourline {
	position: relative;
	float: left;
	/*width: 342px;  making it 3px shorter to fool IE */
	padding-bottom: 10px;
}
div.touritem div.tourline h4 {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #ec1c24;
}
div.touritem div.tourmore {
	width: 141px;
	height: 20px;
	position: relative;
	float: right;
	margin-top: 4px;
}
img.btns-tourinfo {
	width: 141px;
	height: 20px;
	margin: 0;
	border: none;
	background: url(/style/common/bgschemes/1/btns_moreinfo.gif) no-repeat;
}
div.touritem div.tourline .venue {
	font-size: 11px;
}
.date {
	color: #999;
}

/* end right column */
/* end top half */
