/* $Id: MyStyle.css 2864 2008-11-03 06:39:01Z martin $ */
/* Stilmall för anpassing av butikens utseende  */

@import url(design.css);			/* Style till din valda design */

/* BEGIN code added by System design tool - DO NOT EDIT! */

/* END code added by System design tool - DO NOT EDIT! */


/* Here you can put your own changes */



/* General 
-----------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
body {
	color: #666666;
	background: url(/images/bg.jpg) repeat-x;
	background-color: #fff;
	line-height: normal;
}

body, div, p, th, td, li, dd {
	font: normal 11px Arial, Verdana, Lucida, Helvetica, sans-serif;
	text-align: left;
}

:focus {
	outline: 0;
}

a {
	color: #3a3a3a; 
	text-decoration: underline; 
}
a:link { color: #3a3a3a; } 
a:visited { color: #3a3a3a; }
a:active { color: #3a3a3a; }
a:hover { color: #000; text-decoration: none; }

h1,h2,h3,h4,h5 { 
	font-weight: normal; 
	color: #000000;
	margin: 0 0 5px 0; 
}

h1 { font-size: 20px; }
h2 { font-size: 17px; }
h3 { font-size: 14px; }
h4 { font-size: 11px; }

h2.longheader {
 	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #3a3a3a;
	font-weight: bold;
}

div.longheader-container {
	background: url(/images/middleheader_bg.jpg) repeat-x;
	width: 110%;
	_width: 100%;
	line-height: 29px;
	height: 29px;
	padding: 0 0 0 13px;
	font-size: 14px;
	color: #3a3a3a;
	font-weight: bold;
	margin: -21px 0px 10px -21px;
	clear: both;
}


p { padding: 0 0 10px 0; }

hr { 
	height: 1px; 
	background-color: #CCCCCC; 
	color: #CCCCCC;
	border: none;
}

div.bgbox {
	background-color: #FFFFFF;
}

div.headerbox {
	background-color: transparent !important;	
}

div.headerbox h3 { 
	background: url(/images/leftrightheader_bg.jpg) no-repeat !important;
	background-color: transparent !important; 
	color: #3a3a3a !important;	
	height: 29px !important;
	line-height: 29px !important;
	padding: 0 0 0 13px !important;
	border: 0 !important;
	margin: 0;
	font-weight: bold !important; 
	font-size: 12px !important;
}


div.header {
	padding-bottom: 0px;
	position: relative;
	height: 104px;
}

div.logo {
	position: absolute;
	top: 0;
	left: -40px;	
}

div.top-citat {
	position: absolute;
	top: 10px;
	right: 230px;
	font-size: 12px;
	font-weight: bold;	
}


.right { text-align: right !important; }
.center {text-align: center !important; }
.wide { width: 200px; }

input.button, button {
	border: 0;
	height: 22px;
	line-height: 22px;
	width: auto;
	overflow: visible;
	cursor: pointer;
	padding: 0 7px 0 7px;
	margin: 0 5px 5px 0;
	background: url(/images/button_bg.jpg) repeat-x;
	background-color: #142754;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
}	

input.button:hover, input.button:focus, button:hover {
	color: #CCC;
}

input.falt {
	border: 1px solid #aeaeae;
	margin: 2px 0 2px 0;
	padding: 4px 3px 4px 3px;
	font-size: 11px;
}	

input.radio {
	margin: 0 3px 0 0;
}

.javascript_only {
	display:none;
}

fieldset {
	background-color: transparent;
	border: 0px solid #d1d1d1; 
	margin: 0 10px 10px 0px;
	padding: 0px;
}

fieldset input, fieldset option, fieldset select {
	margin: 2px 0 2px 0;
}

label {
	display: block;
	padding: 0 0 3px 0;
}


legend {
	font-weight: bold;
}

label.inline {
	display: inline;
	margin: 0 5px 0 0;
}

select {
	padding: 0px 0 0px 0;
	border: 1px solid #aeaeae;	
	padding: 2px 0 2px 0;
	height: 22px;
}

textarea {
	padding: 4px;
	font-size: 11px;
	border: 1px solid #aeaeae;
}

option {
	padding: 4px;
	font-size: 11px;
}

th {
	font-weight: bold;
}


/* Print area
-----------------------------------------------------------------------------*/
@media print {
  body, div.wrapper { margin: 0; padding: 0; background: #fff !important; display:block;}
  div.header, div.leftRail, div.rightRail { display: none !important;  }
  .footer { margin: 0; }


  div.content, div.container {
  	background: none;
	float: none;
	
	margin: 0;
	border: none;
	width : 1000px;
	display: block;
  }
  div.footer-container { display:none !important;}
  
  .noprint {display: none;}

  div.cart-customer-data{display:none;}                           
}

 
/* Layout two or three columns
-----------------------------------------------------------------------------*/

div.page {
	padding: 0 0 20px 0;
	width: 100%;
	position: relative;
	float: left;
}

div.leftRail {
	float: left;
	background-color: transparent;
	width: 200px;
	position: relative;
	z-index: 999;
}

div.outercontainer {
	position: relative;
	padding-left: 213px;
}

div.container {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	overflow: hidden;
	margin-right: 213px; /* same value as rightRail width here */
	_margin-right: 403px; /* same value as rightRail width here */	
	_display: inline-block; /* IE 6 fix */
	position: relative;
}

div.content {
	padding: 20px 20px 20px 20px;
	font-size: 12px;
}

div.content p {
	font-size: 12px;	
}

div.rightRail {
	display: block; /* Remove this to activate rightRail */
	width: 200px;
	background-color: transparent;
	position: absolute;
	right: 0;
	_right: 190px; /* IE 6 fix, same as width */
	top: 104px;
	z-index: 999;
}

div.bannerRightRail {
	width: 200px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	position: relative;
	float: right;
	display: inline;
	margin-right: -230px; /* Make sure the div is right to page */
	padding-left: 30px;
}


/* Footer (change FH to the same)
-----------------------------------------------------------------------------*/

html, body { 
	height: 100%;
}

div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px; /*FH*/
	background-color: transparent;
	width: 90%;
	padding: 0px 0px 0 0px;
	position: relative;
}

