/* Generella deklarationer för att få lite stil på sidorna */
body { padding-top: 0px; margin-top: 12px; }
body, div, p, th, td, li, dd    {
  font: normal 11px Verdana, Lucida, Arial, Helvetica, sans-serif;
  line-height: 130%;
}
h1 { 
  font: bold 16px Arial, Helvetica, sans-serif;
  margin: 20px 0 5px 0;
}
h2 { 
  font: bold 14px Arial, Helvetica, sans-serif;
  margin: 15px 0 2px 0;
}
h3 { 
  font: bold 12px Arial, Helvetica, sans-serif;
  margin-bottom: 0.1em; 
}
h4 { 
  font: bold 12px Arial, Helvetica, sans-serif;
  margin-bottom: 0.1em; 
}
p { margin-top: 10px; }

h1 + p { margin-top: 2px; }
h2 + p { margin-top: 2px; }
h3 + p { margin-top: 2px; }

input, option, select, textarea { font: normal 12px Arial, Verdana, Helvetica, sans-serif; /* border: 1px solid #dfdfdf; */}
legend { font: bold 12px verdana,geneva,arial,sans-serif; }
label { font: normal 11px geneva,Verdana, Arial, Helvetica, sans-serif;  }
th { font-weight: bold; white-space: nowrap; text-align: left;}

a {
	text-decoration: underline;
	color: #00405e;
}
a img {	text-decoration: none; }

a:hover { 
	color: #333333; 
}

/* Komponenter */
#login-box { }
#newcustomer-box {  }
#customeraddress-box { width: 350px; }

/**********************************************************/
/* Skapa en layout i tre delar med hjälp av div           */
/* 3 columns, liquid width, content, from:                */
/* http://www.alistapart.com/articles/multicolumnlayouts/ */
/**********************************************************/

/* Storlekar:  leftRail WLR=210px rightRail WRR=0px */

#page{
  background: #fff;
  margin: 0 auto;
  padding-left: 170px; /* WLR - The width of the left rail */
  padding-right: 0px;  /* WRR - The width of the right rail */
  width: 700px;
}

#container{
	background-color:#ffffff;
	float:left;
	width:100%;	
	border-left:170px solid #fff; 	/* WLR - The width and color of the left rail */
	border-right: 0px solid #fff;	/* WRR - The width and color of the right rail */
	margin-left:-170px; 			/* WLR */
	margin-right:-0px;				/* WRR */
	display:inline; /* So IE plays nice */
}
#leftRail{
	float:left;
	width:170px;		/* WLR */
	margin-left:-170px;	/* WLR */
	position:relative;
}
#center{
	float:left;
	width:100%;
	margin-right:-100%;
}

#rightRail{
	float:right;
	width:0px;			/* WRR */
	margin-right:-0px; 	/* WRR */
	position:relative;
}

#header, #footer{
	margin-left:-170px;	/* WLR */
	margin-right:-0px;	/* WRR */
	clear:both;
}

#content { padding-left: 35px;  }
#content p { margin-right: 20px; }

/* Skriv bara ut innehållsarean, inte de andra. */
@media print {
  body, #page { margin: 0; padding: 0; background: #fff !important; }
  #header, #leftRail, #rightRail { display: none; }
  #footer { margin: 0; }
  
  #center, #container { 
  	background: none;
  	width: 100%;
	float: none;
	margin: 0;
	border: none;
	display: block;
  }
}



/**********************************************************/
/* Toppmeny                                               */
/*                                                        */
/*                                                        */
/**********************************************************/
#topmenu {
	height: 25px;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d7d6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfdfdf;
	background: #fff;
}

#topmenu a { color: white; text-decoration: none;}
#topmenu a:hover { color: white; background: none; }

#topmenu .menuleft {
	float: right;
	color: black;
	line-height: 25px;
	background: #fff;
}

#topmenu .menuleft a {
	color: black;
}

#topmenu .logout a { text-decoration: underline; }
#topmenu .menuright {
	float: left;
}

#nav { /* ul - lista med menyalternativ */
	margin: 2px 0;
	padding: 0;
}

#nav li { /*float the main list items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfdfdf; 

	margin: 0;
	float: left;
	display: block;
	padding: 0 1em; /* Avstånd mellan flikar */
/*	background: url(/images/bar.gif) no-repeat left 8px; */
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#nav li a span:before {
	content: "\00BB\0020";
}

#nav li:hover {
	background-color: #efefef;
}

#nav li:hover a { 
	color: #000000; 
}

#nav li a { 
	font-weight: normal;
	font-family: Arial; 
	font-size: 10px;
	color: #000000;
}

/**********************************************************/
/* Vänstermenyn                                           */
/*                                                        */
/*                                                        */
/**********************************************************/
#leftRail {
	margin-top: 0px;
}


div.Panel { 
/*  background: #ccdbe0; */
  margin-top: 12px;
  margin-bottom: 5px; 
  padding: 0;
  border: none; 
  width: 100%;
/* border: 1px solid red; */
}

label { text-align: left; }

#cartMenu h3 {
  padding-left: 10px;
  color: black;
  line-height: 30px;
  margin: 0;
  font-size: 12px;
/*  background: url(/images/wbox-200x30.gif) no-repeat; 
  background-color: #999; */
}

#cart_text {
	font-size: 9px;
	background: url(/images/cart.gif) no-repeat 1em 0em;
	padding-left: 14px;
	height: 3em;
}

#cart_link { 
	padding-left: 13px;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: left;
}

#cartMenu.Panel {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfdfdf;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dfdfdf;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfdfdf;
}


