/* $Id: MyStyle.css 2864 2008-11-03 06:39:01Z martin $ */
/* Stilmall för anpassing av butikens utseende  */

@import url(/__SYS__/TEMPLATE_CSS/general.css);
@import url(/__SYS__/TEMPLATE_CSS/template4.css);


/* 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: #231f20;
	background-color: #f5f5e9;
	line-height: normal;
}

body, div, p, th, td, li, dd {
	font: normal 12px Helvetica, Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}

:focus {
	outline: 0;
}

a {
	color: #006699; 
	text-decoration: none; 
}
a:link { color: #006699; } 
a:visited { color: #006699; }
a:active { color: #006699; }
a:hover { color: #006699; text-decoration: underline; }

h1,h2,h3,h4,h5 { 
	font-weight: bold; 
	color: #231f20;
	margin: 0 0 7px 0; 
}

h1 { font-size: 24px; line-height: 28px; }
h2 { font-size: 18px; line-height: 22px; }
h3 { font-size: 14px; line-height: 18px; }
h4 { font-size: 14px; line-height: 18px; }

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: transparent !important; 
	color: #fff !important;
	background: url(/images/header_box.jpg) no-repeat !important;
	height: 32px !important;
	width: 185px !important;
	line-height: 32px !important;
	padding: 0px 0 0 10px !important;
	font-size: 12px !important;
	font-weight: normal !important;
	text-shadow: 1px 1px 0 #282b2c !important;
	border: 0 !important;		
}

div.header {
	background: url(/images/header_bg.jpg) no-repeat;
	background-position: top left;
	height: 176px;
	padding-bottom: 0px;
	position: relative;
	margin: 0 0 18px 0;
}

div.logo {
	position: absolute;
	left: 27px;
	top: 48px;	
}

input.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 {
	background-color: #23418a;
}

input.falt {
	border: 1px solid #aeaeae;
	margin: 2px 0 2px 0;
	padding: 6px 3px 6px 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: 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;
	color: #7b7b7b;
}

option {
	padding: 4px;
	font-size: 11px;
}

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: 183px;
	position: relative;
	z-index: 999;
	margin: -6px 0 0 27px;
}

div.outercontainer {
}

div.container {
	background-color: transparent;
	overflow: hidden;
	_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 27px 0 18px;
	line-height: 20px;	
}

div.content p {
	line-height: 20px;	
}

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: none;
	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 -80px; /*FH*/
	background-color: #fff;
	width: 994px;
	padding: 0px 0px 0 0px;
	position: relative;
	background: url(/images/page_bg.jpg) repeat-y;
}

#footer {
	height: 80px; /*FH*/
	background: url(/images/footer_bg.jpg) no-repeat;
	background-position: top left;
	background-color: #f5f5e9;
	clear: both;
	position: relative;
	z-index: 999;
	width: 994px;
	margin: 0 auto;
}

div.footermenu {
	background-color: transparent;
	display: none;	
}

div.pushfooter {
	height: 80px; /*FH*/
	clear: both;
}

div.footer_txt {
	text-align: center;
	padding: 30px 0 0 0;
	font-size: 11px;
	color: #5e5e5e;
} 

div.mobile_selector {
	text-align: center;
	padding: 3px 0 0 0;	
}

/* Topmenu
-----------------------------------------------------------------------------*/ 

div.topmenu-leftedge {
	background: url(/images/nav_li_leftwhitebg.png) no-repeat;
	width: 3px;
	height: 40px;
	position: absolute;
	left: 27px;
	bottom: 0;
	z-index: 9999;
}

div.topmenu {
	height: 40px;
	background: url(/images/nav_li_bg.jpg) repeat-x;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	left: 27px;
	width: 940px;	
}

#nav { 
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	float: left;
	display: block;
	line-height: 40px;
}

#nav li:hover {
	background: url(/images/nav_li_hover.jpg) repeat-x;	
	background-color: transparent;
}

#nav li a { 
	display: block;
	font-size: 13px;
	padding: 0 17px 0 17px;
	color: #fff;
	background: url(/images/nav_li_linje.jpg) no-repeat;
	background-position: top right;
	text-shadow: 1px 1px 0 #007fb1;
	font-weight: normal;
	text-decoration: none;		 
}

