/* $Id: MyStyle.css 1938 2008-04-30 07:18:48Z bartek $ */
/* Stilmall för anpassing av butikens utseende  */

@import url(/__SYS__/SE-shop.css); 	/* Style till gemensamma komponenter */
@import url(design.css);			/* Style till din valda design */

 
/* BEGIN code added by System design tool - DO NOT EDIT! */
#nav li a { font-weight: normal; }
div.product-small span.unit { display: none !important; }
span.unit { display: none; }
/* END code added by System design tool - DO NOT EDIT! */

/* Här under kan du lägga in dina egna style ändringar */


/* Pyjamas randiga tabeller */
tr.odd  { background: #fff; }
tr.even { background: #f1f1f1; }


div.product-small .name a,
div.product-small h4 a 
{ text-decoration: none; }

div.product-midi { border: 1px solid #ddd; margin-bottom: 25px; padding-top: 5px;}
div.product-midi img { float: none; }
div.product-midi .product_image { float: left; margin-left: 3px;}
div.product-midi table.artiklar { margin-top: 0px; }
div.product-midi table.artiklar th { background: #666; }

#page { width: 780px; }
#indexpage #page { width: 570px; }
#rightRail{ display: none; }

/* 3 colum layout for indexpage */
#indexpage #page{  
	padding-right: 210px;  /* WRR - The width of the right rail */ 
}

#indexpage #container{
	border-right: 210px solid #fff;	/* WRR - The width and color of the right rail */
	margin-right:-210px; 			/* WRR */
}

#indexpage #rightRail {
	width: 210px;			/* WRR */
	margin-right: -210px; 	/* WRR */
	display: block;
}

#indexpage #header,
#indexpage #footer {
	margin-right:-210px;	/* WRR */
}



#nav li a span { text-transform: uppercase; }

div.produkt { margin-top: 10px; }
div.produkt h1 { font-size: 18px; font-family: helvetica, arial, verdana; margin-bottom: 15px; }
div.produkt div.productimage {
	float: right;
	width: 280px;
	margin-left: 15px;
	margin-right: 0px;
}

div.produkt #theImage {
	width:266px;
	height:230px;
	margin: 0 auto;
}
div.produkt #theImage img { }
div.produkt #theImage p { margin: 0; padding: 0; }

div.produkt div.miniimage img { margin-bottom: 1em;}

div.produkt div.brand { margin-top: -20px; float: right; }
div.produkt div.brandimage { text-align: right;}
div.produkt div.brand h2 { margin-top: -18px; padding: 0; font-size: 18px; font-weight: normal;}

#line { 
	text-align: right;
	height: 1px;
    color: #e5e5e5;
	clear: right;
}

.documents {
	margin-top: 2em;
}

div.produkt div.features { margin-bottom: 15px; }
div.produkt div.features img { margin: 0 4px; }

div.produkt div.short_descr { font-size: 120%; margin: 2em 0; }
div.produkt div.descr {
	font-size: 120%;
}

div.campaignproduct h3 {
/*	background: red; */
	color: red;
	font-weight: bold;
}

#cart_text {
	background: url(/images/cart.png) no-repeat 1em 0em;
	padding-left: 30px;
	text-align: left;
}
#cart_link {
	padding-left: 0;
	text-align: center;
}

/* Menyn */
.menu li#favorites { 
  background: url(/images/star.png) no-repeat 0em 0em; 
  list-style: none outside; /* NS4 does not like this */
}
.menu li#new { 
  background: url(/images/lightbulb.png) no-repeat 0em 00em; 
  list-style: none outside; /* NS4 does not like this */
}
.menu li#campaign { 
  background: url(/images/tag_red.png) no-repeat 0em 0em; 
  list-style: none outside; /* NS4 does not like this */
}
.menu li#promote { 
  background: url(/images/award_star_gold_1.png) no-repeat 0em 0em; 
  list-style: none outside; /* NS4 does not like this */
}
.menu li {
	line-height: 17px;
	font-size: 10px;
 	background: url(/images/bullet_black.png) no-repeat 0.1em 0.1em;
}
.menu li.selected { background: url(/images/bullet_go.png) no-repeat 0.1em 0.1em; }

.menu a { padding-left: 20px; }
.menu li.closed { background: url(/images/bullet_toggle_plus.png) no-repeat 0.1em 0.3em; }
.menu li.open   { background: url(/images/bullet_toggle_minus.png) no-repeat 0.1em 0.3em; }


/* steps (like order step) */
ul.step {
	background: transparent url('step_start.gif') no-repeat top left;
	list-style: none;
	margin:0.2em auto 0.5em auto;
	height: 40px;
}
ul.step li {
	height: 40px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url('step_standard.gif') no-repeat top left;
	padding-top: 20px;
}
ul.step li.step_current {
	background: transparent url('step_current.gif') no-repeat top left;
	font-weight:bold;
}
ul.step li.step_done {
	background: transparent url('step_done.gif') no-repeat top left;
}

ul.step li.step_todo {
	font-style:italic;
}
ul.step li#step_end { width: 70px; }
ul.step li#step_end { background: transparent url('step_end.gif') no-repeat top left; }
ul.step li#step_end.step_current { background: transparent url('step_end_current.gif') no-repeat top left; }
ul#order_step {	background-color: white; }


#news, #new-items {
	border: 1px solid #dfdfdf;
	padding: 0.5em;
	background-color: #f6f6f6;
    margin-top: 12px;
    margin-bottom: 5px; 
}

#news h2, #new-items h2 {
  margin: -0.5em;
  padding-left: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  background-color: #000;
}

#news h3, #news p {
	margin-bottom: 0.2em;
}
#news p {
	margin-top: 0;
}
#new-items ul {
	margin: 0;
	list-style: none;
	padding-left: 1em;
}
#new-items li{
	font-size: 10px;
	padding-bottom: 0.5em;
}

#new-items li a{
	text-decoration: none;
}

.cfg h2 { 
	clear: both;
	font-size: 18px;
}

.cfg label { display: inline; }

.cfg .qtyselector { width: 55px; }
.cfg .optionselector { width: 450px; }

#statusbox {
	width: 200px;
	float: right;
}