/* TEMPLATE 4 CSS */


/* 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, 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-color: #f1f1f1;
	line-height: normal;
	-webkit-text-size-adjust: none;
}

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

:focus {
	outline: 0;
}

a {
	color: #142754;
	text-decoration: none;
}
a:link { color: #142754; }
a:visited { color: #142754; }
a:active { color: #142754; }
a:hover { color: #333333; }

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

h1 { font-size: 22px; }
h2 { font-size: 19px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

p { padding: 0 0 10px 0; }

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

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

div.headerbox h3 {
	background-color: #d2d2d2;
	color: #4e4e4e;
}
div.header {
	padding-bottom: 20px;
}

input.button, 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-color: #142754;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
}

input.button:hover, input.button:focus, button.button:hover {
	background-color: #23418a;
}

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

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

.javascript_only {
	display:none;
}

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

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

textarea {
	padding: 4px;
	border: 1px solid #aeaeae;
	color: #7b7b7b;
}

option {
}

th {
	font-weight: bold;
}


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

  div.content, div.container {
  	background: none;
	float: none;
	margin: 0;
	border: none;
	display: block;
  }

  .noprint {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 {
}

div.container {
	background-color: transparent;
	overflow: auto;
	_display: inline-block; /* IE 6 fix */
	width: auto; /* To activate rightRail - add a width  */
	float: none;/* To activate rightRail - add float left  */
}

div.content {
	padding: 0 0 0 16px;
}

div.rightRail {
	display: none; /* To activate rightRail - add display block  */
	width: 0px; /* To activate rightRail - add a width  */
	float: right;
	background-color: transparent;
}

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 -40px; /*FH*/
	background-color: #fff;
	width: 910px;
	padding: 0px 15px 0 15px;
	position: relative;
}

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

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

div.footer_txt {
	text-align: center;
}

div.mobile_selector {
	text-align: center;
	padding: 3px 0 0 0;
}

/* Topmenu level 1
-----------------------------------------------------------------------------*/

div.topmenu {
	height: 25px;
	background-color: #d2d2d2;
}

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

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

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

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

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

#nav li.selected a {
}

/* Topmenu (drop down under menu) level 2
----------------------------------------------------------------*/

div.topmenu #nav li ul.subnav {
	display: none;
	position: absolute;
	background-color: #e3e3e3;
	z-index: 1002;
	padding: 0;
}

div.topmenu #nav li:hover ul.subnav {
	display: block;
}

div.topmenu #nav li ul.subnav li {
	margin: 0;
	clear: both;
	display: block;
	line-height: 25px;
	position: relative;
	alignment-adjust: auto;
	display: block;
	width: 100%;
}

div.topmenu #nav li ul.subnav li.selected {
	background-color: #e3e3e3;
}

div.topmenu #nav li ul.subnav li a {
	border-bottom: 1px solid #d3d3d3;
	min-width: 80px;
}

div.topmenu #nav li ul.subnav li a.selected {
}


/* Topmenu (flat under menu) level 2
-----------------------------------------------------------------------------*/
div.topsubmenu {
	height: 25px;
	background-color: #E2E2E2;
}

div.topsubmenu #nav_submenu {
	margin: 0;
	padding: 0;
}

div.topsubmenu #nav_submenu li {
	margin: 0;
	float: left;
	display: block;
	line-height: 25px;
}

div.topsubmenu #nav_submenu li.selected {
	background-color: #f3f3f3;
}

div.topsubmenu #nav_submenu li:hover {
	background-color: #e3e3e3;
}

div.topsubmenu #nav_submenu li a {
	display: block;
	font-size: 11px;
	padding: 0 10px 0 10px;
}

div.topsubmenu #nav_submenu li a.selected {
}

/*cart-mini-top
-----------------------------------------------------------------------------*/
div.cart_top{
    float: left;
    padding: 10px 0px 5px 5px;
    font-size: 10px;
    font-weight: bold;
}

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

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


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

#cart_icon {
	position: absolute;
	top: 5px;
	right: 7px;
}

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

#cart_text {
	font-size: 11px;
	padding: 5px 0 10px 10px;
   	height: auto !important;
}

#cart_link { display: none; }


.cart-mini-table {
    width: 100%;
    padding-right: 10px;
}

.cart-mini-table td{
    font-size: 11px;
}

.cart-mini-table td.cart-mini-table-sum {
    font-size: 11px;
    padding-top: 5px;
    font-weight:bold;
}
.mini-cart-button-container {
    font-size: 11px;
    margin-top: 5px;
}

