/*---------------------
		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, Tahoma, Verdana, 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;}

.cs9HeaderMenu li a {
    font-size: 1.1em;
    line-height: 1.5em;
    color: #000;
	 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 li a:hover, #menu li span.selected {
/*	 background: url(../images/pixelpil.gif) scroll 0 no-repeat;     */
	 text-decoration:underline;
}
/* ---------- leftmenu begin ---------- */
#menu ul
{
	padding: 0px;
	margin: 0px;
	float:left;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration:none;
	float: left;
	color: #000000;
	width:100px;
	display:block;
}

#menu ul li a:hover {
	color:#999999;
}
/* ---------- leftmenu end   ---------- */
/*---------- 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/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%;
}

/* contains only company logo */
.cs9HeaderLogo {
   float: left;
	padding: 0;
}

.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 {
	top:0.2em;
	right:1em;
}

.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%;
	background-color:#336699;
	/*height:20px;*/

}

/*---- menu container -----*/
.cs9HeaderMenu {
   float: left;
}

.cs9HeaderMenu li {
    display: inline;
    padding: 0.2em 0.3em;
	color: #cccccc;
	font-weight:bold;
	text-transform:uppercase;

/*    border-right: 1px #ffffff solid;   */
}

.cs9HeaderMenu li a {
	color:#FFF;
}
/*-----------------------------*/

/* 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;
}

#footer {
/*    border-top: 1px #999999 solid;   */
/*    margin: .5em .5em .5em .5em;    */
    text-align: center;
	 margin:1em 1em 0 1em;
/*  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: 1px #dddddd dashed;
    border-bottom: 1px #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:url(../images/blue-fade.png ) repeat scroll top;   */
	 margin:0 auto;
	 background: #F0ECE6;

/*	 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: 756px;
	 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;
	 border:0 solid blue;
/*	 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;

}

body#start #area2 {
   float: left;
   margin:0;
   width: 220px;
	border:0 solid red;
}

/*-- start page end --- */

/*-- book page begin --*/
body#book #area1 {
    float:left;
    /*--
     This width has to be changed
     if not using a column to the right
---*/
	margin:0;
	width:100%;
	padding:0 10px;
	width:720px;
}

/*-- 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;
}

/*-- 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;
}


/* main begin */

/* ---------- layout styles begin ---------- */

#container        { 
	width:756px;
	text-align:left;
	margin:0px auto;
	position:relative;
	background-color: #FFFFFF;
	border:1px solid #CDCDCD;
	margin-bottom:20px;
	margin-top:10px; }


#popup #container        { width:400px; text-align:left; margin:0px auto; position:relative; }

div#header {
	clear:both;
	position:relative;
	margin-top:0px;
	padding:0px;
}

div#header img {
	margin:0 0 0 0;
	padding:0px;
	border:0px solid #999;
}

.flaguk ,.flagse{
	position:absolute;
	left: 650px;
	top:10px;
	width:15px;
	height:12px;
} 

.flagUK ,.flagSWE{
	width:15px;
	height:12px;
} 


.flagse {
	position:absolute;
	left: 680px;
} 

div#header div.flaguk  img , div#header div.flagse  img {
  width: 15px;
  height: 12px;
}


div#footer {
	padding-top:0px;
	clear:both;
	position:relative;
	border-top: 1px solid #CDCDCD;
	margin:10px 5px 5px 5px;
	
}

* html div#footer {
	padding-top:10px; /* IE-fix */
}

table  {
	border-collapse: collapse; border-spacing: 0;
}

td, th {
	padding:0px;
}

p {
	margin:0px 0px 10px 0px;
}

.editLink img {
	width:10px !important;
	height:10px !important;
	float:none !important;
}

/* -- congressmaininfo.jsp styles --*/

#confdiv1,#confdiv2,#confdi31,#confdiv4,#confdiv5{
    width:660px;
    float:left;

}

.confdivHeader {
	margin:4px 0 3px 0;
    padding:3px;
}

.confdivImage {
    float:left;
    padding:3px;
}

#confdiv1 .confdivImage {
    float:left;
}

.confdivBody {
    font-weight:normal;
    float:left;
    width:560px;
    padding:3px;
}

/* -- congressmaininfo.jsp styles  end --*/

* html #header img {
	margin-bottom:-2px; /* fix for IE-bug */
}
/* ---------- layout styles begin ---------- */

body#standard #menu
                  { width: 130px; height:400px; padding:20px 0; float:left;background-color:#FFF;border: 0px solid #999;border-top:0px solid #FFFFFF; } /*background-color:#FFe0e0;*/
body#standard #area1
                  { width: 580px; height:400px; padding:20px 0; float:left;background-color:#FFF;border: 0px solid #999;border-left:0px solid #FFFFFF;border-top:0px solid #FFFFFF; }
body#standard #area2
                  { width: 0px; height:auto; padding:0px 0px 0px 0px; float:left; } /*background-color:#e9e0e0;*/



body#start #area1 { width: 130px; padding:20px 10px; float:left;background-color:#FFF;border: 0px solid #999;border-top:0px solid #FFFFFF; }
body#start #area2 { width: 580px;  padding:20px 10px;float:left;background-color:#FFF;border: 0px solid #999;border-left:0px solid #FFFFFF;border-top:0px solid #FFFFFF; }

body#start #area2 h2
                  { float:left; padding-right:8px;}

body#popup #area1 {
	width:300px;margin:20px;float:left;}

#area1 img {
	margin: 5px 0px 5px 0px;
}

body#popupBody {
	background: #FFFFFF;
}
/* ---------- layout styles end   ---------- */


