/*---------------------
		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: 'Times New Roman', Times, serif;
	color:#333;
	font-size: 13px;
	line-height:1.5em;
}

/* ---------- FONTS BEGIN ---------- */
/* ---------- headings begin   ---------- */
h1 {font-size:1.5em;font-weight:bold;color:#163c74;}
h2 {font-size:1.3em;font-weight:bold;color:#163c74;}
h3 {font-size:1.2em;font-weight:bold;color:#163c74;}
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: 0.9em;
    line-height: 1.5em;
    color: #000;
	 text-transform:uppercase;
	 font-weight:normal;
}

.cs9HeaderMenu li a:hover {
	color: #751f1f;
	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;
}

#menu li a:hover, #menu li span.selected {
	 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 {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.cs9StandardHeader {
	float: left;
	display: inline;
	width: 870px;
/*	background: #DED8F1;   */
	margin: 5px;
}

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

/* contains only company logo */
.cs9HeaderLogo {
   float: left;
	padding: 1em;
}

/* RSS feed logo in upper right corner in header */


.cs9HeaderRss {
   float: right;
}

/* RSS feed logo end */

.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: 5px;
	right: 5px;
	/*padding: .5em;*/
}

.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 {
	background: #d8e3f4;
	width:100%;
	float: left;
}

.cs9HeaderMenu li {
    display: inline;
    padding: 0 2em;
	 border-right:1px solid #FFF;
	 line-height:34px;
/*    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;
}

#footer {
	text-align: center;
}

.cs9FooterMenu {

}

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


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


.cs9FooterDestinations, .cs9FooterMenu {}

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

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

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

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

/* ---------------------------------------- */
/* ---------- LAYOUT STYLES BEGIN---------- */
body {
	margin: 0 auto;
	background: transparent url(../images/bg_streck.gif);
}

#container {
	position: relative;
	margin:30px auto;
	width: 880px;
   background: #FFF;
	padding:20px;
}

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

*/

#wrapper {
	float:left;
	display: inline;
	width: 870px;
	background: #ffffff;
	margin: 5px;
	padding: 5px 0;
}

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

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

#menu {
	/* No 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;
}

/*-- book page begin --*/
body#book #area1 {
	float:left;
	display: inline;
	width: 860px;
	margin: 0 5px;
}

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 --- */

/*-- standard page begin --*/
body#standard #area1 {
   float:left;
	display: inline;
	width: 325px;
	margin: 0 5px;
}

body#standard #area2 {
	float:left;
	display: inline;
	width: 425px;
	margin: 0 5px;
}

body#standard #area3 {
	float:left;
	display: inline;
	width: 860px;
	margin: 0 5px;
}

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;
}
/*-- standard page end --- */

body#popup #container {
    width: auto;
}

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

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

.cs9SearchParameters,
.cs9ProductContainer,
.cs9PackageContainer,
.minicart{
	border: none;
}
.cs9HeaderCartLang{ padding: 0; }