@charset "utf-8";
/* CSS Document */
/* Tour Listing Styles */
table .jrs-tourlist-table {
	font-size: 11px;
}
table .jrs-tourlist-table td {
}
.jrs-tour-name {
	font-weight: bold;
}
/* Price Table Styles - used on tour description and tour listing pages */
.jrs-price-table {
	width: 100%;
	font-size: 11px;
	border-collapse: collapse;
}
.jrs-price-fare {
	text-align: left;
}
.jrs-price-price {
	text-align: right;
	padding-left: 5px;
}

table .jrs-tourlist-table a {
	font-size: 11px;
}
.jrs-large-fare {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	color: #BC1D1D;
}
.jrs-large-price {
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	color: #BC1D1D;
}

/* Gray Line specific styles */
.jrs-prices {
	color: #104D9E;
	font-size: 1.1em;
}
.jrs-tourlist-table .jrs-prices {
	clear: both;
}
.jrs-tourlist-table a .jrs-tour-name, .jrs-tourlist-table a:visited .jrs-tour-name {
	color: #BC1D1D;
}

/* Tour Listing (search results) */
.tourlistTable div.jrs-prices {
	clear: both;
}


/* Category Tour */
.categoryTour {
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #8EB1E0;
}
.categoryTour h3 a, .categoryTour h3 a:visited {
	color: #BC1D1D;
	font-size: 0.9em;
	margin: 3px 0;
}
.catTourDetails {
	width: 100%;
	font-size: 0.9em;
}
.catTourThumb {
	padding: 0 5px 0 0;
	width: 115px;
	float: left;
}
.catTourThumb img {
	width: 102px;
}
.catTourText {
	padding: 0 5px;
	width: 350px;
	float: left;
}
.catTourInfo {
	color: #104D9E;
	font-size: 0.9em;
	line-height: 2em;
}
.catTourPrices {
	width: 200px;
	float: right;
	text-align: right;
}
.catTourPrices .jrs-prices {
	margin-top: 5px;
}
.catTourRelated {
	clear: both;
	width: 100%;
	padding-top: 10px;
}
.catTourRelatedHeading {
	color: #104D9E;
	font-weight: bold;
	display: block;
}
.relatedTour {
	background: url(../images/related-tour-box.png) no-repeat transparent;
	width: 205px;
	height: 117px;
	padding: 5px;
	float: left;
	margin: 5px 10px 5px 0;
	overflow: hidden;
}
.relatedTourHeading a, .relatedTourHeading a:hover, .relatedTourHeading a:visited {
	display: inline-block;
	width: 100%;
	font-size: 0.9em;
	color: #BC1D1D;
	margin-bottom: 5px;
}
.relatedTourThumb {
	width: 105px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.relatedTourThumb img {
	width: 102px;
}
.relatedTourPrices {
	width: 95px;
	float: right;
	overflow: hidden;
}
.relatedTourPrices .jrs-price-fare, .relatedTourPrices .jrs-price-price {
	color: #104D9E;
}
.relatedTourPrices .jrs-large-fare, .relatedTourPrices .jrs-large-price {
	font-size: 1em;
	color: #BC1D1D;
}
/* Misc */
.clear {
	clear: both;
	height: 0;
}
