/*--------------------------------------------------*/
/*--- #fares ---------------------------------------*/
/*--------------------------------------------------*/



#fares {
	position: relative;
	width: 840px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #fff;
}
#fares h5 {
    font-size: 12px;
    font-weight: 400;
    font-family: "Cinzel";
    color: #6c6a67;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
#faresInfo {
	position: relative;
	width: 840px;
	padding-top: 30px;
	margin-bottom: 10px;
}
#faresInfo img {
    display: inline;
}
#faresInfo p.below {
	position: absolute;
	top: 32px;
	left: 60px;
	width: 685px;
	font-size: 11px;
	font-weight: 400;
	font-style: italic;
	font-family: "Montserrat";
	color: #6c6a67;
}

#faresInfo h6 {
    font-size: 13px;
    font-weight: 500;
    font-family: "Montserrat";
    padding: 5px 0px;
}

#faresInfo p {
    font-size: 12px;
	font-weight: 400;
	font-family: "Montserrat";
    line-height: 18px;
	padding-bottom: 20px;
}

#xxxxxxxxxxxfaresText h6 {
	font-size: 13px;
	font-weight: 500;
	font-family: "Montserrat";
	color: #6c6a67;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#xxxxxxxfaresText p {
	font-size: 12px;
	font-weight: 400;
	font-family: "Montserrat";
	color: #6c6a67;
	letter-spacing: 0;
	line-height: 18px;
	padding-bottom: 20px;
	padding-left: 25px;
}


/*--------------------------------------------------*/
/*--- #faresInfo table#left ------------------------*/
/*--------------------------------------------------*/
#faresInfo table#left {
	position: relative;
	width: 140px;
	border-top: 1px dotted #6c6a67;
	float: left;
}
#faresInfo table#left tr {
	width: 140px;
}
#faresInfo table#left tr.header, #faresInfo table#right tr.header {
	background-color: #e5e5e5;
	height: 50px;
}
#faresInfo table#left tr td {
	font-size: 10px;
	font-weight: 400;
	font-family: "Montserrat";
	color: #6c6a67;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}
#faresInfo table#left tr td.airfare { 
	width: 139px;
	height: 125px;
	background-color: #ebe8e3;
	border-right: 1px dotted #6c6a67;
}
#faresInfo table#left tr td.butler {
	background-color: #dddedc;
	width: 139px;
	height: 200px;
	border-right: 1px dotted #6c6a67;
}

/*--------------------------------------------------*/
/*--- #faresInfo table#right -----------------------*/
/*--------------------------------------------------*/
#faresInfo table#right {
	position: relative;
	width: 840px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#faresInfo table#right .checkbox {
	margin-left: 15px;
}
#faresInfo table#right tr {
	width: 700px;
	background-color: #F1F1F1;
}
#faresInfo table#right tr td {
	font-size: 11px;
	font-weight: 400;
	font-family: "Montserrat";
 	color: #868381;
	border-bottom: 1px solid #dadad9;
	padding-left: 12px;
	vertical-align: middle;
	height: 24px;
}
#faresInfo table#right tr td.popout {
	border-bottom: none;
	padding: 0;
	vertical-align: top;
	height: auto;
}
#faresInfo table#right tr td.one {
	border-bottom: none;
	height: 25px;
}
#faresInfo table#right tr td.bullet {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: "Montserrat";
}
#faresInfo table#right tr td.availability {
	text-transform: uppercase;
}
#faresInfo table#right tr.last td {
	border-bottom: none;
}
#faresInfo table#right tr td.twoforone {
	background-color: #fbfbfb;
	font-size: 11px;
	font-weight: 500;
	font-family: "Montserrat";
}
#faresInfo table#right tr th {
	height: 46px;
	text-align: left;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	font-family: "Montserrat";
	color: #6C6A67;
	background-color: #fbfbfb;
	border-bottom:1px solid #dadad9;
	padding-left: 12px;
	vertical-align: bottom;
	line-height: 13px;
	padding-bottom: 4px;
}
#faresInfo table#right tr th span {
	font-size: 8px;
	font-style: italic;
	font-weight: 400;
	font-family: "Montserrat";
	vertical-align: super;
}
#faresInfo table#right a {
	background: url("/media/common/signup_arrows.gif") no-repeat scroll 100% 50%;
	font-size: 11px;
	font-weight: 500;
	font-family: "Montserrat";
	color: #5E87A1;
	text-transform: uppercase;
	padding: 0 10px 0 0;
    text-decoration: none;
}
#faresInfo table#right a:link, #faresInfo table#right a:visited {
	color: #5E87A1;
	text-decoration: none;
}
#faresInfo table#right a:hover, #faresInfo table#right a:active {
	color: #5E87A1;
	text-decoration: underline;
}
#faresInfo table#right tr.butler { 
	/* background-color: #dddedc; */
}
#faresInfo table#right tr.butler td.twoforone {
	/* background-color: #c3cdd0; */
}
#faresCompare {
	position: relative;
	width: 840px;
	padding-bottom: 30px;
	overflow: auto;
}
#faresCompare ul {
	font-size: 11px;
	font-weight: bold;
	font-family: "Montserrat";
	text-transform: uppercase;
	list-style: none;
	float: left;
}
#faresCompare ul.print {
	float: right;
}
#faresCompare ul li {
	position: relative;
	float: left;
	margin-left: 5px;
	display: block;
}
#faresCompare ul.print li {
	float: right;
}
#faresCompare ul li.one {
	margin-left: 0;
}
#faresCompare ul li a.selected {
	font-size: 11px;
	font-weight: bold;
	font-family: "Montserrat";
}
#faresCompare ul li a {
	display: block;
	font-size: 10px;
	font-weight: bold;
	font-family: "Montserrat";
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;					/* IB 6-20-12 */
	text-decoration: none;
	background: none;
	background-color: #C06044;		/* IB 6-20-12 */
	text-align: center;
	padding: 6px 8px;
	border: 1px solid #f1efeb;
}
#faresCompare ul li a:link, #faresCompare ul li a:visted {
	color: #fff;					/* IB 6-20-12 */
	text-decoration: none;
	border: solid 1px #f1efeb;
}
#faresCompare ul li a:hover, #faresCompare ul li a:active {
	color: #fff;					/* IB 6-20-12 */
	text-decoration: none;
}
#faresCompare p {
	float: left;
	font-size: 10px;
	font-weight: bold;
	font-family: "Montserrat";
	color: #c57058;	
	margin-left: 10px;
	padding-top: 7px;
}
#contact {
	position: relative;
	width: 900px;
	padding-top: 35px;
}