#footer {
	height: 250px; /*FH*/
	background-color: transparent;
	clear: both;
	position: relative;
	z-index: 999;
}

div.pushfooter {
	height: 250px; /*FH*/
	clear: both;
}

div.footer-container {
	padding-left: 213px;		
}

div.footer_txt {
	padding: 20px 20px 20px 20px;
	margin: 15px 0px 0 0px;
	text-align: left;
	color: #999;
	background-color: #f4f4f4;
	margin-right: 213px;
	font-size: 10px;
} 

div.footer_txt p {
	font-size: 10px;
	color: #999;
}

div.footer_txt a {
	color: #999;	
}

div.footer_txt h1 {
	font-size: 16px;
	color: #999;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

div.footer_txt h2 {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;	
}

div.footer_textblockpadding {
	padding: 0 20px 0 0;	
}

div.footer_textblock1 {
	float: left;
	width: 33%;	
}

div.footer_textblock2 {
	float: left;
	width: 33%;
}

div.footer_textblock3 {
	float: left;
	width: 33%;
}

/* Topmenu2
-----------------------------------------------------------------------------*/ 

div.topmenu2 {
	height: 31px;
	background: url(/images/topmenu2_bg.jpg) repeat-x;
	background-color: transparent;
	position: absolute;
	top: 0px;
	right: 0;
}

#nav2 { 
	margin: 0;
	padding: 0;
}

#nav2 li {
	margin: 0;
	float: left;
	display: block;
	line-height: 31px;
}

#nav2 li:hover {
	background-color: transparent;
}

#nav2 li a { 
	display: block;
	font-size: 12px;
	padding: 0 13px 0 13px; 
}