#productMenu h3 { 
  padding-left: 10px;
  color: white;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  margin: 0;
  background-color: #000000;
}

#prodmenu_text { 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfdfdf;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dfdfdf;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfdfdf;

  
	background-color: #f6f6f6;
 	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 3px;
 	margin: 0;
}

ul.FlatMenu li a {
	font-size: 10px;
	font-weight: normal;
}

ul.FlatMenu li a:before {
content: "\00BB\0020";
}

ul.FlatMenu ul { list-style: none; margin: 0; padding-left: 7px;}

ul.FlatMenu { 
  margin: 0;
  padding: 0px;
  list-style: none;
}


ul.FlatMenu .L0 {
  font-size: 12px;
  line-height: 13px;
  font-weight: bold; 
  padding-left: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf; 
  margin-bottom: 5px;
}

ul.FlatMenu li.selected li a { 
	color: black; 
	font-weight: normal; 
}

ul.FlatMenu li.selected a { 
	color: red; 
	font-weight: bold; 
}

ul.FlatMenu .L0 a,ul.FlatMenu li.selected li a { color: #000000;}
ul.FlatMenu .L0 li a,ul.FlatMenu li.selected li a { color: #000000; }
ul.FlatMenu li.selected a, ul.menu li.selected a { color: #000000; }
ul.FlatMenu li.selected a, ul.menu li.selected { background-color: #f6f6f6; }

.menu li {
	line-height: 17px;
	font-size: 10px;
 	background: url(/images/square.gif) no-repeat 0em 0.3em;
}

.menu a {
	padding-left: 20px;
}

.menu li.closed { 
	background: url(/images/plus.gif) no-repeat 0em 0.3em; 
}

.menu li.open   { 
	background: url(/images/minus.gif) no-repeat 0em 0.3em; 
}

.search { white-space: nowrap; margin-left: 5px; }
#Search_Text { 
	height: 16px;
	width: 133px;
	padding: 2px;
	font-size: 11px;
	margin-bottom: 3px;
	margin-right: -1px;
	border: 1px solid #dfdfdf;
}

#search_button { vertical-align: bottom; padding: 0px; margin: 3px 2px;}

#newsletterMenu { text-align: left; }
.newsletter_text { padding-left: 10px }

#extraMenu { text-align: left; }
#extramenu_text { background: white; }

/**************************************/
div.footer_txt { 
  padding: 25px 0;
  text-align: center;
  background-color: white;
}




/**********************************************************/
/* product-small                                          */
/* Visar en produkt med bild, namn, pris (gammalt pris)   */
/* Mer info knapp och överskrift vid nyhet/kampanj/utvald */
/* h3 - 'Mössa' med Kampanj/nyhet/utvald text             */
/* h4 - Produktnamn                                       */
/**********************************************************/
div.product-small h3 { 
	background-color: transparent;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	height: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 3px;
}

div.product-small h3.xnothing { 
	font-size: 12px;
} 

div.newproduct h3 {
	background-color: transparent;
	font-size: 12px;
	color: #000000;
}

div.promoteproduct h3 {
	background-color: transparent;
	font-size: 12px;
	color: #000000;
}

div.product-small h4 {
	background-color: transparent;
	color: #000000;
	font-size: 12px;
	color: black;
	font-weight: normal;
}

div.campaignproduct h3 {
	background-color: transparent;
	color: #000000;
	font-size: 12px;
}

div.product-small {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfdfdf;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dfdfdf;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfdfdf;

	width: 165px;
	margin-right: 0px;
	margin-left: -1px;
	margin-bottom: 0px;
	padding-bottom: 4px;
}

div.product-small:hover {
background-color: #efefef;
}

div.product-small .short {
	font-size: 9px;
	color: #000000;
	text-align: center;
	padding-bottom: 14px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}

div.product-small div.price {
	padding-left: 7px;
	font-size: 11px;
	font-weight: normal;
}

div.product-small div.oldprice {
	font-size: 9px;
	height: 10px;
}

div.product-small .info {
padding-right: 7px;
}

div.product-small .info a:after { 
	content: "\00BB\0020";
	margin-left: 3px;
}

div.product-small div.date {
	line-height: 20px;
	font-size: 10px;
}

div.product-small div.name {
	font-weight: bold;
	color: black;
}

div.product-small img {
	margin-bottom: 5px; 
	margin-left: 16px;
}

div.productimage p {
text-align: left;
margin-top: 5px;
}

div.product-small-container {
	padding-left: 7px;
}

span.unit { display: none; }


.categorytrace {  }
#CatTrace { 
	background-color: #ffffff;
	line-height: 20px; 
	padding-right: 15px;
	text-align: right;
}
 
#GroupText { margin-top: 0px; }

.MiniCartContents {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	border: 1px solid #000000;
	padding: 8px;
}

table.artiklar td {
	font-size: 10px;
	padding: 1px;
	font-weight: normal;
	padding-left: 5px;
}

table.artiklar th {
	font-size: 10px;
	padding: 1px;
	font-weight: normal;
	padding-left: 5px;
	background: #000000;
	color: #ffffff;
}

tr.even { 
	background: #f2f2f2; 
}

div.brandimage {
	text-align: right;
	margin-right: 3px;
}

div.produkt {
padding-left: 15px;
}

fieldset.documents {	
	line-height: 20px;	
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #dfdfdf;
}

fieldset.documents a {
	padding-left: 3px;
}

fieldset.documents legend {
	font-size: 10px;
}

#logo {
background-color: white;
}