/* Cart mini popup
-----------------------------------------------------------------------------*/
.MiniCartContents {
	background-color: #FFFFFF;
	font-size: 8px;
	padding: 8px;
	position: relative;
	margin: 0 0 10px 0;
}

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

/* Mini cart popup
-----------------------------------------------------------------------------*/

div.minicartpopup-container {
	background-color: #fff;
	padding: 13px;
	box-shadow: 0 0 5px #666;
}

div.minicartpopup {
    display: block;
    position: absolute;
    top: 30%;
    left: 37%;
    z-index: 9999;
}

div.minicartpopup-close {
	float: right;
	margin: 0 0 20px 0;
	cursor: pointer;
	font-weight: bold;
}

table.minicartpopup-table {
	margin: 5px 0 0 0;
}

table.minicartpopup-table th {
	font-weight: bold;
	padding: 0 8px 4px 0;
}

table.minicartpopup-table td {
	padding: 3px 8px 3px 0;
	vertical-align: middle;
}

table.minicartpopup-table td.minicartpopup-hr {
	padding: 15px 0 5px 0;
}

table.minicartpopup-total {
	margin: 5px 0 10px 0;
}

.minicartpopup-bigprice {
	font-size: 14px;
	font-weight: bold;
}

/* Currencyselector
-----------------------------------------------------------------------------*/
div.currencyselector {
	padding: 0px 0 10px 0px;
}

select#currencyselector_currency {
}

div.pagetop div.currencyselector {
    float:left;
    padding: 5px 0px 5px 5px;
    font-size: 10px;
}

div.pagetop div.currencyselector select {
    font-size: 11px;
}

/* Pagetop
-------------------------------------------*/
div.pagetop {
    float:right;
	padding: 5px 0 5px 0;
}

/* Taxselector
-----------------------------------------------------------------------------*/
div.taxselector {
	padding: 0px 0 10px 0px;
}

div.pagetop div.taxselector {
	float:left;
        padding: 5px 0px 5px 5px;
        font-size: 10px;
}

div.pagetop div.taxselector select {
    font-size: 11px;
}

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

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

/* 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: 11px;
  line-height: 13px;
  font-weight: normal;
  padding: 4px 4px 4px 10px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #ebebeb;
}

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: 16px;
	width: 82%;
	padding: 2px;
	font-size: 11px;
	margin-bottom: 3px;
	margin-right: -1px;
}

#search_button {
	vertical-align: bottom;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
}


/* Search strings
-----------------------------------------------------------------------------*/

.suggested-search-strings {
	width: 100%;
	border: 1px solid #dfdfdf;
	z-index: 999;
	background-color: white;
}

.suggested-search-strings ol {
	list-style: none;
	margin: 0 0 5px 0;
	overflow: hidden;
}

.suggested-search-strings a {
	display: block;
	padding: 10px 5px 10px 7px;
	color: #666666;
	font-size: 11px;
}

.suggested-search-strings a:hover {
	background-color: #f9f9f9;
}

.suggested-search-strings a:focus {
	background-color: #f9f9f9;
}

.quicksearchblocktitle {
    margin: 0 0 0px 0px;
    font-size: 13px;
	line-height: 2ex;
	padding: 7px 5px 7px 7px;
    font-weight: bold;
	background-color: #ebebeb;
	color: #000;
}

.quicksearchlist li {
    line-height: 1ex;
}

.sugclass-search a:before {
	content:'\00BB \0000a0';
	display: inline;
}

.sugclass-search {
    font-weight: bold;
}

.quicksearch-sel {
	background-color: #f6f6f6;
}

/* Newsletter
-----------------------------------------------------------------------------*/

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

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

div.newsletter 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.newsletter_container {
	padding: 10px 10px 10px 10px;
}

input.newsletter_falt {
	margin: 0 0 5px 0;
	width: 95%;
}


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

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

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 div.item h4 {
	font-size: 11px;
	padding: 7px 0 1px 0;
}

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

div.newsfeed .newspicture{
	margin: 0 0 10px 0;
}

div.newsfeed div.allnews {
	padding: 5px 0px 10px 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: 15px 0 15px 0;
	border-bottom: 1px solid #dfdfdf;
}

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

.signature {
	padding-top: 5px;
}

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

div.newsfeed-link {
	margin: 0 0 15px 0;
}

div.extramenu_text {
	text-align: center;
	margin: 0 0 10px 0;
}

div.extramenu_text img {
	margin-bottom: 5px;
}

div.extramenu_text .klarna-widget {
	width: 100% !important;
	display: block !important;
}

div.extramenu_text .klarna-widget img {
	width: 100% !important;
}

div.newsitem{
	margin-bottom:20px;
}