#nav2 li.login a {
	background: url(/images/loggain_icon.png) no-repeat;
	background-position: 9px 7px;
	padding: 0 13px 0 26px;
	border-right: 1px solid #e2e2e2; 
}

#nav2 li.registreradig a {
	background: url(/images/registreradig_icon.png) no-repeat;
	background-position: 8px 7px;
	padding: 0 13px 0 27px;
	border-right: 1px solid #e2e2e2; 
}



/* Topmenu
-----------------------------------------------------------------------------*/ 

div.topmenu {
	height: 25px;
	background-color: transparent;
	position: absolute;
	top: 58px;
	left: 230px;
}

#nav { 
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	float: left;
	display: block;
	line-height: 25px;
}

#nav li:hover {
	background-color: transparent;
}

#nav li a { 
	display: block;
	font-size: 11px;
	padding: 0 13px 0 0px; 
}

#nav li.selected {
	background-color: transparent;
}

#nav li.selected a { 
	font-weight: inherit;
}


/* cart-mini
-----------------------------------------------------------------------------*/ 

div.Panel { 
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}

#cartMenu.Panel {
	border: 0px solid #dfdfdf;
	margin: 0 0 10px 0;
	position: relative;
}

#cart_icon {
	position: absolute;
	top: 40px;
	left: 12px;
	width: 56px;
	height: 56px;	
}

#cartMenu h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0 0px 10px;
	height: 26px;
	line-height: 26px;
	margin: 0 0 0px 0;
	background: url(/images/cartheader_bg.jpg) no-repeat !important;
}

#cartMenu h3 a {
	color: #fff !important;
	text-decoration: none !important; 	
}

#cart_text {
	font-size: 11px;
	padding: 10px 0 13px 75px;
	border: 1px solid #d1d1d1;
	height: 60px;
}

div.cart_gotoshop {
	padding: 8px 12px 0 0;
	text-align: right;	
}

#cart_link { display: none; }

.MiniCartContents {
	background-color: #FFFFFF;
	font-size: 8px;
	border: 1px solid #dfdfdf;
	padding: 8px;
	position: relative;
	margin: 0 0 10px 0;
}

.MiniCartContents td {
	padding: 1px 0 1px 0;
}

div.taxselector {
	padding: 0px 0 10px 10px;
}

div.currencyselector {
	padding: 0px 0 10px 10px;
}

/* General leftmenu
-----------------------------------------------------------------------------*/ 

#productMenu.Panel {
	margin: 0;
	padding: 0;	
}

#productMenu h3 { 
	padding: 0 0 0 10px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#prodmenu_text { 
	border: 1px solid #d1d1d1;
 	margin: 0 0 10px 0;
	padding: 10px 0 13px 13px;
	background-color: #fff;
}

/* menu-flat
-----------------------------------------------------------------------------*/ 

ul.FlatMenu li a {
	font-size: 11px;
	font-weight: normal;
}

ul.FlatMenu li a:before {
	content: none;
}

ul.FlatMenu ul { list-style: none; margin: 0; padding-left: 7px;}

ul.FlatMenu { 
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
}

ul.FlatMenu .L0 {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal; 
  padding: 0px 0px 0px 0px;
  border-bottom: 0; 
  background-color: transparent;
}

ul.FlatMenu .L0 a {
	font-size: 12px;	
	text-decoration: none;		
}

ul.FlatMenu li.selected li a { 
	font-weight: normal; 
}

ul.FlatMenu li.selected a { 
	font-weight: normal; 
}

ul.FlatMenu .L0 a,ul.FlatMenu li.selected li a { }
ul.FlatMenu .L0 li a,ul.FlatMenu li.selected li a {  }
ul.FlatMenu li.selected a, ul.menu li.selected a { font-weight: normal;   }
ul.FlatMenu li.selected a, ul.menu li.selected { font-weight: normal; }


/* menu-tree
-----------------------------------------------------------------------------*/ 

.menu { 
	margin: 0;
	padding: 0;
}

