body a.nav_air { /* active states */
      background-position: 0 50%;
}

fieldset#flight_type {
      padding-bottom: 20px;
}

fieldset#flight_type label {
      display: inline;
      margin: 0 1em 0 0.2em;
      cursor: pointer;
}

fieldset#flight_type label:hover {
      color: #ff4d00;
}

#tix_field {
      float: left;
}

#class_field {
      float: right;
      margin-right: 55px;
}

#guests_field {
      float: left;
      margin-right: 10px;
}

#rooms_field {
      float: left;
}

.tix_input {
      width: 55px;
}

.rooms_input, .guests_input {
      width: 85px;
}

.class_input {
	width: 150px;
}

#classic_box {
}

.classic_onebox_box {
	width: 100%
}

.classic_onebox_switch {
	background: url("images/onebox-switch-button-left.png") no-repeat left top;
	margin-right: 25px;
	overflow: hidden;
	padding: 0;
	float: right;
	width: 130px; 
}

.onebox_flight_type {
	width: 400px;
	float: left;
}

.classic_onebox_switch p {
	background:  url("images/onebox-switch-button-right.png") no-repeat right top;
	height: 27px;
	padding: 4px 5px 2px 5px;
	font-size: 12px;
	font-weight: bold;
	margin: auto;
	text-align: center;
}

.classic_onebox_switch img {
	vertical-align: bottom;
}

.classic_onebox_switch a {
	border-bottom: 1px solid #d4d4d4;
}

.classic_onebox_switch a:hover {
	border-bottom: 1px solid #ff4d00;
}

.onebox_search_fields {
	padding: 10px;
	text-align: center;
}

.onebox_field {
	margin: 15px;
}

.example_searches {
	font-size: .8em;
	text-align: center;
}

.onebox_input {
	background: #fff url('images/input_bg.png') repeat-x right bottom;
        border: 1px solid #666;
        color: #666;
        font-size: 1.4em;
        font-weight: bold;
        padding: 3px;
        width: 450px;
}

#compare_box {
	width: 631px;
	height: 35px;
	position: relative;
	background: #f3f3f3 url('images/comparebox-bg.png') repeat-x;
}

#compare {
	height: 35px;
}

.compare_textbox {
	height: 27px;
	padding: 8px 0px 0px 10px;
	color: #666;
}

.compare_text {
	height: 27px;
	padding-right: 10px;
	float: left;
}

.compare_to_header {
	margin-top: 4px;
}
#search-box .compare_textbox label {
	display:inline;
	padding-left: 25px;
	cursor: pointer;
}

#c_priceline {
	background: transparent url('external/images_nonmobi/compare-priceline.png') no-repeat;
}

.InputHidden {
	display: none;
}

.comp_checkbox {
	display: block;
	height: 20px;
}

a.comp_unchecked {
	background:url('external/images_nonmobi/checkbox_none.png') no-repeat left center;
}

a.comp_checked {
	background:url('external/images_nonmobi/checkbox_orange.png') no-repeat left center;
}

a.comp_unchecked:hover, a.comp_checked:hover {
	background:url('external/images_nonmobi/checkbox_grey.png') no-repeat left center;
}

a.comp_unchecked, a.comp_checked {
	display: block;
	/* width: 79px; */
	height: 20px;
	cursor: pointer;
	cursor: hand;
}

#compare a:hover {
	border-bottom: 1px none #FFF;
}