div.news-tags {
	margin: 0 0 15px 0;
}


/* News on startpage
-----------------------------------------------------------------------------*/
div.news-firstpage {
	margin: 0 0 15px 0;
}

div.news-firstpage h2 {
	margin: 0 0 1px 0;
}

div.news-firstpage-pubdate {
	float: left;
	font-style: italic;
	margin: 0 10px 0 0;
}

div.news-firstpage-author {
	font-style: italic;
	float: left;
	margin: 0 10px 0 0;
}

div.news-firstpage-picture {
	margin: 12px 12px 5px 0;
	float: left;
	vertical-align: top;
}

div.news-firstpage-body {
	margin: 12px 0 10px 0;
}

div.news-firstpage-readmore {
}

div.news-firstpage-allnews {
}

/* News-category
-----------------------------------------------------------------------------*/
ul.news-category {
    padding: 10px 10px 10px 10px;
}

ul.news-category li {
	list-style: none;
	margin:  0 0 5px 0;
}

/* News tag cloud
-----------------------------------------------------------------------------*/

div.tag_cloud {
	padding: 10px 10px 10px 10px;
}

div.tag_cloud a {
	padding: 0 2px 0 0;
}

div.tag_cloud span.big {
	font-size:16px;
	font-weight: bold;
}

div.tag_cloud span.medium {
	font-size:14px;
}


/* Newsfeed-all
-----------------------------------------------------------------------------*/

ul.news-all-summary {
    margin: 0px 0 20px 0;
}

ul.news-all-summary li {
    list-style-type: none;
    padding: 7px 7px 7px 7px;
    margin: 0;
}

ul.news-all-summary li.odd {
    background-color: #ededed;
}

table.news-all-table td {
	vertical-align: top;
}

div.news-all {
    margin: 0 0 15px 0;
}

div.news-all-picture {
    margin: 0px 12px 0px 0;
    vertical-align: top;
    width: 126px;
}

div.news-all-picture img {
    margin: 0 0 5px 0;
}

div.news-all-pubdate {
    font-style: italic;
    margin: 0px 12px 5px 0;
    float: left;
}

div.news-all-readmore {
    text-align: right;
}


/* Product small (old)
-----------------------------------------------------------------------------*/

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

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

div.product-small {
	width: 134px;
	margin: 0px 13px 13px 0;
	padding: 9px;
	height: 225px;
	float: left;
	vertical-align: top;
}

div.monthprice {
	height: 237px;
}

div.monthly_payment {
	font-size: 11px;
	line-height: 12px;
}

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

div.product-small .pricing {
	float: left;
	height: auto;
}

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

