.bg_resultheading_detail {
	background-image: url(images/bg_strip_resultheading.gif);
	background-repeat: repeat-x;
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}
.border_search_box {
	border: 1px solid #d9d9d9;
	padding: 12px 0px 0px 0px;
}
.iconset {
	height: 34px;
	padding: 0px 5px 0px 0px;
	margin-top: 5px;
	float: left;
	width: 200px;
}
.bg_lightgrey {
	background-color: #d9d9d9;
}

.closeimg { 
float: right;
cursor:pointer;
}

.roundcorner {
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
.fl {
	float: left;
}
.tdhead {
	height: 60px;
	background-image: url('images/bg_strip_resultheading.gif');
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	background-repeat: repeat-x;
}
.selectbox {
	width: 97% !important;
	letter-spacing: 0px !important;
	font-size: 12px !important;
}
.selectbox:Hover {
	width: 97% !important;
	letter-spacing: 0px !important;
	font-size: 12px !important;
}
.price_area {
	padding: 0px 20px 18px 20px;
    /*width: 750px;*/
	width: 96%;

}
.removebg {
	background: #d9d9d9 !important;
	border: #d9d9d9 !important;
}
.input_btn_step2 {
	background-image: url("images/arrow_searchbox_select.png");
	background-position: 239px 15px;
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	display: block;
	font-size: 13px;
	height: 40px;
	line-height: 20px;
	margin-top: 1px;
	padding: 11px 5px 20px 15px;
	width: 279px;
}
.input_btn {
	font-size: 13px;
	height: 34px;
	background-color: #769539;
	color: rgb(255, 255, 255);
	margin-right: 2px;
	background-image: url(images/arrow_searchbox_select.png);
	background-repeat: no-repeat;
	background-position: 156px 14px;
	border: none;
	width: 193px;
	padding: 8px 5px 20px 9px;
	margin-top: 5px;
	line-height: 20px;
	cursor: pointer;
	display: block;
}
.input_btn:Hover {
	background-color: #456037;
	color: #FFF;
}
.gridtd {
	background-color: #f0f4e3;
	font-weight: bold;
	height: 20px;
}
.gridtxt {
	font-size: 12px;
	text-decoration: none;
	background-color: #FFF !important;
	height: 20px;
}
.font28 {
	font-size: 28px;
	
}
.text_shadow {
	-webkit-text-shadow: 1px 1px 1px #ffffff;
	-moz-text-shadow: 1px 1px 1px #ffffff;
	text-shadow: 1px 1px 1px #ffffff;
}
.height25px {
	height: 23px;
}
.taxlist {
	font-size: 12px !important;
	text-transform: capitalize;
}
.taxlist li {
	padding: 4px 1px;
}
.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.font32 {
	font-size: 32px;
	
}
.airline_gap {
}
.expands {
	float: right;
	width: 3%;
	margin-top: 7px;
	margin-right: 7px;
}
.airline_img {
}
.left_txt {
	text-align: left;
}
.heading_location {
	padding-top: 3px;
	padding-bottom: 6px;
}
.heading_location {
	padding-top: 3px;
	padding-bottom: 6px;
}
.bg_blueline {
	background-image: url(images/blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bg_line {
	background-image: url(images/underline.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.dataarea_inner {
	margin: 10px 0;
	padding: 1px 0 12px;
}
.button_style_detail {
	margin: 0px 1px 0px 0px;
}
.mask {
	overflow: hidden;
	width: auto;
}
.radio_gap {
	padding-left: 15px;
}
.darkgrey {
	color: #121212;
}
.planeblue {
	background-position: 373px -67px;
	display: block;
	height: 18px;
	width: 18px;
	margin-right: 35px;
}
.spriteimg {
}
.orange {
	color: #769539;
}
.font8 {
	font-size: 8px;
}
.bold {
	font-weight: bold;
}
.fr {
	float: right;
}
/**************Bread*************/
.breadcrumb {
	/*centering*/
	display: inline-block;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	border-radius: 5px;
	color: #FFF ;
	/*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
	counter-reset: flag;
}
.hidetd {
	background-color: #d9d9d9 !important;
	border-bottom: 1px solid #d9d9d9 !important;
	border-left: 1px solid #d9d9d9 !important;
}
.breadcrumb a {
	text-decoration: none;
	cursor: none !important;
	outline: none;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 36px;
	color: #FFF ;
	/*need more margin on the left of links to accomodate the numbers*/
	padding: 0 10px 0 60px;
	background: #456037;
	background: linear-gradient(#456037, #456037);
	position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumb a:first-child:before {
	left: 14px;
}
.breadcrumb a:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
	padding-right: 20px;
}
/*hover/active styles*/
.breadcrumb a.active, .breadcrumb a:hover {
	background: #769539;
	background: linear-gradient(#769539, #769539);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #769539;
	background: linear-gradient(135deg, #769539, #769539);
}
/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px; /*half of square's length*/
	/*same dimension as the line-height of .breadcrumb a */
	width: 36px;
	height: 36px;
	/*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
	transform: scale(0.707) rotate(45deg);
	/*we need to prevent the arrows from getting buried under the next link*/
	z-index: 1;
	/*background same as links but the gradient will be rotated to compensate with the transform applied*/
	background: #456037;
	background: linear-gradient(135deg, #456037, #456037);
	/*stylish arrow design using box shadow*/
	box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
	/*
		5px - for rounded arrows and 
		50px - to prevent hover glitches on the border created using shadows*/
	border-radius: 0 5px 0 50px;
	color: #FFF !important;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
.breadcrumb a:before {
	content: counter(flag);
	counter-increment: flag;
	/*some styles now*/
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	color: #FFF ;
	/*background:#769539;
	background: linear-gradient(#769539,#769539);*/
	font-weight: bold;
}
.flat a, .flat a:after {
	background: white;
	color: #FFF !important;
	transition: all 0.5s;
}
.flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, .flat a:hover:after, .flat a.active:after {
	color: #FFF !important;
	background: #9EEB62;
}
/**********************ToolBar************************/
div.tools-bar {
	display: table;
	overflow: hidden;
	position: relative;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #a9a9a9;
}
div.tools-bar a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	border-right: 1px solid #d2d0cf;
	width: 92px;
	padding: 6px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,224,223,1) 98%, rgba(217,217,217,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(98%, rgba(226,224,223,1)), color-stop(100%, rgba(217,217,217,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,224,223,1) 98%, rgba(217,217,217,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,224,223,1) 98%, rgba(217,217,217,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,224,223,1) 98%, rgba(217,217,217,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(226,224,223,1) 98%, rgba(217,217,217,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=0 );
	float: left;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-webkit-transition: all 100ms ease-in-out;
	text-decoration: none !important;
	text-align: center !important;
	font-size: 13px;
}
div.tools-bar a:hover {
	background: #c9de96; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ZGU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhhYjY2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTgyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #c9de96 0%, #8ab66b 44%, #398235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c9de96), color-stop(44%, #8ab66b), color-stop(100%, #398235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #c9de96 0%, #8ab66b 44%, #398235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #c9de96 0%, #8ab66b 44%, #398235 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #c9de96 0%, #8ab66b 44%, #398235 100%); /* IE10+ */
	background: linear-gradient(to right, #c9de96 0%, #8ab66b 44%, #398235 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235', GradientType=1 ); /* IE6-8 */
	color: #FFF;
}
.ponkactive {
	background: #c9de96 !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ZGU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhhYjY2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTgyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(left, #c9de96 0%, #8ab66b 44%, #398235 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c9de96), color-stop(44%, #8ab66b), color-stop(100%, #398235)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #c9de96 0%, #8ab66b 44%, #398235 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #c9de96 0%, #8ab66b 44%, #398235 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #c9de96 0%, #8ab66b 44%, #398235 100%) !important; /* IE10+ */
	background: linear-gradient(to right, #c9de96 0%, #8ab66b 44%, #398235 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235', GradientType=1 ) !important; /* IE6-8 */
	color: #FFF;
}
.faretoolbar {
	cursor: pointer !important;
}
div.tools-bar span {
	display: block;
	overflow: hidden;
	width: 64px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
a, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
}
div.tools-bar > a:first-child {
	border-left: none !important;
}
div.tools-bar > a:last-child {
	border-right: none !important;
}
ul#clock-timer-freebie {
	display: block;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	float: right;
}
ul#clock-timer-freebie > li {
	float: left;
	padding: 2px 13px;
}
ul#clock-timer-freebie > li:last-child {
	margin-right: 0;
}
ul#clock-timer-freebie > li > span {
	margin-bottom: 10px;
}
.summaryHead {
	background: #769539;
	font-size: 15px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	
}
.summaryDate {
	background: #f0f4e3;
	font-size: 12px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
	color: #666;
	
}
.layoversplitter {
	border-bottom: 2px dotted #CCC !important;
	border-top: 2px dotted #CCC !important;
}
.summaryDetail {
	
	background: #FFF;
	font-size: 11px;
	line-height: 15px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #EFEFEF;
	color: #666;
}
.summaryDetailForm {
	font-size: 12px;
	padding-left: 5px;
	text-align: left;
	color: #666;
}
.tablebg {
	background-color: #FFF !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.owntxt {
	padding: 5px 5px;
	width: 90%;
	color: #666;
	font-size: 13px;
	border: 1px solid #666;
	border-top: 3px solid #769539;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background-color: #FFF !important;
}
.objhead {
	font-size: 16px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	color: #666;
}
.owntxt:Hover {
	border-top: 3px solid #456037;
}
.success {
	border-top: 3px solid #769539 !important;
}
.specialservice {
	color: #003399 !important;
}
.error {
	border-top: 3px solid #F00 !important;
}
.red {
	color: #F00 !important;
}
.booksnow {
	-webkit-border-radius: 17;
	-moz-border-radius: 17;
	border-radius: 17px;
	text-shadow: 1px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 27px;
	background: #769539;
	padding: 10px 20px 10px 20px;
	border: solid #769539 2px;
	text-decoration: none;
	cursor: pointer;
}
.booksnow:hover {
	background: #f0f4e3;
	text-decoration: none;
}
.cancelpnrbtn {
    -webkit-border-radius: 17;
    -moz-border-radius: 17;
    border-radius: 17px;
    text-shadow: 1px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 27px;
    background: red;
    padding: 10px 20px 10px 20px;
    border: solid red 2px;
    text-decoration: none;
    cursor: pointer;
}
.cancelpnrbtn:hover {
    background: #f0f4e3;
    text-decoration: none;
}
.sDetail {
	color: #666;
	font-size: 11px;
	webkit-text-shadow: none !important;
	text-shadow: none !important;
	text-transform: capitalize !important;
	margin-left: 1em !important;
}
.bold {
	font-weight: bold;
}
.right {
	text-align: right !important;
	padding-right: 7px !important;
}
.alt-gray {
	background-color: #EFEFEF !important;
}
.alt-white {
	background-color: #FFFFFF !important;
}
.border-bottom {
	border-bottom: 0px !important;
}
.tabscontent {
	margin-top: 1em;
	padding: 5px;
}
.icons {
	float: left;
	background-color: #FFF;
	padding: 4px;
	margin-right: 4px;
	border-radius: 4px;
	border: 1px solid #769539;
	cursor: pointer;
}
.xp {
	text-decoration: none;
	font: 24px/1em 'Droid Sans', sans-serif;
	font-weight: bold;
	text-shadow: rgba(255,255,255,.5) 0 1px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding: .5em .6em .4em .6em;
	margin: .5em;
	display: inline-block;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-top: 1px solid rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background-image: -webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0.7) )), url(noise.png);
	background-image: -moz-radial-gradient(top, ellipse cover, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%), url(noise.png);
	background-image: gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0.7) )), url(noise.png);
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
	color: hsl(0, 0%, 40%) !important;
	background-color: hsl(0, 0%, 75%);
	-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, /* color border */ rgba(0,0,0,0.2) 0 .5em 5px;
	-moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, /* color border */ rgba(0,0,0,0.2) 0 .5em 5px;
	box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, /* color border */ rgba(0,0,0,0.2) 0 .5em 5px;
}
.infohead {
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	background-color: #f0f4e3;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top: 2px solid #666;
}
.defbg {
	background-color: #d0e2a8 !important;
}