#nav li.selected {
	background: url(/images/nav_li_hover.jpg) repeat-x;		
	background-color: transparent;
}

#nav li.selected a { 
	font-weight: normal;		 
}

#nav li.login {
	background: url(/images/nav_li_login.jpg) repeat-x;		
	float: right;
	width: 113px;
	text-align: center;
}

#nav li.login:hover {
	background: url(/images/nav_li_login_hover.jpg) repeat-x;			
}


#nav li.login a {
	background: none;
	text-shadow: 1px 1px 0 #000;
}


/* cart-mini
-----------------------------------------------------------------------------*/ 

div.Panel { 
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}


#cartMenu.Panel {
	margin: 0 0 0px 0;	
	position: absolute;
	top: 44px;
	right: 27px;
	width: 245px;
	height: 82px;
	background: url(/images/cart_bg.jpg) no-repeat;
	border: 0;
}
div.fade_bg {
    position: absolute;
    top:0;
    left:0;
	background: url(/images/cart_bg_fade.jpg) no-repeat;
	width: 245px;
	height: 82px;
    display: none;
}

#cart_icon {
	position: absolute;
	top: 15px;
	left: 12px;	
	width: 46px;
	height: 43px;
}

#cartMenu h3 {
	display: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0 0px 10px;
	height: 26px;
	line-height: 26px;
	margin: 0;
}

#cart_text {
	font-size: 12px;
	text-transform: uppercase;
	padding: 20px 0 0px 68px;
	height: 25px;
	z-index: 999; 
	border: 0;
	position: relative;
}

.CART_FULL {
	padding: 13px 0 0px 68px !important;
}

#cart_text a {
	color: #000;
	text-decoration: none;	
}


#cart_link { display: none; }

div.cart_tocart {
	position: absolute;
	top: 87px;
	right: 114px;
	font-size: 11px;
	font-weight: bold;
	z-index: 50;
}

.MiniCartContents {
	background-color: #FFFFFF;
	font-size: 8px;
	padding: 8px;
	position: relative;
	margin: 0 0 10px 0;
}

.MiniCartContents td {
	padding: 1px 0 1px 0;
}

div.taxselector {
	padding: 0px 0 0px 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 10px;
}

div.currencyselector {
	padding: 0px 0 10px 10px;
	position: relative;
}

/* General leftmenu
-----------------------------------------------------------------------------*/ 

#productMenu.Panel {
	margin: 0;
	padding: 0;	
}

#productMenu h3 { 
}

#prodmenu_text { 
 	margin: 0 0 15px 0;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-bottom: 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 0 0 0;
	padding: 0;
}

.menu li {
	line-height: 20px;
	font-size: 11px;
	background-image: none;
	background-color: transparent;
	display: block;
	border-bottom: 1px solid #dfdfdf;
}

.menu li:hover {
	background-color: #f7f7f7;	
}

.menu li a  {
	padding-left: 17px;
	font-size: 12px;
	line-height: 28px;
	display: block;
	_display: inline; /*IE 6 fix */
	text-decoration: none;
	color: #231f20;
}	

.menu li a:hover {
	text-decoration: none;
	color: #3f3f3f;
}	

.menu li.closed { 
	background: url(/images/plus.gif) no-repeat 7px 11px; 
	background-color: transparent;
}

.menu li.closed:hover {
	background-color: #f7f7f7;			
}

.menu li.open {
	background: url(/images/minus.gif) no-repeat 7px 12px; 
	background-color: transparent;
}

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: transparent;
}

ul.submenu li.open {
	background: url(/images/minus.gif) no-repeat 7px 9px; 
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
	background-color: transparent;
 }

ul.submenu {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	background-color: transparent;
	
}

ul.submenu li {
	background-color: transparent;
	border-bottom: 0;
	padding: 0 0 0 8px;
}

ul.submenu li a {
	line-height: 23px;
	font-size: 11px;
}

.menu li#favorites { 
	background-image: none;
}

ul.menu li.selected a {
}

ul.menu ul li.selected a {
}

ul.menu li a.selected {
	color: #231f20;
	font-weight: bold;	
}

ul.menu li ul.submenu li a.selected {
	color: #006699 !important;
	font-weight: normal !important;
}
	
