/*---------------------
		This CSS is intended to be the general design template for style sheet to customize Comers.
		The stylesheet is used by Comers in customer local sites.

		If no local customize css is used, comersstandard.css will be used.

----------------------*/
/*---------------------
		General Font styles
-------------------------*/

/* ---------- layout styles begin ---------- */
div, p, blockquote, form, label, ul, li, ol, dl, fieldset, address, body, td, th, input,
	textarea, select, h1, h2, h3, h4, h5, h6, a, input#textfield1 {
   font-family:   Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 11px;
	line-height:1.4em;
}

/* ---------- FONTS BEGIN ---------- */
/* ---------- headings begin   ---------- */
h1 {font-size:1.5em;font-weight:bold;}
h2 {font-size:1.3em;font-weight:bold;}
h3 {font-size:1.2em;font-weight:bold;}
h4 {font-size:1.1em;font-weight:bold;}
h5 {font-size:1.1em;font-weight:bold;}
h6 {font-size:1.1em;font-weight:bold;}
/* ---------- headings end   ---------- */
/* ---------- FONTS END   ---------- */

/* standardheader.jsp style this to get nice links in header menu */

.cs9HeaderMenu a:hover {text-decoration:underline;}

.cs9HeaderMenu {text-align:center;padding:38px 0 0 150px;}

.cs9HeaderMenu li a {
	 font-size: 1.5em;
    line-height: 1.5em;
    color: #FFF;
	 text-transform:uppercase;
}

.cs9HeaderMenu li a:hover {
	text-decoration: underline;
}
/*-- HEADER MENU LINKS END---*/
/*-- FOOTER LINKS BEGIN--*/

.cs9FooterMenu li a:hover, .cs9FooterDestinations li a:hover {
    text-decoration: underline;
}

/*-- FOOTER LINKS END---*/
/* ---------- LINKS END ---------- */

#menu ul {
/*     liststyle to UL-tag in menu
	list-style-image:url(../images/pixelpil.gif);
	list-style-position: inside;
*/
}

#menu li {
    padding:.1em 0 .1em 0;
	 text-indent:0em;
/*	 border-bottom: 1px dashed #999999;  */
}

#menu li a:hover, #menu li span.selected {
/*	 background: url(../images/pixelpil.gif) scroll 0 no-repeat;     */
	 text-decoration:underline;
}

/*---------- LEFT MENU END ------*/
/* ---------- HEADER BEGIN ---------- */
/* this is also where you can specify height if the header should be of specific height
 	this is the div that specifies use of full width, do not compromise */
#header {
	margin: 0 0 0 0;
	padding:0 0 .5em 0;
	background: url(../images/menubar.png) repeat-x 0 19px;
	background-position:20 0;
	background-color:transparent;
	width:800px;
	height:130px;

/*	border-bottom:1px solid #dddddd;   */
}

.cs9StandardHeader {
/*	background: url(../images/header.jpg) no-repeat;  */
	float: left;
	width: 100%;
}

/* contains logo, language and minicart divs */
.cs9HeaderTop {
	float:left;
	width: 100%;
}

/* contains only company logo */
.cs9HeaderLogo {
	/*adjustments for new logo*/
	position:absolute;top:-10px;left:-65px;
}

.cs9HeaderCartLang {
	float: right;
	padding: .2em;
	/* if float right not ok, use this code,
	beware that minicart might overflow the searchfield!
	my suggestion is actually to put the searchfield in a float right aswell,
	that way the menu could be any width without going under the searchfield.
					/DV 090925

	position: absolute;
	top: 10px;
	right: 10px; */
}
/*---- lang div ----*/
/* contains lang switchers */
.cs9HeaderLang {
   float: left;
}

.cs9HeaderLang li {
    display: inline; /* remove this line if you prefer vertical flags! */
    margin: 0 .1em;
}
/*--------------------*/

