/*
 * Mobissimo.com
 *
 * Corporate pages stylesheet
 *
 * form.css
 *
 */



/* PAGE GRID */

#wrap {
	/* position: relative; */
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	top: 20px;
	left: 60px;
}

#logo h1, #logo h4 {
	text-indent: -9999px;
}

#logo a { /* TODO fix on IE */
	display: block;
	width: 320px;
	height: 60px;
}

#info-cloud {
	position: absolute;
	top: 60px;
	left: 665px;
	width: 295px;
}

#info-cloud h2 {
	font-family: "Trebuchet MS";
	font-size: 1.5em;
}

#info-cloud p {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: .4em;
}

#nav {
	padding-top: 155px;
	padding-left: 15px;
}

#main-content {
	padding: 5px 15px 20px;
}

#search-box {
	float: left;
}

#ad-main {
	float: right;
}


/* INNER LAYOUT */
#search-box {
	background: url('images/round_searchbox.png') no-repeat;
	margin-top: 1.15em;
	padding-top: 6px;
	width: 633px;
}

#search-box-inner {
	background: #fafafa;
	min-height: 255px;
}

#flash_notice, #errors {
	margin: 0px 30px 0px 25px;
}




/* BUILDING BLOCKS AND PAGE ELEMENTS */

a.leave-page {
	background: url('images/leave_page.png') no-repeat right;
	font-size: .7em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0;
	padding-right: 23px;
	text-transform: uppercase;
	white-space: nowrap;
}

#ad-main h6 {
	color: #d2d2d2;
	font-size: .8em;
	margin-bottom: .5em;
	text-align: center;
	letter-spacing: .6em;
	text-transform: uppercase;
}






/* FORMS ICING */

#air, #hotel, #car {
	padding: 8px 0 0 25px;
	font-size: 1.1em;
	min-height: 220px;
}

label.selected {
	font-weight: bold;
}


#destination_field {
	float: left;
	margin: 0 0 13px 0;
	padding-right: 1px;
	position: relative; /* for calendar absolute positioning */
	width: 273px;
}


.field {
	float: left;
	margin: 0 29px 13px 0;
	position: relative; /* for calendar absolute positioning */
	width: 273px;
}

.air_input_field {
	width: 265px;
}

.air_label {
	float: left;
	/* width: 220px; */
}

select.airportsel {
        width: 273px;
	height: 32px;
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
}

select.airportsel option {
        width: 290px;
	font-size: 0.9em;
	font-weight: normal;
}

#search-box label {
	display: block;
	margin-bottom: .3em;
}

#search-box input {
	font-family: Verdana;
}

.airport_input,
.city_input {
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid #666;
	padding: 8px;
	width: 265px;
	height: 18px;
}

/*
.airport_input,
.city_input {
}
*/

.airport_input:hover,
.city_input:hover {
	/*border-bottom-width: 1px;
	border-bottom-color: #ff4d00;*/
}

.airport_input:focus,
.city_input:focus {
 /*   box-shadow: 0px 0px 5px 0px #ff4d00;
    -webkit-box-shadow: 0px 0px 5px 0px #ff4d00;
    -moz-box-shadow: 0px 0px 5px 0px #ff4d00;
    border-width: 1px;
	border-bottom-width: 2px;
	border-bottom-color: #ff4d00;*/
}

.field_clear {
	clear: both;
}

.field_submit input {
	margin-top: 0.2em;
    background: #FC028A;
    color: #fff;
    padding: 8px 18px;
    border: none;
    border-top: 1px solid #FFA8DE;
    font-size: 17px;
    font-weight: bold;
}
.field_submit input:hover,
#search-box .datepicker:hover{
    cursor: pointer;
}
body.loading .field_submit input {
	display: none;
}

.email_input {
	width: 140px;
	font-size: 1.1em;
}

.email_submit {
	vertical-align: bottom;
	padding-left: 10px;
}

.calendar_icon {
	position: absolute;
	right: 95px;
	bottom: 5px;
}
.main_submit input{
    padding: 0;
    margin-top: 15px;
    border-top: 0;
}


/* MODULES */
#your-modules {
	border: 1px solid #e1e1e1;
	border-top: 0; /* box-line.png has 1px */
	margin-bottom: 20px;
}

#your-modules .module-title{
	font-family: Trebuchet MS;
	font-size: 1.2em;
	font-weight: bold;
}

