/*-------------------------------------------------
TOUR
-------------------------------------------------*/
#contentHolder #bodyText #appearancesHolder{
	position: relative;
	clear: left;
	float: left;
	width: 482px;
	margin: 0 0 0 0;
	padding: 6px;
	color: white;
	overflow: hidden;
	background-color: #AA1100;
	border: 3px solid #FFFFFF;
}

#contentHolder #bodyText #appearancesHolder #appearances{
	position: relative;
	width: 482px;
	overflow: hidden;
	background-color: #DD2200;
}
#appearances h1.title{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/appearancesHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	width: 231px;
	height: 40px;
}
#appearances #dates{
	display: block;
	margin: 4px 4px 4px 4px;
	overflow: auto;
	padding: 2px;
	background-color: #FF8812;
}
#appearances table{
	display: table;
	border-collapse: collapse;
	border-spacing: 1px;
	width: 470px;
}
#appearances .showHolder{
	diaplsy: table-row;
	margin: 0 0 4px 0;
	padding: 0 0 0 0;

	border-bottom: 1px dotted #FFAE5F;
}
#appearances .showHolder:hover{
	background-color: #FFAE5F;
}
#appearances .showDate{
	diaplsy: table-cell;
	clear: both;
	font-weight: bold;
	width: 90px;
	float: left;

}
#appearances .showInfo{
	display: table-cell;
	/*width: 340px;
	width: 322px;*/
	float: left;

}
#appearances .showInfo div{
	display: inline;
}
#appearances .getTix{
	display: table-cell;
	width: 48px;
}
#appearances .getTix a{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/appearancesGetTicket.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 48px;
	height: 24px;
	margin: 0;
}

#appearances .showEvent{}
#appearances .showVenue{}
#appearances .showAddress{}
#appearances .showDetails{}
#dates .showNote{
	font-size: 10px;
}
#dates .showActs{
	font-size: 10px;
}
#dates .otherAct{}




/*-------------------------------------------------
MAIN IMAGE
-------------------------------------------------*/
#mainImg{
	position: relative;
	float: right;
	margin: 8px 15px 0 0;
	margin: 0 0 0 0;
}



/*-------------------------------------------------
TV
-------------------------------------------------*/
#contentHolder #bodyText #tv{
	position: relative;
	clear: right;
	float: right;
	width: 272px;
	margin: 14px 0 0 0;
background-color: #FF8810;
}
#tv h1{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/appearancesTv.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	width: 185px;
	height: 41px;
}
#tv #text{
	padding: 4px;
}
#tv #text ul{
	list-style-type: none;
	list-style-position: inside;
	margin: 0 0 4px 0;
	padding: 0;
}
#tv #text ul li{
	margin: 0 2px 1.7em 1px;
	padding: 0;
}


/*-------------------------------------------------

BOOK / PRESS
-------------------------------------------------*/
#bodyText #bookpress{
	position: relative;
	clear: left;
	float: left;
	width: 500px;
	height: 60px;
	margin: 15px 0 0 14px;
	margin: 14px 0 0 0;
	color: white;
	background-color: #332244;
}
#bookpress h1{
	display: block;
	margin: 0;
	font-size: 10px;
}
#bookpress h1 a{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	font-size: 10px;
}
#bookpress #book h1 a{
	background: url(../images/home_book_header.gif);
	width: 86px;
	height: 59px;
}
#bookpress #book #text, #bookpress #press #text{
	position: absolute;
	top: 0;
	font-size: 10.5px;
	padding: 2px 0 2px 2px;
}
#bookpress #book #text p, #bookpress #press #text p{
	margin: 0 0 2px 0;
	padding: 0;
}
#bookpress #book #text{
	left: 90px;
	width: 115px;
}
#bookpress #press h1{
	position: absolute;
	top: 0;
	left: 210px;
}
#bookpress #press h1 a{
	background: url(../images/home_request_header.gif);
	width: 110px;
	height: 59px;
}
#bookpress #press #text{
	left: 320px;
	width: 170px;
}