/* Search
-----------------------------------------------------------------------------*/ 

div.search { 
	white-space: nowrap; 
	margin: 0 0 0px 0;
	position: absolute;
	bottom: 70px;
	right: 520px;
	z-index: 99;
}

#Search_Text { 
	border: 0;
	height: 29px;
	width: 136px;
	padding: 2px 2px 2px 9px;
	font-size: 12px;
	margin-bottom: 3px;
	margin-right: -1px;
	font-style: normal;
	background: url(/images/search_bg.gif) no-repeat;
	color: #231f20;
}

#search_button { 
	vertical-align: bottom; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
}

/* News & extramenu_text
-----------------------------------------------------------------------------*/ 

#newsletterMenu { text-align: left; }
div.newsletter_text { padding-left: 10px }

div.newsfeed {
	margin: 0 0 15px 0;
	border-left: 1px solid #dfdfdf;	
	border-right: 1px solid #dfdfdf;	
	border-bottom: 1px solid #dfdfdf;	
	border-top: 0;
}

div.newsfeed h3 {
	margin: 0 0 10px 0;
}

div.newsfeed h3 img { }

div.newsfeed div.item {
	padding: 0px 10px 0 10px;
}

div.newsfeed div.item h4 {
	font-size: 11px;
	padding: 0px 10px 12px 0px;
	line-height: normal;
	margin: 0;
	font-weight: normal;
	float: left;
	width: 110px;
	display: block;
}

div.newsfeed div.item h4 a {
	color: #231f20;
}

div.newsfeed div.item h4 a:hover {
	color: #006699;
	text-decoration: underline;	
}

div.newsfeed h1 {
	font-size: 11px;
	padding: 7px 0 1px 0;
}

div.newsfeed .newspicture{
	margin: 0 0 10px 0;
}

div.newsfeed div.allnews {
	padding: 0px 0px 10px 10px;
	font-size: 10px;
	background: url(/images/arrow_link.jpg) no-repeat;
	background-position: 10px 0px;
}

div.newsfeed div.allnews a {
	padding: 0 0 0 10px;	
}

div.pubdate {
	padding: 0;
	font-size: 10px; 
	font-style: italic;
	text-align: right;
	float: right;
}

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;
}

div.abstract { display: none;}

.newsfeed-comment-write {
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #f6f6f6;
}

div.extramenu_text { 
	text-align: center;
	margin: 0px 0 15px 0;
}

div.extramenu_text img { 
	margin: 0px 0 10px 0;
}

div.newsitem{
	margin-bottom:20px;
}

/* Product small
-----------------------------------------------------------------------------*/ 

div.product-small h3 { display: none; }

div.product-small-container {
	margin: 0px 0 0 0;
	padding: 0;
	clear: both;
}

div.product-small {
	width: 153px;
	margin: -1px -1px 0 0;
	padding: 10px 15px 10px 15px;
	height: 244px;
	float: left;
	vertical-align: top;
	border: 1px solid #dfdfdf;	
	position: relative;
}

div.product-small .short {
	font-size: 11px;
	line-height: 13px;
	height: 18px;
	overflow: hidden;
	padding: 0 0 10px 0;
	color: #333b3e;
}

div.product-small .pricing {
	float: none;
	height: auto;
	position: absolute;
	left: 15px;
	bottom: 13px;
	width: auto;	
}

* html div.product-small .pricing { width: 60%; } /* IE6 needs width here */

div.product-small div.price {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	white-space: nowrap;
	color: #231f20;
	float: none;
	padding: 0 7px 0 0;
}

div.product-small span.oldprice {
	font-size: 11px;
	height: auto;
	text-decoration: line-through;
	overflow: hidden;
	white-space: nowrap;
	color: #999999;
	padding: 0px 0 0 3px;
	font-weight: normal;
}

div.campaignproduct div.price {
	color: #dc5004;
}

div.product-small div.button_buy_container {
	display: none;
	text-align: right;
	float: none;
	position: absolute;
	right: 72px;
	bottom: 10px;
	height: 25px;
}

input.button_buy {
}

div.product-small .info { 
	display: none; 
	float: none; 
	margin: 0 0px 0 0; 
	position: absolute;
	right: 15px;
	bottom: 10px;
	height: 25px;	
}