#your-modules ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#your-modules .module-inner {
	border: 1px #d5d5d5 solid;
	border-top: 0;
	width: 100%;
}

#modules-header {
	background: #fafafa url('images/box_line.png') repeat-x top; /* #fafafa */
	position: relative; /* for modules-options */
}

#modules-header h3 {
	color: #999;
	display: block;
	/* font-style: italic; */
	padding: .5em 1em;
	font-size: 1.25em;
}


#modules-header a {
	background-position: 0 40%;
	background-repeat: no-repeat;
	border: 0;
	color: #666;
	font-size: .9em;
	padding: .15em .15em .45em 20px;
	margin-right: .7em;
	margin-left: .6em;
	text-decoration: underline;
}

#modules-header a:hover {
	color: #ff4d00;
}

#mo-add-container,
#mo-help-container,
#modules-options {
	position: absolute;
	top: .9em;
	/* padding-bottom: 2px; */
}

#mo-add-container {
	left: 10em;
}

#mo-help-container {
	left: 65em;
}

#modules-options {
	right: 0;
}

#mo-add-right,
#mo-add-left,
#mo-help-right,
#mo-help-left {
	display: inline;
	padding: 6px 0 22px;
}

.right_bar_on {
	background: url('images/mo_add_sliding_right.png') no-repeat 100% 0;
}

.right_bar_off {
	background: none;
}

.left_bar_on {
	background: url('images/mo_add_sliding_left.png') no-repeat 0 0;
	padding-left: 1em;
}

.left_bar_off {
	background: none;
	padding-left: 1em;
}

.mo-hide {
	background: url('images/module_expanded.png') no-repeat;
}

.mo-show {
	background: url('images/module_collapsed.png') no-repeat;
}

#modules-content {
	padding-bottom: 15px;
}

#modules-library {
	background: #fff url('images/round_module_library.png') top no-repeat;
	padding-top: 6px;
	width: 951px;
}

#modules-library .module-inner {
	padding: 10px;
	font-weight: normal;
	width: 929px;
}

#modules-library li{
	display: inline;
}

#modules-library h4,
#modules-library h5 {
	display: inline;
	font-weight: normal;
	font-size: 1em;
}

#modules-library h5 {
	color: #999;
}

#modules-library {
	margin: .83em 0 0 15px;
}

#modules-library ul {
	margin: 1em .5em;
}

#modules-library ul a {
	background: transparent 0 40% no-repeat;
	border: 0;
	font-weight: bold;
	padding: 0.15em 1.5em 0.45em 20px;
}

#modules-library ul a:hover {
	text-decoration: underline;
}

#modules-library #lib-fareindex {
	background-image: url('images/mod_icon_fareindex.png');
}

#modules-library #lib-mobiblog {
	background-image: url('images/mod_icon_blog.png');
}

#modules-library #lib-onebox {
	background-image: url('images/mod_icon_onebox.png');
}

#modules-library #lib-newsletter {
	background-image: url('images/mod_icon_modify.png');
}

#modules-library #lib-communitys {
	background-image: url('images/mod_icon_community.png');
}

#modules-library #lib-mobishare {
	background-image: url('images/mod_icon_community.png');
}

#modules-library #lib-mobilocal {
	background-image: url('images/mod_icon_community.png');
}

#modules-library #lib-facebook {
	background-image: url('images/mod_icon_community.png');
}

#modules-library #lib-googlead {
	background-image: url('images/mod_icon_community.png');
}

#help-content p {
	line-height: 1.5em;
}


/* STYLING UPON MODULE BOX TEMPLATE */

#your-modules .module-box {
	background-image: url('images/round_module_main.png');
	margin: 15px 0 0 15px;
	width: 307px;
	/* float: left; */
	position: relative;
}

/* FAREINDEX LIST, WHOA */

ul#fi_list {
	/* TODO wstawic tick
	list-style-image: url('images/tick.png');;
	list-style-type: circle;*/
}

#fi_list li {
	display: block;
	clear: both;
	position: relative;
}

#fi_list li a {
	color: #000;
	border-bottom: 1px solid #eee;
	display: block;
	height: 1.1em;
	line-height: 1.1em;
	padding: 0.5em 1em 0.4em 0.5em;
	position: relative;
}

#fi_list li a:hover {
	background: url('images/fi_bg_over.png') #ff4d00 repeat-x bottom;
	color: #fff;
	border-bottom: 1px solid #ff4d00;
}

