@charset "utf-8";
/* CSS Document */

/*	Checkout CSS classes	*/
/*	Created: 07.29.2008	*/
/*	UPdated: 08.08.2008	*/

/** Fix to remove black border on cart **/
#cartStatus a.checkout_btn {border: none !important;}

/* General Styles */
body, p, div, td, span, li, dd, strong, input, option, label {font-family:Verdana, Arial, Helvetica, sans-serif; }
body {
	background-color:#336699;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:left;
}
#page {background-color:#fff !important; margin:5px !important;}

#popup #page {width:auto !important;}

h3 {font-size:12px !important;}

.width155 {width:155px;}
.width250 {width:250px;}
.width25 {width:25px;}
.width50 {width:50px;}

.italic {font-style:italic;}
.tNormal {font-weight:normal;}
.red {color:red;}
.black {color:#000;}
.pad5 {padding:5px !important;}
.border {border:1px solid red;}
.marginT15 {margin-top: 15px;}
.marginT10 {margin-top:10px;}
.marginT5 {margin-top:5px;}
.marginR10 {margin-right:10px;}
.marginR5 {margin-right:5px;}
.marginT0 {margin-top:0 !important;}
.margin0 {margin:0 !important;}
.marginB10 {margin-bottom:10px !important;}
.marginL10 {margin-left:10px !important;}
.marginL12 {margin-left:12px !important;}
.marginB15 {margin-bottom:15px;}
.marginB18 {margin:0 0 18px 0;}
.marginT7 {margin-top:7px;}
.margins15{margin: 15px;} /* This is from old billing page modal window*/
.padL40 {padding-left:40 !important;}
.padT5 {padding-top:5px !important;}
.padB5 {padding-bottom:5px;}
.pad0 {padding:0 !important;}
.padL0 {padding-left:0 !important;}
.padT0 {padding-top:0 !important;}
.padB10 {padding-bottom:10px !important;}
.padT20 {padding-top:20px !important;}
.padT10 {padding:10px 0 0 0 !important;}
.pad10 {padding:10px !important;}
.padN0 {padding:0 !important;}
.clearL {clear:left;}
.clearR {clear:right;}
.clear {clear:both;}
.vTop {vertical-align:top;}
.vBottom {vertical-align:bottom;}
.vMiddle {vertical-align:middle;}
.tLeft {text-align:left;}
.tRight {text-align:right;}
.tCenter {text-align:center;}
.whiteBG {background-color:#fff !important;}
.left {float:left;}
.right {float:right;}
.relative {position:relative;}
.bold {font-weight:bold !important; }
.noBorder {border:0 !important;}
.font11 {font-size:11px !important;}
.font12 {font-size:14px !important;}
.font14 {font-size:14px !important;}
.upperCase {text-transform:uppercase;}
.grnText {color:green;}
.clearIE {clear:both; height: 0px; overflow:hidden;}
.floatbuster {clear:both;height:0;line-height:.1em;}
.font10 {font-size:10px !important;}
.airPackageRight {background-color: #FFF3D6; color: #734108;}

.subTop {border-top:1px solid #73A2CE;}

/* subnav */

.subnav_wrap {
	clear:both;
	margin:0;
	padding:0;
}
.subnav_off_wrap {
	height:17px;
	float:left;
	display:block;
	margin:0 2px 0 0;
	padding:0;
	background:url(/images/cart/subnav_right.gif) no-repeat top right;
 }

.subnav_off_wrap a:link, .subnav_off_wrap a:hover, .subnav_off_wrap a:visited {
	background:url(/images/cart/subnav_left.gif) no-repeat left top;
	font-weight:bold;
	color:#000;
	display:block;
	padding:2px 11px;
	text-align:center;
	text-decoration:none;
	font-size:11px;
}

.subnav_on_wrap {
	height:17px;
	float:left;
	display:block;
	margin:0 2px 0 0;
	padding:0;
	background:url(/images/cart/subnav_right_on.gif) no-repeat top right;
 }

.subnav_on_wrap a:link, .subnav_on_wrap a:hover, .subnav_on_wrap a:visited {
	background:url(/images/cart/subnav_left_on.gif) no-repeat left top;
	font-weight:bold;
	color:#000;
	display:block;
	padding:2px 11px;
	text-align:center;
	text-decoration:none;
	font-size:11px;
}

/* top nav */
.topnav_off_wrap {
	height:20px;
	float:left;
	display:block;
	margin:0 1px 3px 0;
	padding:0;
	background:url(/images/cart/topnav_right.gif) no-repeat top right;
}

.topnav_off_wrap a:link, .topnav_off_wrap a:hover, .topnav_off_wrap a:visited {
	background:url(/images/cart/topnav_left.gif) no-repeat left top;
	font-weight:bold;
	color:#000;
	display:block;
	padding:3px 10px;
	text-align:center;
	text-decoration:none;
}

.topnav_on_wrap {
	height:20px;
	float:left;
	display:block;
	margin:0 1px 3px 0;
	padding:0;
	background:url(/images/cart/topnav_right_on.gif) no-repeat top right;
}

.topnav_on_wrap a:link, .topnav_on_wrap a:hover, .topnav_on_wrap a:visited {
	background:url(/images/cart/topnav_left_on.gif) no-repeat left top;
	font-weight:bold;
	color:#000;
	display:block;
	padding:3px 10px;
	text-align:center;
	text-decoration:none;
}

.logo_link {
	float:left;
	display:inline;
	width:177px;
	margin:23px 0 0 8px;
	padding:0;
}

.header_links {
    color: #FFFFFF;
    float: left;
    padding: 10px 10px 0 0 !important;
    text-align: right;
    width: 730px;
}

.header_links a:link, .header_links a:visited {
	color:#fff;
	font-size:10px;
	text-decoration:none;
}

.header_links a:hover {
	color:#fff;
	font-size:10px;
	text-decoration:underline;
}

.nav_wrap {
	clear:both;
	background:#000;
	padding:4px 0 0 5px;
}
/* Breadcrumb Styles */

#breadcrumbs {background-color: #EFEFEF; padding-left: 5px; line-height: 22px; font-size: 10px; color: #666666}
#breadcrumbs a {color: #666666;}

/* =FOOTER
-----------------------------------------------------------
*/

/* Footer */
.cartFooter {
	margin:0 auto;
	padding:0;
	width:960px;
}
.cartFooter td {
	line-height:14px;
	color:#fff;
	font-size:10px;
}

.cartFooter a {font-family:Arial, Helvetica, sans-serif; color:#fff;}

/* Footer */
.footerWrap {
	overflow:hidden;
	margin:0;
	padding:15px 0 0 0;
	font-size:11px;
	color:#FFF;
	background:#336699 url(/mytrip/images/lvc-footer-gradient.png) 0 0 repeat-x;

}
.footerWrap, .footerWrap a, .footerWrap h3, .footerWrap p {	font-family:Arial, Helvetica, sans-serif !important;}

.footerWrap h3 {margin-top: 10px !important;}
.footerWrap a {color:#FFF;}
.footerWrap a:visited {color:#fff;}
.footerWrap .footerCols {height:1px; font-size:0;}
.footerWrap .wideCol {
	float:left;
	border-left:1px dotted #336699;
	margin:0;
	padding:0 10px;
	padding-bottom:9010px;
	margin-bottom:-9000px;
	display:inline;
}
.footerWrap .wideCol h3 {
	font-size:14px !important;
	margin:0 0 10px 0;
	padding:0;
}
.footerWrap .wideCol h3 a {text-decoration: none;}
.footerWrap .wideCol p {
	margin:0 0 10px 0;
	padding:0;
	line-height:1.3em;
}
.footerWrap h3.payInfo {margin-bottom:0;}
.footerWrap .wideCol div.firstList a {
	background:transparent url(/images/link-sep.gif) no-repeat right center;
	padding:0 5px 0 0;
	margin:0 3px 0 0;
	text-decoration: none;
}
.footerWrap .wideCol div.firstList a.last {background: none;}
.footerWrap .wideCol .moreLasVegas {margin-bottom: 10px;}
.footerWrap .smallCol {
	float:left;
	margin:0;
	padding:0 10px 0 0;
	padding-bottom:9010px;
	margin-bottom:-9000px;
}
.footerWrap div.col1 {
	width:120px;
	padding-left:10px;
	padding-top:35px;
}
.footerWrap div.col2 {width:241px;}
.footerWrap div.col3 {width:267px;}
.footerWrap div.col4 {width:228px;}
.footerWrap img.logo {margin-top:60px;}
div.securityGuarantee {
	background:url(/multivar/lvchomepage/images/lvc-security-lock.png) 0 0 no-repeat transparent;
	padding:0 0 0 40px;
}

/* Modal window styles for remove items link */
.module_content_wrap{background:#daeaf8; border:solid #73a2cb 1px;}
.module_content{padding:0 0 6px 0;}
.module_content table td{font-size:12px;}
.module_content p{font-size:12px; margin:0; padding:1px;}

input.giPad6 { padding:0 6px !important;}

/* Guest Info Styles */
.error ul li {color:red; text-align:left;}

.hiddenBorder {border:1px solid #fff; }

.required, .redCharCount {color:#c1170f;}

.noticeTitle {color:#c5251d; font-weight:bold;}

.emptyTitle {font:bold 18px Verdana,Arial, Helvetica, sans-serif;}

td.emptyCart h1 {
	margin:20px auto 0 auto;
	text-align:center;
}

td.emptyCart p {
	margin:0 auto;
	text-align:center;
	padding:10px 0 !important;
}

.cartContent {
	width:754px;
	margin:0 auto;
	text-align:left;
	padding:0;
}

.cartContentWhite {
	width:950px;
	margin:0 auto;
	text-align:left;
	padding:0;
	background-color:#fff;
}

.cartPad {
	padding-top:20px;
	border-top:1px solid #74a2cb;
}

.productBar {
	background-color:#daeaf8; padding:7px; width:485px; font-weight:bold; margin:0 auto 10px auto;
}

#leftWrap {
	float:left; width:548px; border:1px solid #74a2cb; margin:0; padding:0; background-color:#fff;
}

.panelColumn {
	width:528px; margin:0; padding:7px 10px 0 10px;
}

.introPanel {
	border-bottom:1px solid #74a2cb; background:url(../images/bg_title_headers.gif) repeat-x; width:548px; height:29px; margin:0; padding:0; text-align:left;
}

.introPanel h1 {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif; padding:8px 0 0 9px;
}

.requiredPanel {
	float:right; display:inline; padding:0 10px 0 0;
}


.termsItemPanel {
	padding:0;
}


.reqDiv {
	float:left;
	margin-bottom:10px;
	clear:both;
}

.notice {
	margin-left:20px;
	clear:both;
}

.supplemental {
	margin-bottom:10px;
}


.optionalGrey {
	color:#666666;
	font-size:11px;
}

.tsaOptional {padding-left:8px; *padding-left:0px;}

.continuePay {
	margin:0 10px; padding:30px 10px; text-align:center; border-top:1px solid #000;
	clear:left; /* needed for limos */
}


.sideCartColumn {
	float:left; width:194px; margin-left:10px; display:inline;
}

.sideBoxHeader {
	background:url(../images/bg_side_box_hdr.gif) no-repeat; width:185px; height:17px; margin:0; padding:4px 0 0 9px; font-weight:bold; font-size:12px;
}

.sideBox {
	font-size: 11px; padding:10px 5px; margin:0; background-color:#eff7ff; border-right:1px solid #74a2cb; border-bottom:1px solid #74a2cb; border-left:1px solid #74a2cb;
}

.sideBox p {
	font-size: 11px;
}

.sideCartItem {
	margin-bottom:5px; padding-bottom:5px; border-bottom:1px dashed #73a2ce; position:relative;
}

.sideCartItem h3 {
	margin:0 0 2px 0;
	padding:0;
	font-weight:bold;
	font-size:11px !important;
	position:relative;
}

.sideCartItem h3.fakeLink, .fakelink, .item_title_link {
	cursor:pointer;
	text-decoration:underline;
	color:blue;
}

.sideCartItem p {
	margin:0 0 2px 0;
	padding:0;
	font-size:11px !important;
	position:relative;  /* this is keeping the text visible in IE6 */
	line-height:10px;
	*line-height:12px;
}
.sideCartItem p span {font-size:11px !important;}

.ahHotelSC .sideCartItem {
	border-bottom:none; /* removes bottom dashed border between hotel and price on Air Hotel side cart only */
}


.sideItemTotal {
	float:right;
	font-weight:bold;
	font-size:11px !important;
	vertical-align:bottom;
}

.removeItem {
}

.sideItemRemove {
	float:left;
	font-size:11px !important;
}

.sideItemDetailsWrap {
/*	border:1px dotted #fff;  this is stopping some very odd IE bottom padding */
	margin-bottom:5px;
	position:relative;
	padding:0;
}

.sideItemTotalWrap {
/*	border:1px dotted #fff;  this is stopping some very odd IE bottom padding */
}

.totalSummaryTable {
	width: 188px;
	_width: 184px;
	margin-left: -4px;
}

.totalSummaryTable .totalTable {
	width: 184px;
	_width: 180px;
	margin-left: 4px;
}

.taxesFees td, td.taxesLabel span {
	font-size:11px !important;
	margin:0;
	padding:0;
	line-height:14px;
}

.tfBorder {
	border-bottom:1px dashed #73a2ce;
	padding-bottom:5px !important;
}

.totalsFees {
/*	border-top:1px dashed #73a2ce; */
	margin:5px 0;
	padding-top:5px;
}

.taxesLabel a { /*This is a hack for IE6 to not wrap the hotel taxes and fees section. */
/*	_white-space: nowrap; */
}

td.shipment {
/*	white-space: normal !important;	*/
}


.taxesLabel .jqmWindow {
	white-space: normal;
	text-align: left;
}

.lastFee {
	clear:left;
	margin-bottom:15px !important;
}

.sideTotalLabel {
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
}

.taxesAmount {
	text-align:right;
	vertical-align: bottom;
	white-space: nowrap;
	_white-space: normal;
}

.totalAmount {
	text-align:right;
	font-weight:bold;
}

.errorBar {
	padding:7px;
	margin:0 0 12px 0;
	font-weight:bold;
	color:#df0000;
}

h2.error {
	color:#df0000;
	padding:0;
	margin:0;
}

.errorBarInline {
	padding:0;
	margin:0 0 10px 0;
	font-weight:bold;
	color:#df0000;
	float:left;
	width:400px;
}

img.smallError {margin:1px 0 0 10px;}

.errorBarImg {
	float:left;
	width:26px;
	display:inline;
	margin-right:10px;
}

.errorBarUL {
	float:left;
	/* width:450px; */
}

.errorBarUL ul {
list-style-type:none;
list-style-image:none;
background-image:none;
padding-top:0;
margin-top:0;
padding-bottom:1px;
margin-bottom:0;
}

.errorBarUL ul li {
background-image:none;
padding:0;
margin:0;
}

.errorBar span {
	margin:0;
	padding:0;
	vertical-align:middle;
}

.errorBar img {
	vertical-align:middle;
	display:block;
	float:left;
	width:26px;
}

.requiredFields {
	margin:0 5px 0 0;
	padding:0;
	float:left;
}

.charCount {
	font-size:11px !important;
	text-align:center;
	margin:0;
	padding:0 0 10px 0;
	clear:left;
}

.radioCell {
	width:20px !important; float:left;
}

.contactNote {
	margin:0 0 15px 155px;
	font-size:11px;
	padding:0;
}

.contactNote a {
	text-decoration:none;
}

a.infoPop:link, a.infoPop:hover, a.infoPop:visited {
	background:url(../images/icon_info.gif) no-repeat right;
	padding-right:14px;
	margin:0;
	color:#000;
	text-decoration:none;
}

a.infoPopLT:link, a.infoPopLT:hover, a.infoPopLT:visited {
	background:url(../images/icon_info.gif) no-repeat left;
	padding-left:14px;
	margin:0;
}

a.infoPopNW:link, a.infoPopNW:hover, a.infoPopNW:visited {
	background:url(../images/icon_info.gif) no-repeat right;
	padding-right:14px;
	margin:0;
	color:#000;
	text-decoration:none;
	white-space:nowrap;
}


.details_icon {
background:url(/images/details_icon.gif) no-repeat; padding-left:12px;
}

.detailsIconRT {background:url(/images/details_icon.gif) right no-repeat; padding-right:13px; height:12px;}

.tripIns {
	background:#fffcc6 url(../images/img_ins_badge.gif) left top no-repeat;
	padding-left:73px;
	font-size:11px;
}

.selectIns {
	background-color:#daeaf8; padding:7px 10px 2px 10px; margin-bottom:10px;
	width:70%;
}

.selectIns p {
margin:0; padding:0 0 5px 0;
}

.insOption {
padding:10px; background-color:#daeaf8; margin-bottom:10px; position:relative;
}

.insOption p {
	padding:0;
	margin:0;
}

.insWrapper {background-color:#fff; margin-bottom:25px; padding-top:10px;}

.airTravelerTitle {
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color:#22507f;
	letter-spacing:2px;
	padding:0px;
	margin:0px;
	display:inline;
	font-weight: bold;
}

.cvnInfo {
	padding-left:155px;
}

.cvnText {
	width:220px;
	float:left;
	margin:0 0 0 5px;
	padding:0;
	display:inline;
}

.cvnText p {
	margin:0;
	padding:0 0 10px 0;
	font-size:11px;
}

.emailCheckbox {
	float:left;
	width:145px;
	text-align:right;
	padding:0;
	margin-right:10px;
}

.emailDeals {
	font-size:11px;
	font-weight:bold;
	float:left;
	width:350px;
}

ul.termsList {
	width:470px;
	margin-left:30px;
	list-style-type:disc;
	padding:0;
}

ul.termsList li {
	font-size: 12px;
}

.saveAcct {
width:400px; float:left; padding-left:24px !important; display:inline;}

.securityBoxBg {
	background-color: #74A2BC;
	margin-bottom: 10px;
}

.securityBoxBg {
	background-color: #74a2cb;
	margin-bottom:10px;
}

.securityBox {
	text-align:center;
}

.securityBox p {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 11px;
}


.lock {
	background:url(../images/icon_lock.gif) no-repeat;
	padding-left:25px;
}

img.errorDot {
	float:left;
	margin-right:10px;
	width:26px;
}

.applyCode  {
float:left;
margin-left:10px;
display:inline;
}

.loginMessage {
font-size:11px;border:0px solid #74a2cb; padding:10px; margin:0 10px 10px 10px; background-color:#eee;
}


/* Billing Info Styles */

/* Big Cart w/ Merch module */
.bigCartBG {
	background-color:#a1cef5;
	/* padding-bottom:10px; */
}


.currency {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0 ;
	padding:0 0 10px 0;
}

a.applyButton:link, a.applyButton:visited, a.applyButton:hover {
	padding:4px;
	margin:0;
	background:#245DBC url(/mytrip/images/add_trip_btn_bg.gif) repeat-x;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-color:#252836 #1E202B #15161E #303447;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	_width:20px;
	float:left;
}

input.applyButton {
	padding:2px;
	margin:0;
	background:#245DBC url(/mytrip/images/add_trip_btn_bg.gif) repeat-x;
	color:#fff;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#252836 #1E202B #15161E #303447;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	width:45px;
}

a.applyButtonGrn:link, a.applyButtonGrn:visited, a.applyButtonGrn:hover {
	padding:2px 2px 0 2px;
	margin:0;
	background:#2C862C url(/mytrip/images/bookit_btn_bg.gif) repeat-x;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border:1px solid #007700;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	width:35px;
	height:18px;
}

input.applyButtonGrn {
	margin:0;
	background:#2C862C url(/mytrip/images/bookit_btn_bg.gif) repeat-x;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border:1px solid #007700;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	width:45px;
	height:18px;
	float:left;
}


span.applyButtonGrn {
	margin:0;
	background:#2C862C url(/mytrip/images/bookit_btn_bg.gif) repeat-x;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border:1px solid #007700;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	width:55px;
	height:18px;
	line-height: 18px !important;
	padding: 3px 5px;
	cursor: pointer;
}


.promoBlock {
	width:57%;
	float:right;
	margin-bottom:10px;
}

.promoText {
	float:left;
	width:54%;
	font-size:10px;
	text-align: right;
	padding-right: 4px !important;
}

.promoInput {
	float:left;
	width:45%;
	text-align:right;
	padding-top:3px;
}

.checkoutArrow {
	float:right;
	margin:0;
	padding:0;
	display:inline;
}
.checkoutArrow a.checkout_btn_lrg:link, .checkoutArrow a.checkout_btn_lrg:hover, .checkoutArrow a.checkout_btn_lrg:visited,
.contiguous a.checkout_btn_lrg:link, .contiguous a.checkout_btn_lrg:hover, .contiguous a.checkout_btn_lrg:visited,
	.checkout_now a.checkout_btn_lrg:link, .checkout_now a.checkout_btn_lrg:hover, .checkout_now a.checkout_btn_lrg:visited {
	background:transparent url(/mytrip/images/btn_right_corner.gif) no-repeat scroll right top;
	color:#fff;
	cursor:pointer;
	display:block;
	font:bold 12px Arial, Helvetica, Sans-serif;
	height:25px;
	padding-right:5px;
	text-decoration:none;
	margin:0;
	float: left;
}
.checkoutArrow a.checkout_btn_lrg:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.contiguous{
float:left;
margin:0 5px 0 0;
padding:0;
display:inline;
width:190px;
background-color:#fffbf1;
}

.contiguousBtns {
	padding:5px 5px 5px 160px;
}


.checkoutArrow .checkout_btn_wrapper, .checkout_now .checkout_btn_wrapper,
.contiguous .checkout_btn_wrapper {
	background: url(/mytrip/images/btn_arrow_green_large_left.gif) no-repeat;
	display:block;
	color: #fff;
	line-height:15px;
	padding:4px 7px 5px 12px;
	text-decoration:none;
	margin:0;
	float: left;
}

.cartContactInfo{
	font-size:11px;
	padding:0 5px 10px 10px;
	float:right;
	text-align: left;
	display:inline;
}

/* extra footer classes */



/* header classes */
.tripleHeader {background-color:#fff;padding:0 10px; border:1px solid #fff;
}

.headBG {background-color:#fff;}
form {margin:0; padding:0;}
.headTier1 {
	width:960px;
	height:75px;
	background:url(/images/lvc_homepage_pagetop.png) no-repeat;
	margin:0;
	padding:0;
}


a.homeLink:link, a.homeLink:hover, a.homeLink:visited {
	clear:both;
	display:block;
	width:140px;
	left:15px;
	font-size:11px;
	margin-left: 10px;
}

.logoLink {
	width:180px;
	height:42px;
	float:left;
	cursor:pointer;
	margin:17px 0 0 10px;
}

.headTier2 {
	width:950px;
	height:45px;
	background:url(../images/hdr_steps_bg.gif) no-repeat top;
	margin:0 auto;
	padding:0;
}

.headTier2 h1 {

	padding:0;
	margin:22px 0 0 15px;
	font-weight:bold;
	font-size:17px;
	float:left;
	display:inline;
}

.headTier3 {
	margin:0 auto;
	padding:5px 0 15px 0;
	width:950px;
	text-align:left;
	background-color:#fff;
	float:left;
	width:400px;
}

.cartBG {background-color:#fff;}

a.magLink:link, a.magLink:visited, a.magLink:hover {
	background:url(../images/icn_mag_arrow.gif) no-repeat left;
	padding:4px 0 4px 12px;
	margin:4px 0 0 0;
}

.headTier3 ul {
	list-style-type:none !important;
	padding-left:0;
	margin-left:0;
}

.headTier3 ul li {
	background:none;
	padding-left:0;
}

.headTier2 ul, .hdrConfReceipt ul {
	list-style-type:none !important;
	margin:0;
	padding:0;
	text-align:left;
}

.headTier2 ul li, .hdrConfReceipt ul li {
	display:inline;
	background:none;
	color:#4a86bd;
	font-size:11px;
	margin:0;
	padding:0;
}


li.myCart {margin-left:63px !important; font-weight:bold;}

li.guestInfo {margin-left:21px !important; font-weight:bold;}

li.billPay {margin-left:5px !important; font-weight:bold;}

li.orderComp {margin-left:4px !important; font-weight:bold;}

.darkFont {color:#215584 !important;}

.hdrSteps1 a:link, .hdrSteps2 a:link, .hdrSteps3 a:link, .hdrSteps4 a:link,
.hdrSteps1 a:visited, .hdrSteps2 a:visited, .hdrSteps3 a:visited, .hdrSteps4 a:visited,
.hdrSteps1 a:hover, .hdrSteps2 a:hover, .hdrSteps3 a:hover, .hdrSteps4 a:hover {
	color:#4a86bd;
	margin:0;
	padding:0;
}


.hdrSteps1 {
	float:right;
	width:490px;
	padding:0;
	margin:2px 5px 0 0;
	display:inline;
}

.hdrSteps2 {
	float:right;
	width:490px;
	height:22px;
	padding:0;
	margin:2px 5px 0 0;
	display:inline;
}

.hdrSteps3 {
	float:right;
	width:490px;
	height:22px;
	padding:0;
	margin:2px 5px 0 0;
	display:inline;
}

.hdrSteps4 {
	float:right;
	width:490px;
	height:22px;
	padding:0;
	margin:2px 5px 0 0;
	display:inline;
}


#top_rt_nav {
	float:right;
	text-align:right;
	width:320px;
	font-size:12px;
	margin:8px 12px 0 0;
	padding:0;
	display:inline;
}
#top_rt_nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#top_rt_nav ul li{
	background: none;
	color:#fff;
	display:inline;
	font-size:9px !important;
	margin:0;
	padding:0;
}
#top_rt_nav ul li a:link, #top_rt_nav ul li a:visited{
	color:#fff;
	text-decoration:none;
	margin:0 4px 0 2px;
}
#top_rt_nav ul li a:hover {
	text-decoration:underline;
}




/***********************************

Pulled in from old cart_global.css

************************************/


/* gift card styles */
.gc_item_title {
	margin:0 0 5px 10px;
	padding: 2px 0 0 1px;
	font-weight: bold;
	border:1px solid #336699;
	position:relative;
}

.gc_conf_title {margin:5px 0; padding: 2px 45px 2px 2px; font-weight: bold; border:1px solid #336699;}

.enter_gc {clear:both; float:right; display:inline; margin-top:10px;}

.gc_input_wrap {float:right; width:190px; display:inline; padding:0; margin:0;}

.apply_gc {clear:both; margin-top:10px;}

.margin_b10ff {
margin-bottom:10px;
_margin-bottom:0;
}

.zip_input {
	width:57px;
	border:1px solid #7e9dba;
}
.gc_col_1 {
	float:left;
	width:152px;
	margin-right:26px;
}

.gc_col_2 {
	float:left;
	width:202px;
	margin-right:9px;
}

.gc_col_3 {
	float:left;
	width:295px;
}

.txt_border {border:1px solid #7e9dba;}

a.blue_button:link,a.blue_button:hover,a.blue_button:visited {
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	background: #527CBF url(../images/img_blue_btn_bg.gif);
	border-style: solid;
	border-width: 1px;
	border-color: #D6E6FF #142E55 #142E55 #D6E6FF;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

a.green_button:link,a.green_button:hover,a.green_button:visited {
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	background: #469B46 url(../images/img_grn_btn_bg.gif);
	border-style: solid;
	border-width: 1px;
	border-color: #252836 #1E202B #15161E #303447;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

a.grey_button:link,a.grey_button:hover,a.grey_button:visited, span.grey_button {
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	background: #469B46 url(../images/img_gry_btn_bg.gif);
	border-style: solid;
	border-width: 1px;
	border-color: #252836 #1E202B #15161E #303447;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.t_disabled {font-style:italic; color:#666;}

.pad_t10 {padding-top: 10px;}

.pad_b10 {padding-bottom: 10px;}

.pad_l10 {padding-left: 10px;}

.tcenter {text-align: center;}

.margin_b40 {margin-bottom: 40px;}

.margin_t40 {margin-top: 40px;}

.cc_iframe {
	width: 665px;
	height: 125px;
	background: transparent;
	border: 1px solid #000;
	padding: 0;
	margin: 10px 0 15px 27px;
}

.cc_confirm_text {
	float: left;
	width: 94%;
	margin-left: 5px;
	display: inline;
}

.cc_header {
	width: 754px;
	height: 136px;
	vertical-align: bottom;
	background: url(../images/cc_header.jpg) no-repeat top left;
}

.cc_cart {
	width: 754px;
	text-align: left;
	background: url(../images/cart_bot_bg.gif) #a1cef5 no-repeat bottom left;
	padding: 0 0 10px 0;
	margin: 0;
}

.cc_title {
	float: left;
	margin: 110px 0 0 10px;
	display: inline;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.cc_steps {
	float: right;
	width: 369px;
	margin: 90px 3px 0 0;
	display: inline;
}

.cc_content {
	width: 722px;
	border: 1px solid #73a2ce;
	background: #fff;
	margin: 0 auto;
	padding: 0 10px;
}

.tbold {
	font-weight:bold;
}

.cc_congrats_banner {
	font-weight:bold;
	font-size: 18px;
	margin: 20px 0 10px 0;
	padding: 0;
}

.cc_confirm_box {
	float: left;
	border: 7px solid #73a2ce;
	_border: 5px solid #73a2ce;
	background-color: #73a2ce;
}

.cc_checkbox {
	background-color: #73a2ce;
}

.v11 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cc_info_hero {
	float: left;
	width: 395px;
	margin-right: 20px;
	display: inline;
}

/*

Justin's CSS

*/
.infoFieldBlock {
	margin-right: 20px;
	float: left;
}

.infoFieldRow {
	display: block;
	margin-left: 10px;
	height: 40px;
}

.infoFieldRow.end {
	float: none;
	margin-right: 0px;
}

.dropdowns {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #7e9dba;
}

.input_Field {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	margin: 0;
	border: 1px solid #7e9dba;
	padding:2px;
}

.info_bounding_box {
	margin-top: 10px;
}

.info_title {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #734009;
	padding: 0px;
	margin: 0px;
	display: inline;
	font-weight: bolder;
}


.section_secondary_text {
	padding:0px;
	margin:0px;
	border-top:1px dashed #72400b;
	width:100%;
}

#cc_app_tab .section_secondary_text {
	margin-bottom: 10px;
	border-color: #72400b;
}

div.tab-row {
	clear:both;
 	padding:0;
	margin:0;
	width:670px;
}


/*styling the modal popup from the search results and showtimes links */
/* shows modal window frame */

div.wicket-modal .product_detail_popup div.w_caption {
	display:none;
	height:0;
	overflow: hidden;
	cursor: default;
	position: relative;
	background-color: #a1cef5 !important;
	cursor: default;
	line-height:0;
	color: #000;
	text-align:left;
}

div.wicket-modal .product_detail_popup div.w_content_1 {
	border:2px solid #000 !important;
}

div.wicket-modal .product_detail_popup a.w_close {
	display:none;
	height:0;
	width:0;
	overflow: hidden;
	position: absolute;
	right: 3px;
	top:3px;
	background:none;
}

div.wicket-modal .product_detail_popup a.w_close:hover {
	display:none;
	float: right;
	height:0;
	width:0;
	overflow: hidden;
	background:none;

}


/* bottom merch panel styles still being used */
.txt_14 {font-size:14px;}

.right {float:right}
.left {float:left;}

.margin_l5 {margin-left:5px;}
.margin_b5 {margin-bottom: 5px;}
.margin_b10 {margin-bottom: 10px;}

.padding_t5 {padding-top: 5px;}
.padding_2 {padding: 2px;}

.inline {display: inline;}

.tab-content {
	width:310px;
	height: 20px;
	margin-top: 21px;
	overflow:hidden;
	color: #FFFFFF;
	text-align:center;
}

.checkout_now{
float:right;
margin:0px 4px 0 0;
padding:0;
display:inline;
width:190px;
background-color:#fff;
}

.binding_box{ /* verified it is used */
position:relative;
font-family:Arial, Helvetica, sans-serif;
background:#a1cef5;
width: 950px;
margin:0 auto;
padding:0;
}

.binding_box div {font-size:11px !important;}

.inner_bounding_box { /* verified it is used */ /* the borders on this div were disabled [inline] on the full_span_tabbed.html */
position:relative;
background: #fff;
margin:0 auto;
width: 930px;
padding:0;
border-bottom:solid #a1cef5 2px;
}

.merchCkOutWrap {
/*background-color: #a1cef5;*/
width:930px;
margin:0 auto;
padding:10px 0 0 0;
}

.bttm_merch_module_tab{
height:26px;
background:#a1cef5 url(../images/crt_tab_bg.jpg) no-repeat;
}
.expanded_bttm_merch_module_tab { /* verified this is used */
height:49px;
background:#fff url(../images/expanded_merch_tab.gif) no-repeat;
}
.expanded_bttm_merch_module_tab_txt { /* verified this is used */
color:#fff;
font-size:13px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding: 21px 0 0 27px;
margin:0;
}

.full_merch_item_add_to_cart { /* verified */
	height: 24px;
	width: 133px;
	text-align:center;
	border: none;
	padding: 0px;
	background: url(../images/add_to_cart_button.gif) no-repeat;
	color:#FFFFFF;
	cursor: pointer;
}
.multi_color_merch { /* verified */
	background-color: #fff;
}

.merchBorder {border-top:2px solid #74a2cb;}

.full_merch_item {padding:20px 0;}


.full_merch_item form{margin:0; padding:0;}

.merchSelectDate {float:left; margin:0 0 5px 5px; display:inline; /*width:600px;*/ }
.skusContainer {float:left; margin:0 0 0 5px; display:inline; width:580px;}
.upsellButtonWrap {vertical-align: bottom; float: right; width: 133px;margin: -25px 10px 0 0; display:inline;}

.full_merch_item_img img{ /* verified */
	height: 75px;
	width: 100px;
}

.merch_content {float:left; width:800px;}

.full_merch_item_name { /* verified */
	margin-left:5px;
	font-weight:bold;
}

.full_merch_item_desc {margin-left:5px;}

.full_merch_item_desc p {font: Arial, Helvetica, sans-serif !important;
}
.full_merch_item_seat_map {height: 104px; width: 190px;}

.full_merch_item_seat_map img {/* verified */
	height: 104px;
	width: 190px;
}

.full_merch_item_tickets_item {/* verified */
	/*width: 580px;*/
	border-bottom: 1px #a1cef5 dashed;
}


.full_merch_item_tickets_item_color {/* verified */
	height: 18px;
	width: 20px;
	text-align:center;
	margin-right: 3px;
}
.full_merch_item_tickets_item_color div {/* verified */
	margin: 2px 2px 2px 3px;
}
.full_merch_item_tickets_item_name {/* verified */
	width: 375px;
	_width: 380px;
	padding-top: 3px;
	margin-right:15px;
}

.full_merch_item_tickets_item_price {/* verified */
	width: 100px;
	padding-top: 3px;
	text-align:right;
	margin-right:5px;
}

.full_merch_item_tickets_item_quant select {/* verified */
	width: 40px;
	font-size: 11px !important;
}

.full_merch_divider { /* verified */
	margin-top: 10px;
	width: 920px;
	border-bottom: 2px solid #a1cef5;
}
.last {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	border-bottom: none !important;
}

a.checkout_btn:link, a.checkout_btn:visited, a.checkout_btn:hover, .checkout_btn{
display: block;
padding:4px 8px;
background:#469B46 url(../images/btn_bookit_bg.gif) repeat-x;
color:#ffffff;
font-size:14px;
font-weight:600;
text-align:center;
text-decoration:none;
border-style:solid;
border-width:1px;
border-color:#252836 #1E202B #15161E #303447;
font-family:Arial, Helvetica, sans-serif;
cursor: pointer;
}


/** Colors for seat maps **/
.label_1 {background-color: #CB1009;}
.label_2 {background-color: #F96611;}
.label_3 {background-color: #FDCC12;}
.label_4 {background-color: #99C81E;}
.label_5 {background-color:#0099FF;}
.label_6 {background-color:#9900CC;}

/** Athena Pagination Stlyes for Cart Page **/

.athena_pagination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.expanded_bttm_merch_nav {margin-top: 25px;}

.expanded_bttm_merch_bttm_nav {margin:5px 10px;}

em {font-weight: bold;}
/** Style for show and hotel modal popup to remove all margins and padding to the iframe **/
.product_detail_popup .w_content_2 {padding: 0px !important;}
.product_detail_popup .w_content_3 {border: none !important;}
.product_detail_popup div.wicket-modal div.w_content_1  {border: 2px solid #000000 !important;}
.product_detail_popup .w_caption {display: none;}

/** Styles for the Extra Person Charge Popup in the Cart **/
.extraPersonDiv {
	padding: 5px;
	font-size:11px !important;
}

.popLink {
	text-align: center;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	font-size:11px !important;
}


/* temp styles from cart_global.css to see if they work */
.confBoundingBox {
	position:relative;
	background:#a1cef5;
	width:754px;
	margin:0 auto;
}
.confBillInfo {
	position:relative;
	background: #fff;
	border:solid #73a2ce 1px;
	margin:0 auto;
	width:704px;
	padding:20px;
}

.confBillInfo p {text-align:left;}


div.purchText {background-color:#fff; padding:10px;}
div.purchText h1 {font:bold 18px Arial, Helvetica, sans-serif; color:#444;}

div.purchText p {margin:0 auto;}

.confBG {width:950px; background-color:#fff;}

.bookingAgentTag {width:754px; margin:0 auto;}

.hdrConfReceipt {
background:#a1cef5 url(../images/receipt_top_bg.gif) no-repeat;
width: 754px;
height: 42px;
}

.checkoutSectionHead {
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color:#734009;
	letter-spacing:2px;
	padding:0px;
	margin:0px;
	display:inline;
	font-weight: bold;
}


a.button:link, a.button:visited, a.button:hover {
	padding:3px;
	font-size:10px;
	background:#1a4286 url(../images/add_trip_btn_bg.gif) repeat-x;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-color:#252836 #1E202B #15161E #303447;
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
}

/* sign in popups */
a.next_btn:link, a.next_btn:visited, a.next_btn:hover  {
display: block;
width: 80px;
height: 20px;
line-height:20px;
background:#469B46 url(../images/btn_bookit_bg.gif) repeat-x;
color:#ffffff;
font-size:1em;
font-weight:600;
text-align:center;
text-decoration:none;
border-style:solid;
border-width:1px;
border-color:#252836 #1E202B #15161E #303447;
}

.cancel_waiver td {border-top: dashed #74a2cb 1px;}

.cancel_waiver td td {border-top: 0px!important;}

tr.cancel_waiver tr td {border-top: dashed #74a2cb 1px;}

table.ci_details {width:744px;}
.ci_details .ci_desc {width:250px;}
.ci_details .ci_datetime {width:149px;}
.ci_details .ci_qty {width:95px;}
.ci_details .ci_price {width:167px;}
.ci_details .ci_subtotal {width:80px;}

.totals_row {background:#DEEBFF; border-top:solid #73A2CE 1px;}

.conf_detail_header {background-color: #DEEBFF; color: #734108; border-top: 1px solid #73A2CE; border-bottom: 1px solid #73A2CE;}

.confDetailHead {
background-color: #DEEBFF;
color: #734108;
border-top: 1px solid #73A2CE;
border-right:0 !important;
}

.fees_row {background:#DEEBFF; border-top:1px solid #73A2CE; border-right: none !important;}

.fees_total {text-align:right; border-top:1px solid #73A2CE; border-left:1px solid #73A2CE;}

.dashedBottom {	border-bottom:1px dashed #73a2cb !important;}

.dashedTop {border-top:1px dashed #73a2cb !important;}

h3.hotelTitle {margin:0 !important; padding:0 !important;}

.rmType {margin:2px 0 0 0 !important; padding:0 !important;}

.occupantsData {
	margin:1px 0 0 0 !important;
	padding:0 !important;
	letter-spacing:-.05em;
}

/* alert message for cart page out of stock items */
.alert_title{
font:bold 18px Verdana, Arial, Helvetica, sans-serif;
color:#db0b07;
text-align:center;
}

.alert_header_box h1 {
font:bold 18px Verdana, Arial, Helvetica, sans-serif;
color:#db0b07;
text-align:center;
letter-spacing:-.05em;
margin:0;
padding:10px 0 5px 0;
}

.cartError {clear:both; *position:relative;}

.alert_header_box{
background:#fff;
border:2px solid #db0b07;
padding:0 10px;
position:relative;
text-align:center;
}

.alert_header_box ul{
margin:5px 5px 5px 20px;
padding:5px;
}

.alert_header_box p {
padding:5px 0;
margin:0;
}


.general_feedback{float: none; margin-bottom: 10px;}
.general_feedback ul, .general_feedback li{list-style-type: none;}
.feedbackPanelERROR{font-size: 12px;}
ul.feedbackPanel {margin:0; padding:0;}
#showsSearchPath ul.feedbackPanel {list-style-type:none; font-weight:bold; margin:0 10px 10px 10px; padding:10px;}
#devSearchContent div.feedbackPanel {font-weight:bold; margin:10px 5px 10px 0; padding:20px 10px; background-color:#ffffcc; border:1px solid #ff0000; color: #ff0000;}
.empty_title {font:bold 18px Arial, Helvetica, sans-serif;}

a.btn_back:link, a.btn_back:hover, a.btn_back:visited  {
	display:block;
	width:250px;
	height:25px;
	color:#fff;
	font-size:1.2em;
	font-weight:600;
	text-align:center;
	text-decoration:none;
	background:#527CBF url(../images/bkg_button_blue.gif);
	border-style:solid;
	border-width:1px;
	border-color: #D6E6FF #142E55 #142E55 #D6E6FF;
	margin:5px auto;
	line-height:25px;
}

#isCellPhone label{
 width:25px !important;
 float:none;
 text-align:left !important;
 font-size:12px;
}


.freqFlyer {
width:145px;float:left;padding:0 10px 0 0;*padding:3px 10px 0 0;margin:0;text-align:right;font-size:11px;
}

.roomPref {
	margin:5px 0;
	padding:5px 0;
	background:url(/mytrip/images/img_pref_bg.gif) repeat-x center;
}

.tsaPref {
	margin:5px 0;
	padding:5px 0;
}

.tsa_redress {width:450px !important; height:300px !important;}

.closeWindow {text-align:center;}

.roomPrefText {
 padding:0 10px;
 background:#fffbf7;
 font-weight:bold;
}

.travelTime {
	font-size:11px;
	margin:5px 0 0 12px;
	padding:0;
}

#gender label, #mNameRadio label {
 width:25px !important;
 float:none;
 text-align:left !important;
 padding-right:6px;
 *padding-right:7px;
}

label.gender {margin-top:10px; *margin-top:13px;}
span#gender input {margin-top:10px;}

.dob {float:left; margin:0 5px 0 0; padidng:0; font-size:11px; text-align:right;}

p.top {border-top:1px solid #ccc; padding-top:3px; margin-top:3px; position:relative;}
p.bottom {border-bottom:1px solid #ccc; padding-bottom:3px; margin-bottom:3px; position:relative;}


.toSkuOptions .marginB10.left  {float:none !important;}
.toSkuOptions .marginB10 p.requiredFields  {float:none !important;}
.toSkuOptions .marginB10 p.requiredFields label  {float:none !important; width:auto; }
.toSkuOptions .marginB10 p.requiredFields span {}

/**********************************************************************************/
/*          NEW STYLES TO BE MOVED TO GLOBAL WHEN ALL PAGES USE NEW HTML          */
/**********************************************************************************/

#page {width:960px !important; margin:0; padding:0;}
#popup #page {width:auto !important; border-top:none;}
/*.searchContent a {text-decoration:none !important;}*/


/* this is removed from global until all pages are 930px wide */
#full_header {
background-color:#000000 !important;
margin:0 !important;
width:960px !important;
}

.header_bg {
background:url(/images/lvc_homepage_pagetop.png) no-repeat 0 0 transparent !important;
height:80px;
width:960px !important;
}
.header_right {
display:inline;
float:right;
margin:0 10px 0 0;
padding:0;
}


strong {font-size:inherit !important;}
a {color:#0000FF;}
a img {border:0;}
.bold {font-weight:bold;}
.clear {clear:both; font-size:.01em; line-height:.01em; margin:0; padding:0; overflow:hidden;}
span.clear {display:block; clear:both; font-size:.01em; line-height:.01em; height:0; margin:0; padding:0; overflow:hidden;}
.right {float:right;}
.left {float:left;}
.tNormal {font-weight:normal;}
h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
h5 {font-size:12px; padding: 0px; margin:0px;}
.col-double h2, .col-single h2 {margin-top: 0px; line-height: 24px;}
.tripleColumn {width:630px;}
.doubleColumn {width:310px;}
.singleColumn {width:150px;}
.hide {display:none;}
.border {border:1px solid red;}
.italic {font-style:italic;}

.clearIE {clear:both; height: 0px; overflow:hidden;}

/* branding */
.brandingWrap {margin:0; padding:0; height:83px;
	width:950px;
	height:45px;
	background:url(../images/hdr_steps_bg.gif) no-repeat top;
	margin:0 auto;
	padding:0;
}

.headTier3 {}
.headTier3 ul {}
.headTier3 ul li {list-style-type:none;}
.binding_box {clear:both;} /* matt changed 6/25 - this is a temp name until I rewrite the merch module html */
a.magLink:link, a.magLink:visited, a.magLink:hover {
	background:url(../images/icn_mag_arrow.gif) no-repeat left;
	padding:4px 0 4px 12px;
	margin:4px 0 0 0;
}
.pageContents {background: transparent url(../images/nav-background.gif) repeat-y top left; zoom: 1;}
.summaryCol {float:left; width:200px; margin:0 0 20px 0;}

.summaryBox {padding-bottom:20px;}

.searchSummary {padding-bottom:10px;}
.searchSummary h3 {font-size:14px; color:#fff; background-color:#666; padding:4px 5px; margin:0 0 10px 0;}
.searchSummary p {margin:0 0 3px 0; padding:0 2px 0 10px; font-size:11px;}

.airList select {width:189px; overflow:hidden;}
.changeSearch h3 {font-size:14px; padding:4px 5px; color:#fff; margin:0; background-color:#666;}
.changeSearch h4 {margin:10px 0; padding:0 0 0 5px; font-size:14px; font-weight:bold; color:#444;}
.changeSearch p {margin:0 0 15px 0; padding:0 0 0 5px;}
.hotelOnly .changeSearch p {clear:left; margin:0 0 10px 0; padding:0 0 0 5px;}
.changeSearch p input {margin:0; padding:0;}

.additionalCS {text-align:center;}

/* extra styles used for the filter controls */
.filterWrap {padding:10px; border-bottom:1px solid #73a2cb;background-color:#FFEEBA;}
.filterWrap .totalMatches {background:url(/mytrip/images/bg_matching_hotels.gif) no-repeat top left; margin:0 0 10px 0; padding:5px; height: 43px}
.filterWrap .totalMatches div.numberOfHotels {text-align:center;float:left; width:35px; display:inline; padding:9px 5px; margin:0; font-size:18px; font-weight:bold;}
.filterWrap .totalMatches div.matchingHotels {float:left; padding:5px; margin:0; display:inline; color:#fff; font-weight:bold;}
.filterWrap .totalMatches div.matchingHotels a {color:#fff; font-weight:normal;}
.filterWrap .priceSlider {border-width: 0px 1px 0px 1px; border-style: solid; border-color: #EDA600; background-color:#fff; padding:5px; height:60px;}
.filterWrap .starSlider {border-width: 0px 1px 0px 1px; border-style: solid; border-color: #EDA600; background-color:#fff; padding:5px;}
.filterWrap .hotelName {border-width: 0px 1px 0px 1px; border-style: solid; border-color: #EDA600; background-color:#fff; padding:5px;}
.filterWrap .locationPreference .clear, .filterWrap .hotelPreferences .clear {width: 97%;}
.filterWrap .locationPreference {border-width: 0px 1px 0px 1px; border-style: solid; border-color: #EDA600; background-color:#fff; padding:5px;}
.filterWrap .locationPreference select, .filterWrap .hotelName select {width:160px;}
.filterWrap .hotelPreferences {border-width: 0px 1px 0px 1px; border-style: solid; border-color: #EDA600; background-color:#fff; padding:5px;}
.filterWrap .hotelPreferences .subText {font-size:10px;}
.filterWrap .hotelPreferences ul {list-style:none; margin:10px 0 0 0;padding:0;}
.filterWrap .hotelPreferences ul li {margin:0;padding:0 0 5px 5px; background: none;}

.filterBoxWrapper {width: 179px;}
.filterBoxWrapper .topHeader {background: url(/mytrip/images/bg_filter_top.gif) no-repeat bottom left; width: 179px; height: 8px; margin:0 !important; padding:0 !important;}
.filterBoxWrapper .bottomRound {background: url(/mytrip/images/bg_filter_bottom.gif) no-repeat top left; width: 179px; height: 8px; border: 0px; margin:0 0 10px 0 !important; padding:0 !important;}

.filterWrap p.ratingsInfo {float:left; width:30%; clear:none; display:inline;}
.filterWrap p.ratingsSubInfo {float:right; width:60%; text-align:right; display:inline; clear:none;}
.filterWrap .starSlider p.ratingsSubInfo {float:right; width:30%; text-align:right; clear:none; display:inline;}
.filterWrap .starSlider p.ratingsInfo {float:left; width:50%; display:inline; clear:none;}
.filterWrap .starSlider select {display: none;}

.ui-slider { position: relative; text-align: left; width:85%; margin:6px auto 0 auto; height:18px;}
.ui-slider .ui-slider-handle {position: absolute; z-index: 2; width: 15px !important; height: 18px !important; cursor: pointer !important; background: transparent url(/mytrip/images/img_slider_handle.gif) no-repeat 3px 0 !important; border:0 !important; }
.priceSlider .ui-slider {border: none; background:transparent url(/mytrip/images/img_slider_background.gif) repeat-x !important; height:18px;}
.starSlider img {margin-top:5px !important;}
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0;}
.ui-slider li span.ui-widget-content, .ui-slider dd span.ui-widget-content {
	border-right: 0;
	border-left-width: 0px !important;
	border-left-style: solid;
	border-top: 0;
}
.ui-slider-range.ui-widget-header  {
background:none !important;}

.ui-slider-tooltip { background:#444 !important; color:#fff !important;}

.starSlider .ui-slider {background:transparent url(/mytrip/images/img_star_slider_bg.gif) repeat-x !important; height:18px !important;}

.amenitiesPopupContent {width:450px; border:1px solid #525252; background:#fff; position: absolute !important; padding: 8px;}

.amenitiesPopupContent div.amenities {border-top:2px solid #000; width:inherit; padding-top:10px;}
.amenitiesPopupContent div input {float:left;}
.amenitiesPopupContent div a {float:right}
.amenitiesPopupContent table.checkBoxTable {table-layout:fixed; width: 100%;}
.amenitiesPopupContent table.checkBoxTable tr {}
.amenitiesPopupContent table.checkBoxTable tr td {width:50%; padding:2px;}
.amenitiesPopupContent table.checkBoxTable tr td span {width:90%; display:block; margin-top:2px; *margin-top:3px; float:left;}

.allAvailableItems {padding:5px;}
.allAvailableItems h3 {font-style:italic; color:#BD0303; font-size:13px !important;}
.allAvailableItems ul {list-style-position:inside; margin:0 0 20px 0; padding:0; list-style-type:none;}
.allAvailableItems ul li {background: none !important;}
.allAvailableItems ul li.last {display:block;clear:both;float:none;}
.allAvailableItems ul li.leftTitle {font-weight:bold; text-align:left; width:25%; float:left;}
.allAvailableItems ul li.rightTitle {font-weight:bold; text-align:right; float:right; width:55%; }
.allAvailableItems ul.ahAvg li.leftTitle {height:30px;}
.allAvailableItems ul.ahAvg li.rightTitle {height:30px; }
.allAvailableItems ul li.productName {clear:left; width:138px; float:left; font-size:11px !important; margin:0; padding:2px 0 0 0 !important; white-space:nowrap;}
.allAvailableItems ul li.productPrice {text-align:right; width:52px; float:right; font-size:11px !important; margin:0; padding:2px 0 0 0 !important;}

.verisignWrap {text-align:center;}
.verisignWrap script {/* display:block; */}
.verisignWrap {}

.splitBanner {/*background:url(/images/banner_airhotel_search.png) no-repeat;*/ margin-bottom:15px;width:730px;min-height:66px;border-top:1px solid #0f6395;border-bottom:1px solid #0f6395;background-position:center;}
.selectedDates {margin:5px 0 5px 27px; padding-left:50px;}
.selectedDates a {font-size:11px; text-decoration:underline !important;}
.stepsDate {width:48%; float:left; background:url(/mytrip/images/air_hotel/icon_search_hotel.png) no-repeat center right;}
.stepsDate h4 {margin:10px 0 0 60px; padding:0; font-weight:bold;}
.selectedFlights {margin:5px 0 0 33px; padding-left:50px;}
.stepsFlight {width:48%; float:right; background:url(/mytrip/images/air_hotel/icon_search_plane.png) no-repeat center right;}
.stepsFlight h4 {margin:10px 0 0 65px; padding:0; font-weight:bold;}

.hotelBanner {
	background:url(../images/img_lrg_hotel_banner.png) no-repeat;
	background-position:center;
}
.flightBanner {
	background:url(../images/img_lrg_flight_banner.png) no-repeat;
	background-position:center;
}

/* search pages */
#footer .links {width:860px !important; text-align:center !important;} /* WIDTH ONLY FOR SEARCH AND CART */

table.roomsTable {margin:0 0 10px 5px; float:none;}
.changeWrap table.roomsTable {float:none !important; table-layout:fixed; clear:left; margin-bottom:0; margin-left:0;}
table.roomsTable tr {}
table.roomsTable tr th { text-align:center; font-weight:normal;}
table.roomsTable tr td.col1 {padding:0 5px 5px 1px; width:50px; text-align:left;}
table.roomsTable tr td.col2 {padding:0 5px 5px 5px; width:80px; text-align:center;}
table.roomsTable tr td.col3 {padding:0 5px 5px 5px; width:89px; text-align:center;}
table.roomsTable tr.childrenRoom {display:none; clear:both;}
table.roomsTable tr.childrenRoom td {padding:5px 0;}
table.roomsTable tr.childrenRoom td > span {white-space: nowrap;}
table.roomsTable tr.childrenRoom td select {padding:0; margin:0 2px 0 0; width:38px;}
table.roomsTable tr.childrenRoom td select option {padding:0; margin:0;}
a.changeSearch, input.changeSearch {text-align:center; display:block; width:183px; height:26px; background:url(/mytrip/images/bkg_button_blue.gif) repeat-x; border:0; color:#fff; font-weight:bold; padding:0 !important; line-height:26px;}
a.secureProcess {display:block; text-decoration:none; background:url(/images/img_lock.gif) no-repeat left; height:26px; padding:10px 0 0 25px; margin:10px 0 0 5px;}

p.dateLine {}
table.childsTable {table-layout:fixed; margin-top:10px; clear:left;}
.sumLines {padding: 3px 0 0 5px !important;}
.newSearchLeft table.roomsTable, .widgetContainer table.roomsTable {float:left;}
.newSearchLeft table.roomsTable tr td.col1, .widgetContainer table.roomsTable tr td.col1 {padding:0 2px 2px 2px; width:55px; text-align:center;}
.newSearchLeft table.roomsTable tr td.col2, .widgetContainer table.roomsTable tr td.col2 {padding:0 2px 2px 2px; width:45px; text-align:center;}
.newSearchLeft table.roomsTable tr td.col3, .widgetContainer table.roomsTable tr td.col3 {padding:0 2px 2px 2px; width:45px; text-align:center;}
.newSearchLeft p.rooms, .widgetContainer p.rooms {float:left; padding:0; margin:0;}
.newSearchLeft h4, .widgetContainer h4 {margin:0 0 10px 0; padding:0; font-size:14px; font-weight:bold; color:#444; background: transparent url(/images/img_pref_bg.gif) repeat-x;}
.newSearchLeft h4 span, .widgetContainer h4 span {background-color:#fffbdd; padding:0 5px 0 0;}

.productWidgetWrap {background-color: #ffeeba;}
.productWidgetWrap .widgetContainer {padding-left: 5px; padding-right: 9px; padding-top: 15px; padding-bottom: 20px;}
.productWidgetWrap .widgetContainer .searchButton {background: transparent url(/images/bkg_button_blue.gif) repeat-x top left; width: 160px; margin-top: 20px; margin-left: 11px;}

.productWidgetWrap .departDate {margin-bottom: 10px;}

.productWidgetWrap .departDate, 
.productWidgetWrap .departDate input,
.productWidgetWrap .returnDate, 
.productWidgetWrap .returnDate input,
.productWidgetWrap .searchCategory select {display: block; font-size: 12px;}

.productWidgetWrap .departDate label,
.productWidgetWrap .returnDate label,
.productWidgetWrap .searchCategory label {font-weight: bold; display: block; font-size: 11px;]}
.productWidgetWrap .searchCategory select {width: 183px;}

.widgetWrapper table.roomsTable {float:left;}
.widgetWrapper table.roomsTable tr td.col1 {width:50px;}
.widgetWrapper table.roomsTable tr td.col2 {width:60px;}
.widgetWrapper table.roomsTable tr td.col3 {width:60px;}
.widgetWrapper p.bottomCheckIn {float:left; margin:0; padding:0;}
.widgetWrapper p.bottomCheckOut {float:left; margin:0; padding:0;}
.widgetWrapper div.bottomWrap {margin-bottom:10px;}
.widgetWrapper input.bottomWidget {width:80px; float:left;}
.widgetWrapper p.bottomRooms {padding:0; margin:0; float:left;}
form.hotelSearchForm, form.airSearchForm {margin:0; padding:0;}

.widgetWrapper .departDate {float:left;}
.widgetWrapper .returnDate {float:left;}
.widgetWrapper .singleHotel.hotelSelect {display:none;}

.widgetDateFix {position:relative; float:left; display:block;}
.newSearchLeft label, .widgetContainer label, .changeSearch label {display:block; margin-bottom:5px;}
.newSearchLeft .changeSearch .nonStopPreferred label {display:inline;}

.newSearchLeft .ac_input {width:230px;}
/* .widgetContainer .ac_input {width:185px;}*/
.newSearchLeft .airList select {width:243px;}
.widgetContainer .airList select {width:189px;}
.newSearchLeft input.changeSearch /* , .widgetContainer input.changeSearch */ {width:220px; height:26px; background:url(../images/bkg_button_blue.gif) repeat-x scroll center top #527CBF; margin:0 auto 10px auto;}

.datesBottomWidgetWrapper {border: 1px solid #74a2ca; background-color: #a5caea; padding: 5px; margin-right: 10px;}
.datesBottomWidgetWrapper h3 {color: #000000; font-size: 16px; margin-top: 3px; margin-bottom: 10px; background: transparent;}
.tourBottomWidget {border: 1px solid #74a2ca; background-color: #daeaf8; width: auto !important; overflow: hidden;}
.tourBottomWidget .departDate, .tourBottomWidget .returnDate {float: left; width: 110px; display: block !important; position: static !important; margin-left: 0 !important;}
.tourBottomWidget .searchCategory {clear: both;}
.tourBottomWidget .searchCategory select {width: 200px;}

button.ui-datepicker-trigger {float:left; display:block; background:url(/images/calendar_search.gif) no-repeat top left; width:21px; height:20px; margin:0 10px 0 0px; _margin:0 5px 0 0px; padding:0; border:0;}
input.sideWidget {width:68px !important; float:left; margin-bottom:5px; margin-right: 5px; font-size: 11px !important;}
select.dateSelect {float:left; width:73px;}
div#ui-datepicker-div {display:none; padding-top:20px !important; background-color:#fff !important; background-repeat:no-repeat !important; }

.browseSideBarPanel .changeSearch .searchCategory select {width: 183px;}

img.calendar {margin:0 10px 0 2px; display:inline; padding:0; display:block; float:left;}
table.hotelChangeMatrix {table-layout:fixed; border-top:1px solid #9d9d9d; border-right:1px solid #9d9d9d; border-left:1px solid #9d9d9d; width:730px;}
table.hotelChangeMatrix tr {}
table.hotelChangeMatrix tr th {vertical-align:top; }
table.hotelChangeMatrix tr th.col1 {width:85px; text-align:right; background:#e8f2fe; padding:10px; border-right:1px solid #9d9d9d;}
table.hotelChangeMatrix tr td, table.hotelChangeMatrix tr th, table.hotelChangeMatrix tr td span {vertical-align:top; font-family:Arial, Helvetica, sans-serif;}
table.hotelChangeMatrix tr td.col1 {}
table.hotelChangeMatrix tr td.col2 {width:230px; padding:10px 0 10px 10px;}
table.hotelChangeMatrix tr td.col3 {width:230px; padding:10px 0 10px 10px;}
table.hotelChangeMatrix tr td.col4 {width:135px; padding:10px 0 10px 10px;}
table.hotelChangeMatrix tr td.dualCol {}
table.flightChangeMatrix {table-layout:fixed; border:1px solid #9d9d9d; width:730px;}
table.flightChangeMatrix tr {}
table.flightChangeMatrix tr th {vertical-align:top; }
table.flightChangeMatrix tr th.col1 {width:85px; text-align:right; background:#e8f2fe; padding:10px; border-right:1px solid #9d9d9d;}
table.flightChangeMatrix tr td, table.flightChangeMatrix tr th, table.flightChangeMatrix tr td span {vertical-align:top; font-family:Arial, Helvetica, sans-serif;}
table.flightChangeMatrix tr td.col1 {}
table.flightChangeMatrix tr td.col2 {width:292px; padding:10px 10px 3px 10px;}
table.flightChangeMatrix tr td.col3 {width:293px; padding:10px 10px 3px 10px;}
table.flightChangeMatrix tr td.col4 {}
table.flightChangeMatrix tr td.dualCol {padding:0 0 5px 10px;}

.searchContent  {float:right; width:738px;padding-left:10px; background-color:#fff;}
.searchContent h1 {font-size:22px;}
.searchContent h2 {margin:10px 0 5px 0; padding:0; font-size:18px;}
.searchContent .pagination a {text-decoration:underline !important;}
.searchContent .pagination p {padding:0 0 5px 0; margin:0;}

.sortBar {padding:0; margin-bottom:20px; border:1px solid #999; background-color:#eee;}
.sortBar form {display: inline;}
.sortBar input.checkBox {margin:0; width:15px; float:left; height:15px; padding:0;}
.sortBar label {margin:0; padding:0 10px 0 2px; float:left; display:inline;}
.sortBar ul {list-style-type:none; margin:0; padding:0;}
.sortBar ul li {display:inline; margin:0; padding:5px 0; float:left; background: none !important;}
.sortBar ul li.first {background:#666 !important; color:#fff; font-weight:bold; width:75px; margin-right:10px; height:15px;}
.promoSpot {margin-bottom:10px;}
.sortBar form {margin:0; padding:0;}

/* search results */
.searchResult {width:730px; margin-bottom:30px; border:1px solid #999;}
.searchResult .searchResultsHead {width:710px; background:#94c3f2; color:#000; padding:10px; margin:0;}
.searchResult .searchResultsHead h2.averageRate {float:right; width:49%; text-align:right; padding:0; margin:0; font-size:12px; font-weight:normal;}
.searchResult .searchResultsHead span.averageRate {font-size:16px; font-weight:bold;}
.searchResult .searchResultsHead h2.productTitle {float:left; width:50%; text-align:left; padding:0; margin:0; color:#000;}
.searchResult .searchResultsHead h2.productTitle a {font-size:14px; color:#000; text-decoration:underline !important;}
.searchResult .searchResultsHead h2.averageFlightRate {float:left; width:33%; line-height:23px;padding:0; margin:0; font-size:12px; font-weight:normal;}
a.searchSelectFlight {float:right;background:url(/mytrip/images/btn_select_continue.gif) no-repeat; width:181px; height:22px; display:block; padding:6px 0 0 0; margin:0 auto; border:0; color:#fff !important; font-weight:bold; text-align:center; text-decoration:none !important;}
.redArrow {background:url(/images/arr_red.gif) no-repeat bottom right; padding-right:25px;}

.moreHotels {margin:0 auto 10px auto; width:690px;padding:10px; height:31px; text-align:center; background:#fff url(/mytrip/images/more_results.gif) no-repeat; font-weight:bold; color:#fff; font-size:16px; border:0px solid #73a2cb;}
/* .moreHotelsArrow {background:url(/mytrip/images/img_morehotels_arrow.gif) no-repeat center; height:8px; margin-top:-1px; margin-bottom:10px;} */

.multiAirportMessage {color: #90021c; margin-bottom: 10px; font-style: italic;}

/* flights matrix table display */
table.allFlightsMatrix {table-layout:fixed; float:left;}
table.allFlightsMatrix tr td a {text-decoration:underline !important;}
table.allFlightsMatrix .bgHighlight {background:#d2edfd;}
table.allFlightsMatrix .recommendBG {background-color:#fffdba !important;}
table.allFlightsMatrix tr th {background-color:#efefef;text-align:center;border-top:1px solid #ccc;border-bottom:0px solid #ccc;border-right:1px solid #ccc;width:126px;padding:0;margin:0;}
table.allFlightsMatrix tr th.firstCell {border-top:0;border-bottom:0; background-color:#fff; width:94px;}
table.allFlightsMatrix tr th div {padding-bottom:4px;}
table.allFlightsMatrix tr td {text-align:center;border-right:1px solid #ccc;border-bottom:1px solid #ccc;width:126px;padding:5px 0;}
table.allFlightsMatrix tr td.col1 {background:#efefef;border-left:1px solid #ccc;font-weight:bold;margin:0;padding:0;}
table.allFlightsMatrix tr th div.recommendAir {padding:4px 0; margin:0 0 2px 0; background:#ff7300; font-weight:bold; text-align:center; color:#fff;}
table.allFlightsMatrix .columnHighlightBG {background-color:#d2edfd !important;}
div.airlineSwap {padding: 2px 0px 5px 0; text-align: right; clear:both;}
div.airlineSwap a {text-decoration:underline !important;}
.airline {background-color:#efefef;}

.resultsDescription {padding-top:10px;}
.flightResults .resultsDescription {padding-top:0;}
.resultsDescription p {margin:0 0 5px 0; padding:0;}
.resultsDescription div.productThumb {float:left; width:100px;}
.resultsDescription img.productThumb {display:block; margin:0 10px; width:100px;}
.resultsDescription > a > img.productThumb {display:block; float:left; margin:0 10px; width:100px;}
.resultsDescription .productSummary {float:left; width:600px;}

.resultsDescription table.flightTable {width:730px !important; table-layout:fixed;}
/* the 4 colgroup styles allow the table to display the proper widths even though it is started with a colspan cell */
.resultsDescription table.flightTable colgroup col.col1 {width:60px;} /* 70 is regular width but we have 10px left padding */
.resultsDescription table.flightTable colgroup col.col2 {width:200px;}
.resultsDescription table.flightTable colgroup col.col3 {width:230px;}
.resultsDescription table.flightTable colgroup col.col4 {width:220px;} /* 220 is regular width but we have 10px right padding set */
.resultsDescription table.flightTable tr td.connection {text-align:center; border:0; padding:2px 0; background:url(/mytrip/images/air_hotel/img_conn_bg.gif) repeat-x;}
.resultsDescription table.flightTable tbody.firstSegment tr td.connection {display:none;}
.resultsDescription table.flightTable tr {}
.resultsDescription table.flightTable tr th {text-align:left; padding:20px 10px 10px 0;}
.resultsDescription table.flightTable tr th.col1 {font-weight:normal; padding-left:10px;}
.resultsDescription table.flightTable tr th.col2 {}
.resultsDescription table.flightTable tr th.col3 {}
.resultsDescription table.flightTable tr td {vertical-align:top; padding-bottom:15px;}
.resultsDescription table.flightTable tr td.col1 {padding-left:10px;}
.resultsDescription table.flightTable tr td.col2 {}
.resultsDescription table.flightTable tr td.col3 {}
.resultsDescription table.flightTable tr td.col4 {padding-right:10px; } /* we may need to add  white-space:nowrap; if UI wants it to extend */
.resultsDescription table.flightTable tr td.flightSeparator {height:1px; line-height:1px; border-top:1px solid #999; padding:0; }
.resultsDescription table.flightTable tr td span.connectText {padding:0 10px;background:#fff;}
.recommendedHighlight .searchResult, .recommendedHighlight table.flightTable tr td span.connectText {background-color:#c9e5fd;}
.recommendedHighlight .searchResult {clear:left;}
.recommendedHighlight span.flightRecommendation { background:#73a2cb; color:#fff; padding:5px; margin:0; float:left; font-weight:bold;}

table.hotelResults {width:720px; margin:4px auto; clear:both; table-layout:fixed; padding-bottom: 5px; border-collapse: collapse;}
table.hotelResults tr.highlight {background-color:#c9e5fd;}
table.hotelResults tr th {padding:10px 0; background-color:#fff;}
table.hotelResults colgroup {width:100%;}
table.hotelResults colgroup col.productCol {width:90px;}
table.hotelResults colgroup col.weekCol {width:30px;}
table.hotelResults colgroup col.priceCol {width:90px;}
table.hotelResults colgroup col.bookItCol {width:125px;}
table.hotelResults tr th.productCol {text-align:left; padding-left:3px;}
table.hotelResults tr th.weekCol { width:30px; }
table.hotelResults tr th.dayCol {width:45px;}
table.hotelResults tr th.priceCol { width:125px; font-weight:normal; text-align:center;}
table.hotelResults tr th.bookItCol { width:130px; }
table.hotelResults tr th.col1 {text-align:left; padding-left:5px;}
table.hotelResults tr th.col2 {text-align:center;}
table.hotelResults tr td {background-color:#EEE; padding:2px 1px 2px 0; margin:0; border-bottom:1px solid #fff; border-right:1px solid #fff; vertical-align:middle;}
table.hotelResults.airPackage tr td {border-right:none;}
table.hotelResults tr td.productCol {text-align:left; padding-left:3px;}
table.hotelResults tr td.weekCol {text-align:center;}
table.hotelResults tr td.dayCol {text-align:center;}
table.hotelResults tr td.priceCol {text-align:center;}
table.hotelResults tr td.bookItCol {text-align:right; white-space:nowrap;}
table.hotelResults tr td.col1 { padding-left:5px;}
table.hotelResults tr td.col2 {text-align:center;}
table.hotelResults tr td.col3 {padding-right:10px;}
table.hotelResults tr td.col3 a {float:right;}
table.hotelResults tr.hasExclusives td.col1.col3 a {float:none;}
table.hotelResults .exclusiveOffers {border: 2px solid #c51000 !important;}
a.searchSelect { margin:0; border:0; color:#fff !important; font-weight:bold; text-align:center; text-decoration:none !important;}
a.searchSelect span {background:url(/mytrip/images/btn_select_continue.gif) no-repeat;width:181px; height:22px; display:block; padding:6px 0 0 0; color:#fff;}
a.searchSelect span.hasSale {background:url(/mytrip/images/btn_select_continue_sale.png) no-repeat; width:183px; padding-left:41px;}
a.searchSelect span.hasBonus {background:url(/mytrip/images/btn_select_continue_bonus.png) no-repeat; width:183px; padding-left:41px;}
a.searchSelect span span.label {background:none; padding:0;cursor:pointer;}
a.searchSelect span.hasSale span.label {/*margin-left:45px;*/}
a.searchSelect span.hasBonus span.label {/*margin-left:45px;*/}
td#saleTagImage.sale {color: rgb(204, 0, 0); background-attachment: scroll; font-size: 24px; background-repeat: no-repeat; padding: 0px; margin: 0px; background-position: 15px 17px; background-image:url('/promotions/sale_icon_lg.gif');}
td#saleTagImage.bonus {color: rgb(204, 0, 0); background-attachment: scroll; font-size: 24px; background-repeat: no-repeat; padding: 0px; margin: 0px; background-position: 15px 17px; background-image:url('/mytrip/images/bonustag_large.gif');}

table.airPackage .hasExclusives ~ tr td.exclusiveAlts,table.airPackage tr:first-child +tr+ tr.hasExclusives {border-top: 2px solid #C51900}
table.airPackage td.exclusiveTitle, table.hotelResults td.exclusiveTitle{float:left;margin:0 0 -1px -1px;padding:2px 8px 1px 5px !important;}
table.airPackage .hasExclusives {border-left: 2px solid #C51900;border-right: 2px solid #C51900}
table.airPackage tr td.exclusiveNoAlts {border-bottom: 0 solid transparent !important;border-top: 2px solid #C51900;display: table-cell;height: 0;line-height: 0;margin: 0;padding: 0}

.hotelModal table.hotelResults td.exclusiveTitle, table.hotelResults td.exclusiveTitle {background-color:#c51900;color:#fff;padding:2px 0px;font-weight:bold;border-bottom: 2px solid #c51900;border-left: 2px solid #c51900;}
table.hotelResults tr.hasExclusives td.promoDetailsCol {border-right: 2px solid #c51900;border-left: 2px solid #c51900;padding:4px;}
table.hotelResults tr.hasExclusives td.promoDetailsCol .jqPromo {padding:5px;}
.hotelModal table.hotelResults td.exclusiveAlts, table.hotelResults td.exclusiveAlts, .hotelModal table.hotelResults td.exclusiveNoAlts, table.hotelResults td.exclusiveNoAlts {background-color:white;height:30px;border-top:2px solid #c51900;padding-bottom: 5px;padding-top: 10px;}
.hotelModal table.hotelResults td.exclusiveNoAlts, table.hotelResults td.exclusiveNoAlts {height:0px;line-height:0;padding:0;}
table.hotelResults tr.hasPromos td {background-color:#ffee90;}
table.hotelResults tr.isPromo td {background-color:#ffee90;}
input.bookIt {font-size: 11px; cursor:pointer; background:url(/mytrip/images/btn_htl_book.gif) no-repeat; width:69px; height:24px; border:0; font-weight:bold; color:#fff; margin-right:5px; text-transform:uppercase; padding-bottom:2px; *padding-bottom:0;}
input.bookItSale {font-size: 11px; cursor:pointer; background:url(/mytrip/images/btn_book_it_sale.gif) no-repeat; width:116px; height:28px; border:0; font-weight:bold; color:#fff; margin-right:5px;}
.packagePromo, .promo {color: #008d03; padding:0; margin:0; font-weight:bold;}
.usairExclusive {clear: both;color: #008d03; font-weight:normal; margin:0;}
.usairExFlight {width:45%;float:right;font-weight:bold;}

.book_it .book-button {font-size: 11px; background:url(/mytrip/images/btn_htl_book.gif) no-repeat scroll 0 0 transparent; border:0 none; color:#FFFFFF; cursor:pointer; font-weight:bold; height:24px; margin-right:5px; padding-bottom:2px; text-transform:uppercase; width:69px;}
.hasSale .book_it .book-button {background:url(/mytrip/images/btn_htl_book_sale.png) no-repeat scroll 0 0 transparent; width:112px; padding-left: 49px;}
.hasBonus .book_it .book-button {background:url(/mytrip/images/btn_htl_book_bonus.png) no-repeat scroll 0 0 transparent; width:112px; padding-left: 49px;}
.hasSale .bookItCol .bookIt {background:url(/mytrip/images/btn_htl_book_sale.png) no-repeat scroll 0 0 transparent; width:112px; padding-left: 49px;}
.hasBonus .bookItCol .bookIt {background:url(/mytrip/images/btn_htl_book_bonus.png) no-repeat scroll 0 0 transparent; width:112px; padding-left: 49px;}
.book_it .airPkg {font-size: 11px; background:url(/mytrip/images/btn_select_continue.gif) no-repeat scroll 0 0 transparent; color:#FFFFFF; display:block; height:24px;padding: 0px; width:181px; float: right;}
.hasSale .book_it .airPkg {background:url(/mytrip/images/btn_select_continue_sale.png) no-repeat scroll 0 0 transparent; padding-left:41px; width:182px;}
.hasBonus .book_it .airPkg {background:url(/mytrip/images/btn_select_continue_bonus.png) no-repeat scroll 0 0 transparent; padding-left:41px; width:182px;}


.hasPromos .showRoomDetail {font-weight: bold;}
/* hotel popup detail */

.hotelModal table.hotelResults { width:668px; table-layout:fixed; margin-bottom:20px;}
.hotelModal .room_details table.hotelResults { width: 100%; padding-bottom: 0px !important;}
.hotelModal table.hotelResults.airPackage { /*width:630px;*/ table-layout:fixed; margin-bottom:20px;}
.hotelModal table.hotelResults tr.highlight {background-color:#c9e5fd;}
.hotelModal table.hotelResults tr.roomRow td {border-right:0 !important;}
.hotelModal table.hotelResults tr th {border-bottom:2px solid #fff; padding:10px 0; background-color:#94c3f2; color:#000 !important;}
.hotelModal table.hotelResults tr th.productCol {text-align:left; white-space: nowrap;}
.hotelModal .jqRoomRates table.hotelResults tr th.productCol {text-align:left; white-space: normal;}
.hotelModal table.hotelResults tr th.weekCol {}
.hotelModal table.hotelResults tr th.dayCol {}
.hotelModal table.hotelResults tr th.priceCol {}
.hotelModal table.hotelResults tr th.bookItCol {width: 115px !important;}
.hotelModal table.hotelResults tr th.col1 {text-align:left; width:205px;}
.hotelModal table.hotelResults tr th.col2 {text-align:center;width:145px;}
.hotelModal table.hotelResults tr th.col3 {width:280px;}
.hotelModal table.hotelResults tr td {padding:2px 1px 2px 0; margin:0; vertical-align:middle;}
.hotelModal table.hotelResults tr td.productCol {text-align:left; border-left:1px solid #94c3f2;}
.hotelModal .room_details table.hotelResults tr td.productCol {border-left: 0px;}
.hotelModal table.hotelResults tr td.weekCol {text-align:center;}
.hotelModal table.hotelResults tr td.dayCol {text-align:center;}
.hotelModal table.hotelResults tr td.priceCol {text-align:center;}
.hotelModal table.hotelResults tr td.bookItCol {text-align:right;}
.hotelModal table.hotelResults tr.roomRow td.col1, .hotelModal table.hotelResults tr.hasPromos td.col1 {padding-left:10px; border-right:0;}
.hotelModal table.hotelResults tr.roomRow td.col2, .hotelModal table.hotelResults tr.hasPromos td.col2 {text-align:center; border-right:0;}
.hotelModal table.hotelResults tr.roomRow td.col3, .hotelModal table.hotelResults tr.hasPromos td.col3 {text-align:right; border-right:0;}
a.closeWindow {float:right; width:62px; height:22px; display:block;}
:-moz-any-link:focus {outline:none;}
p.close {text-align:center;}
.hotelModal a.closeWindow img {}
.hotelModal .resultsDescription  {padding-top:0;}
.hotelModal .resultsDescription .description {}
.hotelModal .resultsDescription div.productThumb {margin:5px 0 0 5px; width: 190px; float: left;} /* can probably remove the height tag once the java populates the image */
.hotelModal .resultsDescription img.productThumb {width: 190px !important; height: 142px !important; margin:0; padding:0;}
.hotelModal .resultsDescription .productSummary {float:left; width:300px;margin-left:10px; display:inline;}

.hotelModal .resultsDescription .productSummary h1 {font-size:22px !important; margin-top: 0px;}
.hotelModal .productWrap h2 {font-size:14px !important;}
.hotelModal .productWrap h2.caption {
	text-align: left;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 5px;
	background-color:#94C3F2;
}
.hotelModal .resultsDescription .productSummary p {}
.hotelModal .productWrap {padding:10px 5px;}
.product_detail_popup .bgHotelPopTitle th {background-color:#e8f2fe !important; color:#000 !important;}
.product_detail_popup .productDescription {padding:10px;}
.product_detail_popup .productDescription h2 {margin:0; padding:0 0 5px 0;}
.product_detail_popup .productDescription p {margin:0 !important; padding:0 !important;}
.product_detail_popup p.travelTime {margin-bottom:0; padding-bottom:0;}

.flightModal {}
.flightModal div.productThumb{float:left; width:71px;}
.flightModal .productDescription {float:left; width:300px; margin-left:10px; display:inline;}
.flightModal .panelsWrap {}
.flightModal .productWrap {}
.flightModal .outboundTab {}
.flightModal p.close {margin:0;}
.flightModal .tab-panel {}
table.flightPop {width:500px; table-layout:fixed; clear:both; margin:10px 0 0 12px;}
table.flightPop tr {}
table.flightPop tr th {padding:5px 0; text-align:left;}
table.flightPop tr td {}

/* Product Search Page */
#devSearchContent  {font-family: Arial, Helvetica, sans-serif}
#devSearchContent  .summaryColumn {background-color: #efefef; border-right: 1px solid #cccccc; width: 200px; margin-bottom: -9000px; padding-bottom: 9010px; float: left;}

#devSearchContent .summaryColumn h2 {background-color: #666666; color: #ffffff; padding: 3px 5px; font-size: 14px; width: auto; margin: 0;}
#devSearchContent .summaryColumn .searchSummaryWrap {padding: 5px;}

#devSearchContent  > h1 {font-size: 18px; margin-bottom: 0px; margin-top: 0px;}
#devSearchContent h2.productTitle {font-size: 18px; font-weight: bold; margin-top: 10px; margin-bottom: 0px;}
#devSearchContent  > h3 {font-weight: normal; margin-top: 0px; font-size: 14px !important;}
#devSearchContent .showSubTitle {font-size: 14px; font-weight: bold;}
#devSearchContent .showSubTitle span {color: #ce3402;}
#devSearchContent .resultsPagination {width: 100%; margin-top: 10px; margin-bottom: 10px; overflow: hidden;}
#devSearchContent .resultsPagination .resultDates {float: left;}
#devSearchContent .resultsPagination .resultDates span {font-weight: bold; font-size: 14px !important;}
#devSearchContent .resultsPagination .pagination {float: right;}
#devSearchContent .resultsPagination .athena_pagination {padding-right: 3px;}
#devSearchContent .sortBy {border: 1px solid #ffe287; width: auto; padding: 7px; line-height: 15px; margin-bottom: 20px; margin-right:7px;}
#devSearchContent .sortBy input {margin-top: 0px; vertical-align: text-top; padding-top: 0; padding-bottom: 0;}
#devSearchContent .sortBy.show {border: none !important; overflow: hidden; padding-left: 0px; padding-right: 0px;}
#devSearchContent .sortBy.show span.sortByLabel {display: block; float: left; background-color: #666666; color: #FFFFFF; line-height: 30px; width: 77px; text-align: center; font-weight: bold;}
#devSearchContent .sortBy.show span.sortByRadios {display: block; float: left; border: 1px solid #666666; padding-left: 10px; line-height: 28px; width: 639px;}

#devSearchContent .productWrapper {overflow: hidden; margin-bottom: 35px; width: 730px;}
#devSearchContent .productWrapper h1 {color: #000000; background-color: #94c3f2; font-size: 16px; border-bottom: 1px solid #5695e6; line-height: 40px; padding-left: 10px; margin-top: 0px;}
#devSearchContent .productWrapper h1 a {color: #000000; font-size: 16px; text-decoration: none;}
#devSearchContent .productWrapper .productImageArea {float: left;}
#devSearchContent .productWrapper div.productImage {margin: 10px; width: 190px; height: 142px;}

#productPromotions.promoDisplay {margin-top: 10px; padding: 5px; background-color: #dfefff;}
#devSearchContent #productPromotions {width: 510px; float: left; margin-bottom: 8px;}
#productPromotions.promoDisplay {margin-top: 10px; padding: 10px 5px; background-color: #DBEEFF;}
.skuQty .promoDisplay {margin-top: 0px !important; padding: 5px 0px !important;}
#productPromotions.promoDisplay .promotionsList {padding-bottom: 5px;}
.skuQty .promoDisplay .promotionsList {line-height: 14px !important;}
#productPromotions span.hasSale {background:url(/images/sale.gif) no-repeat; padding: 2px 0 2px 37px;}
.skuQty #productPromotions span.hasSale {background:url(/images/sale.gif) no-repeat; padding: 2px 0 2px 37px;}
#productPromotions span.hasBonus {background:url(/mytrip/images/bonus-icon.png) no-repeat; padding-left:45px; padding-top: 2px;}
.skuQty tr.hasPromos {background-color: #DBEEFF;}
.skuQty tr.hasPromos td.skuName, .skuQty tr.hasPromos td.skuPrice, .skuQty tr.hasPromos td.skuQtySelection {background-color: #DBEEFF;}
.dateTimeSelectionPage #productPromotions {width: 640px;}
#devSearchContent .productWrapper .productDescription {width: 353px; float: left; margin-right: 10px; padding-top: 10px;}
#devSearchContent .productDescription .productSummary {margin-bottom: 10px; font-size: 12px !important;}
#devSearchContent .productDescription .productDetail {margin-top: 5px; font-size: 12px !important;}
#devSearchContent .productDescription .productDetail strong {font-size: 12px !important;}
#devSearchContent .productDescription .moreInfoWrap {margin-top: 5px;}
#devSearchContent .productWrapper .priceBook {width: 156px; float: left; text-align: right;}
#devSearchContent .productWrapper .priceBook a {display: block; text-align: center; width: 100%; margin-top: 10px;}
#devSearchContent .productWrapper .fromPrice {font-size: 13px; font-weight: bold; margin-bottom: 10px; margin-top: 10px;}
#devSearchContent .productWrapper .fromPrice span {font-size: 19px; color: #cc0012; font-weight: bold;}
#devSearchContent .bookProduct_left {background: transparent url(/images/book_it_product_left.png) no-repeat top left; float: right; line-height: 24px; color: #FFFFFF; font-weight: bold; font-size: 12px !important; cursor: pointer; padding-left: 19px;}
#devSearchContent .bookProduct_right {background: transparent url(/images/book_it_product_right.png) no-repeat top right; width: auto; padding-right: 19px;}

#devSearchContent .productCustomerRating {overflow: hidden; font-family: Arial, Helvetica, sans-serif; margin-top: 10px; height: 24px; width: 192px; text-align: center;}
#devSearchContent .productCustomerRating .pcRating {font-size: 23px; font-family: Arial, Helvetica, sans-serif; float: left; margin-right: 5px; line-height: 24px; width: 92px; text-align: right;}
#devSearchContent .productCustomerRating .pcRatingText {font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 12px; text-align: left; float: left; width: 88px;}

/* cart items */
.duplicateItemPopup {display:none;}
.cartWrap {background-color:#fff; padding:0 10px;} /*a1cef5*/
.merchandising {padding-top:10px; background-color:#fff;}

h3.cartItems {display:none; float:right; background:url(/mytrip/images/img_lock.gif) no-repeat left; padding:8px 20px 0 30px; _margin-top:10px; height:25px; font-size:14px; vertical-align:text-bottom;}
h3.bcCartItems {float:right; background:#fff url(/mytrip/images/img_lock.gif) no-repeat left; padding:8px 0 0 30px; margin-top:10px; height:25px; font-size:14px; vertical-align:text-bottom;}
h3.fakelink {font-size:inherit; margin:0;}
table.cartItems {width:930px; table-layout:fixed; clear:both; margin:0 auto;}
table.cartItems tr.ieRowHack td, table.cartItemsTotal tr.ieRowHack td {height:.01px !important; overflow:hidden !important; margin:0 !important; padding:0 !important; border:0 !important;}
table.cartItems tr.titleRow {}
table.cartItems tr th {font-weight:bold; padding:5px 10px; text-align:left;border-bottom:2px solid #000;}
table.cartItems tr th.titleCol {width:271px; padding-left:0;}
table.cartItems tr th.col6 {width:86px; text-align:right; padding-right:0;}
table.cartItems tr.airTitle td {border-bottom:1px dashed #000 !important;}
table.cartItems tr.airHotelRow td {border-bottom:1px dashed #000 !important;}
table.cartItems tr.airHotelRow td.col4 {border-bottom:1px solid #000 !important;}
table.cartItems tr.airHotelRow td.col5 {border-bottom:1px solid #000 !important;}
table.cartItems tr.airHotelRow td.col6 {border-bottom:1px solid #000 !important; font-weight:bold;}
table.cartItems tr.nonAirRow td {border-top:1px solid #000;}
table.cartItems tr td {vertical-align:top; background-color:#eff7ff;}
table.cartItems tr td p {padding:0; margin:0;}
p.extraFees {padding:15px !important;}
table.cartItems tr td.titleCol {width:249px; padding:10px; font-weight:bold; border-right:1px solid #ccc;}
table.cartItems tr td.col1, table.cartItemsTotal tr td.col1 {width:81px; padding:10px; border-bottom:1px solid #000; }
table.cartItems tr td.col2, table.cartItemsTotal tr td.col2 {width:180px; padding:10px 10px 10px 0; border-bottom:1px solid #000; border-right:1px solid #ccc;}
table.cartItems tr td.col3, table.cartItemsTotal tr td.col3 {width:170px; padding:10px; border-bottom:1px solid #000; border-right:1px solid #ccc;}
table.cartItems tr td.col3 p, table.cartItemsTotal tr td.col3 p {margin-bottom:10px;}
table.cartItems tr.airRow td.col3 p, table.cartItemsTotal tr.airRow td.col3 p {margin-bottom:0;}
table.cartItems tr.airRow td.col3 p.returnCart, table.cartItemsTotal tr.airRow td.col3 p.returnCart {margin-top:10px;}
table.cartItems tr td.col4, table.cartItemsTotal tr td.col4 {width:95px; padding:10px; border-bottom:1px solid #000; border-right:1px solid #ccc;}
table.cartItems tr td.col5, table.cartItemsTotal tr td.col5 {width:218px; padding:10px; border-bottom:1px solid #000; border-right:1px solid #ccc;}
table.cartItems tr td.col6, table.cartItemsTotal tr td.col6 {width:86px; padding:10px; border-bottom:1px solid #000; font-weight:bold; vertical-align:top;background-color:#fff; text-align:right;}
table.cartItemsTotal {width:930px; table-layout:fixed; clear:both; margin:0 auto; border-top:1px solid #000;}
table.cartItemsTotal tr td {vertical-align:top; border-right:1px solid #ccc; border-bottom:1px solid #000;}
table.cartItemsTotal tr.totalsRow td {border-bottom:0px solid #000;}
table.cartItems tr td.zeroDollarCol {border-right:0;}

/* for empty cart panel */
table.cartItems tr.totalsRow td {border-top:2px solid #000; } /* for empty cart panel */
table.cartItems tr.totalsRow td.text {text-align:right; font-weight:bold; padding:5px 10px; border-right:1px solid #ccc;}
table.cartItems tr.totalsRow td.amount {text-align:right; font-weight:bold; border-right:0; padding:5px 10px; width:86px;}

table.cartItemsTotal tr.totalsRow td {}
table.cartItemsTotal tr.totalsRow td.text {text-align:right; font-weight:bold; padding:5px 10px;border-right:1px solid #ccc;}
table.cartItemsTotal tr.totalsRow td.amount {text-align:right; font-weight:bold; border-right:0; padding:5px 10px; width:86px;}
table.cartItemsTotal tr.promosRow td.text {text-align:right; padding:0 10px;}
table.cartItemsTotal tr.promosRow td.amount {text-align:right; border-right:0; padding:0 10px; width:86px; color:#008d03;}
table.cartItemsTotal tr.feesRow td {}
table.cartItemsTotal tr.feesRow td.text {text-align:right; padding:0 10px;}
table.cartItemsTotal tr.feesRow td.amount {text-align:right; border-right:0; padding:0 10px; width:86px;}
div.extraInfo {/*width:930px;*/ margin:10px auto 0 auto;}
.shopLinks {float:right; margin:0; padding:0 10px 0 0;}
.linkWrap {background:#fff;}
div.extraInfo h4 {font-size:12px; display:inline;}
a.checkOut {float:right; color:#fff; font-weight:bold; background:url(/mytrip/images/btn_green_200.gif) no-repeat; width:225px; height:22px; padding:6px 0 0 0; margin:0; display:block; text-align:center; text-decoration:none;} /* matt changed 6/25 - need to look into cheanging the backgorund image to have 1 piece with right end attached, unlike current prod. */
input.checkOut {color:#fff; font-weight:bold; background:url(../images/btn_continue_pay.gif) no-repeat; width:240px; height:28px; padding:0 10px 0 0; margin:0 auto; display:block; text-align:center; border:0;} /* changed by matt 6/28 */
.checkoutWrap {padding:30px 0; /* border-top:1px dashed #000; */} /* changed by matt 6/28 */
/* guest info and billing info share styles below */
.panelColumn {
	margin:0; padding:7px 10px 0 10px;
} /* changed by matt 6/28 */

.introPanel {
	width:inherit; border-bottom:1px solid #74a2cb; background:url(../images/bg_title_headers.gif) repeat-x;height:29px; margin:0; padding:0; text-align:left;
} /* changed by matt 6/28 */

.introPanel h1 {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif; padding:8px 0 0 9px; margin:0;
} /* changed by matt 6/28 */


.checkoutLeft {float:left; width:710px; border:0px solid #74a2cb; margin:0; padding:0; background-color:#fff;} /* changed by matt 6/28 */
.checkoutRight {float:right; width:200px; margin-right:5px; display:inline;}
.confBG .checkoutLeft {clear:both; width:639px; margin-left:5px; display:inline; border-right:1px solid #74a2cb; border-top:0; border-left:0; border-bottom:0;}
.confBG .checkoutLeft.printable {border-right:1px solid #000;}
.confBG .checkoutLeft h2 {background-color:#a1cef5; padding:10px; border:0;}
.confBG ul li {background:none;}
.confBG .checkoutRight { width:299px; margin-right:5px; display:inline; background-color:#fff; border-top:1px solid #74A2CB; border-right:1px solid #74A2CB;}
.confBG .checkoutRight.printable { border:0;}
.confBG.printable {padding-bottom:10px; border-bottom:1px solid #000;}

.printable ul li, .notice ul li {background:none; list-style-type:square;}

.itemPanel {
	padding:0 10px 10px 10px; margin-bottom:12px; clear:left;
}
.itemPanel h2 {	font-size:14px; padding:0; margin:0; border-bottom:2px solid #000;}
.itemPanel p {padding:0; margin:0 0 10px 0;}
.itemPanel .itemBlock {padding-bottom:10px; margin-top:10px;}
.itemPanel .itemBlock label {width:235px; padding-right:20px; text-align:right; float:left;}
.itemPanel .itemBlock input.radioCell {width:15px; float:left; margin:0;}
.itemPanel .itemBlock label.radioCell {width:25px; text-align:left; padding-left:3px;}
span#isCellPhone {}
.itemPanel .itemBlock #isCellPhone input {width:15px; float:none; margin:0;}
.itemPanel .itemBlock #isCellPhone label {width:25px; margin:0; text-align:left; padding-left:3px; float:none;}
.itemPanel .itemBlock .productBar {background-color:#DAEAF8; padding:5px 10px; margin:0 auto 10px auto; font-weight:bold; width:inherit;} /* changed by matt 6/28 */
.confBG .itemPanel .itemBlock .productBar {background-color:#fff; padding:5px 10px; border-top:2px solid #000; margin:0 auto 10px auto; font-weight:bold; width:inherit; *width:596px;} /* changed by matt 6/28 */
.confBG .itemPanel .itemBlock .productBar p {text-align:center; width:150px; padding:0 10px; margin:-15px auto 0 auto; *float:left; *margin:-15px 0 0 215px; *display:inline; background-color:#fff;}
.itemPanel .itemBlock .tsaProductBar {background-color:#DAEAF8; padding:5px 10px;  margin:0 auto 10px auto; width:inherit;} /* changed by matt 6/28 */
.itemPanel .itemBlock p.requiredFields {float:left;}
.itemPanel .itemBlock .supplemental {margin-bottom:10px}
.itemPanel .itemBlock .required {color:#ff0000;}
.itemPanel .itemBlock p.requiredFields input {}
.itemPanel .itemBlock .lineItem {border:1px solid #fff; clear:both;}
.itemPanel .itemBlock .lineWrap {border:1px solid #fff;}
.itemPanel p.contactNote {display:block; margin-left:255px;}
.itemPanel .tripIns {float:left; width:132px;}
.itemPanel .tripText {float:left; width:565px;}
.itemPanel .tripText .selectIns {background:#deeef7; padding:7px 10px 2px 10px; margin-bottom:10px; width:70%;}
.itemPanel .tripText .selectIns p {margin:0; padding:0 0 5px 0;}
.itemPanel .roomPref {margin:5px 0;padding:5px 0;background:url(/images/img_pref_bg.gif) repeat-x center;}
.itemPanel .roomPref span {padding:0 10px; background-color:#fff; font-weight:bold;}
.contactBlurb {display: block; width:400px;float:left;}
h3.bookTitle {font-size:14px !important; margin:0 0 5px 0;}
h3.bookTitle span {color:#CE3402; font-size:14px;}
strong.noBreak br {display:none;}

a.bestRate {text-decoration:underline !important;}
div.formComponentError input {background-color:#fffdd3;}
div.formComponentError label {color:#df0000;}

.cvnImg {float:left; width:143px; padding-right:10px;}
.cvnText {float:left; width:280px;}
.locationText {display:block; float:left; font-weight:bold; width:400px;}

.postal_pre {width:35px;}
.postal_suf {width:35px;}
.zipcode {width:70px;}
.areacode {width:25px;}




/* side cart

.sideBox {
	width:182px; padding:10px 5px; margin:0 0 15px 0; background-color:#fffbf1; border-right:1px solid #eda600; border-bottom:1px solid #eda600; border-left:1px solid #eda600;
}

 */

.sideBoxHeader {
	background:url(../images/bg_side_box_hdr.gif) no-repeat; width:185px; height:17px; margin:0; padding:4px 0 0 9px; font-weight:bold; font-size:12px;
}
.sideCartTitle h4 {margin:0; padding:7px 0 0 10px;}

.sideCart {background-color:#fff; width:194px;}
.sideCartTitle {background:url(../images/bg_title_headers.gif) repeat-x;height:29px; margin:0; padding:0; text-align:left;}
.sideBox {padding:3px;}
.sideBox p {margin:2px 0; padding:0;}
.sideBox .sideCartItem {margin:0; padding:0 0 12px 0; border-bottom:1px solid #000;}
.airHotelDetails .sideCartItem {border-bottom:0px solid #000; padding:0;}
.sideBox .sideItemDetailsWrap h3 {font-size:12px; font-weight:bold; margin:0; padding:0;}
.sideBox .sideItemTotalWrap {margin-top:20px;}
.sideBox p.includesTaxAndfees {text-align:right;}
.sideBox .sideItemTotal {float:right;}
.sideBox .sideItemRemove {float:left;}
.sideBox table.taxesFees {table-layout:fixed; }
.sideBox table.taxesFees tr td {text-align:right; vertical-align:bottom; margin:0; padding:5px 0 0 0;}
.sideBox table.taxesFees tr td.taxesAmount { padding-right:0 !important;}
.sideBox table.taxesFees tr td.taxesLabel {width:138px; padding:0 !important; white-space:normal; text-align:right;}
.sideBox table.taxesFees tr td.totalLabel {width:95px; font-weight:bold; font-size:14px;}
.sideBox table.taxesFees tr td.totalAmount {width:85px; font-size:14px; font-weight:bold;}
.sideBox .sideItemDetailsWrap p.leaveBlock {}
.sideBox .sideItemDetailsWrap p.returnBlock {margin-top:10px;}
.sideBox .promoAmount {color:#008d03; padding-right:0 !important; white-space:nowrap;}

.csMessaging {margin:20px 0;}
.csMessaging h4 {margin:0; padding:5px 5px 0 5px;}
.csMessaging p {margin:0 0 10px 0; padding:0;}


.securityBox {
	text-align:center;
	border:1px solid #74a2cb !important;
	width:192px;
	margin-bottom:15px;
	} /* changed by matt 6/28 */

.securityBox p {
	margin-top:0;
	padding-top:0;
	margin-bottom: 0px;
} /* changed by matt 6/28 */

.securityBox img.verisign {}


/* confirmation page */
.confTitle {padding:5px 0 5px 10px; margin:0 0 10px 0; background-color:#fff;}
.confTitle h5 {display:inline; font-size:14px; background-color:#fff !important; margin-right:10px;}
.confTitle h5 span {margin-left:5px;}
.confirmation_directionals {}
.leftAir {float:left; width:45%; padding:10px 20px 10px 10px;}
.rightAir {float:right; width:45%; padding:10px;}
table.cartItems tr.flightDirectionals td { border-bottom:1px solid #74a2cb;}
table.cartItems tr.flightConfirmation td {border-bottom:1px dotted #000 !important;}
table.cartItems tr.confAirTitle td {font-weight:bold; color:#734108; border-bottom:1px solid #74a2cb; border-top:0; border-right:0; border-left:0; background-color:#fff3d6;}
table.cartItems tr.confAirTitle td.titleCol p {padding:0; margin:0; width:380px;}
table.cartItems tr.confAirTitle td.titleCol { border-left:1px solid #74a2cb;}
table.cartItems tr.confAirTitle td.col6 { border-right:1px solid #74a2cb;}
table.cartItems tr td.confHeader {padding:10px; font-weight:bold; color:#734108; border-bottom:1px solid #74a2cb; border-left:1px solid #74a2cb; background-color:#fff3d6;}
table.cartItems tr td.col6.PkgConf {border-bottom:0;}
span.confNumber {font-weight:normal;}
div.thankYou { margin-top:10px;}
div.thankYou h1 {float:left; margin:0; padding:0;}
div.thankYou h2 {float:left; margin:0; padding:2px 0 0 5px;}
div.thankYou p {clear:both;margin:0; padding:5px 0;}
.confirmationItems h3.cartItems {display:none;}
span.confirmationNumber {display:block; float:left; font-weight:bold; margin-right:10px;}
.printButton {background:url(/images/btn_print.gif) no-repeat; width:107px; height:17px; color:#fff; text-align:center;display:block; float:left; text-decoration:none;}
.airRequirements {border-top:1px dotted #000; padding:10px;}
.airRequirements ul {margin:0 0 0 5px; padding:0;}
table.cartItems tr.flightDirectionals div.confirmation {text-align:center; border:0; padding:2px 0; background:url(/images/img_conn_bg.gif) repeat-x;}
table.cartItems tr.flightDirectionals span.connectText {padding:0 10px; background:#fff;}
table.cartItems tr.hotelDirectionals td {padding:10px 0; border-bottom:1px solid #74a2cb; border-left:1px solid #74a2cb;}
table.cartItems tr.hotelDirectionals td.col6 {border-left:0;}
table.cartItems tr.hotelDirectionals td ul {margin:0 0 0 15px;}

/* confirmation page email.  */
.itemBlock ul.itinerary {margin:0; padding:0 0 0 15px;}
.itemBlock ul.itinerary li { list-style-image:url(/mytrip/images/arr_red.gif) !important; background:none !important; padding:2px 0 0 0;}
.itemBlock ul.itinerary.last {margin:0;}
table.passengerList {table-layout:fixed; margin-bottom:20px;}
table.passengerList tr {}
table.passengerList tr th {background-color:#bdd7f7; border-bottom:1px solid #73a2cb; text-align:left; vertical-align:top;}
table.passengerList tr th.col1 {width:170px; padding:5px 10px;}
table.passengerList tr th.col2 {width:180px; padding:5px 10px 5px 0;}
table.passengerList tr th.col3 {width:220px; padding:5px 10px 5px 0;}
.printable table.passengerList tr th.col1 {width:170px; padding:5px 10px;}
.printable table.passengerList tr th.col2 {width:180px; padding:5px 10px 5px 0;}
.printable table.passengerList tr th.col3 {width:230px; padding:5px 10px 5px 0;}
table.passengerList tr td {border-bottom:1px solid #ccc; vertical-align:top;}
table.passengerList tr td.col1 {padding:5px 10px;}
table.passengerList tr td.col2 {padding:5px 10px 5px 0;}
table.passengerList tr td.col3 {padding:5px 10px 5px 0;}

/* required for the proper widths of table that opens with a colspan */
table.flightSummary colgroup col.col1 {width:170px;} /* 70 is regular width but we have 10px left padding */
table.flightSummary colgroup col.col2 {width:180px;}
table.flightSummary colgroup col.col3 {width:240px;}
.printable table.flightSummary colgroup col.col3 {width:250px;}
table.flightSummary {table-layout:fixed; margin-bottom:20px;}
table.flightSummary tr {}
table.flightSummary tr th {background-color:#efefef; border-bottom:1px solid #ccc; text-align:left; vertical-align:top;}
table.flightSummary tr th.date {background-color:#bdd7f7; border-bottom:1px solid #73a2cb; padding:5px 10px;}
table.flightSummary tr th.col1 {width:170px; padding:5px 10px;}
table.flightSummary tr th.col2 {width:180px; padding:5px 10px 5px 0;}
table.flightSummary tr th.col3 {width:240px; padding:5px 10px 5px 0;}
.printable table.flightSummary tr th.col3 {width:250px; padding:5px 10px 5px 0;}
table.flightSummary tr td {border-bottom:1px solid #ccc; vertical-align:top;}
table.flightSummary tr td.col1 {padding:5px 10px;}
table.flightSummary tr td.col2 {padding:5px 10px 5px 0;}
table.flightSummary tr td.col3 {padding:5px 10px 5px 0;}
table.flightSummary tbody.connectingFlight td {border:0;}

.receiptInfo {padding-top:10px;}
.receiptInfo p {margin:0 0 5px 0; padding:0 10px; clear:both;}
.receiptInfo img.productThumb {display:block; float:left; margin:0 10px; width:100px;}
.receiptInfo .productSummary {float:left; width:510px;}
.receiptInfo label {font-weight:bold; width:155px !important;}
.receiptInfo img.insuranceReceipt {float:right; margin-right:20px;}
.receiptInfo img.confThumb {float:left; margin-right:20px; margin-bottom:10px; display:block;}
.receiptInfo .receiptDetails {float:left; margin-bottom:20px; width:450px;}
.receiptInfo p.pickupIns {padding-top:15px; margin-top:15px; border-top:1px dashed #000;}
.receiptInfo .travelInsurance {float:left;}
.receiptInfo span.lineDetail {display:block; float:left; width:375px;}
.travelInsurance span.lineDetail {width:290px;}
.dollarPrefix {display:block; float:left;}
span.addressWrap { float:left; display:block;}
span.noteHighlight {font-weight:bold; color:#ff0000;}
span.specialRequests { font-weight:bold;}
ul.specialRequests {padding:0; margin:17px;}
ul.specialRequests li {list-style-type:square; margin:0; padding:0;}
ul.checkInInstructions {padding:0; margin:17px;}
ul.checkInInstructions li {list-style-image:url(/mytrip/images/arr_red.gif); padding:0; margin:0;}
ul.promoTerms {margin:0; padding:10px 0 0 0;}
.confBG ul.promoTerms {margin:17px; padding:10px 0 0 0;}
ul.promoTerms li {padding:5px 0 0 0;}

.w_content_1 {margin-right:0 !important;}
.w_right_1 {margin-left:0 !important;}
.w_content {height:auto !important;}
.w_content > div {*position: relative; _position: relative;}
.w_bottom_1 {display:none !important;}
.module_content {padding:10px !important;}
.modal_pad {margin:0 !important}

/* home page widget from Justin */
.homePageWidgetContainer {background: #FFFBDD url(/images/searchWidgetTop.png) repeat-x left 56px; width:610px; float:left; margin-top:-30px; border: 1px solid #DBA019; margin-bottom: 10px;}
.homePageWidgetContainer .searchWidgetHead {padding-top: 10px; height: 45px; background: url(/images/searchWidgetHeader.png) repeat-x top left; text-align: left; border-bottom: 1px solid white;}

.searchWidgetContainer {background: #FFFBDD url(/images/searchWidgetTop.png) repeat-x left 56px; width:258px; float:left; margin-top:-30px; border: 1px solid #DBA019; margin-bottom: 10px;}
.searchWidgetContainer .searchWidgetHead {padding-top: 10px; height: 45px; background: url(/images/searchWidgetHeader.png) repeat-x top left; text-align: center; border-bottom: 1px solid white;
}
.homePageWidgetContainer .widgetContainer .airSearchForm,
.homePageWidgetContainer .widgetContainer .hotelSearchForm,
.searchWidgetContainer .widgetContainer .airSearchForm,
.searchWidgetContainer .widgetContainer .hotelSearchForm {background-color: transparent;}
.searchWidgetContainer .searchWidgetHead h2, .homePageWidgetContainer .searchWidgetHead h2 {font-size: 18px; margin: 0px; color: #222222;}
.searchWidgetContainer .searchWidgetHead label, .homePageWidgetContainer .searchWidgetHead label {display: inline; font-weight: bold; color: #222222;}
/* search results bottom widget formatting */
.newSearchHead {background:url(/mytrip/images/wgt_gradient_main.gif) repeat-x; border:1px solid #73a2cb;}
.newSearchHead h3 {font-size:14px !important; margin:0; padding:4px 2px;}
.newSearchBody {padding:15px 20px; background-color:#DAEAF8; border-right:1px solid #73a2cb; border-bottom:1px solid #73a2cb; border-left:1px solid #73a2cb;}
.newSearchBody .widgetDateFix {margin-bottom: 5px;}
.newSearchBody .leavingFrom {margin-bottom: 5px;}
.newSearchLeft {width:250px; float:left;}
.newSearchLeft.bottomWidth {width:497px; }
.newSearchTop {background:url(/mytrip/images/air_widget_background_top.gif) no-repeat top; width:250px; height:13px;}
.newSearchTop.bottom {background:url(/javascript/widgets/searchwidget/images/hotel_widget_bottom_background_top.gif) no-repeat top; width:497px; height:12px;}
.newSearchLeft div.changeSearch {background:url(/mytrip/images/wgt_background_bottom.gif) no-repeat bottom; padding-left:5px;}
.newSearchLeft div.widgetWrapper {background:url(/javascript/widgets/searchwidget/images/hotel_widget_bottom_background_bottom.gif) no-repeat bottom; padding:10px;}
.newSearchLeft div.infantsLink {margin-bottom: 10px;}
.newSearchRight {width:350px; float:right;}
.newSearchRight h3 {font-size:16; margin:0; padding:0;}
.newSearchRight img {float:left; width:59px; margin-right:10px;}
.widgetWrapper .rooms {clear:none !important;}
.searchContent #newSearchTarget { width:537px;}
.newSearchRight p.secureProcess {clear:left;display:block; text-decoration:none; background:url(/mytrip/images/img_lock.gif) no-repeat left; height:41px; padding:5px 0 0 25px; margin:10px 0 0 5px; font-weight:bold;}

.airSearchForm {position:relative} /* ie6 hack */

/** Widget Styles **/
.ui-datepicker-trigger {cursor: pointer;}
.home_widget_module {width: 325px; float: left; margin-top: 20px;}
.homePageWidgetContainer .widgetContainer {
	width: 245px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 20px;
	float: left;
	margin-right: 20px;
}
.homePageWidgetContainer .searchWidgetHead {padding-left: 20px;}
.searchWidgetContainer .widgetContainer {
	width: 236px;
	margin-left: 10px;
	margin-top: 20px;
}
.changeSearch .flightFieldset,
.changeSearch .hotelFieldset {
/* 	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #444444; */
	border:0;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
}

.changeSearch .flightFieldset legend,
.changeSearch .hotelFieldset legend {
	padding-left: 0px !important;
	margin-left: 0px;
	padding-right: 5px;
	font-size: 14px;
	line-height: 16px;
	color: #444444;
	font-weight:bold;
}

input.changeSearch {cursor: pointer;}
.changeWrap {padding-left: 5px; padding-right: 5px;}
.changeWrap .singleHotel.hotelSelect {margin-bottom:10px;}
.flightFieldset div.leavingFrom, .hotelFieldset div.rooms, .hotelFieldset table.roomsTable {margin-top: 0px;}
.leavingFrom label a {color: #000000; cursor: default;}
.flightFieldset > div, .hotelFieldSet > div, .bottomWidget .widgetWrapper > div {margin-bottom: 10px;}
.bottomWidget .widgetWrapper .returnDate {margin-right: 5px;}
.bottomWidget .widgetWrapper > div.clear {margin-bottom: 0px;}
.hotelSideBarWidget label, .hotelSideBarWidget .roomsTable th, .hotelSideBarWidget .roomsTable .col1, .wastedDiv1 .changeWrap label, .wastedDiv1 .changeWrap .roomsTable th, .wastedDiv1 .changeWrap .roomsTable .col1 {font-size: 11px;}
.searchWidgetContainer .flightFieldset .departDate, .hotelSearchForm .departDate {width: 110px;	float: left; margin-right: 10px;}
.newSearchLeft .changeSearch .departDate {width:120px; float:left;}
.newSearchLeft .changeSearch .returnDate {width:120px; float:left;}
.hotelOnly .changeWrap .departDate {float:none;}
.hotelOnly .changeWrap .returnDate {float:none; display:block;}
.hotelOnly .changeWrap .departDate label {font-weight:bold;}
.hotelOnly .changeWrap .returnDate label {font-weight:bold;}
.cabinClass {clear:both;}

.searchWidgetContainer .flightFieldset .returnDate, .hotelSearchForm .returnDate {width: 110px;	float: left;}

.searchWidgetContainer .flightFieldset .ui-datepicker-trigger,
.searchWidgetContainer .hotelSearchForm  .ui-datepicker-trigger,
.homePageWidgetContainer .hotelSearchForm .ui-datepicker-trigger,
.changeWrap .hotelSideBarWidget .ui-datepicker-trigger {margin-right: 0px;}

.searchWidgetContainer .flightFieldset .departDate .dateSelect,
.searchWidgetContainer .flightFieldset .returnDate .dateSelect {width: 105px;	margin-top: 5px;}
.changeSearch .flyingTo .destination, .hotelSearchForm .destination {width: 190px;}
.flyingTo label {display:inline;}

.changeSearch .hotelFieldset .rooms, .hotelSearchForm .rooms {float: left;}
 .hotelSearchForm .rooms {clear: both;}
.changeSearch .hotelFieldset .rooms label {display:block; }
.hotelOnly .changeSearch .rooms label {display:inline; font-weight:bold;}
.changeSearch .hotelFieldset .roomsTable, .hotelSearchForm .roomsTable {float: left;}

.changeSearch .hotelFieldset .roomsTable tr th, .hotelSearchForm .roomsTable tr th {padding-bottom: 5px; font-weight:bold;}

.changeWrap .airSearchForm .destination {width: 190px;}

.changeWrap .airSearchForm .nonStopPreferred label, .bottomAirSearchForm .nonStopPreferred label {display: inline;}

.changeWrap .hotelSideBarWidget select.destination, .changeWrap .hotelSideBarWidget div.destination {width: 190px;}
.changeWrap .hotelSideBarWidget .departDate {margin-right: 2px;}
.summaryBox .show .changeSearch,
.summaryBox .show .changeSearch .changeWrap,
.summaryBox .show .filterWrap {background-color: #daeaf9 !important; border: none !important;}
.changeWrap .hotelSideBarWidget .departDate, .changeWrap .hotelSideBarWidget .returnDate {}
.changeWrap .hotelSideBarWidget .departDate .calStart, .changeWrap .hotelSideBarWidget .returnDate .calEnd {width: 80px;}
.changeWrap .hotelSideBarWidget .hotelSelect {float: left;}
.changeWrap .hotelSideBarWidget .hotelSelect label {font-weight:bold;}
.changeWrap .hotelSideBarWidget .hotelSelect select {width: 190px;}
.bottomWidget .hotelSelect select {width: 240px;}
.bottomWidget .hotelSelect {margin-bottom: 15px;}

.bottomWidget .departDate button.ui-datepicker-trigger,
.bottomWidget .returnDate button.ui-datepicker-trigger {margin-right: 0px;}
/* .homePageWidgetContainer .airSearchForm select.dateSelect, */
.bottomAirSearchForm select.dateSelect {width: 100px;}
.bottomAirSearchForm .cabinClass {width: 110px; float: left; margin-right: 10px;}
.bottomAirSearchForm .cabinClass select {width: 110px;}
.bottomAirSearchForm .nonStopPreferred {float: left; width: 100px; padding-top: 15px;}
.bottomAirSearchForm .nonStopPreferred label {display: block; float: left; width: 80px;}
.bottomAirSearchForm .nonStopPreferred input {float: left;}
.roomsTable .col1, .roomsTable .col1 span {white-space: nowrap;}

/* Show Widget Side Panel Search Results */
.browseSideBarPanel .changeSearch .show h1 {margin: 8px 0 10px 0; font-size: 14px;}
.browseSideBarPanel .changeSearch .show > .searchButton {margin-bottom: 16px !important; background: url(/images/bkg_button_green.gif) repeat-x top left !important; letter-spacing: -1px;}
.browseSideBarPanel .changeSearch .show .departDate,
.browseSideBarPanel .changeSearch .show .returnDate {width: 94px; float: left;}
.browseSideBarPanel .changeSearch .show .departDate label,
.browseSideBarPanel .changeSearch .show .returnDate label,
.browseSideBarPanel .changeSearch .show .searchCategory label {font: 12px Arial, Helvetica, sans-serif; color: #666666; font-weight: bold;}
.browseSideBarPanel .changeSearch .show .departDate .ui-datepicker-trigger,
.browseSideBarPanel .changeSearch .show .returnDate .ui-datepicker-trigger	{display: none;}
.browseSideBarPanel .changeSearch .searchCategory select {width: 183px; margin-bottom: 13px;}
.browseSideBarPanel .changeSearch .freeTextSearch {clear: both; border-top: 1px solid #fbc036;}
.browseSideBarPanel .changeSearch .freeTextSearch input.changeSearch {background: url(/images/bkg_button_green.gif) repeat-x top left !important;}
.browseSideBarPanel .changeSearch .freeTextSearch .free-form-text-heading {margin: 10px 0 8px 0;}
.browseSideBarPanel .changeSearch .freeTextSearch .free-form-text-label {font: 12px Arial, Helvetica, sans-serif; color: #666666; font-weight: bold;}
.browseSideBarPanel .changeSearch .freeTextSearch .free-form-text-input {margin-bottom: 10px; width: 183px;}

/* Show Widget Bottom Search Results */
.tourBottomWidget .searchCategory {clear: both;}
.tourBottomWidget .searchCategory select {width: 200px;}
.datesBottomWidget .show .returnDate,
.datesBottomWidget .show .departDate {margin-top: 8px;}	
.datesBottomWidget .show .returnDate label,
.datesBottomWidget .show .departDate label,
.datesBottomWidget .show .searchCategory label {font: 12px Arial, Helvetica, sans-serif; color: #666666; font-weight: bold;}
.datesBottomWidget .show #datesCatSearchWidgetSearchButton {background: url(/images/bkg_button_green.gif) repeat-x top left !important;}
.datesBottomWidget .show .freeTextSearch {clear: both; float: left; width: 210px; border-top: 1px solid #fbc036;}
.datesBottomWidget .show .freeTextSearch .free-form-text-heading {margin: 10px 0 8px 0; font-size: 14px;}
.datesBottomWidget .show .freeTextSearch .free-form-text-label {font: 12px Arial, Helvetica, sans-serif; color: #666666; font-weight: bold;}
.datesBottomWidget .show .freeTextSearch .free-form-text-input {margin-bottom: 10px; width: 183px;}
.datesBottomWidget .show .freeTextSearch input.changeSearch {background: url(/images/bkg_button_green.gif) repeat-x top left !important;}
.datesBottomWidget .show .secureBookingProcessTwoLine {margin-top: 95px !important;}

.homePageWidgetContainer #pkgWidgetPlaceholder .flightFieldset , .homePageWidgetContainer #pkgWidgetPlaceholder .hotelFieldset {margin-bottom: 10px;}
.homePageWidgetContainer #pkgWidgetPlaceholder .flightFieldset label {float: left; padding-right: 4px; width: 70px; text-align: right; line-height: 20px;}
.homePageWidgetContainer #pkgWidgetPlaceholder .flightFieldset .flyingTo select {width: 170px;}
* html .homePageWidgetContainer #pkgWidgetPlaceholder .flightFieldset .flyingTo select {float: left;}
.homePageWidgetContainer #pkgWidgetPlaceholder .flightFieldset .departDate input,
.homePageWidgetContainer #pkgWidgetPlaceholder .flightFieldset .returnDate input {width: 65px;}
.homePageWidgetContainer #pkgWidgetPlaceholder .flightFieldset .departDate button.ui-datepicker-trigger,
.homePageWidgetContainer #pkgWidgetPlaceholder .flightFieldset .returnDate button.ui-datepicker-trigger {margin: 0 5px 0 2px;}
.homePageWidgetContainer #pkgWidgetPlaceholder .flightFieldset .ac_input {width: 240px;}
.homePageWidgetContainer #pkgWidgetPlaceholder .flightFieldset .cabinClass select {width: 170px;}
* html .homePageWidgetContainer #pkgWidgetPlaceholder .flightFieldset .cabinClass select {float: left;}
.homePageWidgetContainer #pkgWidgetPlaceholder .hotelFieldset .rooms {width: 50px;}
.homePageWidgetContainer #pkgWidgetPlaceholder .flightFieldset .leavingFrom label {float: none; width: auto; text-align: left;}
.homePageWidgetContainer #pkgWidgetPlaceholder .infantsLink {text-align: center;}
.homePageWidgetContainer #pkgWidgetPlaceholder input.changeSearch {margin-left: auto; margin-right: auto;}
.homePageWidgetContainer #pkgWidgetPlaceholder a.secureProcess {margin: 10px auto 0 auto; width: 140px;}
.homePageWidgetContainer .flightFieldset > div,
.homePageWidgetContainer .hotelFieldSet >  div,
.homePageWidgetContainer .hotelSearchForm > div,
.homePageWidgetContainer .airSearchForm .changeSearch > div,
.homePageWidgetContainer .bottomWidget .widgetWrapper > div {margin-bottom: 10px;}
.homePageWidgetContainer .flightFieldset div.leavingFrom,
.homePageWidgetContainer .hotelFieldset div.rooms,
.homePageWidgetContainer .hotelFieldset table.roomsTable {margin-top: 5px;}

.hotelResults .jqRoomDetails > td > br {display: none;}
.hotelResults .jqRoomDetails .jqDetails > div > p {margin: 0px 0px 5px 0px;}
.hotelResults .jqRoomDetails .jqDetails > div > img {float: right; margin: 15px;}
.hotelResults .jqRoomDetails .roomDetails p {margin: 0px 0px 5px 0px;}
.hotelResults .jqRoomDetails .roomDetails img {float: right; margin: 15px;}
.hotelResults .jqRoomDetails .jqPromo > p {margin: 0px 0px 5px 0px;}
.hotelResults .jqRoomDetails .jqPromo {padding: 0px 10px 10px 7px;}
.hotelResults .jqRoomDetails .jqPromo .promoTerms p {font-size: 11px; margin: 0px 0px 5px 0px;}

/****************************************************************
Styles pulled from HotelPoint.css
****************************************************************/

/** POINT CSS **/
.point {width:224px; height: 25px;}
.point_all {height: 1px; line-height:1px;	overflow:hidden; border-left: 1px solid  #3f3f3f;	border-right: 1px solid  #3f3f3f;	background-color: #ffffe1;}
/** The point consisits of 25 different div's.  The margin starts at 87px and goes to 111px
  * There is no need to change any of these values.  **/
.point1 {margin: 0px 87px;}
.point2 {margin: 0px 88px;}
.point3 {margin: 0px 89px;}
.point4 {margin: 0px 90px;}
.point5 {margin: 0px 91px;}
.point6 {margin: 0px 92px;}
.point7 {margin: 0px 93px;}
.point8 {margin: 0px 94px;}
.point9 {margin: 0px 95px;}
.point10 {margin: 0px 96px;}
.point11 {margin: 0px 97px;}
.point12 {margin: 0px 98px;}
.point13 {margin: 0px 99px;}
.point14 {margin: 0px 100px;}
.point15 {margin: 0px 101px;}
.point16 {margin: 0px 102px;}
.point17 {margin: 0px 103px;}
.point18 {margin: 0px 104px;}
.point19 {margin: 0px 105px;}
.point20 {margin: 0px 106px;}
.point21 {margin: 0px 107px;}
.point22 {margin: 0px 108px;}
.point23 {margin: 0px 109px;}
.point24 {margin: 0px 110px;}
.point25 {margin: 0px 111px; height: 1px;	line-height:1px; overflow:hidden;	border-left: 1px solid  #3f3f3f; border-right: 1px solid  #3f3f3f; background-color: #ffffe1;}
/** END POINT CSS */

.CSScontainer {width:224px;}
/* .container {width:224px;} */
.bottom_round {width:224px;}
/** ROUNDED CORNERS CSS **/
.round_all {height: 1px; line-height: 1px; overflow:hidden;	background-color: #ffffe1; border-left: 1px solid #3f3f3f; border-right: 1px solid #3f3f3f;}
.round1 {height: 1px;	line-height: 1px;	overflow:hidden; margin: 0 5px;	background-color: #3f3f3f;}
.round2 {border-width: 0 2px; margin: 0 3px;}
.round3 {margin: 0 2px;}
.round4 {height: 2px; line-height:2px; margin: 0 1px;}
.content {border-left: 1px solid  #3f3f3f; border-right: 1px solid  #3f3f3f; background-color: #ffffe1;}
.bottom_round {width: 224px; height: 1px;	overflow:hidden;}
.bottom_round div {display: inline;}
.point_round_left, .point_round_right {width: 81px;	/**_width: 82px; **/ height: 1px;	line-height: 1px;	overflow:hidden; background-color: #3F3F3F;}
.point_round_left {float: left;	margin-left: 5px;	border-left: 1px solid  #3f3f3f;}
.point_round_right {float:right; margin-right: 5px; border-right: 1px solid  #3f3f3f;}
.point_round_center {width: 49px;	float: left; height: 1px;	overflow:hidden; background-color: #ffffe1;	border-right: 1px solid  #ffffe1;}
/********** end hotelpoint.css ***************/


/* calendar view for single hotel search not available calendar display. pulled from him.css */
div.calendarView {border:1px solid #000; background-color:#fffbdd; padding:10px;}
div.calendarView .singleColumn {width:50%; float:left; display:inline;}
div.calendarView .singleColumn h3 {padding:0; margin:0;}
div.calendarView .singleColumn p.red {color:red; font-weight:bold; font-size:14px;padding:10px 0;}
div.calendarView .singleColumn p {margin:0; padding:0 0 5px 0;}
div.calendarView .singleColumn a.prevLink {float:left;color:#fff; display:inline;}
div.calendarView .singleColumn a.nextLink {float:right; color:#fff; display:inline; margin-left:74px;}
div.calendarView .singleColumn span.current {font-weight:bold; margin:0 auto; display:inline; float:right;}

.calendarViewTitle {margin:0 auto;padding:10px;background-color:#9C0000; color:#fff; width:237px; border-top:2px solid #000; border-right:2px solid #000; border-left:2px solid #000; text-align:center;}

table.calendarView  {background-color:#fff;table-layout:fixed;border: 1px solid #000;margin:0 auto;}

table.calendarView th {border: 1px solid black; font-size: 10px;height: 25px;width:35px;text-align:center;}
table.calendarView td {border: 1px solid black; font-size: 10px;height: 25px;width:35px;text-align:center;}
table.calendarView td.col1 {}
table.calendarView td.col2 {}
table.calendarView td.col3 {}
table.calendarView td.col4 {}
table.calendarView td.col5 {}
table.calendarView td.col6 {}
table.calendarView td.col7 {}
table.calendarView td.colVacancy {vertical-align:middle; text-align:left; font-size:12px; padding:5px 10px;}
table.calendarView td.colVacancy img {margin:0; padding:0; text-align:bottom;}

table.calendarView .active_cell {background-color: #fbee71;}
table.calendarView .active_cell a {color: #2B832D; font-weight:bold; text-decoration:underline !important;}

table.calendarView .inactive_cell {background-color: #eeeeee; white-space:nowrap;}

table.calendarView .table_Header th span, {margin-left: 5px;}

table.calendarView .dayWrapper {}
.calendarView .hasNoAvail {text-decoration:line-through; background-color:#fff; width:35px; height:25px; line-height:25px;}

table.calendarView .boxWrapper {padding: 0 5px 3px 5px;}

table.calendarView .dateLink {
	color: blue;
	display: block;
	width: 25px;
	height: 20px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
	padding-top: 2px;
	background-color: #FFF6CD;
}
table.calendarView .dateLink span {text-decoration:inherit; color: blue; font-weight: bold;	font-size: 13px;}

table.calendarView .avail {display: none; height: 0px; overflow: hidden;}
table.calendarView .full {height: 100%; width: 100%; margin: 0 auto; text-align: center;}
table.calendarView .full img {margin: 0 auto;	text-align: center;}
table.calendarView .full div {width: 54px; margin: 0 auto; text-align: center;}
table.calendarView .eventTimeWrap {border-bottom: 1px solid #428C3E;}
table.calendarView .eventTimeWrap .eventTime {font-weight: bold; color: #FFFFFF; font-size: 11px; background-color: #428C3E; padding-left: 2px;	padding-right: 2px;}
table.calendarView .rateWrap {padding-bottom: 2px;border-bottom: 1px solid #C9C9C9;	margin-bottom: 2px;}
table.calendarView .rateWrap.last {margin-bottom: 5px; border-bottom: none;	padding-bottom: 0px;}

.yellowError {
	border:2px solid #ff0000;
	background-color:#ffffcc;
	padding:15px;
	width:702px;
	margin:0 auto;
}

.yellowErrorOnCart {
	border:2px solid #ff0000;
	background-color:#ffffcc;
	padding:15px;
	margin:0 auto;
}

.yellowError h1 {
	color:#c50303;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.yellowErrorOnCart h1 {
	color:#c50303;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:left;
}

.yellowError p {
	margin:10px 0 15px 0;
	padding:0;
}

.yellowErrorOnCart p {
	margin:10px 0 0 0;
	padding:0;
	text-align:left;
}

/* slyons  4/6 added for product  Intro Paragraph and Page Title  */

.page_image .page_link {text-align: center;}
.page_image {height: 145px; width: 130px; float: left;}
.page_image a img {height: 100px; width: 130px;}

/* Summary Tab content includes text information and video module with slides */
.summaryTab {clear:left; padding:10px 5px;}
.summaryTab h2 {margin-top:0;}
.summaryTab .tabText {width:270px; float:left;}
.summaryTab .tabText h2 {font-size:18px;}
.summaryTab p {margin:5px 0 0 0; padding:0;}
.summaryTab .tabText p {margin:5px 0 10px 0; padding:0;}
.summaryTab > a {display:block; margin-bottom:10px;}
.summaryTab .tabText a {}
.summaryTab .tabText ul {margin:5px 0 10px 0; padding:0; list-style-type:square; list-style-position:inside;}
.summaryTab .tabText ul li {}
.summaryTab .tabImages {width:330px; float:right;}
.summaryTab .tabImages img.viewPane {margin:30px 10px 10px 0; padding:0;}
.summaryTab .tabImages img.previewThumb {margin:0 10px 2px 0; padding:0;}
.summaryTab .tabImages a {}

/* expert review tab content */
.expertTab {clear:left;}
.expertTab .content-panel {padding: 0 10px 0 10px;}
.expertTab h2 {margin-top:0;}
.expertTab .tabText {width:470px; float:left;}
.expertTab .tabText h2 {font-size:18px;}
.expertTab .tabText p {margin:5px 0 10px 0; padding:0;}
.expertTab .tabText a {}
.expertTab .tabText ul {margin:5px 0 10px 0; padding:0; list-style-type:square; list-style-position:inside;}
.expertTab .tabText ul li {}
.expertTab .tabImages {width:130px; float:right;}
.expertTab .tabImages img.viewPane {margin:0; padding:0;}
.expertTab .tabImages a {}

/* hotel detail tab content */
.hotelDetailsTab {clear:left;}
.hotelDetailsTab .content-panel {padding: 10px; 5px;}
.hotelDetailsTab h2 {margin-top:0;}
.hotelDetailsTab ul {list-style-type:none;}
.hotelDetailsTab ul li {margin:0 10px 20px 0;padding:0;}

/* rooms tab content */
.roomsTab {clear:left;}
.roomsTab .content-panel {padding: 10px 5px;}
.roomsTab h2 {margin-top:0;}
.roomsTab .tabText h4 {background-color: #94C3F2; margin:0 0 0 0; padding:5px; color:#000000;}
.roomsTab .tabText p {margin:0 0 10px 0; padding:0;}
.roomsTab .tabRoom {border:1px solid #D9B336; margin-bottom:10px;}
.roomsTab .room_image {float:right;} /* can remove the border once the picture is populated */
.roomsTab .room_image img {margin: 15px;}
.roomsTab .tabText .room_details {margin-top: 10px;}
.roomsTab .jqRoomRates {background: #EEEEEE; margin-bottom: 2px;}
.roomsTab .jqRoomRates.hasPromo {background: #FFEE90;}
.roomsTab .room_name_wrapper {width: 250px; float: left; height: 52px; text-align: left; padding-top: 10px;}
.roomsTab .hasPromo .room_name_wrapper .room_name {font-weight: bold;}
.roomsTab .room_name_wrapper div {padding-left: 10px;}
.roomsTab .room_pricing {width: 145px; float: left; height: 52px; text-align: center; padding-top: 10px;}
.roomsTab .book_it {width: 246px; float: right; height: 42px; text-align: right; vertical-align: middle; padding-top: 20px;}
.roomsTab .jqPromo {padding: 0 10px 10px 10px;}

/* photos tab content */
.photosTab {clear:left;}
.photosTab h2 {margin-top:0;}
.photosTab .tabText {width:310px;}
.photosTab .tabText h2 {float:left;font-size:18px;}
.photosTab .tabText p {}
.photosTab .tabText a {float:right;}
.photosTab .tabText a.previous {margin-right:10px;}
.photosTab .tabText a.next {}
.photosTab .tabImages {clear:both;}
.photosTab .tabImages img.viewPane {margin:0 10px 10px 0; padding:0; float:left;}
.photosTab .tabImages img.previewThumb {margin:0 10px 2px 0; padding:0;float:left;}
.photosTab .tabImages a {}

/* videos tab content */
.videoTab {clear:left;}
.videoTab h2 {margin-top:0;}
.videoTab .tabText {}
.videoTab .tabText h2 {font-size:18px;}
.videoTab .tabText p {}
.videoTab .tabText a {}
.videoTab .tabImages {vertical-align:text-bottom;}
.videoTab .tabImages .videoBlock {clear:both; margin-bottom:10px;}
.videoTab .tabImages .videoBlock img.previewThumb {float:left;}
.videoTab .tabImages .videoBlock a {padding:0; margin:40px 0 0 20px; display:block; float:left;}
.videoTab .content-panel {height: 351px; overflow: hidden; padding:5px 0 0 5px;}

/* maps tab content */
.mapTab {clear:left; height: 420px;}
.mapTab h2 {margin-top:0;}
.mapTab .tabText {}
.mapTab .tabText h2 {font-size:18px;}
.mapTab .tabText p {}
.mapTab .tabText a {}
.mapTab .tabText ul {}
.mapTab .tabText ul li {}
.mapTab .tabImages {}
.mapTab .tabImages img.viewPane {}
.mapTab .tabImages img.previewThumb {}
.mapTab .tabImages a {}

.info_window_video {
	clear:both;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 100% !important;
	height: 360px;
	z-index: 300;
	float: left;
	overflow: hidden;
	float: left;
	margin-left: 0 !important;
	display:inline;
	padding-top: 5px;
	padding-bottom: 3px;
/*	position: relative; removing this because it causes issues in ie6 when you have to scroll the window */
	/*z-index: 500;*/
}

.insLogo {width:112px; padding:0 5px; float:left;}
.insText {width:488px; float:left;}
.insText ul li {background:none; list-style-type:square;}

.airTransfer {float:left;}
.airTransPass {float:right;}
.transWrapper {background-color:#DEEBFF; margin-bottom:25px; padding:10px;}
.skuOptions label {width:150px !important; padding-left:10px;}
.skuOptions .lineWrap {border:0 !important;}

.important {color:#bd0909; }
p.importantNotice {padding-top:10px;}

.pleaseNote {background-color:#efefef; padding:10px !important;}

.csSecurity {background-color:#eff7ff; width:192px;}
.csSecurity p {margin:5px 5px 10px 5px; padding:0;}
.csFaq {background-color:#eff7ff; width:192px; border:1px solid #a1cef5; margin-bottom:20px;}
.csFaq p {margin:5px 5px 10px 5px; padding:0; font-size:11px;}
.csConfidence {background-color:#eff7ff; width:194px;border:1px solid #a1cef5;}
.csConfidence p {margin:5px 5px 10px 5px; padding:0; font-size:11px;}
.csConfidence p.secureProcess {background:url(/mytrip/images/img_lock.gif) no-repeat left; height:26px; padding-left:25px; margin:5px;}

.printHead {border-top:2px solid #000; margin-top:40px; padding-bottom:15px; background-color:#fff;}
.printHead img {margin-top:-30px; background-color:#fff;}
.confSidePanel {padding:10px 0;}
.confCS {padding:0 10px;}
.printSidePanel {padding:10px;}

.upsell {border-top:1px solid #000; padding-top:20px; margin-top:20px;}
p.suggestions {margin:0; padding:0 10px;}
.marketingAds {margin:10px 0 0 0;}

.topSecurityWrap {background:#fff;padding:0 5px;margin:0;}
.breadcrumbWrap {margin:0; padding:10px 0 0 0; background-color:#fff; float:left;}
.breadcrumbWrap h3 {font-size:12px !important; margin:0; padding:0; display:block;}
.breadcrumbWrap h3 a, .breadcrumbWrap h3 span {display:block; float:left; padding:0 0 0 5px; margin:0; line-height:32px; color:#000;}
.breadcrumbWrap span.firstOn {background:url(/mytrip/images/bread_1_endgrad.gif) no-repeat; width:97px; height:32px; font-weight:bold; padding:0 0 0 10px;}
.breadcrumbWrap span.firstConf, .breadcrumbWrap a.firstConf {background:url(/mytrip/images/bread_1_nograd.gif) no-repeat; width:97px; height:32px; font-weight:normal; padding:0 0 0 10px;}
.breadcrumbWrap span.secondGrad {background:url(/mytrip/images/bread_2_grad.gif) no-repeat; width:150px; height:32px; font-weight:normal;}
.breadcrumbWrap span.secondConf, .breadcrumbWrap a.secondConf {background:url(/mytrip/images/bread_2_nograd.gif) no-repeat; width:150px; height:32px; font-weight:normal;}
.breadcrumbWrap span.secondOn {background:url(/mytrip/images/bread_2_endgrad.gif) no-repeat; width:150px; height:32px; font-weight:bold;}
.breadcrumbWrap span.thirdGrad {background:url(/mytrip/images/bread_3_grad.gif) no-repeat; width:150px; height:32px; font-weight:normal;}
.breadcrumbWrap span.thirdConf, .breadcrumbWrap a.thirdConf {background:url(/mytrip/images/bread_3_nograd.gif) no-repeat; width:150px; height:32px; font-weight:normal;}
.breadcrumbWrap span.thirdOn {background:url(/mytrip/images/bread_3_endgrad.gif) no-repeat; width:150px; height:32px; font-weight:bold;}
.breadcrumbWrap span.fourthGrad {background:url(/mytrip/images/bread_4_grad.gif) no-repeat; width:135px; height:32px; font-weight:normal;}
.breadcrumbWrap span.fourthConf {background:url(/mytrip/images/bread_4_nograd.gif) no-repeat; width:135px; height:32px; font-weight:bold;}


.contentHeader {width:950px; height:92px; padding: 20px 0 1px 0; margin:0; border-bottom:1px solid #000; background:url(/mytrip/images/img_conf_head_medley.jpg) no-repeat;}
.contentHeadMessage {display:none; font-weight:normal; line-height:1.2em; font-size:18px; color:#fff;text-shadow:#222 1px 1px 1px;}
.contentHeadMessage h1 {font-size:30px; font-weight:bold; letter-spacing:-1px; margin-top:0;}

input.email {width:255px !important;}
.secureID {width:30px;}
.csWrap {text-align:center;}
.travelerNotice a {text-decoration:underline !important;}


.airline_img {padding-top:10px;}

#tourDetailPage #content_background {background-color:#fff;}

.hotelDetailsPop {text-align:center; font-weight:bold; padding:2px 5px;}
.hotelDetailsPop p {margin:0; padding:0 0 5px 0;}
.hotelDetailsPop p.totalLine{border-top:1px dotted #000; margin:5px 0;}
.hotelDetailsPop a {text-decoration:underline !important;}

.signinText {float:left; width:185px; margin:0 5px 0 0; padding:10px 0; text-align:right;}
.signinInput {float:left; width:185px; padding:10px 0; margin:0; text-align:left;}
.signinInput p  {margin:0; padding:0;}
.signinInput p input {width:196px;}
.signinInput p.signinNext {margin:0; padding:5px 0;}

.verifyEmail {float:left; width:185px; margin-right:5px; padding:10px 0; text-align:right;}
.verifyEmailInput {float:left; width:200px; text-align:left; padding:10px 0;}
.verifyEmailInput span {margin:0;}
.verifyQuestion {float:left; width:185px; margin-right:5px; padding:10px 0; text-align:right;}
.verifyQInput {float:left; width:200px; text-align:left; padding:10px 0;}
.verifyNextWrap {text-align:left; padding:0 0 10px 0; margin:0 0 0 190px;}
.verifyNextWrap p {padding:0; margin:5px 0;}
.verifyNextWrap p.verifyNext {margin:0;}


/* merchandising changes */
.merchandisingModule{padding:0 10px; margin:0 auto; position:relative;}
.mAddShowTix {height:49px; background:#fff url(../images/expanded_merch_tab.gif) no-repeat;}
.mBorder {border-top:2px solid #A1CEF5;}
.mNavBottom {margin-top: 25px; float:right;}
h2.mTabText {
	color:#000;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 25px 0 0 27px;
	margin:0;
}

.mContent {background:url(/mytrip/images/img_merch_bg.gif) repeat-x; border-bottom:2px solid #A1CEF5;}
.mItem {padding:20px 0;}
.mSelectDate {float:left; margin:0 0 5px 5px; display:inline;  }

table.mSkusTable {table-layout:fixed; margin-bottom:10px; float:left; width: 730px;}
table.mSkusTable colgroup col.col1 {width:20px;}
table.mSkusTable colgroup col.col2 {width:538px;}
table.mSkusTable colgroup col.col3 {width:120px;}
table.mSkusTable colgroup col.col4 {width:40px;}
table.mSkusTable tr {}
table.mSkusTable tr th {text-align:left;}
table.mSkusTable tr td {padding:2px; margin:2px; border-bottom:1px dashed #A1CEF5;}
table.mSkusTable tr td.col1 {text-align:center; font-weight:bold;}
table.mSkusTable tr td.col1 div {width:20px !important; height:18px !important; padding-top:2px;}
table.mSkusTable tr td.col2 {}
table.mSkusTable tr td.col3 {text-align:right;}
table.mSkusTable tr td.col4 {text-align:right; padding-right:5px;}

.SkusContainer {float:left; margin:0 0 0 5px; display:inline; width:580px;}
h3.mSelectQty { padding:0; margin:0; font-weight:bold; font-size:12px;}
.mTopContent {padding-bottom:15px;}
.mItemImg {float:left;}

.mItemImg img {
	height: 75px;
	width: 100px;
	border:1px solid #000;
}

.mProductDescription {
	float:left;
	padding:0 0 0 5px;
	display:inline;
	width:780px;
}

h3.mProductName {
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:12px;
}

.mItemDescription p {margin:5px 0; padding:0;}

.mSeatMap {float:left; padding-top:15px;}

.mSeatMap img {height: 104px; width: 190px; margin-right:5px;}

.mUpsellButtonWrap {vertical-align: bottom; width: 133px;margin: -25px 15px 0 0; display:inline;}

.mUpsellButton {
	height: 24px;
	width: 133px;
	text-align:center;
	border: none;
	padding: 0;
	margin-right:8px;
	background: url(../images/add_to_cart_button.gif) no-repeat;
	color:#FFFFFF;
	cursor: pointer;
	float:right;
	font-weight:bold;
}

.mCheckOutWrap {margin:0; padding:10px 10px 0 10px;}

#widget_hotel_home table td, input, select, b, strong, option {font-size:11px !important;}


span.promoTerms {font-size: 9px !important; display:block;}
span.promoTerms p, span.promoTerms strong, span.promoTerms b {font-size: 9px !important;}

.promoTermDates {font-weight: bold;}

.infoPanelDetails {border:2px solid #525252; width:330px; background:white;	padding:0;}
.infoPanelDetails p.p1 {padding:20px 10px 10px 10px;}
.infoPanelDetails p.p2 {text-align:center; padding:0 10px 10px 10px;}

.acceptedCC {float:right;}

.originalRate {text-decoration:line-through;}

/* C3 Styles for modal popups */
#destinations div.tab-row {width:auto !important;}
.c3RoomTypes .room_name {font-weight:bold; padding:5px 0;}
.c3RoomTypes .room_name_wrapper {clear:left;}
.c3RoomTypes .room_image img {margin:0 0 0 5px !important; padding:0;}
.c3RoomTypes .room_details {margin:0 0 10px 0 !important; }
.c3RoomTypes .tabText p {clear:left;}

.exclusive {color: #008B00; font-size: 22px; font-weight: normal; padding: 30px 0px;}


.unavail {color:#999;}


/* athena clubs styles */
#productdetail {width:auto;}

.leftCol {float:left;width:250px; padding:20px 20px 65px 20px; background-color:#fff;}
.rightCol {float:right; width:650px; padding-bottom:20px; background-color:#fff; padding-right: 10px;}
.rightCol h2 {color:#d73d01; font-weight:bold; margin-bottom:5px;}

#monthNav .currentMonthYear {display:block;float:left;width:48%;display:inline;font-weight:bold;font-size:16px;}
#monthNav .prevNextMonth {display:block;width:48%;display:inline;float:right;text-align:right;font-weight:bold;font-size:11px;}

#dateTimeTable {margin-top:5px;}
#dateTimeTable #column_header td {background-color:#ECECEC;border-right:1px solid #FFFFFF;font-weight:bold;height:25px;padding-left:6px;}
#dateTimeTable HR {border-bottom:#999999 1px dashed;padding-bottom:0px;border-right-width:0px;margin:0px;padding-left:0px;width:100%;padding-right:0px;border-top-width:0px;height:1px;border-left-width:0px;padding-top:0px;}
#dateTimeTable .table_rows {height:22px;}
#dateTimeTable td {padding:3px;font-size:11px;}
#dateTimeTable td .weekend {font-weight:bold;}
#dateTimeTable td p.productDay {margin:0; padding:0; float:left; width:75px;}
#dateTimeTable td p.productEvent {margin:0; padding:0; float:left; width:275px; text-align:center;}

.showsInstruction {margin-top:0; margin-bottom:30px; font-weight:bold;}

.timeSelect {background:url(/mytrip/images/btn_htl_book.gif) no-repeat; width:69px; height:27px; display:block; float:left; text-align:center;}
.timeSelect span {line-height:27px; color:#fff;}
a.timeSelect {text-decoration:none;}

.offers {float:right; display:inline; margin-right:5px;}
.pName {font-size:22px !important; margin-left:0;}
h2.pName {margin-top:0;}

/* athena select tickets/skus page */
.golfSearchPath {padding-left: 10px;}
.golfSearchPath h1 {margin-bottom: 4px; margin-left: 0px;}
.golfSearchPath h2 {color: #333333;}
.golfSearchPath #whybuy {float: right; margin-top: 0px; padding-right: 10px;}
.golfSearchPath .skuQty {margin-left: 0px !important;}
#showsSearchPath {background-color:#fff;}
#showsSearchPath h2 {color:#D73D01; font-size: 22px; line-height: 24px;}
#showsSearchPath .tixTitleWrap {float:left; width:590px;}
#show_summary {float:left; width:295px;}

#showsSearchPath #show_summary {float:none; margin:0 auto; width:295px;}

#show_summary .showdetails {
	background-color:#f6f4eb;
	padding:5px 20px 5px 20px;
	margin:0;
	line-height:15px;
	font-size:11px;
}
#show_summary h3 {font-size:13px; margin:0; padding:0;}
#whybuy {margin:25px 0 30px 5px; text-align:left;}

#showsSearchPath #whybuy {margin: 0 10px 30px 0; text-align:left;}

#whybuy ul {margin-left:5px;}
#whybuy .logos {margin:0 auto; text-align:center;}
#whybuy .logos img{margin:5px 5px 0 5px;}

/* Theater Map Table */
#theaterMap {width: 305px; margin-right: 10px;}
.theaterMap {width: 305px;}
.theaterMap thead th {background-color:#ffe287; line-height: 25px; border-bottom: 1px solid #fcb536; text-align: center;}
/* Sku Qty Table */
.skuQty-container{width:618px;overflow:hidden;clear:both;border-bottom:1px solid #999; margin-left: 10px;}
.skuQty {width:620px !important; border:0; background:#999; margin:0 0 -1px -1px;}
.skuQty-headings {position:relative;font-weight:bold; font-size:11px !important; text-align:left; line-height: 9px; border-bottom: 1px solid #fcb536; margin-left:-1px;}
.skuQty-headings td{background:#ffe287 !important;}
.skuQty thead th {font-weight:bold; font-size:12px; background-color:#ffe287; text-align:left; line-height: 25px; border-bottom: 1px solid #fcb536; padding-left: 5px;}
.skuQty tbody td {padding:8px 2px 8px 5px;background:#FFF;font-size:11px !important;}
.skuQty tbody td.skuName {border-left: none !important; padding: 19px 0 17px 5px;}
.skuQty tbody td.skuPrice {width: 74px;}
.skuQty tbody td.skuQtySelection {width:55px; border-right: none !important;}
.skuQty tbody td.skuColorSelection {width: 40px; height: 100%;}
.skuQty-headings tbody td.skuColorSelection {width: 62px;}
.skuQty tbody td.date {font-weight: bold; border-left: none; width: 101px;}
.skuQty tbody td.dayOfWeek {font-weight: bold; width: 71px;}
.skuQty tbody td.timeSelection {width: 100px;}
.skuQty tbody td.price {font-weight: bold; width: 121px;}
.skuQty tbody td.numGolfers {font-weight: bold; width: 65px;}
.skuQty tbody td.bookTickets {border-right: none;}
.skuQty tbody td.skuQtyFooter {border-left: none; border-right: none; border-bottom: none;}

.golfSearchPath .skuQty {border-collapse: collapse;}
.golfSearchPath .skuQty #column_header {background:#ffe287;}
.golfSearchPath .skuQty #column_header th {border-bottom: 1px solid #fcb536; text-align: left;}
.golfSearchPath .skuQty td {border: 1px solid #999999;}
.golfSearchPath .skuQty tbody td.date {font-weight: bold; border-left: none; width: 90px;}
.golfSearchPath .skuQty tbody td.dayOfWeek {font-weight: bold; width: 73px;}
.golfSearchPath .skuQty tbody td.timeSelection {width: 114px;}
.golfSearchPath .skuQty tbody td.price {font-weight: bold; width: 124px;}
.golfSearchPath .skuQty tbody td.numGolfers {font-weight: bold; width: 64px;}
.golfSearchPath .skuQty tbody td.bookTickets {border-right: none;}

.exclusiveSku{margin-bottom:10px;}
.exclusiveRateText+.skuQty-container {border: 1px solid #cc0000 !important; clear: both;}
.exclusiveRateText {float: right; padding: 3px 10px; background-color: #cc0000; color: #ffffff; font-weight: bold;}
.mustBe21Note {margin-left: 10px; margin-bottom: 10px; font-weight: bold; color: #333333;}
#ticket_list .buybutton {text-align:right; background-color:#fdebb5; padding:10px;}

#showsSearchPath #ticket_list .buybutton {text-align:right; padding:10px; background-color:none;}

.skuQty tbody td.skuColorSelection {background-color: #ffffff; padding: 0 !important;}
.skuQty .label_seating {overflow:hidden; font-weight:bold; margin:0 auto; height: 33px; width: 50px; margin:4px; text-indent:60px;}
.skuQty table.label_seating td {padding: 0; margin: 0; border: 0;}
.skuQty table.label_seating td {padding: 0; margin: 0; border: 0;}

.event_title {width:auto !important; border-bottom: 3px solid #fccc66; font-size: 20px; margin-left: 10px; margin-right: 10px; margin-bottom: 3px;}

.tixTitleWrap h2 {font-size:18px; color:#d73d01;}

.btn_select_tix {background:url(/mytrip/images/btn_continue_pay.gif) no-repeat !important; width:243px; height:27px; border:0; cursor:pointer; color: #ffffff; font-size: 13px; font-weight: bold;}

.dateImage {width:250px; margin-bottom:10px;}


.cartPageTitle {margin:10px 0;}
.cartPageTitle h1 {font-size:16px; float:left; margin:0; padding:10px 0 0 0; font-weight:normal;}
.cartPageTitle h2 {float:right; margin:0; padding:20px 0 0 0;}

h1.diningHeader {float:left;}
h2.diningHeader {float:right; padding:0; font-size:12px; font-weight:normal; vertical-align:middle;}
h2.diningHeader img {vertical-align:middle;}
div.diningHeader {float:right;}
.rightCol div.diningHeader {margin-top:10px;}
div.diningHeader h2.diningHeader {margin:0; padding:0; border:0; color:#000;}

#diningWidget {
    background: none repeat scroll 0 0 #DAEAF8;
    border: 1px solid #73A2CB;
    color: #000000;
    font-weight: bold;
    padding: 15px 10px;
    width: 345px;
}
#diningWidget .departDate, #diningWidget .departTime, #diningWidget .partySize, #diningWidget .searchButton {
    display: inline;
    float: left;
    margin-left: 12px;
}
#diningWidget .departDate label, #diningWidget .departTime label, #diningWidget .partySize label {display: block;}
#diningWidget .departDate {position: relative;}
#diningWidget .searchButton {
    background: url(/images/bkg_button_blue.gif) repeat-x scroll center top #527CBF;
    border: 1px solid #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 3px 5px;
}
#diningWidget button.ui-datepicker-trigger {
    background: url(/images/calendar_search.gif) no-repeat scroll left top transparent;
    border: 0 none;
    display: inline;
    float: left;
    height: 20px;
    margin: 0 10px 0 3px;
    padding: 0;
    width: 21px;
}
#diningWidget .calStart {
    display: inline;
    float: left;
    width: 85px;
}


/* my account */
#my-account {}
#my-account ul {list-style-type:none; padding:0;}
#my-account ul li:before {content:"- ";}
#my-account .error-message {clear:both; margin:20px auto 10px auto;width:620px;}
#my-account .error-message ul {}
#my-account .error-message ul li {font-weight:bold; line-height:1.5em; color:#ff0000;}

#my-account .my-account-wrap {background:url(/mytrip/images/register_header.gif) no-repeat top left; padding-top:35px; width:363px; margin:0 auto;}
#my-account h1 {font-size:12px; margin-top:0; padding-top:0;}
#my-account .my-account-reg {background:#ffeb98 url(/mytrip/images/img_myacct_reg_rt.gif) repeat-y top right; padding:8px; *position:relative;}
#my-account .my-account-reg label {font-weight:bold; width:125px; float:left; display:block; text-align:right; padding-right:2px;}
#my-account .my-account-reg .requiredFields {float:none;}
#my-account .my-account-reg p {margin:5px 0;}
#my-account .my-account-footer {background:url(/mytrip/images/register_footer.gif) no-repeat; width:363px; height:13px;}
#my-account .my-account-reg input.my-account-register {float:right;}
#my-account .my-account-reg ul li.row5 {display:none;}

#my-account .my-account-land {width:590px; margin:20px auto;}
#my-account .my-account-sin {background:url(/mytrip/images/signin_header.gif) no-repeat; padding-top:63px; width:203px; float:left; margin-right:20px;}
#my-account  h1.landing-title {display:none;}
#my-account .my-account-sin .my-account-sin-foot {background:url(/mytrip/images/signin_footer.gif) no-repeat; width:203px; height:15px;}
#my-account .my-account-sin .my-account-sign-in {background:#ffcf39 url(/mytrip/images/img_myacct_reg_rt.gif) repeat-y top right; padding:10px; *position:relative;}
#my-account .my-account-sin .my-account-sign-in label {font-weight:bold;}
#my-account .my-account-sin .my-account-sign-in a.show-signin-panel {background:url(/mytrip/images/btn_myacct_continue.gif) no-repeat; width:72px; height:24px; display:block; float:right;}
#my-account .my-account-land .my-account-wrap {float:left; margin:0;}
#my-account .my-account-wrap .my-account-reg a.account-register {background:url(/mytrip/images/btn_acct_register.gif) no-repeat; width:72px; height:24px; display:block; margin:0 auto;}

#my-account .side-menu {background:#000 url(/mytrip/images/sub_nav_top.gif) no-repeat top center; padding-top:23px; width:200px; float:left;}
#my-account .side-panel-nav {background:#deebff url(/mytrip/images/sub_nav_main_bottom.gif) no-repeat bottom right; padding:0 10px 31px 10px;}
#my-account .side-panel-nav ul {}
#my-account .side-panel-nav ul li {line-height:1.5em;}

#my-account .account-content {float:left; margin:0 0 10px 10px; padding-top:10px; display:inline; width:738px;}
#my-account .account-content h1 {float:left; font-size:15px;}
#my-account .account-content a.account-sign-out {float:right; font-weight:bold;}
#my-account .menu-content {clear:left;}
#my-account .menu-content h2 {font-size:12px; background:#000; margin:0; padding:5px; color:#fff;}
#my-account .account-content-box {border:1px solid #000; background:#f7f7f7; padding:10px; margin-bottom:10px;}
#my-account .account-content-box ul {float:left; width:46%; margin-left:0;}
#my-account .account-content-box ul li {margin-bottom:10px;}
#my-account .account-content-box ul li:before {content:"";}
#my-account .account-content-box label {font-weight:bold; display:block;}

#my-account .menu-content .button2 {
    background-color: #006600;
    border-width: 2px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    width: 120px;
	float:right;
}

#my-account .menu-content .button3 {
    background-color: #CC0000;
    border-width: 2px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    width: 120px;
	float:right;
}

#my-account .account-content table.account-purchase-history {border-collapse:collapse; border:1px solid #000; padding-top:10px; width:100%;}
#my-account .account-content table.account-purchase-history tr {}
#my-account .account-content table.account-purchase-history tr th {border-top:1px solid #000; padding:5px 0;}
#my-account .account-content table.account-purchase-history tr th.col1 {border-right:1px solid #000;}
#my-account .account-content table.account-purchase-history tr th.col2 {border-right:1px solid #000;}
#my-account .account-content table.account-purchase-history tr th.col3 {border-right:1px solid #000;}
#my-account .account-content table.account-purchase-history tr th.col4 {border-right:1px solid #000;}
#my-account .account-content table.account-purchase-history tr th.col5 {}
#my-account .account-content table.account-purchase-history tr td {text-align:center; border-top:1px solid #000; padding:5px 0;}
#my-account .account-content table.account-purchase-history tr td.col1 {border-right:1px solid #000;}
#my-account .account-content table.account-purchase-history tr td.col2 {border-right:1px solid #000;}
#my-account .account-content table.account-purchase-history tr td.col3 {border-right:1px solid #000;}
#my-account .account-content table.account-purchase-history tr td.col4 {border-right:1px solid #000;}
#my-account .account-content table.account-purchase-history tr td.col5 {}

#my-account .account-change-question {border:1px solid #000; background:#f7f7f7; padding:10px; margin-bottom:10px;}
#my-account .account-change-question ul {}
#my-account .account-change-question ul li {margin-bottom:10px;}
#my-account .account-change-question ul li:before {content:"";}
#my-account .account-change-question label {font-weight:bold; width:175px; text-align:right; display:block; float:left; margin-right:5px;}

#searchWidget {width:345px; padding:15px 10px; background:#daeaf8; border: 1px solid #73a2cb; color:#000; font-weight:bold;}
#searchWidget .feedbackWrapper {color:black;}
#searchWidget .calStart { width: 85px; float:left; display:inline;}
#searchWidget .departDate {position: relative;}
#searchWidget .departDate, #searchWidget .departTime, #searchWidget .partySize, #searchWidget .searchButton {float:left;margin-left: 12px; display:inline;}
#searchWidget .departDate label, #searchWidget .departTime label, #searchWidget .partySize label, #searchWidget .searchCategory label, #searchWidget .freeTextSearch label {display: block;}
#searchWidget .searchCategory {margin-bottom: 10px;}
#searchWidget .searchCategory select {width: 200px;}
#searchWidget .freeTextSearch input {width: 197px;}
#searchWidget .searchButton {background: url("/images/bkg_button_blue.gif") repeat-x center top #527CBF; border:1px solid #000; color: #fff; cursor: pointer;font-weight: bold;margin-bottom: 10px;margin-top: 10px;padding: 3px 5px;}
#searchWidget .partySize select {float:left;}
#searchWidget .departTime select {}

#selectNewDatesPanel {display: none; border: 1px solid grey; padding: 0px 0px 0px 10px; padding-bottom: 10px; width: 350px; overflow: hidden; margin-top: 10px;}
#selectNewDatesPanel #newDatesWidget .topHeader {margin-bottom: 10px; overflow: hidden;}
#selectNewDatesPanel #newDatesWidget .topHeader .header {font-size: 14px; color: #D73D01; font-weight: bold; float: left; padding-top: 5px;}
#selectNewDatesPanel #newDatesWidget .topHeader .closeLink {float: right; margin-top: 2px; padding-right: 2px;}
#selectNewDatesPanel #newDatesWidget .topHeader .closeLink a {text-decoration: none; font-weight: bold; color: blue;}
#selectNewDatesPanel #newDatesWidget .startDate {float: left; margin-right: 10px;}
#selectNewDatesPanel #newDatesWidget .startDate label {display: block; font-weight: bold;}
#selectNewDatesPanel #newDatesWidget .endDate {float: left; margin-right: 10px;}
#selectNewDatesPanel #newDatesWidget .endDate label {display: block; font-weight: bold;}
#selectNewDatesPanel #newDatesWidget #datesCatSearchWidgetSearchButton {
	float: left;
	background: url("/images/bkg_button_blue.gif") repeat-x scroll center top #527CBF;
    border: 1px solid #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 3px 5px;
}

div.secureBookingProcessTwoLine {float: left; margin-top: 10px; margin-left: 10px;padding-left: 26px; background: transparent url(/images/img_lock.gif) no-repeat top left; font-weight: normal;}
div.secureBookingProcessTwoLine a {text-decoration: none;}
div.secureBookingProcessTwoLine a:hover {text-decoration: underline;}

.feedbackWrapper {
	background-color:#FFFFCC;
	border:1px solid #FF5400;
	font-size:11px;
	margin:8px;
	padding:6px;
}

.feedbackWrapper ul {list-style-type:none;}

h1.show_title {margin-left:0 !important;}

#comodoTL {display: none;}

/*for qa testing */
.xina input.bookIt {background: none repeat scroll 0 0 red; border: 1px solid black;}
**************
Hotel Widget wait popup styles
***************/
.hotel_wait_img {display:none;left:50%;margin-left:-200px;position:fixed!important;top:17%;height:247px;width:347px;}
.hotelWaitOverlay{background-color:#FFF;}
/* Fixed posistioning emulation for IE6
   Star selector used to hide definition from browsers other than IE6
   For valid CSS, use a conditional include instead */
* html .hotel_wait_img {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight)/ 100 ) + 'px' );
}

/* loading results annimation */
.loadingWrapper {background:#fff url(/mytrip/images/air_hotel/loading_v2.jpg) no-repeat !important; width:531px; height:392px; text-align:center;}
.loadingAni {margin:96px 0 0 0; padding:0;}
.loadingP1 {margin:15px 0 0 0; padding:0; font:22px Arial, Helvetica, sans-serif;}
.loadingP2 {margin:20px 0 0 0; padding:0; font:bold 22px Arial, Helvetica, sans-serif;}
.loadingHelp {margin:35px 0 0 0; padding:0; font:bold 18px Arial, Helvetica, sans-serif;}

/* auto complete styles */
.ac_results { /*
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;

*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 2px;
	margin: 0;
	text-align: left;
	width: 325px !important;
}

.ac_results ul { /*
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
*/
	padding: 2px;
	margin: 0;
}

.ac_results iframe {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 560px;
	height: 3000px;
}

.ac_results ul li { /*	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
*/
	list-style: none;
	background-image: none;
	padding: 2px;
	margin: 0;
	cursor: pointer;
	text-decoration:underline;
	color:blue;
}

.ac_results ul li a:hover {
	background-color: Highlight;
	padding: 2px 2px 2px 0;
	margin: 0;
	text-decoration: underline !important;
}

.exclusiveLanding .promotion-content{white-space:pre-line;}
.exclusiveLanding .exclusivePromoWidget {white-space:normal;}
.exclusiveLanding .exclusivePromoWidget .datesBottomWidgetWrapper h3{display:none;}
.exclusiveLanding .exclusivePromoWidget .datesBottomWidgetWrapper{border:0 none; background-color:#FFF; padding:0;}
.exclusiveLanding .exclusivePromoWidget .datesBottomWidgetWrapper #searchWidget{width:auto; padding:0; background:#FFF; border:0 none; margin-top:10px; overflow:visible;}
.exclusiveLanding .exclusivePromoWidget input.changeSearch,.exclusiveLanding .exclusivePromoWidget .datesBottomWidgetWrapper #searchWidget input.changeSearch{background: transparent url(/images/srch-deal.png) no-repeat top left; text-indent: 9998px; height: 36px; width: 240px; margin-top: 10px; margin-left:0; border:0 none;}
.exclusiveLanding .exclusivePromoWidget[skin=promoLanding]{padding-bottom:0 !important}

.exclusiveLanding.tCenter {text-align: center;}
.exclusiveLanding.tCenter .expiryNotice {font-size: 18px; font-weight: bold; margin: 10px 0;}
.exclusiveLanding.tCenter .expiryAdTag table {margin: 0 auto !important;}
.exclusiveLanding.tCenter .expiryLink {margin: 10px 0;}
.exclusiveLanding.tCenter .expiryLink a {font-weight: bold;}

/* Custom Promotion Buttons Styles */
.hasPromos.jackpot .bookItCol input.bookIt {background:url(/mytrip/images/btn_htl_book_bonus.png) no-repeat scroll 0 0 transparent; width:112px; padding-left: 49px;}
.isPromo .searchSelect.airPkg span.jackpot {background:url(/mytrip/images/btn_select_continue_bonus.png) no-repeat; width:183px; padding-left:41px;}
.isPromo .searchSelect.airPkg span.jackpot span {width: 182px !important;}

.hasPromos.lastday .bookItCol input.bookIt {background: transparent url(/mytrip/images/custom-lastday.png) no-repeat top left; padding-left: 51px; width: 112px !important;}
.isPromo .searchSelect.airPkg span.lastday {background: transparent url(/mytrip/images/custom-lastday-ah.png) no-repeat top left; padding-left: 51px; width: 174px !important;}
.isPromo .searchSelect.airPkg span.lastday span {width: 174px !important;}