.menu li {
	line-height: 20px;
	font-size: 11px;
	background-image: none;
	background-color: #ebebeb;
	display: block;
	border-bottom: 1px solid #fff;
}

.menu li a  {
	padding-left: 22px;
	font-size: 12px;
	line-height: 28px;
	display: block;
	_display: inline; /*IE 6 fix */
}	

.menu li a:hover {
	text-decoration: none;
}	

.menu li.closed { 
	background: url(/images/plus.gif) no-repeat 7px 9px; 
	background-color: #ebebeb;
}

.menu li.open {
	background: url(/images/minus.gif) no-repeat 7px 9px; 
	background-color: #ebebeb;
}

ul.submenu li.closed {
	background: url(/images/plus.gif) no-repeat 7px 7px; 
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	background-color: #fff;	
}

ul.submenu li.open {
	background: url(/images/minus.gif) no-repeat 7px 7px; 
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
	background-color: #fff;	
 }

ul.submenu {
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	background-color: #fff;	
	
}

ul.submenu li {
	background-color: #fff;	
	border-bottom: 0;
}

ul.submenu li a {
	line-height: 23px;
}

.menu li#favorites { 
	background-image: none;
}

ul.menu li.selected a {
}

ul.menu ul li.selected a {
}
	
/* Search
-----------------------------------------------------------------------------*/ 

div.search { 
	white-space: nowrap; 
	margin: 0 0 10px 0;
}

#Search_Text { 
	height: 26px;
	width: 153px;
	padding: 2px 2px 2px 4px;
	font-size: 13px;
	font-style: italic;
	color: #a0a0a0;
	margin-bottom: 3px;
	margin-right: -1px;
	border: 1px solid #d1d1d1;
}

#search_button { 
	vertical-align: bottom; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	border-left: 0px solid #d1d1d1;	
	border-right: 1px solid #d1d1d1;	
	border-top: 1px solid #d1d1d1;	
	border-bottom: 1px solid #d1d1d1;		
}

/* News & extramenu_text
-----------------------------------------------------------------------------*/ 

#newsletterMenu { text-align: left; }
div.newsletter_text { padding-left: 10px }

div.newsfeed {
	border: 1px solid #dfdfdf;
}

div.newsfeed h3 {
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 10px;
	margin: 0;
	background-color: #d2d2d2;	
	color: #4e4e4e;
	height: 26px;
	line-height: 26px;
}

div.newsfeed div.item {
	padding: 1px 10px 1px 10px;
}

div.newsfeed h1 {
	font-size: 11px;
	padding: 7px 0 1px 0;
}

div.newsfeed div.allnews {
	padding: 5px 0px 5px 10px;
}	

div.pubdate {
	padding-top: 4px;
	font-size: 10px; 
	font-style: italic;
}

div.readmore  {
	border: 0;
	padding-bottom: 5px;
}

.newsfeed-detail .newsitem {
	padding: 2px 0 7px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}

.newsfeed-comment {
	padding: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #f6f6f6;
}

.signature {
	padding-top: 5px;
}

.newsfeed-comment-write {
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #f6f6f6;
}

#extraMenu { text-align: left; }
#extramenu_text { background: white; }
#extramenu_text img { margin-bottom: 10px; }

/* Product small
-----------------------------------------------------------------------------*/ 

div.product-small h3 { display: none; }

div.product-small-container {
	margin: 0;
	padding: 0;
	clear: both;
}

div.product-small {
	border: 0px #dfdfdf solid;
	width: 188px;
	margin: 0px 10px 15px 0;
	padding: 0px 0px 10px 0;
	height: 220px;
	float: left;
	vertical-align: top;
	background-color: transparent;
	position: relative;		
}

div.product-small div.splash {
	position: absolute;
	top: 65px;
	right: 0px;
	height: 77px;
	width: 77px;	
}

div.product-small .short {
	display: none;
	font-size: 10px;
	line-height: 11px;
	height: 22px;
	overflow: hidden;
	padding: 0 0 7px 0;
}