div.product-small div.date { display: none; }

div.product-small div.name {
	font-weight: bold;
	font-size: 12px;
	color: #333b3e;
	height: 25px;
	overflow: hidden;
	padding: 0 0 2px 0;
}

div.product-small div.name a {
	color: #333b3e;
	text-decoration: none;		
}

div.product-small div.name a:hover {
	color: #006699;
	text-decoration: underline;	
}

div.product-small img {
	margin: 0;
	padding: 0;
}

div.product-small .imageview {
	width: 153px;
	height: 153px;
	margin: 0 0 12px 0;	
}

div.product-small .sign {
	position: absolute;
	top: 0;
	left: 0;	
}

/* Product detail and category
-----------------------------------------------------------------------------*/ 

#CatTrace { 
	text-align: right;
	padding: 0px;
	margin: 0 0px 15px 0;
	font-size: 11px;
}

#GroupText { 
	margin: 0 0 0px 0;
	background: url(/images/category_bg.jpg) repeat;
	padding: 11px;
}

div.GroupText-text {
	background-color: #fff;
	width: 380px;
	padding: 15px 15px 15px 15px;
	-moz-box-shadow: 1px 1px 1px #007eae;
	-webkit-box-shadow: 1px 1px 1px #007eae;
	box-shadow: 0px 0px 3px #007eae;
	float: left;
}

div.GroupText-text h1 {
	font-size: 18px;
	line-height: 22px;	
}

div.GroupText-image {
	float: right;
	background-color: #fff;
	padding: 4px;
	text-align: center;
	-moz-box-shadow: 1px 1px 1px #007eae;
	-webkit-box-shadow: 1px 1px 1px #007eae;
	box-shadow: 0px 0px 3px #007eae;
}

div.GroupText-image img {
	margin: 0;
	text-align: center;
}

div.GroupText-text2 {
	background-color: #fff;
	padding: 15px 15px 15px 15px;
	-moz-box-shadow: 1px 1px 1px #007eae;
	-webkit-box-shadow: 1px 1px 1px #007eae;
	box-shadow: 0px 0px 3px #007eae;
}

div.GroupText-text2 h1 {
	font-size: 18px;
	line-height: 22px;
	color: #006da6;	
}

div.GroupText-text2-img {
	float: left;
	margin: 0 20px 0 0;	
}

GroupText-text2-descr {
}

div.GroupText-categories {
	margin: 0 0 30px 0;
	background-color: #fff;
	border-left: 1px solid #e7e7e4;	
	border-right: 1px solid #e7e7e4;	
	border-bottom: 1px solid #e7e7e4;
	padding: 17px 17px 7px 17px;
	min-height: 17px;	
}
div.GroupText-categories-info {
    float: left;
    width: 212px;
    padding: 0 20px 10px 0;
}
div.GroupText-categories-image {
    float: left;
    width: 30px;
    margin-right: 5px;
}
div.GroupText-categories-info h2 {
    font-size: 13px;
    padding: 0;
    margin: 0;
}

div.GroupText-support {
	margin: 0 0 30px 0;
	background: url(/images/grouptext_support.jpg) no-repeat;
	background-position: 688px 4px;
	background-color: #fafaf4;
	border-left: 1px solid #e7e7e4;	
	border-right: 1px solid #e7e7e4;	
	border-bottom: 1px solid #e7e7e4;
	padding: 17px 17px 17px 17px;
	min-height: 17px;
}

div.GroupText-support-footer{
	margin: 30px 0 0 0;
	background: url(/images/grouptext_support.jpg) no-repeat;
	background-position: 688px 4px;
	background-color: #fafaf4;
	border-top: 1px solid #e7e7e4;	
	border-left: 1px solid #e7e7e4;	
	border-right: 1px solid #e7e7e4;	
	border-bottom: 1px solid #e7e7e4;
	padding: 17px 17px 17px 17px;
	min-height: 17px;
}

div.GroupText-support-text {
    width: 660px;
	line-height: 18px;	
}

