/* WORLD TOUR STYLES */

.subnav {
	clear: left;
	float: left;
	background-color: #b9b9b9;
	margin: 30px 0;
	padding: 10px 0;
	padding-left: 33px;
	height: 26px;
	width: 681px;
	}

.subnav a {
	float: left;
	height: 9px;
	margin: 0 11px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-color: #fff;
	}

.subnav a:hover {
	background-position: top right;
	}

.subnav .eastcoast a {
	width: 49px;
	background-image: url(../images/subnav/eastcoast.gif);
	}

.subnav .westcoast a {
	width: 51px;
	background-image: url(../images/subnav/westcoast.gif);
	}

.subnav .australia a {
	width: 114px;
	background-image: url(../images/subnav/australia.gif);
	}

.subnav .centralamerica a {
	width: 76px;
	background-image: url(../images/subnav/centralamerica.gif);
	}

.subnav .southafrica a {
	width: 59px;
	background-image: url(../images/subnav/africa.gif);
	}

.subnav .europe a {
	width: 32px;
	background-image: url(../images/subnav/europe.gif);
	}

.subnav .latinamerica a {
	width: 62px;
	background-image: url(../images/subnav/latinamerica.gif);
	}

.subnav .japan a {
	width: 25px;
	background-image: url(../images/subnav/japan.gif);
	}

.the-dates ul, .loc-desc ul {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	border: 0;
	color: rgb(37,38,61);
	list-style-type: none;
	}

.loc-desc ul {
	width: auto;
	}

.the-dates li, .loc-desc li {
	margin: 0 0 8px 0;
	border: 0;
	}	

.the-dates li a {
	padding-top: 1px;
	color: rgb(37,38,61);
	text-decoration: none;
	padding-left: 12px;
	background: transparent url(../images/li-arrow.gif) no-repeat top left;
	}	

.the-dates li span, .loc-desc li span {
	color: #a8a8a8;
	margin-left: 7px;
	}	


.main-wt-updates a {
	display: block;
	color: #8d8d8d;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 25px;
	padding-right: 12px;
	background: transparent url(../images/li-arrow.gif) no-repeat top right;
	}