div.pricing {
	float: left;
	height: 20px;
}

* html div.product-small .pricing { width: 60%; } /* IE6 needs width here */

div.product-small div.price {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	white-space: nowrap;
}

div.product-small div.oldprice {
	font-size: 11px;
	height: 12px;
	text-decoration: line-through;
	overflow: hidden;
	white-space: nowrap;
}

div.campaignproduct div.price {
	color: #c80000;
}

div.button_buy_container {
	text-align: right;
	float: right;
	display: none !important;
}

input.button_buy {
}

div.moreinfo { 
	float: right;
}

div.product-small div.date { display: none; }

div.product-small div.name {
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	overflow: hidden;
	padding: 0 0 8px 0;
	text-align: center;
}

div.product-small img {
	margin: 0 0 8px 0;
	padding: 0;
}

/* Category small
-----------------------------------------------------------------------------*/ 

div.category-small h3 { display: none; }

div.category-small-container {
	margin: 0;
	padding: 0;
	clear: both;
}

div.category-small {
	border: 0px #dfdfdf solid;
	width: 188px;
	margin: 0px 10px 15px 0;
	padding: 0px 0px 10px 0;
	height: 220px;
	float: left;
	vertical-align: top;
	background-color: transparent;
	position: relative;		
}

div.category-small div.splash {
	position: absolute;
	top: 65px;
	right: 0px;
	height: 77px;
	width: 77px;	
}

div.category-small .short {
	display: none;
	font-size: 10px;
	line-height: 11px;
	height: 22px;
	overflow: hidden;
	padding: 0 0 7px 0;
}

div.category-small .pricing {
	float: left;
	height: 20px;
}

* html div.category-small .pricing { width: 60%; } /* IE6 needs width here */

div.category-small div.price {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	white-space: nowrap;
}

div.category-small div.oldprice {
	font-size: 11px;
	height: 12px;
	text-decoration: line-through;
	overflow: hidden;
	white-space: nowrap;
}

div.campaignproduct div.price {
	color: #c80000;
}

div.category-small div.button_buy_container {
	text-align: right;
	float: right;
}

input.button_buy {
}

div.category-small .info { display: none; }

div.category-small div.date { display: none; }

div.category-small div.name {
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	overflow: hidden;
	padding: 0 0 8px 0;
	text-align: center;
}

div.category-small img {
	margin: 0 0 8px 0;
	padding: 0;
}

/* Product small toplist
-----------------------------------------------------------------------------*/ 
div.product-small-toplist h3 { display: none; }

div.product-small-toplist-container {
	margin: 0;
	padding: 0;
	clear: both;
}

div.product-small-toplist {
	border: 0px #dfdfdf solid;
	width: 188px;
	margin: 0px 10px 15px 0;
	padding: 0px 0px 10px 0;
	height: 220px;
	float: left;
	vertical-align: top;
	background-color: transparent;
	position: relative;		
}

div.product-small-toplist div.splash {
	position: absolute;
	top: 65px;
	right: 0px;
	height: 77px;
	width: 77px;	
}

div.product-small-toplist .short {
	display: none;
	font-size: 10px;
	line-height: 11px;
	height: 22px;
	overflow: hidden;
	padding: 0 0 7px 0;
}

div.product-small-toplist .pricing {
	float: left;
	height: 20px;
}

* html div.product-small-toplist .pricing { width: 60%; } /* IE6 needs width here */

div.product-small-toplist div.price {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	white-space: nowrap;
}

div.product-small-toplist div.oldprice {
	font-size: 11px;
	height: 12px;
	text-decoration: line-through;
	overflow: hidden;
	white-space: nowrap;
}

div.campaignproduct div.price {
	color: #c80000;
}

div.product-small-toplist div.button_buy_container {
	text-align: right;
	float: right;
}

input.button_buy {
}

div.product-small-toplist .info { display: none; }

div.product-small-toplist div.date { display: none; }