#fi_list li a:hover .fi_price, #fi_list li a:hover .fi_arrow {
	color: #fff;
	background-position: 0 100%;
}

.fi_arrow {
	background: url('images/fi_arrow.png') no-repeat;
	display: block;
	float: left;
	height: 5px;
	line-height: 5px;
	margin: .4em .2em 0;
	text-indent: -9999px;
	width: 14px;
}

.fi_origin, .fi_dest {
	display: block;
	float: left;
}

.fi_cities {
	float: left;
	height: 1.1em;
	line-height: 1.1em;
}

.fi_price {
	float: right;
	color: #ff4d00;
	font-weight: bold;
	border-bottom: 1px dotted #ff4d00;
	position: absolute;
	right: 0;
}

.fi_cities, .fi_price {
	cursor: pointer;
}

.month_input {
	width: 85px;
	margin-right: 10px;
}

.day_input {
	width: 55px;
}

.results_month_input {
	width: 65px;
	margin-right: 5px;
}


.field_pickup_location {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	width: 280px;
}

.field_car {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	width: 300px;
}


/* =========== car search ============== */
#car .field_airportpu {
	padding-top: 1.5em;
}

#car .field_airportpu label {
	display: inline;
}

#car .month_input {
	width: 70px;
}

#car .day_input {
	width: 60px;
}

#car .calendar_icon {
	left: 150px;
}

.car_type_input {
	width: 145px;
}

.pickup_hour_input {
	width: 85px;
	margin-left: 40px;
}

/* ======== activity search ========== */
.activity_input {
	width: 273px;
	font-size: 1.5em;
}

#keyword_field {
	float: left;
	margin: 0 0 13px;
	padding-right: 1px;
	position: relative;
	width: 273px;
}




/*
.activity_month_input, .activity_day_input, .activity_tix_input, .activity_class_input {
.activity_field {
	float: left;
	margin: 0 0 9px 0;
	position: relative; 
	width: 300px;
}

#activity_search-box form {
	padding: 8px 0 0 25px;
	font-size: 1.05em;
}

#activity_search-box label {
	display: block;
	margin-bottom: .12em;
}

#activity_search-box {
    float: left;
	background: url('images/round_searchbox.png') no-repeat;
	margin-top: 1em;
	padding-top: 3px;
	width: 633px;
}

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

.activity_input {
	background: #fff url('images/input_bg.png') repeat-x right bottom;
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	width: 265px;
}

.activity_month_input, .activity_day_input, .activity_tix_input, .activity_class_input {
	background: #fff url('images/input_bg.png') repeat-x right bottom;
	font-size: .9em;
	padding: 2px;
    
}

.activity_month_input {
	width: 85px;
	margin-right: 10px;
}

.activity_day_input {
	width: 50px; 
}

.activity_tix_input {
	width: 85px;
}

.activity_class_input {
    float: left;
	width: 125px;
}

fieldset#activity_flight_type {
	padding-bottom: 10px;
}

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

fieldset#activity_flight_type label.hover {
	color: #ff4d00;
	border-bottom: 1px solid #ff4d00;
}

#activity_keywords_desc {
    color: #999;
}

#activity_tix_field {
	float: left;
}

#activity_class_field {
	float: left;
	margin-left: 12px;
}

.activity_class_input {
	width: 110px;
}

*/

/* follow us links */
#follow_us {
	position: absolute;
	top: 80px;
	left: 625px;
	width: 355px;
}
.call-toll-free {
    background: transparent url("images/en/call-girl.png") no-repeat scroll 50px bottom;
    color: #999;
    font-family: Arial,Helvetica,"Helvetica Neue",sans-serif;
    font-size: 16px;
    height: 135px;
    margin-bottom: 0;
    margin-top: -72px;
    overflow: hidden;
    padding-right: 15px;
    text-align: right;
}
.call-toll-free .call-btn {
    background: rgba(0, 0, 0, 0) url("images/en/call-btn.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 31px;
    margin-bottom: 10px;
    margin-top: 15px;
    width: 153px;
}
#follow_us .call-toll-free a:hover {
    border-bottom: 0 none;
    text-decoration: none;
}
.call-toll-free p {
    margin-top: 40px;
    padding-left: 202px;
    text-align: left;
}
.call-toll-free span {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: bold;
}
#follow_us  .call-toll-free a {
    color: #FF4D00;
    font-weight: bold;
}

#google_long_ad {
	margin: 0 auto;
	width: 760px;
    height: 90px;
}