/*-------- minicart in header ----*/
/* -- position the minicart with this div */
div.minicart {
	position:absolute;
	top: 90px;
	right: 0;
	/*background:transparent;
	border:none;*/
	border: 2px solid #0D71E5;
	font-size:1.2em;
	padding: 0.2em 0.3em;
}

div.minicart a:hover {
	text-decoration: underline;
}

.cs9HeaderCart {
	float: left;
}

/* this span display block is used to display mincart in three rows */
/* otherwise minicart is displayed in one row */

span.cartlink, span.amount, span.delete {
    display: block;
	 /*margin-bottom: 3px;*/
}

.amount {
    color: red;
}
/*------------------------------------*/

/* contains menu and freetextsearch */
.cs9HeaderBottom {
   float: left;
	width: 100%;
	/*height:20px;*/

}

/*---- menu container -----*/
.cs9HeaderMenu {
   float: left;
}

.cs9HeaderMenu li {
    display: inline;
    padding: 0 2em;
/*    border-right: 1px #ffffff solid;   */
}
/*-----------------------------*/

/* free text search
.cs9HeaderSearch {
	float: right;
	padding: 0 .5em;
}

.cs9HeaderSearch .fg-button {
    padding:0 0.1em;
}

.cs9HeaderSearch input {
	border:1px solid #ddd;
	padding:0.2em;
}

  */


/***********************************
		----- HEADER END --------
*************************************/

/* ---------- FOOTER BEGIN ---------- */

#footer div, #footer li, #footer a {
	line-height:2.5em;
	color:#fff;
}

#footer {
/*    border-top: 1px #999999 solid;   */
/*    margin: .5em .5em .5em .5em;    */
    text-align: center;
	 margin:1em 0 0 0;
/*  border:0px solid green;    */
}

.cs9FooterMenu {

}

.cs9FooterMenu ul, .cs9FooterDestinations ul {
    text-align: center;
}


.cs9FooterMenu li, .cs9FooterDestinations li {
   display: inline;
	padding: 0 0.5em;

}


.cs9FooterDestinations, .cs9FooterMenu {
    border-top: 0px #dddddd dashed;
    border-bottom: 0px #dddddd dashed;
}

/* ---------- FOOTER END  ---------- */

/*------- CUSTOMER LOGIN START ----------*/

.cs9CustomerLogin {
/* this class is used to style login fields */
}

/*------- CUSTOMER LOGIN END ------------*/

/* ---------------------------------------- */
/* ---------- LAYOUT STYLES BEGIN---------- */
body {
/*
	 background: url( ../images/bodybg.png ) no-repeat scroll top;
	 												Use background image to display background image
*/
	 background:#0d71e5  url(../images/orbBg_default.jpg ) no-repeat scroll top;
	 margin:0 auto;        

	 margin:20px auto;  /*Use this code when you want space over and below container.
 								margin auto center page */
}

#container {
    padding: 0;
    margin:0 auto;
    position: relative;
    width: 800px;
/*    border: 0px solid #dddddd;     */
/*	 background-color:#FFFFFF;    */
}

/* Wrapper area contains all area1, area2 and so on
	Wrapper area is used to declare background color, border

*/

#wrapper {
    margin:0 0;
	 padding: 10px 10px;
	 border:2px solid #0d71e5;
	 background-color:#FFF;
/*	 background:url(../images/ramverk_orangefade_bg.gif ) repeat-x scroll top;  */

}

/*---------- LEFT MENU BEGIN ------*/

/*-- start page begin --- */
/* Area1 start definition here */
/* Should be absolute pixelsize */

/*
#menu {
   float: left;
	width: 180px;
	 margin:0 0 0 10px;
*/
	/*--- this fix the extra amount pixels who IE6 add to
	  the margin-left when the div float to the left ----*/
/*	_margin-left: 5px;


}
*/
/* the START-area start definition here */

body#start #area1 {
    float:left;
 /*--
     This width has to be changed
     if not using a column to the right

 ---*/
    width: 560px;
	 margin:0 10px 0 10px;
		background-color:#FFFFFF;

}