div.product-small-toplist div.name {
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	overflow: hidden;
	padding: 0 0 8px 0;
	text-align: center;
}

div.product-small-toplist img {
	margin: 0 0 8px 0;
	padding: 0;
}

/* Product detail and category
-----------------------------------------------------------------------------*/ 

#CatTrace { 
	text-align: right;
	padding-bottom: 10px;
}

#GroupText { margin: 0 0 15px 0; }

div.GroupText-text {
}

div.GroupText-image {
	padding: 0 15px 0 0;
	float: left;
}

table.artiklar {
	margin: 0;
}

table.artiklar td {
	font-size: 11px;
	padding: 3px 7px 3px 7px;
}

table.artiklar th {
	font-size: 11px;
	background: url(/images/table_th_bg.png) repeat-x;
	color: #3a3a3a;	
	background-color: #dddddd;
	padding: 5px 7px 5px 7px;
	vertical-align: middle;
}

tr.even { 
	background-color: #f0f0f0; 
}

tr.odd {
	background-color: #fff;
}

div.brandimage {
	text-align: right;
	margin: 0 0 7px 0;
}

div.produkt {
	margin: 0 0 10px 0;
}

div.description {
	margin: 0 0 10px 0;
}

div.productimage {
	float: right;
	padding: 0 0 15px 20px;
	width: 200px; /* same width as PRODUCT transform in admin */
	text-align: right;
}


div.productimage:after { clear: right; }

div.productimage p {
	text-align: right;
	font-size: 10px;
	font-style: italic;
	margin: 5px 0 0 0;
}

td.smallpictures {
	text-align: center;
	padding: 0 5px 15px 0;
	font-style: italic;
}

td.smallpictures img {
	margin: 0 0 5px 0;
}

fieldset.documents {	
	border: 1px solid #dfdfdf;
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 10px 0 10px 0;
}

.kampanjpris, .kampanjtext {
	color: #5f0303;
	font-weight: bold;
}

.brandpage_img {
	float: right;
	padding: 0 0 15px 15px;
}

div.button {
	text-align: right;
	margin: 0 0 10px 0;
}

/* Cart
-----------------------------------------------------------------------------*/ 

ul.cart_menu_ul {
	padding: 0;
	margin: 0;
	*margin: 0 0 -5px 0; /*ie 6 and 7 fix */ 		
}

.cart_menu_ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cart_menu_ul li {
	float: left;
	margin: 0 3px 0 0;
	border: 1px solid #dfdfdf;
	background-color: #666666;
	list-style: none;
	padding: 0;
}

.cart_menu_ul li.selected {
	border: 1px solid #dfdfdf;
	background-color: #d2d2d2;
	color: #fff;
}

.cart_menu_ul li a {
	padding: 7px 6px;
	display: block;
	color: #FFFFFF;
}

.cart_menu_ul li.selected a {
	color: #666666;
}