div.product-small div.price {
	font-size: 12px;
	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.product-small div.campaignproduct div.price {
	color: #5f0303;
}

div.product-small.campaignproduct div.price {
	color: #5f0303;
}

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

div.product-small input.button_buy {
}

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

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

div.product-small div.name {
	font-weight: bold;
	font-size: 11px;
	height: 12px;
	overflow: hidden;
	padding: 0 0 2px 0;
}

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

/* Product-small-horizontal-small
-----------------------------------------------------------------------------*/
div.product-small-horizontal-small {
    width: auto;
	margin: 0 0 0px 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 30px;
	border-right: 0;
	border-top: 0;
	border-left: 0;
}

div.product-small-horizontal-small div.name {
	font-size: 12px;
	line-height: 30px;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	font-weight: normal;
	width: 380px;
	border-right: 1px solid #dfdfdf;
	float: left;
}

div.product-small-horizontal-small div.pricing {
	margin: 0 0 0px 0;
	line-height: 30px;
}

div.product-small-horizontal-small div.price {
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	margin: 0 7px 0px 0;
	float: left;
	line-height: 30px;
}

div.product-small-horizontal-small div.oldprice_container {
	float: left;
	font-size: 10px;
	line-height: 30px;
}

div.product-small-horizontal-small span.oldprice {
	text-decoration: line-through;
	font-style: italic;
	font-size: 10px;
	line-height: 30px;
}

div.product-small-horizontal-small input.product-small-Qty {
	width: 20px;
	line-height: normal;
}

div.product-small-horizontal-small div.button_buy_container {
	padding: 2px 0 0 0;
	float: right;
}

div.product-small-horizontal-small div.infobutton {
	padding: 2px 5px 0 0;
}

/* Product-small-horizontal-big
-----------------------------------------------------------------------------*/
div.product-small-horizontal-big {
    width: auto;
	margin: 0 0 13px 0;
	padding: 12px 12px 12px 12px;
	position: relative;
}

div.product-small-horizontal-big div.product-small-image {
	float: left;
	padding: 0 20px 0 0;
	width: 131px;
	height: 144px;
        position: relative;
}

div.product-small-horizontal-big div.product-small-textcontainer {
	width: 510px;
	float: right;
}

div.product-small-horizontal-big div.name {
	font-size: 14px;
	line-height: normal;
	margin: 0 0 5px 0;
	padding: 0 0px 0 0;
	font-weight: bold;
	height: 16px;
	overflow: hidden;
}

div.product-small-horizontal-big div.short {
	font-size: 11px;
	line-height: normal;
	margin: 0 0 3px 0;
}

div.product-small-horizontal-big div.short_rows1 {
	height: 15px;
	overflow: hidden;
}

div.product-small-horizontal-big div.short_rows2 {
	height: 30px;
	overflow: hidden;
}

div.product-small-horizontal-big div.short_rows3 {
	height: 45px;
	overflow: hidden;
}

div.product-small-horizontal-big div.short_rows4 {
	height: 60px;
	overflow: hidden;
}

div.product-small-horizontal-big div.short_rows5 {
	height: 75px;
	overflow: hidden;
}

div.product-small-horizontal-big div.pricing {
	margin: 0 0 10px 0;
}

div.product-small-horizontal-big div.price {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	margin: 0 5px 0px 0;
	float: left;
	height: 16px;
	overflow: hidden;
}

div.product-small-horizontal-big div.oldprice_container {
	float: left;
	font-size: 10px;
	height: 12px;
	overflow: hidden;
	line-height: normal;
}

div.product-small-horizontal-big span.oldprice {
	text-decoration: line-through;
	font-style: italic;
	font-size: 10px;
	line-height: normal;
}

div.product-small-horizontal-big div.Monthly_payment {
	font-size: 11px;
	line-height: normal;
	margin: 0 0 5px 0;
	height: 13px;
	overflow: hidden;
}

div.product-small-horizontal-big input.product-small-Qty {
	width: 20px;
}

div.product-small-horizontal-big div.product-small-artnr-brand {
	margin: 0 0 10px 0;
}

div.product-small-horizontal-big div.productsmall_SKU {
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
}

div.product-small-horizontal-big div.product-small-brand {
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow:hidden;
}

div.product-small-horizontal-big div.button_buy_container {
}

div.product-small-horizontal-big div.product-small-position {
	position: absolute;
	right: 12px;
	bottom: 12px;
}

div.product-small-horizontal-big div.productsmall_stock {
	text-align: right;
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
}

div.product-small-horizontal-big div.campaigntext {
	text-align: right;
	font-size: 11px;
	height: 13px;
	overflow: hidden;
	line-height: normal;
	color: #5f0303;
}

/* Product-small-vertical-small
-----------------------------------------------------------------------------*/
div.product-small-vertical-small {
	width: 144px;
	padding: 10px;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}

div.product-small-vertical-small div.product-small-image {
	margin: 0 0 10px 0;
	width: 144px;
	height: 158px;
	overflow: hidden;
        position: relative;
}

div.product-small-vertical-small div.product-small-textcontainer {
}

div.product-small-vertical-small div.name {
	font-size: 12px;
	line-height: normal;
	height: 15px;
	overflow: hidden;
	margin: 0 0 0px 0;
}

div.product-small-vertical-small div.product-small-brand {
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
	margin: 0 0 5px 0;
}

div.product-small-vertical-small div.short {
	font-size: 11px;
	line-height: normal;
	margin: 0 0 3px 0;
}

div.product-small-vertical-small div.short_rows1 {
	height: 13px;
	overflow: hidden;
}

div.product-small-vertical-small div.short_rows2 {
	height: 28px;
	overflow: hidden;
}

div.product-small-vertical-small div.short_rows3 {
	height: 43px;
	overflow: hidden;
}

div.product-small-vertical-small div.short_rows4 {
	height: 58px;
	overflow: hidden;
}

div.product-small-vertical-small div.short_rows5 {
	height: 73px;
	overflow: hidden;
}

div.product-small-vertical-small div.campaigntext {
	margin: 0 0 5px 0;
	font-size: 9px;
	line-height: normal;
	color: #5f0303;
	height: 12px;
	overflow: hidden;
}

div.product-small-vertical-small div.productsmall_stock {
	margin: 0 0 5px 0;
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
}

div.product-small-vertical-small div.pricing {
	margin: 0 0 5px 0;
}

div.product-small-vertical-small div.price {
	font-size: 14px;
	line-height: normal;
	height: 16px;
	font-weight: bold;
	overflow: hidden;
	text-align: right;
}

div.product-small-vertical-small div.oldprice_container {
	font-size: 10px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
	text-align: right;
}

div.product-small-vertical-small span.oldprice {
	text-decoration: line-through;
	font-style: italic;
	font-size: 10px;
	line-height: normal;
}

div.product-small-vertical-small div.Monthly_payment {
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
	text-align: right;
}

div.product-small-vertical-small input.product-small-Qty {
	width: 30px;
}

div.product-small-vertical-small div.button_buy_container {
	height: 25px;
	overflow: hidden;
	margin: 0 0 3px 0;
	float: right;
}

div.product-small-vertical-small input.button_buy {
	margin-right: 0;
}

div.product-small-vertical-small div.button_buy_container img {
	vertical-align: middle;
}

div.product-small-vertical-small div.productsmall_SKU {
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
	text-align: right;
}

div.product-small-vertical-small.product-small-counter {
	margin-right: 0px !important;
}

/* Product-small-vertical-medium
-----------------------------------------------------------------------------*/
div.product-small-vertical-medium {
	width: 202px;
	padding: 10px;
	height: auto;
	float: left;
	margin: 0 11px 11px 0;
	position: relative;
}

div.product-small-vertical-medium div.product-small-image {
	margin: 0 0 10px 0;
	width: 202px;
	height: 222px;
        position: relative;
}

div.product-small-vertical-medium div.product-small-textcontainer {
}

div.product-small-vertical-medium div.name {
	font-size: 12px;
	line-height: normal;
	height: 15px;
	overflow: hidden;
	margin: 0 0 0px 0;
}

div.product-small-vertical-medium div.product-small-brand {
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
	margin: 0 0 5px 0;
}

div.product-small-vertical-medium div.short {
	font-size: 11px;
	line-height: normal;
	margin: 0 0 3px 0;
}

div.product-small-vertical-medium div.short_rows1 {
	height: 13px;
	overflow: hidden;
}

div.product-small-vertical-medium div.short_rows2 {
	height: 28px;
	overflow: hidden;
}

div.product-small-vertical-medium div.short_rows3 {
	height: 43px;
	overflow: hidden;
}

div.product-small-vertical-medium div.short_rows4 {
	height: 58px;
	overflow: hidden;
}

div.product-small-vertical-medium div.short_rows5 {
	height: 73px;
	overflow: hidden;
}

div.product-small-vertical-medium div.campaigntext {
	margin: 0 0 5px 0;
	font-size: 9px;
	line-height: normal;
	color: #5f0303;
	height: 12px;
	overflow: hidden;
}

div.product-small-vertical-medium div.productsmall_stock {
	margin: 0 0 5px 0;
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
}

div.product-small-vertical-medium div.pricing {
	margin: 0 0 5px 0;
	overflow: auto;
}

div.product-small-vertical-medium div.price {
	font-size: 14px;
	line-height: normal;
	height: 16px;
	font-weight: bold;
	overflow: hidden;
	text-align: right;
}

div.product-small-vertical-medium div.oldprice_container {
	font-size: 10px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
	text-align: right;
}

div.product-small-vertical-medium span.oldprice {
	text-decoration: line-through;
	font-style: italic;
	font-size: 10px;
	line-height: normal;
}

div.product-small-vertical-medium div.Monthly_payment {
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
	text-align: right;
}

div.product-small-vertical-medium input.product-small-Qty {
	width: 30px;
}

div.product-small-vertical-medium div.button_buy_container {
	height: 25px;
	overflow: hidden;
	margin: 0 0 3px 0;
	float: right;
}

div.product-small-vertical-medium input.button_pay {
	margin-right: 0;
}

div.product-small-vertical-medium div.button_buy_container img {
	vertical-align: middle;
}

div.product-small-vertical-medium div.productsmall_SKU {
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
	text-align: right;
}

div.product-small-vertical-medium.product-small-counter {
	margin-right: 0px !important;
}

/* Product-small-vertical-big
-----------------------------------------------------------------------------*/
div.product-small-vertical-big {
	width: 320px;
	padding: 10px;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}

div.product-small-vertical-big div.product-small-image {
	margin: 0 0 10px 0;
	width: 320px;
	height: 352px;
        position: relative;
}

div.product-small-vertical-big div.product-small-textcontainer {
}

div.product-small-vertical-big div.name {
	font-size: 12px;
	line-height: normal;
	height: 15px;
	overflow: hidden;
	margin: 0 0 0px 0;
}

div.product-small-vertical-big div.product-small-brand {
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
	margin: 0 0 5px 0;
}

div.product-small-vertical-big div.short {
	font-size: 11px;
	line-height: normal;
	margin: 0 0 3px 0;
}

div.product-small-vertical-big div.short_rows1 {
	height: 13px;
	overflow: hidden;
}

div.product-small-vertical-big div.short_rows2 {
	height: 28px;
	overflow: hidden;
}

div.product-small-vertical-big div.short_rows3 {
	height: 43px;
	overflow: hidden;
}

div.product-small-vertical-big div.short_rows4 {
	height: 58px;
	overflow: hidden;
}

div.product-small-vertical-big div.short_rows5 {
	height: 73px;
	overflow: hidden;
}

div.product-small-vertical-big div.campaigntext {
	margin: 0 0 5px 0;
	font-size: 9px;
	line-height: normal;
	color: #5f0303;
	height: 12px;
	overflow: hidden;
}

div.product-small-vertical-big div.productsmall_stock {
	margin: 0 0 5px 0;
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
}

div.product-small-vertical-big div.pricing {
	margin: 0 0 5px 0;
	overflow: auto;
}

div.product-small-vertical-big div.price {
	font-size: 14px;
	line-height: normal;
	height: 16px;
	font-weight: bold;
	overflow: hidden;
	text-align: right;
}

div.product-small-vertical-big div.oldprice_container {
	font-size: 10px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
	text-align: right;
}

div.product-small-vertical-big span.oldprice {
	text-decoration: line-through;
	font-style: italic;
	font-size: 10px;
	line-height: normal;
}

div.product-small-vertical-big div.Monthly_payment {
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
	text-align: right;
}

div.product-small-vertical-big input.product-small-Qty {
	width: 30px;
}

div.product-small-vertical-big div.button_buy_container {
	height: 25px;
	overflow: hidden;
	margin: 0 0 3px 0;
	float: right;
}

div.product-small-vertical-big input.button_buy {
	margin-right: 0;
}

div.product-small-vertical-big div.button_buy_container img {
	vertical-align: middle;
}

div.product-small-vertical-big div.productsmall_SKU {
	font-size: 11px;
	line-height: normal;
	height: 13px;
	overflow: hidden;
	text-align: right;
}

div.product-small-vertical-big.product-small-counter {
	margin-right: 0px !important;
}


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

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

#CatTrace.left {
	float:left;
}