div.GroupText-filter {
	display: none;
	margin: 10px 0 30px 0;
	line-height: 16px;
	background: url(/images/filter_icon.png) no-repeat;
	background-position: 10px 13px;
	padding: 0 0 0 25px;
	height: 30px;
	line-height: 30px;
	background-color: #fff29b;
	padding: 5px 10px 5px 32px;
}

a.support-link {
    white-space: nowrap;
}
table.artiklar {
	margin: 0px 0 0px 0;
	border-bottom: 1px solid #cacaca;
}


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: url(/images/table_th_bg.jpg) repeat-x;
	background-color: #3c4447;
	color: #fff;
	padding: 9px 7px 9px 7px;
	border-right: 1px solid #fff;		
}

table.artiklar th.lc {
	background: url(/images/table_th_bg_lc.jpg) no-repeat;
	background-position: top left;
	background-color: #3c4447;
}

table.artiklar th.rc {
	background: url(/images/table_th_bg_rc.jpg) no-repeat;
	background-position: top right;
	background-color: #3c4447;
}

#contr.even { 
	background-color: #efefef; 
}

tr.odd {
	background-color: #fff;
}

div.brandimage {
	text-align: right;
	padding: 0px 0 15px 13px;
	margin: 0;
}

div.modell {
	margin: 0 0 15px 0;
	padding: 0 0 0 13px;
	line-height: 16px;	
}

div.support {
	padding: 0 0 0 13px;
	margin: 0 0 15px 0;	
}

div.support-text {
	line-height: 16px;	
}

div.support-img {
	margin: 0 9px 0 0;
	float: left;	
}

div.share {
	margin: 0 0 15px 0;
	padding: 0 0 0 13px;	
}

a.arrowblue {
	background: url(/images/arrow_blue.jpg) no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 7px;	
}

div.description {
	margin: 0 0 10px 0;
}


div.produkt {
	margin: 0 0 10px 0;
	line-height: 20px;
}

div.producttext {
	float: left;
	width: 445px;	
}

div.producttext-header {
	float: left;
	padding: 0 10px 3px 0;
	height: auto;
	line-height: 30px;  
}

div.producttext-header h1 {
	line-height: 30px;
	height: auto;
}

span.producttext-price {
	color: #f72900;
	padding: 0 0 0 3px;
}

div.producttext-text {
	line-height: 18px;	
	margin: 20px 0 0px 0; 
}

div.productimage {
	float: right;
	padding: 0 0 0px 20px;
	width: 234px; /* same width as PRODUCT transform in admin */
	text-align: right;
}

div.productimage:after { clear: right; }

div.productimage p {
	text-align: left;
	font-size: 12px;
	font-style: normal;
	margin: 0px 0 0 0;
}

div.productimage-img {
	text-align: center;
	margin: 0 0 12px 0;	
}

td.smallpictures {
	margin: 0 0px 0px 0;
	padding: 0px 0px 15px 11px;
	font-style: italic;
	vertical-align: top;
	text-align: left;
}

div.group_pictures {
	border: 1px solid #c3c6ca;
	height: 64px;
	width: 64px;
	text-align: center;
}

td.smallpictures {	
}

td.smallpictures img {
	margin: 0 0 0px 0;
	text-align: center;	
}