body#start #area2 {
   float: left;
   margin:0 10px 0 0;
   width: 220px;
	border:0 solid red;
}

body#start #area3 {
	display:none;
}

body#start #area4 {
	display:none;
}

body#start #area5 {
	display:none;
}

body#start #area6 {
	display:none;
}

body#start #area7 {
	display:none;
}

body#start #area8 {
	display:none;
}

body#start #area9 {
	display:none;
}
/*-- start page end --- */

/*-- result page begin --*/

body#result #area1 {
   float:left;
 /*--
     This width has to be changed
     if not using a column to the right
 ---*/
   width: 560px;
	margin:0 10px 0 10px;

}

body#result #area2 {
   float:left;
   width: 220px;
	margin-right:10px;
}

body#result #area3 {
	/*display:none;  */
	width: 780px;
	float: left;
	margin:0 10px 0 10px;
}

body#result #area4 {display:none;}
body#result #area5 {display:none;}
body#result #area6 {display:none;}
body#result #area7 {display:none;}
body#result #area8 {display:none;}
body#result #area9 {display:none;}
/*-- result page end --- */

/*-- book page begin --*/
body#book #area1 {
	 float:left;
	 width:100%;
	 /*--
     This width has to be changed
     if not using a column to the right
---*/

}

body#book #area2 {display:none;}
body#book #area3 {display:none;}
body#book #area4 {display:none;}
body#book #area5 {display:none;}
body#book #area6 {display:none;}
body#book #area7 {display:none;}
body#book #area8 {display:none;}
body#book #area9 {display:none;}
/*-- book page end --- */

/*-- login page begin --*/
body#standard #area1 {
   float:left;
	width:100%;
	
	 /*--
     This width has to be changed
     if not using a column to the right

    width: 560px; --*/
	margin:0;

}

body#standard #area2 {
	  width:100%;


}

body#standard #area3 {
	display:none;
}

body#standard #area4 {
    display:none;
}

body#standard #area5 {
	display:none;
}

body#standard #area6 {
	display:none;
}

body#standard #area7 {
	display:none;
}

body#standard #area8 {
	display:none;
}

body#standard #area9 {
	display:none;
}
/*-- login page end --- */


body#popup #container {
    width: auto;
}

/* ---------- LAYOUT STYLES END  ---------- */

/*---- These classes are used to style the .cs9SearchParameters div and its elements ----*/

div.cs9ExtraInfoFields {float:left;width:150px;}
#cs9PaxesUp select, #cs9PaxesDown select, #paxesinfant select {width:150px;}
#cs9Calendar .clearfix {clear:none;}

#cs9DepartureCalendar, #cs9ArrivalCalendar, div.cs9ExtraInfoFields {margin-right:1em;}

#cs9BigCalendar {margin-top:0;}

#cs9SearchForm {width:620px;}

#cs9SearchForm select {font-size:1.2em;}

.cs9StandardText {
	font-size:1.3em;
}


div.cs9searchFormSearchButton{
	position: absolute;
	top: 300px;
	left:500px;
	z-index:5;
}

.fg-button {
	width: 100px;
	font-weight:bold;

}

#standard div#parallellForm {
	position: absolute;
	top: 340px;    
	left:500px;        
	z-index:5;
}
/*
#standard div#parallellForm input {
	margin: 0;
}    */

#map div#parallelForm {
	position: absolute;
	top:0px;
	left:430px;
	z-index:5;
}

.cs9SearchResult {
	background-color:#FFFFFF;
}

/* DZ 100316 Changed to set transparent on ui-datepicker only, and not all ui- classes */
.ui-datepicker {
	background:transparent;
}

.amount {
	color:green;
	font-weight:bold;
}

/*
.cs9ProductSeparator {
  border-bottom: 0px dashed #dddddd;
  margin: 0pt 0pt 0pt;
}

.cs9ProductContainer {
	background:#FFF;
	border:1px solid  #FFF;
}
*/
.startInfoBox {

	border:0px solid  #0d71e5;
	padding: 10px;
	background-color: #fff;
}


