#main-search 
	{	width: 100%;
	/*padding: 40px 0;*/
	padding: 25px 0;
	}
	
#main-search:after
	{
	width: 100%;
	height: 230px;
	background-image: linear-gradient(top, #f4f4f4 0%, #FFFFFF 40%);
	background-image: -o-linear-gradient(top, #f4f4f4 0%, #FFFFFF 40%);
	background-image: -moz-linear-gradient(top, #f4f4f4 0%, #FFFFFF 40%);
	background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #FFFFFF 40%);
	background-image: -ms-linear-gradient(top, #f4f4f4 0%, #FFFFFF 40%);
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	/*margin: 40px 0 -230px 0;*/
	margin: 25px 0 -230px 0;
	}

#main-search ul.tabs
	{
	width: 816px;
	margin: 0 auto 20px auto;
	clear: both;
	height: 37px;
	border-bottom: 1px solid #e5e5e5;
	display:;
	}
		
#main-search ul.tabs li
	{
	float: left;
	list-style: none;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-bottom: 0;	
	border-radius: 4px 4px 0 0;
	margin: 0 2px 0 0;
	height: 16px;
	background: #f3f3f3;
	cursor: pointer;
	display: block;
	}
	
#main-search ul.tabs li.selected
	{
	background: #FFF;
	border-bottom: 1px solid #FFF;
	margin-bottom: -1px;
	position: relative;
	z-index: 3;
	}
	
#main-search ul.tabs li:hover
	{
	background: #FFF;
	}

#main-search ul.tabs li h3 {
	width: auto;
}
	
#main-search fieldset
	{
	width: 816px;
	margin: 0 auto;
	border: 0;
	display: none;
	}

#main-search fieldset.visible {
	display: block;
}

#main-search input[type=text], #search input[type=text], .date-input, .customForm input[type=text]
	{
		height: 38px;
	width: 156px;
	color: #515151;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	background: #FFF;
	background-image: linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 20%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 20%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 20%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 20%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 20%);
	font-family: Helvetica, Arial, sans-serif;
	line-height: 40px;
/*	height: 38px;
	width: 156px;
	color: #515151;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	padding: 0 10px 0 50px;
	margin: 0 20px 10px 0;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	background: #FFF;
	background-image: linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 20%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 20%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 20%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 20%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 20%);
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 40px; */
	}
	
#main-search input[type=text], #search input[type=text], .date-input
	{
	float: left;
	margin: 0 20px 10px 0;
	padding: 0 10px 0 50px;
	}
	
#main-search label[for=from]:after, #main-search label[for=adults]:after, #main-search label[for=sdate]:after
	{
	content: url('../images/layout/mini-balls.png');
	width: 30px;
	height: 8px;
	display: block;
	position: relative;
	z-index: 3;
	top: -45px;
	left: 203px;
	}
	
#main-search label[for=adults]:after
	{
	left: 135px;
	}

#main-search label[for=sdate]:after
	{
	left: 104px;
	}
	
#main-search select, .stopovers-narrow select
	{
	background-image: none;
	background: transparent;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 5;
	}
	
#main-search input[type=text]:nth-child(4n)
	{
	margin-right: 0;
	}
	
.select-holder
	{
	float: left;
	position: relative;
	width: 148px;
	margin-right: 20px;
	background-image: linear-gradient(bottom, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%);
	color: #515151; 
	border: 1px solid #d6d6d6; 
	border-radius: 4px;
	width: 118px;
	height: 38px;
	display: block;
	text-align: right;
	padding: 0 30px 0 0;
	float: left;
	}
	
.select-holder:last-child
	{
	margin-right: 0;
	}

.select-value {
	position: absolute;
	top: 0;
	right: 10px;
	background: url('../images/layout/dropdown-arrow.png') no-repeat 92% 50%;
	color: #515151; 
	height: 38px;
	display: block;
	line-height: 38px;
	font-weight: bold;
	padding-right: 20px;
	font-size: 13px;
}
	
#main-search label.text, .passangers label, .dates label, .stopovers-narrow label, .select-holder label, .destination label:first-child
	{
	width: 50px;
	margin-right: -60px;
	top: -1px;
	padding: 0 0 0px 10px;
	position: relative;
	z-index: 3;
	height: 40px;
	line-height: 44px;
	float: left;
	text-align: left;
	color: #bbbbbb;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	}

.passangers label {
	z-index: 4;
}
	
.dates label img
	{
	top: 3px;
	position: relative;
	}
	
#main-search .selected h3, #main-search ul.tabs li:hover h3
	{
	color: #cc3faa;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 24px;
	}
	
#main-search h3
	{
	color: #999;
	}
	
#main-search .airports, #main-search .dates
	{
	float: left;
	width: 460px;
	overflow: hidden;
	}
	
#main-search .dates
	{
	width: 570px;
	}

#main-search .dates label
	{
	width: 34px;
	float: left;
	}
	
#main-search .dates label.check 
	{
	margin: 0 0 0 18px;
	width: auto;
	float: left;
	line-height: 38px;
	height: 38px;
	}
	
#main-search .dates input[type=text], .date-input
	{
	width: 73px;
	padding-left: 34px;
	font-size: 12px;
	color: #838383;
	font-weight: normal;
	}
		
#main-search .passangers
	{
	float: right;
	width: 320px;
	}
	
#main-search .passangers input[type=text]:nth-child(2n), span.customStyleSelectBox:nth-child(2n)
	{
	margin-right: 0 !important;
	}
	
#main-search input[type=submit], a.btn, .submit
	{
	float: right;
	border: 1px solid #cdaf9d;
	border-radius: 4px;
	width: 236px;
	height: 38px;
	text-align: center;
	box-shadow: inset 0 1px 0px #ffe4d3, inset 0 -2px 0 #ba8b6e, 0 3px 3px rgba(0,0,0,0.1);
	background: #eab99b;
	background-image: linear-gradient(top, #fed6be 0%, #dca482 100%);
	background-image: -o-linear-gradient(top, #fed6be 0%, #dca482 100%);
	background-image: -moz-linear-gradient(top, #fed6be 0%, #dca482 100%);
	background-image: -webkit-linear-gradient(top, #fed6be 0%, #dca482 100%);
	background-image: -ms-linear-gradient(top, #fed6be 0%, #dca482 100%);
	color: #996f56;
    font-size: 14px;
    font-weight: bold;
	text-transform:uppercase;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
	}
	
#main-search input[type=submit]:hover, a.btn:hover, .submit:hover
	{
	background-image: linear-gradient(top, #ffb3ed 0%, #f56dd4 100%);
	background-image: -o-linear-gradient(top, #ffb3ed 0%, #f56dd4 100%);
	background-image: -moz-linear-gradient(top, #ffb3ed 0%, #f56dd4 100%);
	background-image: -webkit-linear-gradient(top, #ffb3ed 0%, #f56dd4 100%);
	background-image: -ms-linear-gradient(top, #ffb3ed 0%, #f56dd4 100%);
	box-shadow: inset 0 1px 0px #ffccf3, inset 0 -2px 0 #d360b7, 0 3px 3px rgba(0,0,0,0.1);
	border: 1px solid #d360b7;
	color: #FFF;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	
	}
	
select.styled
	{
	width: 148px;
	height: 40px;
	}
	
.passangers label, .stopovers-narrow label, .select-holder label
	{
	float: left;
	width: 92px;
	margin-right: -110px;
	}
	
span.customStyleSelectBox 
	{ 
	font-size: 13px; 
	background-image: linear-gradient(bottom, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.1) 100%);
	color: #515151; 
	border: 1px solid #d6d6d6; 
	border-radius: 4px;
	width: 118px;
	height: 38px;
	display: block;
	text-align: right;
	line-height: 38px;
	padding: 0 30px 0 0;
	float: left;
	font-weight: bold;
	}

span.customStyleSelectBox.changed { }
.customStyleSelectBoxInner { background: url('../images/layout/dropdown-arrow.png') no-repeat 92% 50%; padding-right: 30px; }

#price_bar {
	margin: 0px;
	padding: 0px;
	height: 59px;
	width: 980px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.price_bar_1 {
	display: block;
	float: left;
	background-image: url(https://www.lentovertailu.fi/newcode/pricebar/price_bar_background.png);
	width: 57px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	color: #585857;
	font-size: 9px;
	text-align: center;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 10px;
	margin: 0px;
}

.price_bar_2 {
	display: block;
	float: left;
	background-image: url(https://www.lentovertailu.fi/newcode/pricebar/price_bar_background_2.png);
	width: 115px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	color: #cc3faa;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 10px;
	margin: 0px;
}

#price_bar h1 {
	font-size: 15px;
	color: #92c77c;
	line-height: 0px;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#price_bar .ah1 {
	font-size: 15px;
	color: #92c77c;
	line-height: 0px;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}

#price_bar h2 {
	font-size: 19px;
	color: #cc3faa;
	line-height: 0px;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#price_bar .ah2 {
	font-size: 19px;
	color: #cc3faa;
	line-height: 0px;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}

.price_bar_arrows {
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 51px;
	display: block;
	float: left;
	text-align: center;
}	
DIV.ACPopup {
	background: white;
	text-align: center;
	padding: 2px;
	z-index: 1000;
	position: absolute;
	cursor:	pointer;
	border:	1px solid #3B5998;
	left:0px;
	top:0px;

}

DIV.ACPopup DIV.normal {
	font: normal 12px Arial;
	text-align: left;
	color: #5a5a5a;
	padding-top: 5px;
	padding-bottom:	5px;
	padding-left: 10px;
	padding-right: 30px;
}

DIV.ACPopup DIV.active {
	font: normal 12px Arial;
	background: #5C7AAA;
	text-align: left;
	color: white ;
	padding-top: 5px;
	padding-bottom:	5px;
	padding-left: 10px;
	padding-right: 30px;
}

SELECT.sortOrder
{
	font: normal 11px Tahoma;
	width: 150px;
	height:	18px;
	visibility: hidden;
}

.select-child-holder {
    background-image: -moz-linear-gradient(center bottom , rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid #D6D6D6;
    border-radius: 4px 4px 4px 4px;
    color: #515151;
    position: relative;
    text-align: right;
}

#slider-range.ui-slider-horizontal {
    float: left;
    /*height: 0.4em;*/
    margin-top: 10px;
	margin-left: 5px;
    width:170px;
	/* margin-bottom: 20px; */
}

#slider-range.ui-slider-horizontal #slider-range.ui-slider-handle {
    height: 12px;
    margin-left: -0.3em;
    top: -0.3em;
    width: 12px;
}
#slider-range2.ui-slider-horizontal {
    float: left;
    /*height: 0.4em;*/
    margin-top: 10px;
	margin-left: 5px;
    width:170px;
	/* margin-bottom: 20px; */
}

#slider-range2.ui-slider-horizontal #slider-range.ui-slider-handle {
    height: 12px;
    margin-left: -0.3em;
    top: -0.3em;
    width: 12px;
}

#link1,#link2
{
color:#0078AE;
padding:3px;
}

#amount,#amount2{
background:transparent;
}

#results {
    width: auto !important;
}

.stopovers-narrow2, .stopovers-narrow
{
/* float:left; */
}
.stopovers-narrow2 {
    margin-left: 70px;
}

#narrow {
    width: 916px;
}

/* #results { */
/* margin: 0 160px; */
/* } */
.submitbutton
    {
    float: right;
    border: 1px solid #cdaf9d;
    border-radius: 4px;
    width: 236px;
    height: 38px;
    text-align: center;
    box-shadow: inset 0 1px 0px #ffe4d3, inset 0 -2px 0 #ba8b6e, 0 3px 3px rgba(0,0,0,0.1);
    background: #eab99b;
    background-image: linear-gradient(top, #fed6be 0%, #dca482 100%);
    background-image: -o-linear-gradient(top, #fed6be 0%, #dca482 100%);
    background-image: -moz-linear-gradient(top, #fed6be 0%, #dca482 100%);
    background-image: -webkit-linear-gradient(top, #fed6be 0%, #dca482 100%);
    background-image: -ms-linear-gradient(top, #fed6be 0%, #dca482 100%);
    color: #996f56;
    font-size: 14px;
    font-weight: bold;
	text-transform:uppercase;
    text-shadow: 1px 1px rgba(255,255,255,0.3);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
    }

.submitbutton:hover
    {
    background-image: linear-gradient(top, #ffb3ed 0%, #f56dd4 100%);
    background-image: -o-linear-gradient(top, #ffb3ed 0%, #f56dd4 100%);
    background-image: -moz-linear-gradient(top, #ffb3ed 0%, #f56dd4 100%);
    background-image: -webkit-linear-gradient(top, #ffb3ed 0%, #f56dd4 100%);
    background-image: -ms-linear-gradient(top, #ffb3ed 0%, #f56dd4 100%);
    box-shadow: inset 0 1px 0px #ffccf3, inset 0 -2px 0 #d360b7, 0 3px 3px rgba(0,0,0,0.1);
    border: 1px solid #d360b7;
    color: #FFF;
    text-shadow: 1px 1px rgba(0,0,0,0.2);

    }
.submitbuttondisabled
    {
    float: right;
    border: 1px solid #959595;
    border-radius: 4px;
    width: 236px;
    height: 38px;
    text-align: center;
    box-shadow: inset 0 1px 0px #e9e9e9, inset 0 -2px 0 #919191, 0 3px 3px rgba(0,0,0,0.1);
    background: #eab99b;
    background-image: linear-gradient(top, #dcdcdc 0%, #b3b3b3 100%);
    background-image: -o-linear-gradient(top, #dcdcdc 0%, #b3b3b3 100%);
    background-image: -moz-linear-gradient(top, #dcdcdc 0%, #b3b3b3 100%);
    background-image: -webkit-linear-gradient(top, #dcdcdc 0%, #b3b3b3 100%);
    background-image: -ms-linear-gradient(top, #dcdcdc 0%, #b3b3b3 100%);
    color: #787878;
    font-size: 14px;
    font-weight: bold;
	text-transform:uppercase;
    text-shadow: 1px 1px rgba(255,255,255,0.3);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
    }
	.paginationtotal
    {
    float: left;
    font-size: 11px;
    color: #959595;
    height: 30px;
    line-height: 32px;
    /*padding: 0 0 0 20px;*/
    }
 .paginationtotal2
    {
    float: left;
    font-size: 11px;
    color: #959595;
    height: 30px;
    /*line-height: 32px;*/
    margin-top: 5px;
    /*padding: 0 0 0 20px;*/
    }


TABLE.forcemajor {
    position: absolute;
    margin: 0 816px;
}


TABLE.forcemajor TD {
	/*width: 70px;*/
	text-align: right;
	padding: 0px;
	/*position: relative !important;
	opacity: 1 !important;*/
}

TABLE.forcemajor SELECT {
	position: relative !important;
	opacity: 1 !important;
}

.pricebar {
    margin: 0px auto;
    width: 980px;
    margin-top: 5px;
    margin-bottom: 14px;
}

#searchContainer {
    margin: 0px auto;
	padding: 0px;
	width: 980px;
}
