/* defaults that can probably be removed */
body{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -.02em;
	position: relative;
	z-index: 10;
}
h1{
	font-size: 25px;
}
h2{
	font-size: 18px;
}


/* tour listing
------------------*/
#tourList table{
	border-spacing: 5px;
	width: 100%;
}
#tourList td{
	padding: 5px 15px;
	vertical-align: top;
	border: 1px solid #ebebeb;
}
#tourList tr.even{background: white;}
#tourList tr.odd{background: #F3F3F3;}
#tourList td.image{
	text-align: center;
	font-variant: small-caps;
}
#tourList td img{
	border: 1px solid #ebebeb;
}
#tourList td.date{
	font-weight: bold;
	text-align: center;
}
#tourList .title{
	color: #801800;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: .2em;
}
#tourList .soldout{
	margin: 0;
	font-size: 14px;
	color: red;
	font-variant: small-caps;
}
#tourList a:link{color:black;}
#tourList a:visited{color: #666666;}
#tourList a:hover{color:black;}
#tourList a:active{color:black;}


/* tour detail
------------------*/
#tourDetail h1{
	margin: 0 0 -5px 0;
}
#tourDetail h1, 
#tourDetail h2, 
#tourDetail h3, 
#tourDetail h4{
	color: #801800;	
}
#tourInfo{
	border-spacing: 5px;
	width: 100%;
}
#tourInfo td{
	border: 1px solid #ebebeb;
	background: #F3F3F3;
	vertical-align: top;
	padding: 3px 10px;
}
#tourInfo td.image{
	width: 1%;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}
#tourInfo td img{
	border: 1px solid #ebebeb;
}
#dates{
	font-size: 13px;
	font-weight: bold;
}
#days{
	font-variant: small-caps;
}
#tourInfo .soldout{
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: red;
	font-variant: small-caps;
}
#highlights{
	line-height: 1.5em;
}
#tourDesc, 
#tourPrice, 
#tourInclusions, 
#tourItinerary{
	margin: 20px 0;
}
#tourDesc h2, 
#tourPrice h2, 
#tourInclusions h2, 
#tourItinerary h2{
	margin: 0 0 -3px 0;
}
#tourDescContent{
	border-top: 2px solid #7f9bbe;
	border-left: 2px solid #7f9bbe;
	border-bottom: 3px solid #4d6c93;
	border-right: 3px solid #4d6c93;
	padding: 10px;
}
#tourPriceContent{
	border-top: 2px solid #cb8027;
	border-left: 2px solid #cb8027;
	border-bottom: 3px solid #b56200;
	border-right: 3px solid #b56200;
	padding: 10px;
}
#tourInclusionsContent{
	border-top: 2px solid #74aa73;
	border-left: 2px solid #74aa73;
	border-bottom: 3px solid #4d8e4b;
	border-right: 3px solid #4d8e4b;
	padding: 10px;
}
#tourItineraryContent{
	border-top: 2px solid #d54622;
	border-left: 2px solid #d54622;
	border-bottom: 3px solid #B32400;
	border-right: 3px solid #B32400;
	padding: 10px;
}
#tourFooter{
	text-align: center;
	font-size: smaller;
	padding: 1px;
}
#tourFooter .call{
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: red;
	font-variant: small-caps;
}


/* price detail
------------------*/
#priceDetail h2{
	font-size: 14px;	
	text-align: center;
}
#priceDetail td{
	border: none;
	padding: 5px;
}
