/* $Id: SE-shop.css 4045 2009-06-01 12:19:26Z bartek $ */
/* CSS Document */

form { margin: 0px; padding: 0px; } /* Tame IE */
a img { border: none; }

.button { margin-top: 5px; }

.right { text-align: right !important; }
.center {text-align: center !important; }
.wide { width: 100%; }

th { font-weight: bold; white-space: nowrap; text-align: left;}
tr { vertical-align: top; }
td.price { text-align: right; white-space: nowrap; }

/* Error messages */
div.error {
	border: 2px solid #B90F18;
	background: #fee;
	background-image: url(/__SYS__/icon_error_lrg.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.2em;
	padding: 1em;
	padding-left: 42px;
}

td.error { 
	color: #f00;
}

div.error h3 { margin-top: 0; }

div.errfield { }
.errfield input {
	background: #fee;
}

span.errmsg {
	color: #B90F18;
	font-weight: bold;
	background-image: url(/__SYS__/icon_error_sml.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-left: 18px;
}

/* Information messages */
div.warning {
	border: 2px solid #B90F18;
	background: #fee;
	background-image: url(/__SYS__/icon_warning_lrg.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.2em;
	padding: 1em;
	padding-left: 42px;
}
div.warning h3 { margin-top: 0; }

span.warnmsg {
	background-image: url(/__SYS__/icon_warning_sml.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-left: 18px;
}

/* table.artiklar - Används för listor med artiklar (visa vara, kundvagn, order osv) */
table.artiklar { clear: both; margin-top: 15px;}
table.artiklar td, 
table.artiklar th {
  font: 12px Verdana, 'Myriad Web', Syntax, sans-serif;
  line-height: 20px;
  letter-spacing: normal;
  padding: 0 3px;
}
table.artiklar th {
  background: #C0C0C0;
  font-weight: bold;
  text-align: left;
}
table.artiklar input, 
table.artiklar option, 
table.artiklar select { font: 12px Verdana, 'Myriad Web', Syntax, sans-serif;}

/* Pyjamas randiga tabeller */
tr.odd  { background: #FFF; }
tr.even { background: #EEE; }


/******** KOMPONENTER ********/
/* Rutor i navbar */
div.Panel {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  border: 1px solid black;
  text-align: center;
/*  background: #eee; */
  padding: 3px;
  margin-left: 5px;
  margin-bottom: 20px;
  font: normal 12px Verdana, Lucida, Arial, Helvetica, sans-serif;
}

div.Panel h3 {  /* Rubriker i rutor */
  font: bold 14px Arial, Helvetica, sans-serif;
  margin: 0px 0px 2px 0px;
  padding-left: 2px;
  text-align: left;
/*  background: #F2F2DE;
  color: #46AAA6; */
}


/* KOMPONENT: Folding menu */
/* Folding menu */
.menu {  /*<ul> Top level menu */
  margin: 0px 0px 0px 5px;
  padding: 0px;
  text-align: left;
}
.submenu { /*<ul> Submenu under top or submenu */
  margin-left: 15px; 
  padding: 0px;
  display: none; /* NS4 does not like this */
}
.menu li { 
  font-size: 12px;
  line-height: 17px;
  list-style: none outside; /* NS4 does not like this */
}
.menu li.selected { background-color: transparent; }
.menu li        { background: url(/__SYS__/square.gif) no-repeat 0em 0.3em; }
.menu li.closed { background: url(/__SYS__/plus.gif) no-repeat 0em 0.3em; }
.menu li.open   { background: url(/__SYS__/minus.gif) no-repeat 0em 0.3em; }

.menu a {
  text-decoration: none;
  /* false value for WinIE4/5 */
  text-indent:    15px;         
  /* trick WinIE4/5 into thinking the rule is over */
  voice-family: "\"}\"";        
  /* recover from trick */
  voice-family: inherit;        
   /* intended values for better browsers */
  text-indent: 0px;
  padding-left: 15px;  
}
.menu a:hover { text-decoration: underline; }
/* END Folding menu */

/* KOMPONENT: Flytande produktlista */
div.float { /* Flytande design av  Bildlista */
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  vertical-align: top; 
  background: white;
  width: 133px; 
  margin: 5px; 
  float: left;
  border: 1px solid black;
}
div.float a { text-decoration: none; color: black; }  
div.float p {
  margin:		0px  !important;
  text-align:	center  !important;
  font-size: 	10px;
  height: 		2.5em;
  overflow: 	hidden;
}  
div.float p.price{
  font-weight: bold;
  height:      auto;
}

/* KOMPONENT product-midi */
div.product-midi {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  vertical-align: top; 
  background: white;
  margin-bottom: 5px;
  margin-top: 15px;
/*  border: 1px solid black; */
}
div.product-midi img {
	float: left;
	margin: 0;
	margin-right: 10px;
}
div.product-midi h2 {
	margin-top: 0px;
	padding: 0;
	font-size: medium;
}
div.product-midi div.descr {
	margin-top: 0px;
	font-size: x-small;
}
div.product-midi table.artiklar { width: 100%; clear: both;}
div.product-midi table.artiklar td,
div.product-midi table.artiklar th
 { font-size: x-small; line-height: normal; padding: 1px 2px; }

/* KOMPONENT: product-detail */
div.produkt {
  padding: 5px;
  margin-bottom: 10px;
}

div.brandimage { text-align: center; margin-top: -3em; margin-bottom: 1em; }

.brandpage_img {
	width: 200px;
	float: right;
	padding-top: 10px;
	margin-left: 10px;
}

div.productimage {
/*  border: 1px solid; */
  margin: 0 0 1em 3em;
  float: right;
}

div.productimage:after { clear: right; }
div.productimage p {
  text-align: center;
  font-size: 10px;
}


#GroupText img {float: left; padding-right: 5px;}

.kampanjpris, .kampanjtext { color: red; font-weight: bold;}

div.payment-instructions { text-align: center; font-style:italic; } /* Payment message at bottom of order */


fieldset {
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-style: solid;
	-moz-border-radius: 6px;
}

legend{
	font-weight: bold;
}

fieldset input, 
fieldset option, 
fieldset select { 
	margin: 2px 0 2px 0;
	padding-left: 0px;
}
input.radio { margin: 0 3px 0 0; }

label{
	display: block;
	margin-top: 0.5em;
}
label.inline {font-weight: normal; display: inline; margin-right: 1em;}


span.req { color: red; }

#copyright {
	clear: both;
	margin-top: 2em;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

#copyright a { color: #666666; }

/**********************************************************/
/* 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-container { /* div runt flera product-small */
  clear: both;
  margin: 0 -7px;	 /* Kompensera för marginalerna nedan */
}

div.product-small {
	width: 165px; /* kom ihåg marginal mot bild om du ändrar storlek */
	margin: 10px 7px;
	padding: 2px;
  	border: none;
  	float: left;
  	vertical-align: top; 
/*	border-right: 1px dashed #ccc; */
}

div.product-small img { }
div.product-small h3 {
	font-weight: bold;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
    margin: 0;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 10px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}
h3.nothing { background: none !important;}
div.product-small h4 {
	text-align: center;
	font-size: 14px;
	line-height: 1.2em;
	height: 2.4em;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0;
}

div.product-small div.name { 
	margin-top: 5px;
	height:2.5em;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
}

div.product-small a:hover { background: none; }

div.product-small img { float: none; margin-left: 18px; }

div.product-small .short {
/*	border-bottom: 1px dashed #ddd; */
	font-size: 10px;
	line-height: 1.2em;
	height: 2.4em;
	overflow: hidden;
	margin-bottom: 5px;
}

div.product-small2 .short {
	margin-top: 5px;
}

div.product-small div.price { 
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	white-space: nowrap;
	font-size: 12px;
}
div.product-small div.oldprice { 
	text-align: right;
	font-size: 10px;
	text-decoration: line-through;
	white-space: nowrap;
	height: 12px;
}

div.product-small .pricing { height: 25px; float: left; } 
div.product-small .info { height: 25px; float: right; padding-right: 5px;}
* html div.product-small .pricing { width: 60%; } /* IE6 needs with here */

/* Kampanjvara */
div.campaignproduct { border-color: #CC0000; }
div.campaignproduct h3 { background: #CC0000; }
div.campaignproduct div.price { color: #CC0000; }

/* Ny vara */
div.newproduct {  }
div.newproduct h3 {	background: green; }
div.product-small div.date { float: right; font-size: 10px; line-height: 24px; padding-right: 10px;}

/* Utvald vara */
div.promoteproduct {  }
div.promoteproduct h3 { }

span.unit { display: inline; }


.menu li#favorites { 
  background: url(/__SYS__/fav.png) no-repeat 0em -0.1em; 
  list-style: none outside; /* NS4 does not like this */
}

div.produkt .button {text-align: right;}
table.artiklar td.label { font-weight: bold; }

.grouping-info { 
	text-align: right;
	margin: 5px 0 5px 2em;
}

.grouping-info label { 
	text-align: right;
	font-weight: bolder;
}

.prodGroupingSel {
    border: 1px solid #004a65;
    background-color: #ccdbe0;
}

table.frakt_shipping {
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

table.frakt_shipping td {
    border-bottom: 1px solid #dfdfdf;
}

table.frakt_shipping td.fr_price {
    color: #a00;
    text-align: right;
}

.taxselector { 
	text-align: left;
	padding-left: 1ex;
}

table.pay {
}

table.pay td {
	margin: 0;
	padding-left: 20px;
	padding-bottom: 10px;
}
table.pay th {
	font-size: 11px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}


table.pay .sum {
	text-align: right;
}

.pay.button { 
	padding: 2px 5px;
	background-color: #dfdfdf;
	border: 1px solid #dfdfdf;
	color: black;
}

.newsfeed {
	border: 1px solid #dfdfdf;
	margin-bottom: 10px;	
}
.newsfeed h3 img { 
	margin-bottom: -3px;
}

.newsfeed .item {
	border-bottom: 1px dashed #dfdfdf;
}
.newsfeed-detail h1 {
	width: 100%;
	background-color: black;
	color: white;
	padding: 2px 0 4px 0;
}
.newsfeed-detail h1 span {
	padding-left: 10px;
	font-weight: normal;
}

.newsfeed-detail h1 img {
	margin-bottom: -3px;
}

.newsfeed-detail .newsitem {
	border-bottom: 1px dashed black;
}

.newsfeed-comment {
	padding: 2px;
}
.newsfeed-comment .signature {
	font-style: italic;
	padding-left: 2px;
}
.javascript_only {
	display:none;
}
#the_working_message {
	position:fixed;
	left:50%;	
	top:50%;
	border: 2px solid black;
	padding: 10px;
	font-size: 15px;
	background-color: #dfd;
}