#CatTrace.right {
	float:right;
}

#SubGroupText {
	width: 159px;
	margin: 0px 13px 13px 0;
	padding: 0px;
	height: 185px;
	float: left;
	vertical-align: top;
}

.SubGroupText-counter {
	margin-right: 0 !important;
}

div.SubGroupText-image {
	margin: 0 0 5px 0;
	text-align: center;
}

div.SubGroupText-text {
	font-size: 12px;
	line-height: normal;
	text-align: center;
}

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

div.GroupText-text {
}

div.GroupText-image {
	float: left;
}

div.GroupText-image img {
	margin: 0 15px 0 0;
}

table.artiklar {
	margin: 0;
}

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

table.artiklar th {
	font-size: 11px;
	background-color: #d2d2d2;
	color: #4e4e4e;
	padding: 5px 7px 5px 7px;
}

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: 220px; /* 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 {
	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;
}

div.klarna-widget-part-payment {
	height: 80px;
    margin: 10px 0 0;
	overflow: hidden;
}

/* Product-input-field
-----------------------------------------------------------------------------*/
table.product-input-field {
	margin: 0 0 10px 0;
}

table.product-input-field td {
	padding: 0 0 5px 0;
	vertical-align: top;
}

table.product-input-field td input.falt {
	width: 200px;
}