fieldset.documents {
	display: none;	
	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.product-detail-support-link {
    text-align: left;
}



/* Product-detail tabs
-----------------------------------------------------------------------------*/ 
div.ui-tabs {
    margin-top: 20px;
}
ul.elot-ui-tabs {
    border-bottom: 1px solid #aaa;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
ul.elot-ui-tabs li.nonselected {
    background-color: #eee;
    border-bottom: 1px solid #aaa;
    border: 0;
    margin-left: 5px;
}
ul.elot-ui-tabs li.selected {
    background-color: #fff;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #fff;
    margin-left: 5px;
    margin-bottom: -1px;
}
div.elot-tab-box {
    padding: 20px 0 0 0;
	color: #231f20;
	line-height: 18px;
	font-size: 12px;
}

/* Cart
-----------------------------------------------------------------------------*/ 

ul.cart_menu_ul {
	padding: 0;
	margin: 0;
	*margin: 0 0 0px 0; /*ie 6 and 7 fix */ 		
}

.cart_menu_ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cart_menu_ul li {
	float: left;
	margin: 0 0px 0 0;
	background: url(/images/cart_header_bg.jpg) repeat-x;
	background-position: top left;
	background-color: #00729f;
	list-style: none;
	padding: 0;
	width: 718px;
}

.cart_menu_ul li.selected {
	background: url(/images/cart_header_bg.jpg) repeat-x;
	background-position: top left;
	background-color: #00729f;
	color: #fff;
}

.cart_menu_ul li.cart_menu_lbc {
	background: url(/images/cart_header_bg_lc.jpg) no-repeat !important;
	background-position: top left !important;
	background-color: #00729f !important;
	width: 9px !important;
	height: 28px !important;
}

.cart_menu_ul li.cart_menu_rbc {
	background: url(/images/cart_header_bg_rc.jpg) no-repeat !important;
	background-position: top right !important;
	background-color: #00729f !important;
	width: 9px !important;
	height: 28px !important;	
}


.cart_menu_ul li a {
	padding: 0px 0px 0px 0px;
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
}

.cart_menu_ul li.selected a {
	color: #fff;
}

.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;
}

.border-left {
	border-left: 1px solid #cecece;
}

.border-right {
	border-right: 1px solid #cecece;
}

.border-bottom {
	border-bottom: 1px solid #cecece;
}

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: 0;
	padding: 0;
}

div.cart-content-container2 {
	background-color: #f7f7f7;
	padding: 12px;
	border-right: 1px solid #cacaca;
	border-left: 1px solid #cacaca;	
	border-bottom: 1px solid #cacaca;		
}

div.cart-payship-container {
	border: 0px solid #cdcdcd !important;
	border-bottom: 1px solid #cdcdcd !important;
	padding: 0px;
	background-color: #fff;
	margin: 0 0 20px 0;
}

table#choose-payment tr.even {
	background-color: #fff;	
}

div.cart-login-container {
	padding: 7px 3px 7px 5px;
	background-color: #f7f7f7;
	margin: 0 0 10px 0;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
}

div.cart-shipping-container {
	border-right: 0px solid #cecece;
	border-left: 0px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-top: 0;
	padding: 0px;
	background-color: #fff;
	margin: 0 0 20px 0;
}

table#choose-shipping tr.even {
	background-color: #fff;	
}

div.cart-content-header {
	background: url(/images/icon_cart1.gif) no-repeat;
	background-color: transparent;
	background-position: 5px 7px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 35px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0px 0;
	color: #231f20;	
}

div.cart-shipping-header {
	background: url(/images/icon_cart2.gif) no-repeat;
	background-position: 5px 7px;
	background-color: transparent;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 35px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0px 0;
	color: #231f20;	
}

div.cart-payship-header {
	background: url(/images/icon_cart3.gif) no-repeat;
	background-position: 5px 7px;
	background-color: transparent;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 35px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0px 0;
	color: #231f20;	
}

div.cart-login-header {
	background: url(/images/icon_cart4.gif) no-repeat;
	background-position: 5px 5px;
	background-color: transparent;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 35px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #231f20;	
}

.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: #992929;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	margin: 7px 0 7px 0;
	width: 90%;
	font-size: 12px;
	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;
}

#content-form table.artiklar {
	margin: 0;
	padding: 0;	
}

#content-form table.artiklar th, #payship-form table.artiklar th  {
	font-size: 11px;
	background: url(/images/cart_header_bg.jpg) repeat-x;
	background-position: top left;
	background-color: #00729f;
	color: #fff;
	padding: 8px 7px 8px 7px;
}

#payship-form table.artiklar {
	border: 0;
}

#content-form table.artiklar tr.even {
	background-color: #fff;	
}

.lbc {
	background: url(/images/cart_header_bg_lc.jpg) no-repeat !important;
	background-position: top left !important;
	background-color: #00729f !important;
}

.rbc {
	background: url(/images/cart_header_bg_rc.jpg) no-repeat !important;
	background-position: top right !important;
	background-color: #00729f !important;
}

div.cart-content-container3 {
	background-color: #f7f7f7;
	padding: 12px;
	border-right: 1px solid #cacaca;
	border-left: 1px solid #cacaca;	
}