.address-login {
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

.address-login td {
	padding: 0 5px 0 0;
}

.address-table {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	width: 100%;
}

.address-table td {
	padding: 5px 5px 5px 0;
	width: 35%;
}

.address-table input[type=text] {
	width: 180px;
}
.address-table input[type=password] {
	width: 180px;
	margin: 0;
}

.cart_total_sum {
	font-weight: bold;
	font-size: 14px;
	color: #5f0303;
}

div.cart-payship-container td, div.cart-login-container td, div.cart-shipping-container td {
	padding: 6px 0px 6px 5px;
}

div.cart-content-container {
	border-bottom: 1px solid #dfdfdf;
	padding: 0px 0 5px 0;
	background-color: #fff;
	margin: 0 0 20px 0;
}

div.cart-content-container2 {
	padding: 5px 5px 10px 5px;
}

div.cart-payship-container {
	border-bottom: 1px solid #dfdfdf;
	padding: 3px 3px 10px 3px;
	background-color: #fff;
	margin: 0 0 20px 0;
}

div.cart-login-container {
	border: 1px solid #dfdfdf;
	padding: 7px 3px 7px 5px;
	background-color: #ebebeb;
	margin: 0 0 10px 0;
}

div.cart-shipping-container {
	border-bottom: 1px solid #dfdfdf;
	padding: 3px 3px 10px 3px;
	background-color: #fff;
	margin: 0 0 20px 0;
}

div.cart-content-header {
	background: url(/images/icon_cart1.gif) no-repeat;
	background-position: 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}


div.cart-shipping-header {
	background: url(/images/icon_cart2.gif) no-repeat;
	background-position: 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div.cart-payship-header {
	background: url(/images/icon_cart3.gif) no-repeat;
	background-position: 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div.cart-login-header {
	background: url(/images/icon_cart4.gif) no-repeat;
	background-position: 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.cart-visainfo a, .cart-visainfo a:hover, .cart-visainfo a:visited {
	padding: 5px 5px 5px 5px;
	cursor: pointer;
	font-size: 11px;
	text-align: left;
}


.cart-meddelande a, .cart-meddelande a:hover, .cart-meddelande a:visited {
	padding: 5px 5px 5px 5px;
	line-height: 22px;
	height: 22px;
	cursor: pointer;
	font-size: 11px;
	text-align: left;
}

.cart-kunduppgifter a {
	padding: 4px 5px 3px 5px; 
	border:1px solid #dfdfdf; 
	background-color: #666666;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 11px;
	vertical-align: baseline;	
}

div.read_terms {
	font-size: 15px;
	font-weight: bold;
}

div.read_terms a {
	text-decoration: underline;
}

div.error {
	border: 1px solid #5f0303;
	background-color: #8f0606;
	color: #FFFFFF;
	padding: 15px;
	margin: 7px 0 7px 0;
	width: 90%;
	font-size: 13px;
	font-weight: bold;
}

#the_working_message {
	background-color: #666666;
	color: #FFFFFF;
	border: 3px solid #aeaeae;
	position:fixed;
	left:50%;	
	top:50%;
	padding: 10px;
	font-size: 15px;
}

input.cartfield {
	width: 40px;
}

table#choose-shipping.artiklar td, table#choose-payment.artiklar td {
	vertical-align: top !important;
}


/* Login, logged in, customer profile
-----------------------------------------------------------------------------*/ 

#newcustomer-box {
}

div.login-header h3 {
	background: url(/images/cartheader_bg.jpg) no-repeat !important;
	color: #fff !important;	
	padding: 0 0 0 10px;
	height: 26px;
	line-height: 26px;
	color: #4e4e4e;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	background-color: #d2d2d2;
}

div.login-container {
	border: 1px solid #dfdfdf;
	padding: 10px;
	margin: 0 0 10px 0;
}

#customeraddress-box {
	width: 450px;
}

/* Toplist
-----------------------------------------------------------------------------*/ 

div.toplist-header h3 {
	padding: 0 0 0 10px;
	height: 26px;
	line-height: 26px;
	color: #4e4e4e;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	background-color: #d2d2d2;
}

div.toplist-container {
	border: 1px solid #d1d1d1;
	padding: 7px 0px 0px 0px;
	margin: 0 0 10px 0;	
}

ul.toplist-menu {
	list-style: none;	
}

ul.toplist-menu li {
	padding: 2px 0 2px 13px;
	font-size: 11px;
	line-height: 20px;
	background-color: #efefef;
	color: #3a3a3a;
}

ul.toplist-menu li.odd {
	background-color: #fff;	
}

/* Wishlist
-----------------------------------------------------------------------------*/ 

div.wishlist_items {
}

table.wishlist_table {
	margin: 0 0 15px 0;
}

div.wishlist_form {
	margin: 15px 0 10px 0;	
}

div.wishlist_savedlists {
	margin: 15px 0 15px 0;	
}

ul.wishlist_menu {
	list-style: none;	
	margin: 0 0 5px 0;
}

input.wishlist_falt {
	width: 273px;	
}


