/*CSS Document*/		#left_column_wrapper {display: none;}			.page_tools { 			display: none;		}			#top_nav_left_cover, #top_navigation_body {			display: none;		}				.itinerary_wrapper #totalprice .content_label			{				font-size: 123%; /* of 65% -- see above */				width: 70%;					text-align: right;				font-weight: bold;			}				.itinerary_wrapper #totalprice .content_item			{				font-size: 123%; /* of 65% -- see above */				text-align: right;				float: right;				font-weight: bold;			}			.itinerary_wrapper .buttons			{				margin: 0 0 10px 0;				position: relative;				left: -3px;						}			.itinerary_wrapper .buttons a			{				margin-right: 10px;			}			.itinerary_wrapper .buttons a:hover			{				text-decoration: none;				background-color:#fff;				}			.travel_faqs {			width: 250px;			margin: 20px;		}				#confirmation_col_1 {				width: 49%;				float: left;			}			#confirmation_col_1 h3 {				color: #333;			}			#confirmation_col_1 p.thank_you {				color: #333;			}			#confirmation_col_1 .not_a_ticket {				color: #666;			}			#confirmation_res_info {				color: #333;			}			#confirmation_res_info p {				margin: 0px;				font-size: 100%;			}			#confirmation_col_2 {				width: 50%;				float: left;			}			#bar_code {				display: block;				width: 140px;				height: 130px;			}			#confirmation_col_1 .travel_faqs {				display: block;				clear: both;				margin-left: 0;				margin-right: 0;			}			#print_icon {				display: none;			}			.offset_travel, #carbon_offset {				display: none;			}	
