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


#toursInfo{
	width:500px;
	height:100px;
}


.border5px{
	border:solid 5px #5494e1;
	background-color:#CCC;
}


#badgeContainer{
	width:500px;
	height:775px;
	overflow:auto;
}


.tourBadge{
	width:100%;
	cursor:pointer;	
	background-image:url(../tours/assets/images/tourBadgeBg.gif);
	background-position:bottom;
	background-color:#FFF;
	background-repeat:repeat-x;
	overflow:auto;
	border-bottom:solid #a3a3a3 1px;
	text-align:right;
	display:block;
	color:#333;
	text-decoration:none;
}

.tourBadge:hover{
	background-image:url(../tours/assets/images/tourBadgeBgOver.gif);
	
}

.tourBadgeInner{
	padding:10px;
	overflow:hidden;
}


.tourBadgeLeft{
	width:160px;
	float:left;
	margin-right:20px;
}

.tourBadgeRight{
	width:260px;
	float:left;
	text-align:right;
}



/* TOUR PAGE TEMPLATE */

p{
	margin-top:0px;
}

#tourPageContainer{
	width:960px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}

#tourContainerInner{
	padding-top:50px;
	overflow:auto;
	background-image:url(../tours/assets/images/tourPageBg.gif);
	background-repeat:repeat-y;
}

#tourPageLeft{
	width:510px;
	float:left;
}

#tourPageRight{
	width:450px;
	overflow:auto;
	position:absolute;
	margin-left:510px;
	background-image:url(../tours/assets/images/detailsBg.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
}

#toursTitle{
	width:425px;
	height:47px;
	background-image:url(../tours/assets/images/tourHeadingBg.gif);
	text-align:right;
	padding-right:25px;
	padding-top:13px;
}


#toursMoreInfoColumn{
	width:280px;
	float:left;
	background-image:url(../tours/assets/images/moreInfoColumnBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#5e5e5e;
	padding:10px;
	float:left;
	text-align:right;
	color:#FFF;
	
}

#shareBox{
	width:180px;
	margin-left:18px;
	margin-right:12px;
	float:left;
}

#shareBoxTop{
	width:180px;
	height:19px;
	background-image:url(../tours/assets/images/shareBg.gif);
}

#shareBoxContent{
	width:160px;
	padding:10px;
	background-color:#e42b64;
	text-align:center;
	overflow:auto;
}


.shareLink a{
	width:37px;
	height:37px;
	float:left;
	display:block;
	filter:alpha(opacity=80); 
    -moz-opacity: 0.8; 
    opacity: 0.8; 
	margin-left:2px;
	margin-right:2px;	
}

.shareLink a:hover{
	filter:alpha(opacity=100); 
    -moz-opacity: 1; 
    opacity: 1;
}


#tourPageRightDetails{
	width:410px;
	margin:auto;
	padding-top:20px;
}

#detailsTable{
	border:3px #CCC solid;
	width:410px;
}

#detailsTable tr, #tourPageRight td{
	text-align:left;
}

#detailsTable td{
	border-bottom:1px dashed #cccccc;
}

#toursBuyTickets{
	width:254px;
	text-align:left;
	border:3px #CCC solid;
	overflow:auto;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

#toursBuyTicketsHeader{
	width:254px;
	text-align:center;
}

#toursBuyTicketsContent{
	width:234px;
	padding:10px;
}


/* Newcastle VIP's */

#newcastleContainer{
	width:800px;
	height:600px;
	margin:auto;
	margin-top:30px;
	background-color:#FFF;
}

#littleHero{
	width:263px;
	height:300px;
	background-image:url(../tours/assets/images/ttHeroGraphic.png);
	position:absolute;
	top:190px;
	left:50%;
	margin-left:-520px;
}

#newcastleDetails{
	width:760px;
	padding:20px;
	overflow:auto;
	margin-bottom:30px;
	background-color:#FFF;
}

#newcastleLeft, #newcastleMiddle{
	width:220px;
	padding:10px;
	padding-top:50px;
	margin-right:20px;
	text-align:left;
	float:left;
	background-color:#e6e6e6;
}

#newcastleLeft{
	background-image:url(../tours/assets/images/heroVIPheader01.gif);
	background-repeat:no-repeat;
}

#newcastleMiddle{
	background-image:url(../tours/assets/images/heroVIPheader02.gif);
	background-repeat:no-repeat;
}

#newcastleRight{
	background-image:url(../tours/assets/images/heroVIPheader03.gif);
	background-repeat:no-repeat;
}

#newcastleRight{
	width:220px;
	padding:10px;
	padding-top:50px;
	text-align:left;
	float:left;
	background-color:#e6e6e6;
}

	