table.product-input-field td textarea.falt {
	width: 197px;
}

table.product-input-field select {
	width: 208px;
}


/* 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;
	background-color: #666666;
	list-style: none;
	padding: 0;
}

.cart_menu_ul li.selected {
	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 {
	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;
}

div.upselling-container {
    background-color: #ebebeb;
    padding: 10px;
}
select.bonusproduct {
    width: 350px;
}

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

#newcustomer-box {
}

div.login-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.login-container {
	padding: 10px;
	margin: 0 0 10px 0;
}

#customeraddress-box {
	width: 450px;
}

div.login-boxsmall {
	margin: 0 0 10px 0;
}

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

div.login-boxsmall-container {
	padding: 10px;
}

div.login-boxsmall input.falt {
	margin: 0 0 5px 0;
}

/* 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 {
	padding: 10px;
	margin: 0 0 10px 0;
}

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

ul.toplist-menu li {
	font-size: 11px;
	line-height: 14px;
    border-bottom: 1px solid #CCCCCC;
	padding: 7px 0 7px 0;
}

div.toplist-image {
	width: 70px;
	margin: 5px 0 5px 0;
}

div.toplist-descr {
	margin: 0 0 3px 0;
}

div.toplist-pricing {
	float: left;
	width: 90px;
}

div.toplist-button_buy {
	float: right;
	text-align: right;
}

div.toplist-price {
	font-weight: bold;
}

div.toplist-price.campaignproduct{
	color: #5F0303;
}

div.toplist-oldprice {
	text-decoration: line-through;
}




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

div.wishlist_items {
}

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

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

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

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

div.wishlist_captchaimage {
	background-color: transparent;
	display: block;
	margin: 20px 0 0 0px;
}

div.wishlist_captchaimage img {
	margin: 0 5px 0 0;
}

div.wishlist_popup {
	padding: 10px 10px 10px 10px;
	height: 95px;
	width: 300px;
	position: absolute;
	left: 320px;
	top: 200px;
	background-color: #d2d2d2;
	z-index: 1001;
}

a.wishlist_selected {
	font-weight: bold;
}

div.standardoverlay {
	background-color: black;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.ui-widget-overlay{
	background:none;
	background-color: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.GeneralFormPopUp .ui-dialog{
	background-color: #fff;
    padding: 13px;
    box-shadow: 0 0 5px #666;
}

.GeneralFormPopUp.ui-widget-content,.GeneralFormPopUp .ui-widget-content{
	border:none;
	background:none;
	background-color: #fff;
	margin-left: 30px;
}

.GeneralFormPopUp.ui-corner-all,.GeneralFormPopUp .ui-corner-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.GeneralFormPopUp .ui-widget-header{
	border:none;
	background: none;
	color:#000;
}

.GeneralFormPopUp .ui-icon{
	background: none !important;
}

.GeneralFormPopUp .ui-icon-closethick{
	background: none !important;
	background-image: url(/images/close-x.png) !important;
	background-repeat: no-repeat !important;
}



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

.info_message {
    background-color: #fffbcc;
    padding: 10px;
    margin: 0 0 10px 0;
}


/* Blog about
-----------------------------------------------------------------------------*/
div.blog_about_htmlcode {
    border: 1px solid #CCCCCC;
    padding: 4px;
    clear: both;
}