/* 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;
}

/* 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: 10px 0 10px 0;
}

div.toplist-image {
	width: 100%;
	margin: 10px 0 10px 0;
	text-align: center;
}

div.toplist-descr {
	margin: 0 0 5px 0;	
	font-weight: bold;
	font-size: 12px;
	color: #333b3e;	
}

div.toplist-descr a {
	color: #333b3e;	
}

div.toplist-pricing {
	float: none;
	width: 90px;
}

div.toplist-button_buy {
	float: right;
	text-align: right;	
}

div.toplist-price {
	font-weight: bold;
	float: left;
	padding: 0 5px 0 0;
}
.toplist-price-campaign {
	color: #dc5004;
}

div.toplist-oldprice {
	font-size: 11px;
	text-decoration: line-through;
	color: #999999;
	font-weight: normal;
	
}



/* 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;
}



/* 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;
}

/* Buttons
-----------------------------------------------------------------------------*/ 

 
input.button  {  
	height: 27px;  
	line-height: 27px;  
	color: white;  
	text-decoration: none;  
	font-size: 11px;  
	font-weight: bold;  
	text-align: center;  
	position: relative; 
	cursor: pointer;
	padding: 0 6px 0 6px;
		
	/* BACKGROUND GRADIENTS */  
	background: #009ddc;  
	background: #0db4e5; /* Old browsers */
	background: -moz-linear-gradient(top, #0db4e5 1%, #009ddc 55%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0db4e5), color-stop(55%,#009ddc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0db4e5 1%,#009ddc 55%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0db4e5 1%,#009ddc 55%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0db4e5 1%,#009ddc 55%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0db4e5', endColorstr='#009ddc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0db4e5 1%,#009ddc 55%); /* W3C */
		
	/* BORDER RADIUS */  
	-moz-border-radius: 7px;  
	-webkit-border-radius: 7px;  
	border-radius: 7px;  
		
	/* TEXT SHADOW */  	
	text-shadow: 1px 1px 1px #007eb0;    
}  

/* WHILE HOVERED */  
input.button:hover {  
	background: #323a3d;  
	background: #586063; /* Old browsers */
	background: -moz-linear-gradient(top, #586063 1%, #394043 44%, #394043 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#586063), color-stop(44%,#394043), color-stop(100%,#394043)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #586063 1%,#394043 44%,#394043 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #586063 1%,#394043 44%,#394043 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #586063 1%,#394043 44%,#394043 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586063', endColorstr='#394043',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #586063 1%,#394043 44%,#394043 100%); /* W3C */
	
	/* TEXT SHADOW */  	
	text-shadow: 1px 1px 1px black;   
} 


/* 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 h1{
	
}

div.blog_about_popup p{
	float: left;
	width: 400px;
}

/* For serial order
-----------------------------------------------------------------------------*/ 

.currentstepmark {
    background-color: #bbffbb;
}

/* Filter
-----------------------------------------------------------------------------*/ 

div.filter-container {
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin: 25px 0 13px 0;	
}

div.filter-header h3 {
	background: url(/images/filter-header.jpg) repeat-x;
	height: 31px;
	line-height: 31px;
	margin: 0;
	padding: 0 0 0 15px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

table.filter_table {
    width: 100%;
    display: none;
	margin: 0;
	padding: 0 0 0 0px;
}

table.filter_table tr.even {
	background-color: transparent;
}

table.filter_table tr.hidden {
    display: none;
}
table.filter_table td {
    border-bottom: 1px solid #e7e7e4;
	padding: 15px 0 15px 0;
}
table.filter_table td.filter_image {
    width: 50px;
    padding: 3px 0 3px 10px;
    vertical-align: middle;
	border-bottom: 1px solid #e7e7e4 !important;
}
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;
}
table.filter_table td.filter_slider1 {
    vertical-align: middle;
    padding-right: 5px;
    width: 500px;
}
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;
	marg-right: 2px !important;
	margin-left: 2px !important;
}
.filter_slider {
    width: 350px;
}
.filter_button {
    background-color: #f2f2f2;
    margin: 3px 3px 3px 0;
	cursor: pointer;
	padding: 3px 6px 3px 6px;
	color: #231f20 !important;
	border: 1px solid #d8d8d8;
	font-size: 10px;
	border-radius: 4px;
}

.filter_button[disabled] {
	background-color: #f7f7f7;
	color: #b9b9b9 !important;
	cursor: default;
	border: 1px solid #e8e8e8;
}

.filter_button_selected {
    background-color: #079fe1 !important;
	color: #fff !important;
	border: 1px solid #0080b8 !important;
}
.filter_facebox_cont {
    display: none;
}

.ui-slider .ui-slider-handle {
	cursor: pointer !important;
	margin-top: 0 !important;	
}

.ui-slider-range  {
	background: none !important;
	background-color: #009ade !important;
}

.ui-corner-all {
	margin-top: 5px!important;
	background-color:#f2f2f2 !important;
}

.ui-corner-all:hover {
	background-color: #f2f2f2 !important;
}

div.filter-info {
	width: 708px;
	padding: 10px 0 5px 13px;	
}

#url_field_div {
	padding: 10px 0 0 13px;	
}

