﻿/* CSS document: print.css */
@import "/Linked/css/main.css";
@import "/Linked/css/TripPrint.css";

* {
	position: static;
}
body {
    width: 670px !important;
    overflow: visible !important;
}
#mainContainer {
    width: 670px;
    padding: 0 !important;
}
#mainContentArea,
#gridContainer {
	width: 670px;
    position: relative;
}
#gridContainer .cont_8xFlex {
	width: 660px;
}
.skipNavigation,
#header, 
#mainMenu, 
.searchBtn, 
#search_cursor, 
#footer, 
#podLayout, 
.genericPODLayout .pod_8x3, 
.cont_4xFlex, 
.tabContentRightBg, 
#searchHeader,  
.paginationWrapDiv, 
.submit, 
.iconsDiv,
#MyTripPrint,
#myTripPlannerWrapper .itemList .locationPrint {
	display: none;
}
.tabContentLeft {
	width: 80%;
}
#gridContainer div#tabs div#tabNavWrap ul.tabNav li a {
	width: auto; 
	height: auto; 
	border: solid 1px #ccc; 
	padding: 0 10px; 
	text-transform: uppercase; 
	font-style: normal; 
	font-size: 12px; 
	text-indent: inherit;
}
#tabs ul.tabNav li a.active { 
	font-weight: bold;
}
#myTrip-set .myTripMap {
    width: 650px;
    height: 250px;
    border-bottom: 1px solid #ccc;
}
#myTrip-set .pod,
.myTripMap #featuredSection,
.myTripMap #featuredSection.feat_8x3 .featuredContent,
.myTripMap #map2 {
	width: 650px !important;
}
#myNYHeader {
	margin-bottom: 1.5em;
}
#myTrip-set #myNYHeaderLeft {
	width: 650px !important;
	float: none;
}
#myTripPlannerWrapper {
	width: 660px;
}
.myTrip .itemRow {
	width: 660px;
	border-top: 1px solid #ccc;
	margin: 8px 0;
	padding-top: 10px;
}
.myTrip .itemRow .left,
.myTrip .itemRow .right {
	float: left;
}
.myTrip .itemRow .right,
.myTrip .itemRow .right .itemInformation,
.myTrip .itemRow p {
	width: 630px;
}
.myTrip .itemRow .right .itemsDetails,
.myTrip .itemRow .right .stayResultsImage {
	float: left;
}
.myTrip .itemRow .right .itemsDetails {
	width: 540px;
}
.myTrip .itemRow .right .itemInformation.withImage .itemsDetails {
	width: 400px;
}
.myTrip .itemRow .right p {
	font-size: 12px;
}
.myTrip .itemRow .right .stayResultsImage {
	width: 158px !important;
	height: 78px !important;
}
#featuredMap #map2 #scalecontrol,
#featuredMap #map2 #smc {
	display: none !important;
}