/* Error messages
-----------------------------------------------------------------------------*/ 

td.error { 
	color: #f00;
}

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

.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;
}

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;
	margin: 0 0 10px 0;
}
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;
}

div.rightrailbox {
	padding: 10px 0 13px 13px;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	margin: 0 0 10px 0;	
}

ul.lastvisited {
	margin: 0;
	list-style: none;	
}

ul.lastvisited li {
	margin: 0 0 10px 0;
}

div.lastvisit_img {
	float: left;
	padding: 0 10px 0 0;	
}

div.lastvisit_descr {
	padding: 5px 0 0 0;
}

div.textblock-left {
	width: 50%;	
	float: left;
	display: block;
}

div.textblock-right {
	width: 50%;
	float: left;
	display: block;
}

div.textblock-padding {
	padding: 0 30px 0 0;
}

/* Klarna popup
-----------------------------------------------------------------------------*/
div.klarna_popup {
    position:absolute;
    left:-10px;
    top:-10px;
    z-index:100;
    display:none;
    border:1px solid black;
    background-color: #d2d8d8;
    padding: 10px;
}
div.klarna_popup a {
    display: block;
    background-color: #eee;
    color: #000;
    padding: 4px 10px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #999;
}
div.klarna_popup a:hover {
    background-color: #ddd;
}

/*
-----------------------------------------------------------------------------*/

table.formular_reklamera {
	margin: 10px 0 15px 0;	
}

table.formular_reklamera td {
	vertical-align: middle;
}

div.product-small-klarna{
	float: left;
	padding-top: 10px;
}

div.product-small-stock{
	float: left;		
}

h2.longheader a{
	font-size:12px;
	margin-left:15px;
}

td.label {
	font-size: 12px !important;
	font-weight: bold !important;	
}	


form#paymentform-standard input.button {
	font-size: 12px!important;
	margin-left: 0!important;
	height: 22px!important;
	line-height: 22px!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important
}
/* Filter
-----------------------------------------------------------------------------*/ 
table.filter_table {
    display: none;
	margin: 5px 0 15px 0;
}
table.filter_table tr.hidden {
    display: none;
}
table.filter_table td {
    border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;
}
table.filter_table td.filter_image {
    width: 50px;
    padding: 3px 0;
    vertical-align: middle;
}
table.filter_table td.filter_name {
    width: 80px;
    vertical-align: middle;
}
table.filter_table td.filter_info {
    width: 15px;
    vertical-align: middle;
    padding-right: 5px;
}
table.filter_table td.filter_unit {
    vertical-align: middle;
	padding: 0 0 0 5px;
}
table.filter_table td.filter_slider1 {
    vertical-align: middle;
    padding-right: 5px;
    width: 400px;
}
table.filter_table td.filter_slider2 {
    vertical-align: middle;
}
table.filter_table td.filter_buttons {
    vertical-align: middle;
    padding: 3px 0;
}
input.filter_slider_value {
    width: 50px;
    text-align: center;
}
.filter_slider {
    width: 250px;
}
.filter_button {
    background-color: #142754;
    margin: 0 3px 3px 0;
	cursor: pointer;
	padding: 2px 2px 2px 2px;
	color: #fff;
	border: 0;
	font-size: 10px;
}

.filter_button[disabled] {
	background-color: #dddddd;
	color: #877f87;
	cursor: default;
}

.filter_button_selected {
    background-color: #23418a;
}
.filter_facebox_cont {
    display: none;
}

.ui-slider .ui-slider-handle {
	cursor: pointer;
	margin-top: 0;	
}

.ui-slider-range  {
	background: none;
	background-color: #142754;
}

.ui-corner-all {
	margin: 5px 0 0 0;
}

div.filter-links, #url_field_div, div.filter-info, table.filter_table {
	width: 650px; /*width on filter*/
}

div.filter-links {
}

#url_field_div {
}

textarea#url_field {
	width: 100%;
}

div.filter-info {
	padding: 8px 0 0 0; 
}