div.filter-links {
	border-bottom: 1px solid #e7e7e4;
	width: 710px;
	background-color: #fff;
	padding: 10px 13px 5px 13px;
}

td.filter-field {
	background-color: #fafaf4;
	padding: 0 0 0 0px !important;
	margin: 0;
}

td.filter-borderbottom {
	width: 16px;
	border-bottom: 1px solid #fff !important;
}


/* Other css
-----------------------------------------------------------------------------*/ 

div.supportforum {
	position: absolute;
	top: 44px;
	right: 295px;
	background: url(/images/support_bg.jpg) no-repeat;
	width: 201px;
	height: 62px;	
}

div.supportforum_icon {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 46px;
	height: 43px;	
}

div.supportforum_text {
	font-size: 12px;
	text-transform: uppercase;
	padding: 20px 0 8px 68px;
}

div.supportforum_link {
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 0 68px;	
}

div.bannerTopRail {
	width: 737px;
	height: 219px;
	overflow: hidden;	
}

div.bannerTopRail-container {
	position: relative;
	width: 737px;
	height: 219px;
}

div.bannerTopRail-text {
	position: absolute;
	bottom: 35px;
	left: 13px;
	background-color: #017aa9;
	padding: 5px 5px 5px 5px;
	color: #fff;
	z-index: 2;	
}

div.bannerTopRail-link {
	position: absolute;
	bottom: 15px;
	left: 13px;
	background-color: #017aa9;
	padding: 5px 5px 5px 5px;
	color: #fff;	
}

div.bannerTopRail-link a {
	color: #fff;
	text-decoration: none;	
}

div.firstpagebnr-container {
	margin: 0px 0 20px 0;
}

div.firstpagebnr-block1 {
	width: 196px;
	height: 184px;
	background: url(/images/bg_bildspel.png) no-repeat;
	position: relative;
	float: left;
}

div.firstpagebnr-block1-text {
	width: 140px;
	height: 90px;
	color: #fff;
	position: absolute;
	top: 60px;
	left: 20px;
	font-size: 11px;	
}

div.firstpagebnr-block1-text p {
	font-size: 11px;	
}


.firstpagebnr-block1-text h1, .firstpagebnr-block1-text h2, .firstpagebnr-block1-text h3 {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;	
}

div.firstpagebnr-block2 {
	margin: 0 0 0 -11px;
	float: left;
	cursor: pointer;	
}

div.firstpagebnr-block3 {
	float: left;
	cursor: pointer;	
}

div.firstpagebnr-block4 {
	float: left;	
	cursor: pointer;	
}

.hoveropacity:hover {
	opacity: 0.9;
	-moz-opacity: 0.9;
}

div.forum_flikar {
	position: absolute;
	right: -33px;
	top: 220px;	
}

.lightyellow {
	background: none !important;
	background-color: #fafad4 !important;
	color: #000000 !important;	
}

.lightblue {
	background: none !important;
	background-color: #dbeffb !important;
	color: #000000 !important;	
}

.ordersumma {
	border-left: 1px solid #d1d1d1 !important;	
	border-bottom: 1px solid #d1d1d1 !important;
	margin: -15px !important;	
}

a.arrow_link {
	padding: 0px 0px 0px 7px;
	background: url(/images/arrow_link.png) no-repeat;
	background-position: 0px 2px;	
}

