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

#content { 	background-color:#0f0f0f; width:900px; }
#left_container, #right_container {

	float:left;
	min-height:855px;
	height:auto !important;
	height:855px;
	width:450px;

}

#left_container {

	background-color:#0f0f0f;
	

}

#right_container {


	background-color:#0f0f0f;
	

}

#tour_container {

background-image:url(/images/the_virgins_tour_right_bg.jpg);
background-repeat:no-repeat;
width:406px;
min-height:813px;
	height:auto !important;
	height:813px;
	text-align:left;
	padding:15px 22px;

}

#tour_header  {

text-indent:-9999px;
	background-image:url(/images/the_virgins_tour_tour_header.gif);
	width:83px;
	height:28px;

}

#left_container img{

	border:20px solid #fff;
	margin-top:25px;
	margin-left:25px;

}	



.tour_button_hit, .tour_button_off {
	background-position:top center;
	background-repeat:no-repeat;
	width:119px;
	height:49px;
	float:left;
	position:relative;
	z-index:1;
	background-position:top left;
}
.tour_button_hit {
	background-image:url(/images/the_virgins_home_tour.gif);
}
.tour_button_off {
	background-image:url(/images/the_virgins_home_tour_off.gif);
	cursor:pointer;
}
.tour_button_off:hover {
	background-image:url(/images/the_virgins_home_tour_over.gif);
}

#tour_content {

margin-top:5px;

}

#tour_content ul li div {

	float:left;
	padding-top:7px;

}

#tour_content ul li.tour_date {

	list-style-type:none;
	background-color:#fff;
	display:block;
	height:57px;
	margin-top:4px;
	margin-bottom:4px;
	padding-left:7px;


}

#tour_content ul li.tour_date p.date {

	font-weight:bold;
	font-size:17px;
	letter-spacing:2px;
	line-height:17px;

}

#tour_content ul li.tour_date p.location, #tour_content ul li.tour_date p.venue {

	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:13px;

}

#tour_content ul li.tour_date .buylink {

	float:right;

}


#tour_content #nav {

	float:right;
	background-color:#b03311;
	padding:12px 0px;
	margin-top:5px;
	


}

#tour_content #nav a {

	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;

}

#tour_content #nav a, #tour_content #nav a:visited {

background-color:#000;
color:#fff;
text-decoration:none;

padding:5px;
padding-left:8px;
padding-right:8px;
}

#tour_content #nav a.highlight, #tour_content #nav a.highlight:visited {

background-color:#fff;
color:#000;
text-decoration:none;
padding:5px;
padding-left:8px;
padding-right:8px;

}

#tour_content #nav .prev, #tour_content #nav .next {

color:#fff;
background-color:#b03311 !important;

}