div.blog_about{
	margin: 10px 0 10px 0;
	float: right;
}

div.blog_about_preview{
	float:right;
	margin-bottom:15px;
}

div.blog_about_popup h3{
    font-size: 22px;
    font-weight: normal;
    color: black;
    margin: 0 0 5px 0;
}

div.blog_about_popup p{
	float: left;
	width: 400px;
}

/* For serial order
-----------------------------------------------------------------------------*/

.currentstepmark {
    background-color: #bbffbb;
}


/* 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, table.filter_table {
	width: 100%; /*width on filter*/
}

div.filter-links {
}

#url_field_div {
	padding: 5px 0 0 0;
}

div.filter-list {
	background-color: #d2d2d2;
	margin: 0 0 10px 0px;
	padding: 10px 7px 10px 7px;
	overflow: hidden;
}

div.filter-sorting {
	float: left;
	margin: 0 10px 0 0;
}

div.filter-showproperties {
	float: left;
	padding: 4px 7px 0 0;
}

div.filter-link {
	float: left;
	padding: 4px 7px 0 0;
}

div.filter-clear {
	float: left;
	padding: 4px 7px 0 0;
}

div.filter-radiobuttons {
	float: right;
	margin: 0 5px 0 0;
}

div.filter-images-container {
	float: right;
}

div.filter-images {
	float: left;
	margin: 0 0px 0 5px;
}

.filter-vertical-small {
    background-image: url('/images/filter-vertical-small.png');
    color: transparent;
    width: 19px;
    height: 19px;
    border: 0px;
	cursor: pointer;
}

.filter-vertical-small.selected {
    background-image: url('/images/filter-vertical-small-selected.png');
}

.filter-vertical-big {
    background-image: url('/images/filter-vertical-big.png');
    color: transparent;
    width: 21px;
    height: 19px;
    border: 0px;
	cursor: pointer;
}

.filter-vertical-big.selected {
    background-image: url('/images/filter-vertical-big-selected.png');
}

.filter-vertical-medium {
    background-image: url('/images/filter-vertical-medium.png');
    color: transparent;
    width: 20px;
    height: 19px;
    border: 0px;
	cursor: pointer;
}

.filter-vertical-medium.selected {
    background-image: url('/images/filter-vertical-medium-selected.png');
}

