/*---------------------
		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:#3C3B3B;
	font-size:12px;
	line-height:1.4em;
}

/* ---------- FONTS BEGIN ---------- */
/* ---------- headings begin   ---------- */
h1 {font-size:2em;font-weight:bold;margin-bottom:0.5em}
h2 {font-size:2em;font-weight:bold;margin-bottom:0.5em}
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 {
	background:url("../images/sprite.png") repeat-x scroll 0 -22px transparent;
	width:100%;
	vertical-align:middle;
}

.cs9HeaderMenu ul {
	padding-top:8px
}

.cs9HeaderMenu li {

	background:url("../images/nav-main-sprite.png") no-repeat scroll 0 0 transparent;
	float:left;
	display:inline;
	height:58px;
	text-decoration:none;
	text-align:left;
	background-position:-77px 0;
		background-position:-77px 0;
}

.cs9HeaderMenu li a {

	 font-size: 1.5em;
	 font-weight:bold;
	 line-height: 1.2em;     
	color:#FFFFFF;
	float:left;
	padding:0 15px 0 ;
	text-decoration:none;
	text-align:left;
	width:112px;
	height:58px;
	line-height:58px;


}


.cs9HeaderMenus li a{
  	background-position: 0 -70px;
}

.cs9HeaderMenu li a:hover {
	background-position:-77px -70px;
	text-decoration:none;
}
/*-- 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;
}

#menu ul.listLevel1 a {
/*	color:#ffffff;    */
	font-weight:bold;
	border-bottom:1px dotted #979797;
	background: URL("../images/link_arrow.gif") no-repeat 95% center;
	padding-right:20px;


}
/*---------- 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:15px  0 .5em 0;
/*	background: url(../images/sidhuvud_child.jpg) repeat-x;  */
	background-position: bottom;
/*	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%;
	margin:30px 0 0 0;
}

/* contains only company logo */
.cs9HeaderLogo {
   float: left;
	padding: 1em;
}

.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:60px;
	right:80px;
}

.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 0;

/*    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 .logo span.title, .header_low .logo span.title {
	clear:both;
	color:#B20069;
	display:block;
	font-family:Garamond,Georgia,Times;
	font-size:53px;
	line-height:50px;
}

.header .logo span.slogan, .header_low .logo span.slogan {
	color:#998675;
	display:block;
	font-size:16px;
	line-height:20px;
}

.nav-item1, .nav-item2, .nav-item3 {
	color:#008CCD;
	position:absolute;
	top:20px;
	left:600px;
	font-weight:normal;
	background:url("../images/sprite.png") no-repeat scroll -232px -151px transparent;
	text-indent:18px;
}

.nav-item2 {
	left:750px;
	background-position:-232px -151px;
}

.nav-item3 {
	left:850px;
	background-position:-232px -151px;
}


/***********************************
		----- 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: left;
	 padding:15px 30px 15px 30px;
/*  border:0px solid green;    */
	 background: url(../images/footer-bg.png) no-repeat; 
	 color:#FFFFFF;
	height:235px;
}

.cs9FooterMenu {

}

.cs9FooterMenu ul, .cs9FooterDestinations ul {
    text-align: center;
}


.cs9FooterMenu li, .cs9FooterDestinations li {
   display: inline;
	padding: 0 0.5em;
}


.cs9FooterDestinations, .cs9FooterMenu {
    border-top: 1px #dddddd dashed;
    border-bottom: 1px #dddddd dashed;
}

.footerHeader {
		font-size:1.6em;
		font-weight:bold;
		padding:0;
		text-transform:uppercase;
		border-bottom:3px solid #A7C8D8;
}
/* ---------- 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:url(../images/blue-fade.png ) repeat scroll top;   */
	 margin:0 auto;
/*	 background:none repeat scroll 0 0 #CBCBCA;      */
	 background: url("../images/bg.png") #e2f2ff repeat;
	



/*	 margin:10px auto;  Use this code when you want space over and below container.
 								margin auto center page */
}

#container {
    /*padding: 0 5px;*/
    margin:0 auto;
    position: relative;
    width: 1000px;
    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: 1em 0;
	 padding: 0;
/*	 background:url(../images/ramverk_orangefade_bg.gif ) repeat-x scroll top;  */
	display:inline;
	float:left;
	margin:30px 30px 60px;
}

/*---------- 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;
	display:none;
}

/* 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: 700px;
	 margin:0 10px 0 10px;

}

body#start #area2 {
   float: left;
   margin:0 10px 0 0;
   width: 170px;
	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: 600px;
	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 --- */

/*-- result charter page begin --*/

body#resultcharter #area1 {
   float:left;
 /*--
     This width has to be changed
     if not using a column to the right
 ---*/
   width: 530px;
	margin:0 10px 0 10px;

}

body#resultcharter #area2 {
   float:left;
   width: 250px;
	margin-right:10px;
}

body#resultcharter #area3 {
	float: left;
	width: 780px;
	margin: 0 10px;
}

body#resultcharter #area4 {
	display:none;
}

body#resultcharter #area5 {
	display:none;
}

body#resultcharter #area6 {
	display:none;
}

body#resultcharter #area7 {
	display:none;
}

body#resultcharter #area8 {
	display:none;
}

body#resultcharter #area9 {
	display:none;
}
/*-- result charter page end --- */

/*-- book page begin --*/
body#book #area1 {
    float:left;
    /*--
     This width has to be changed
     if not using a column to the right
---*/
    width: 770px;
	margin:0 10px 0 10px;
}

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;
    /*--
     This width has to be changed
     if not using a column to the right

    width: 560px; --*/
	margin:0 10px 0 10px;
}

body#standard #area2 {
	display:none;
}

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 ----*/

.cs9SearchText {
	width: 610px;
}

span.title a {
	clear:both;
	 display:block;
	 font-family:Garamond,Georgia,Times;
	 font-size:52px;
	 color:#b20069;
	 line-height:50px;
	 padding:0 0 0 30px;
	 font-weight:normal;
}

span.slogan {
	display:block;
	 text-align:left;
	 font-size:16px;
	 color:#998675;
	 line-height:20px;
	 padding-left:80px;
}

.packagebutton a {
	background:url("../images/sprite.png") no-repeat scroll 0 -902px transparent;
	color:#FFFFFF;
	display:inline;
	float:left;
	font-size:1.4em;
	font-weight:bold;
	height:51px;
	line-height:1.2em;
	margin:0 0 10px;
	padding:9px 50px 0 15px;
	text-decoration:none;
	width:155px;
}

.hotelbutton a {
	background:url("../images/sprite.png") no-repeat scroll 0 -962px transparent;
	color:#FFFFFF;
	display:inline;
	float:left;
	font-size:1.4em;
	font-weight:bold;
	height:31px;
	line-height:1.2em;
	margin:0 0 10px;
	padding:9px 50px 0 15px;
	text-decoration:none;
	width:155px;
}