/*--------------------------------------------------*/
/*--- #fareBlock -----------------------------------*/
/*--------------------------------------------------*/
#fareBlock {
	position: relative;
	width: 900px;
	padding-top: 30px;
	background-color: #fff;
	overflow: auto;
}
#fareBlock h4 {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: "Cinzel";
    color: #6C6A67;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 30px;
    padding-left: 30px;
}
#fareBlock a.receive {
	position: relative;
	float: right;
	background: url("/media/common/signup_arrows.gif") no-repeat scroll 85% 50%;
	font-size: 10px;
	font-weight: 500;
	font-family: "Montserrat";
	color: #5E87A1;
	text-transform: uppercase;
	padding: 0 40px 0 0;
    text-decoration: none;
}
#fareBlock a.receive:link, #fareBlock a.receive:visited {
	color: #5E87A1;
	text-decoration: none;
}
#fareBlock a.receive:hover, #fareBlock a.receive:active {
	color: #5E87A1;
	text-decoration: underline;
}
#fareBlockOffers {
	position: relative;
	width: 840px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #f1efeb;
	overflow: auto;
}
#contentText.fares .voyageBox {
	position: relative;
	float: left;
	width: 249px;
	min-height: 225px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	border-right: 1px solid #e5e1db;
}
#contentText.fares .voyageBox.last {
	border-right: 0px;
	width: 250px;
}
#contentText.fares .voyageBox h1 {
	width: 249px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Montserrat";
	color: #6c6a67;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	line-height: 16px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
#contentText.fares .voyageBox p {
	width: 219px;
	/* height: 135px; */
	font-size: 13px;
	font-weight: 400;
	font-family: "Montserrat";
	color: #6c6a67;
	line-height: 18px;
	padding-top: 15px;
}
#contentText.fares .voyageBox.second {
	border-bottom: 0px;
	border-top: 1px solid #e5e1db;
}
#contentText.fares .voyageBox .detailView {
	position: absolute;
	bottom: 20px;
}
#contentText.fares .detailView a:link, #contentText.fares .detailView a:visited {
	width: auto;
	height: 20px;
	padding: 6px 8px;
	font-size: 10px;
	font-weight: 500;
	font-family: "Montserrat";
	color: #fff;
	background-color: #C06044;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#contentText.fares .detailView a:hover, #contentText.fares .detailView a:visited:hover {
	background-color: #C06044;		/* IB 6-28-12 */
}

/*--------------------------------------------------*/
/*--- #faresText -----------------------------------*/
/*--------------------------------------------------*/
#faresText {
	position: relative;
	width: 900px;
	background-color: #fff;
	padding-bottom: 50px;
}
#faresText h6 {
	font-size: 13px;
	font-weight: 500;
	font-family: "Montserrat";
	color: #6c6a67;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#faresText p {
	font-size: 12px;
	font-weight: 400;
	font-family: "Montserrat";
	color: #6c6a67;
	letter-spacing: 0;
	line-height: 18px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#faresText a {
	font-size: 12px;
	font-weight: 500;
	font-family: "Montserrat";
	color: #5E87A1;
	text-transform: none;
    text-decoration: none;
}
#faresText a:link, #faresText a:visited {
	color: #5E87A1;
	text-decoration: none;
}
#faresText a:hover, #faresText a:active {
	color: #5E87A1;
	text-decoration: underline;
}
#faresIncluded {
	position: relative;
	width: 840px;
	margin-left: 30px;
	border-bottom: 1px dotted #6c6a67; 
}
#faresConditions {
	position: relative;
	width: 840px;
	margin-left: 30px;
}
#faresConditions p {
	padding-bottom: 0px;
}