.filter-horizontal-big {
    background-image: url('/images/filter-horizontal-big.png');
    color: transparent;
    width: 21px;
    height: 19px;
    border: 0px;
	cursor: pointer;
}

.filter-horizontal-big.selected {
    background-image: url('/images/filter-horizontal-big-selected.png');
}

.filter-horizontal-small {
    background-image: url('/images/filter-horizontal-small.png');
    color: transparent;
    width: 21px;
    height: 19px;
    border: 0px;
	cursor: pointer;
}

.filter-horizontal-small.selected {
    background-image: url('/images/filter-horizontal-small-selected.png');
}

/* CMS textblock
-----------------------------------------------------------------------------*/
div.textblock {
	margin: 0 0 10px 0;
}

div.textblock h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0 0px 10px;
	height: 26px;
	line-height: 26px;
	margin: 0;
}

div.textblock_text {
	padding: 10px;
}

/* Form-builder
-----------------------------------------------------------------------------*/

form.formbuilder-form {
	margin: 0 0 15px 0;
}

form.formbuilder-form h3 {
	margin: 10px 0 10px 0;
}

table.formbuilder {
	margin: 0 0 5spx 0;
}

table.formbuilder td {
	vertical-align: top;
	padding: 0 0 7px 0;
}

form.formbuilder-form input.falt {
	width: 235px;
}

form.formbuilder-form textarea.falt {
	width: 233px;
}

form.formbuilder-form select  {
	width: 245px;
}

div.formbuilder-fielddescr {
	padding: 0 0 7px 0;
}

span.formbuilder-required {
	color: red;
}

div.formbuilder-sendmsg {
	margin: 0 0 15px 0;
	background-color: #ebebeb;
	padding: 10px;
}

div.formbuilder-captcha {
	margin: 5px 0 10px 0;
}

div.formbuilder-captcha img {
	margin: 0 0 5px 0;
}

div.formbuilder-captcha input.falt {
	width: 273px;
}

div.pricelistselector{
    margin-bottom:10px;
}

div.pagetop div.pricelistselector select {
    font-size: 11px;
}

table.order_return_list td{
    padding: 0px 10px 0px 10px;
}

.payair-qrcode{
    background-image: url('/__SYS__/DB/payairframe.png');
    height: 284px;
    width: 212px;
    float:left;
    margin-right:50px;
}

.payair-qrcode img{
    padding: 38px 0 0 38px;
}

/*fix for payment tables */
.pay.askfororgno td {
    vertical-align: middle;
}

/*klarna checkout*/
div#klarna-checkout-container{
    float: left;
    margin: 0px;
    width: 750px;
}

ul.cart_type_menu_ul li.selected{
    font-weight: bold;
}

div.cart-country-container{
	padding: 7px 3px 7px 5px;
	margin: 0 0 10px 0;
}

div.select-country-header {
	background: url("/images/icon_cart_country.gif") no-repeat scroll 0 0 transparent;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px;
    padding: 0 0 0 40px;
}

.ws_nowrap{
	white-space: nowrap;
}


/* Country / language sel */
.language-selector {
    margin-bottom: 10px;
}

.country-selector {
    margin-bottom: 10px;
}

.country-selector .selector-body {
    position: absolute;
    z-index: 10;
    float: right;
}

.country-selector select {
    margin-bottom: 10px;
}

.country-selector .selector-toggle {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    cursor: pointer;
}
.country-selector .selector-toggle.showing {
    text-decoration: underline;
}

.country-selector .current-country {
    background: #d2d2d2;
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 0;
}

.country-selector .selector-body {
    background: #ebebeb;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
}
.country-selector .change-country ul {
    list-style-type: none;
    border-top: 1px solid #dfdfdf;
}

.country-selector .change-country ul li {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
}

#facebox .footer span {
	vertical-align: top;
	font-size: 15px;
}

/* COOKIES POPUP
-----------------------------------------------------------------------------*/
.cc_banner-wrapper .cc_container {
	background-color: #257890;
	border-top: 1px solid #206a7f;
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
}

.cc_banner-wrapper .cc_container a {
	color: #fff;
	text-decoration: none;
}

.cc_banner-wrapper .cc_container a:hover {
	text-decoration: none;
	color: #fff;
}

.cc_banner-wrapper .cc_container .cc_message {
	font-size: 13px;
}

.cc_banner-wrapper .cc_container .cc_btn {
	background-color: #00982D;
	color: #fff;
	border-radius: 3px;
}

.cc_banner-wrapper .cc_container .cc_btn:hover {
	background-color: #00982D;
	color: #fff;
	border-radius: 3px;
}

.grecaptcha-badge {
   visibility: hidden;
}