/* $Id: MyStyle.css 2864 2008-11-03 06:39:01Z martin $ */
/* Stilmall för anpassing av butikens utseende  */

@import url(/__SYS__/SE-shop.css); 	/* Style till gemensamma komponenter */
@import url(design.css);			/* Style till din valda design */

/* Här under kan du lägga in dina egna style ändringar */


/* BEGIN code added by System design tool - DO NOT EDIT! */
#page { width: 716px; }
/* END code added by System design tool - DO NOT EDIT! */


@font-face {
	font-family: 'Klavika';
	src: url('/font/Klavika-Regular.otf');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Klavika';
	font-weight: italic;
	src: url('/font/Klavika-RegularItalic.otf');
}

@font-face {
	font-family: 'Klavika';
	font-weight: bold;
	src: url('/font/Klavika-Bold.otf');
}

@font-face {
	font-family: 'Klavika';
	font-weight: bold;
	font-style: italic;
	src: url('/font/Klavika-BoldItalic.otf');
}


body {
	margin: 0;
	padding: 0;
	background-color: #f3f4f5;
	color: #000000;
}

body, div, p, th, td, li, dd    {
  font: normal 12px Georgia, arial, Verdana, Lucida, Helvetica, sans-serif;
  line-height: 18px;
}

a.faceboxme {
	color: #5592c5;
}

h1 { 
	font-size: 24px;
	font-weight: bold;
	font-family: 'Klavika';
	color: #5592c5;
	line-height: 30px;
}
h2 { 
	font-size: 18px;
	line-height: 18px;
	padding: 0 0 3px 0;
	margin: 0;
	font-weight: bold;
	font-family: 'Klavika';
	color: #5592c5;
}
h3 { 
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 3px 0;
	margin: 0;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	color: #5592c5;
}
h4 { 
	font-size: 12px;
 	line-height: 14px;
	padding: 0 0 3px 0;
	margin: 0;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	color: #5592c5;
}

a, a:visited {
	color: #5592C5;
}

div.cart-content-header, div.cart-shipping-header, div.cart-payship-header, div.cart-login-header {
	color: #5592C5;
	height: 20px;
	line-height: 20px;
	margin: 0;
}

#rightRail{
	float:right;
	width:0px;			/* WRR */
	margin-right: -30px; 	/* WRR */
	position:relative;
	display: none;
}

#header, #footer{
	margin-left:-184px;	/* WLR */
	margin-right:-0px;	/* WRR */
	clear:both;
}

#header {
	width: 887px;
	margin-left: 0px;
	margin-bottom: 24px;
	position: relative;
	height: 207px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0;
	width: 139px;
	height: 157px;
	background-color: transparent!important;
}

div.top-loggain {
	position: absolute;
	top: auto;
	bottom: 25px;
	right: 0px;
	text-align: right;
	width: 230px;
/*	z-index: 999;*/
	font-family: 'Trebuchet MS';
	color: #5592c5;
	font-weight: bold;
	font-size: 13px;
}

div.top-loggain a {
	text-decoration: none;
	color: #5592c5;
	font-weight: normal;
}

div.top-loggain a:hover {
	text-decoration: none;
}

input.loggain {
	margin: 0 0 5px 0px;
	background: url(/images/loggain_bg.jpg) no-repeat;	
	width: 126px;
	height: 14px;
	color: #5592C5;
	border: 0;
}

input.loggainbutton {
	padding: 2px !important;
	text-transform: none !important;
	float: right;
	font-size: 10px !important;
	margin: 0 3px 0 0;
}		

#topmenu {
	position: absolute;
	bottom: 0;
	width: 887px;
	height: 20px;
	padding: 0;
	border-top: none;
	background-color: #d9d9d9;
}	

#topmenu .menuleft {
	float: right;
	line-height: 20px;
	padding-right: 10px;
}

#topmenu .menuleft a {
	text-decoration: underline;
}

#topmenu .menuleft a:hover { text-decoration: none; }
#topmenu .logout a { text-decoration: underline; }
#topmenu .menuright {
	float: left;
	padding: 0 0 0 6px;
}

#nav { /* ul - lista med menyalternativ */
	margin: 0;
	padding: 0;
}

#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	padding-right: 0px; /* Avstånd mellan flikar */
/*	background: url(/images/bar.gif) no-repeat left 8px; */
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
}

#nav li:hover {
	background-color: transparent;
}

#nav li:hover a { 
}

#nav li a { 
	display: block;
	font-weight: normal;
	font-size: 12px;
	font-family: Georgia;
	padding: 0 20px 0 0; 
	color: #5592c5;
}

#page{
  background: #F3F4F5;
  margin:0 0px;
  margin-left: 0px!important;
  padding-left: 184px; /* WLR - The width of the left rail */
  padding-right: 0px;  /* WRR - The width of the right rail */
  width: 703px;
}

#container{
	background-color: transparent;
	float:left;
	width:100%;	
	padding-top: 15px;
	padding-bottom: 20px;
	border-left:184px solid #F3F4F5; 	/* WLR - The width and color of the left rail */
	border-right: 0px solid #F3F4F5;	/* WRR - The width and color of the right rail */
	margin-left:-184px; 			/* WLR */
	margin-right:-0px;				/* WRR */
	display:inline; /* So IE plays nice */
}
#leftRail{
	float:left;
	width:184px;		/* WLR */
	margin-left:-184px;	/* WLR */
	position:relative;
}

#content {
	padding-left: 0px;
	margin-left: 40px;
	padding-right: 0px;
}

div.flag-dk {
	width: 27px;
	height: 19px;
	margin: 0 auto;
	position: absolute;
	top: 20px;
	right: 10px;
	display: none;
}

div.flag-swe {
	width: 27px;
	height: 19px;
	margin: 0 auto;
	position: absolute;
	top: 41px;
	right: 10px;
	display: none;
}

div.flag-uk {
	width: 27px;
	height: 19px;
	margin: 0 auto;
	position: absolute;
	top: 62px;
	right: 10px;
	display: none;
}

#cart_text h3 {
	display: inline;
	padding-left: 0px;
	color: black;
	line-height: 20px;
	margin: 0;
	font-size: 13px!important;
	font-family: 'Trebuchet MS'!important;
	text-transform: uppercase;
}

#cart_text h3 a {
	color: #5592c5;
	font-size: 13px;
}

#cartMenu.Panel {
	position: absolute;
	top: 56px;
	left: auto;
	right: 0;
	width: 243px;
	height: 60px;
	border: 0;
	background-color: #d9d9d9;
}

#cart_text {
	padding-left: 0;
	margin-top: 7px;
	margin-left: 13px;
	font-family: 'Trebuchet MS';
}

#cart_text a {
	color: #5592c5;
	font-size: 11px;
}

#cart_link {
	display: none;
}	

#cart_icon { top: 0;}

#productMenu h3 {
	background: none;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Trebuchet MS';
	color: #5592c5;
	line-height: normal;
	padding: 0 0 4px 0px;
	display: none;
}

.menu { 
	margin: 0;
	padding: 0;
}

.menu li {
	line-height: 24px;
	font-size: 13px;
	font-family: 'Trebuchet MS';
	background-image: none;
	background: none;	
	display: block;
	border: 0;
}

.menu li a  {
	padding-left: 0;
	font-size: 12px;
	line-height: 28px;
	display: block;
	_display: inline; /*IE 6 fix */
	color: #5592c5;
	font-family: Arial, Helvetica, sans-serif;
}	

.menu li a:hover {
	text-decoration: none;
}	

.menu li.closed { 
	background: none;	
}

.menu li.open {
	background: none;	
}

.menu li.selected a {
	background: url('/images/menu_li_active.jpg') 0 11px no-repeat;
	padding-left: 8px;
	color: #5592c5!important;
	font-weight: bold;
}

.menu .open a.actuator {
	background: url('/images/menu_li_active.jpg') 0 11px no-repeat!important;
	padding-left: 8px!important;
	color: #5592c5!important;
	font-weight: bold!important;
}

ul.submenu li.closed {
	padding: 0 0 0 0;
	margin: 0 0 0 5px;
	background: none;	
}

ul.submenu li.open {
	padding: 0 0 0 0;	
	margin: 0 0 0 5px;
	background-color: transparent;	
	background-image: none;
 }

ul.submenu {
	margin: 0 0 0 0;
	padding: 0 0 0 35px;
	background: none;	
	
}

ul.submenu li {
	background: none;	
	border-bottom: 0;
}

ul.submenu li a {
	line-height: 23px;
}

.menu li#favorites { 
  background-image: none;
}

#prodmenu_text {
	border: 0;
	background: none;
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}

div.sorterapa-container {
	display: none;
	background: url(/images/left_bg.jpg) repeat-y;
	padding-left: 22px;
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}

div.sorterapa-container h3 {
	font-weight: bold;
	font-size: 12px;
	color: #5592C5;
	padding: 0 0 7px 0;
}

select.sorterapa-sort {
	margin: 0 0 5px 0;
	width: 140px;
}

select.sorterapa-sort option {
	padding: 1px 2px 1px 8px;
}

div.kundtjanst-splash {
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
}

div.infomenu-container {
	margin: 0 0 20px 0;
	background: url(/images/left_bg.jpg) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

div.infomenu-container h3 {
	font-weight: bold;
	font-size: 12px;
	color: #5592C5;
	padding: 0 0 7px 24px;
}

ul.infomenu {
	padding: 0;
	margin: 0 0 20px 0;
}

ul.infomenu a {
	padding: 0 0 0 24px;
	font-size: 12px;
	line-height: 28px;
	display: block;
	_display: inline; /*IE 6 fix */
	color: #5592C5;
	font-family: Arial, Helvetica, sans-serif;	
}

ul.infomenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

div.infomenu-betalsatt {
	padding-left: 25px;
	margin: 0 0 20px 0;
}

div.search {
	border: 0px;
	height: 22px;
	left: 0px;
	position: absolut;
	top: 0px;
	width: 153px;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	margin-bottom: 15px;
}

#Search_Text {
	border: none;
	color: #999;
	font-size: 10px;
	height: 22px;
	line-height: 22px;
	margin-bottom: 3px;
	margin-right: -1px;
	padding: 0px;
	padding-left: 7px;
	width: 115px;
}

div.bnr-top {
    margin-left: 170px;
    margin-top: 20px;
    height: 160px;
    width: 440px;
    overflow: hidden;
}

div.bnr-container {
	width: 662px;
	height: 325px;
	background: none;
	background-color: #ffffff;
	position: relative;
	margin: 0 0 20px 0;
}

div.bnr-container-right{
	height: 300px;
	margin: 0px 5px 15px;
	position: relative;
	width: 195px;
}

div.bnr-container-right img{
	padding:0px;
}

div.bnr-image {
	position: absolute;
	top: 0px;
	left: 0px;
}	

div.bnr-buttons {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

div.bnr-buttons img {
	margin: 0 5px 0 0;
	cursor: pointer;
}

div.product-small-container {
	margin: 0;
	padding: 0 0 0px 0;
	float: left;
	margin-right: -40px;
}

div.product-small-kampanj {
	width: 200px;
	height: 200px;
	padding: 0px 0 0 0;
	margin: 0 31px 36px 0;
	background-color: #ffffff;
	border: 0;
	float: left;
	position: relative;
}

div.product-small-kampanj h3 {
	display: none;
}

div.product-small-kampanj div.bildkampanj {
	background-color: #FFFFFF;
	width: 200px;
	border: none;
	text-align: center;
}

div.product-small-kampanj img {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
}

div.product-small-kampanj div.name {
	font-size: 11px;
	line-height: 12px;
	height: 12px;
	overflow: hidden;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000000;
	padding: 3px 10px 0px 10px;
}

div.product-small-kampanj div.name a {
	color: #000000;
}

div.product-small-kampanj div.pricing {
	padding: 0 0px 0px 10px;
	height: 20px;
}

div.product-small-kampanj div.price {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000000;
	float: left;
	padding-right: 5px;
}

div.product-small-kampanj div.oldprice {
	text-decoration: line-through;
}

div.product-small-kampanj div.short {
	padding: 0 10px 0 10px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	line-height: 18px;
	height: 106px;
	overflow: hidden;
	display: none;
}

div.product-small-kampanj input.button_buy {
	display: none;
}

div.product-small-kampanj div.visa {
	margin: 0 0 15px 10px;
	display: none;
}

div.product-small-kampanj div.visa img {
	margin: 0;
}


div.product-small {
	width: 200px;
	height: 200px;
	background-color: #ffffff;
	padding: 0px 0 0 0;
	margin: 0 6px 6px 0;
	border: 0;
	position: relative;
}

div.product-small div.name {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #5592C5;
	padding: 4px 10px 15px 10px;
}

div.product-small div.name a {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #5592C5;
}

div.product-small div.bild {
	width: 161px;
	background-color: #FFFFFF;
	border: 2px solid #f2f2f2;
}

div.product-small img {
	margin-left: 0px;
	margin-top: 5px;
}

div.product-small div.short { display: none; }
input.button_buy {display: none;}


div.product-small div.pricing {
	padding: 0 0px 0px 10px;
	height: 20px;
}

div.product-small div.price {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000000;
	float: left;
	padding-right: 5px;
}

div.product-small div.oldprice {
	text-decoration: line-through;
	float: right;
}

div.product-small div.visa2 {
	margin: 0 0 0px 10px;
}

div.product-small div.visa2 img {
	margin: 0;
}

#CatTrace { display: none; }

#container {
	padding-top: 0;
}

.cart-meddelande a {
	background-color: #231f20;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.cart-visainfo a { 
	background-color: #231f20;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

div.pagesbar {
	margin: 15px 0 0 0;
}

span.siffra {
	background-color: #231f20;
	padding: 4px 6px 4px 6px;
	color: #FFFFFF;
	margin: 0 2px 0 0;
}

span.siffra a {
	background-color: #231f20;
	color: #FFFFFF;
}

.brandpage_img {
	text-align: right;
	padding-right: 10px;
}

table.artiklar th {
	background-color: transparent!important;
	color: #FFFFFF;
}

tr.odd {
	background-color: transparent!important;
}

tr.even {
	background-color: transparent!important;
}

tr.odd label {
	font-size: 13px !important;	
}

tr.even label {
	font-size: 13px !important;	
}


input.buttonprodukt {
	background-color: #231f20;
	color: #FFFFFF;
	border: 1px solid #231f20;
	padding: 3px 6px 3px 6px;
	font-size: 11px;
	text-transform: uppercase;
}

input.button {
	background-color: #231f20;
	color: #FFFFFF;
	border: 1px solid #231f20;
	padding: 2px 6px 2px 6px;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;	
}

#footer {
	border: 0;
	padding: 0;
	background-color: #F3F4F5!important;
}

div.footer_txt {
	font-size: 11px;
	line-height: 13px;
	float: none;	
	padding: 10px 0 10px 235px;
	text-align: center;
	background-color: #F3F4F5!important;
}

div.footer_logo {
	float: none;
	background: none;
	height: 81px;
	position: relative;
	display: none;
}

div.footer-logo-img {
	position: absolute;
	top: 20px;
	left: 260px;
	display: none;
}

div.footer-logo-img img {
	margin: 0 25px 7px 0;
	vertical-align: middle;
	display: none;
}

div.footer_bottom {
	background: none;
	height: 50px;
	background-color: #F3F4F5!important;
}

div.cart-content-container, div.cart-shipping-container, div.cart-payship-container, div.cart-login-container {
	background-color: transparent;
} 

div.cart-login-container label {
	font-size: 13px !important;
}

div.cart-content-header {
	background: none;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 17px;
}

div.cart-content-container {
	border: 0;
}

div.cart-content-container {
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: normal;
}


div.cart-content-container table.artiklar td {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #E8E8E8 !important;		
}

div.cart-content-container table.artiklar th {
	background-color: #FFFFFF;
	color: #000000;
}

td.topright {
	background: url(/images/topright.jpg) no-repeat !important;
	background-position: top right !important;	
}

td.topleft {
	background: url(/images/topleft.jpg) no-repeat !important;
	background-position: top left !important;	
		background-color: #f2f2f2;

}

div.cart-shipping-header {
	background: none;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 17px;
}

div.cart-shipping-container {
	border: 0;
}

div.cart-payship-header  {
	background: none;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 17px;
}

div.cart-payship-container {
	border: 0;
}

div.cart-login-header {
	background: none;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 17px;
}

table.artiklar td {
 	font: normal 12px Georgia, times, arial, Verdana, Lucida, Helvetica, sans-serif;	
 	padding-top: 7px;
	padding-bottom: 7px; 
 }
 
 table.artiklar th {
  font: normal 12px Georgia, times, arial, Verdana, Lucida, Helvetica, sans-serif;	
  padding-top: 5px;
  padding-bottom: 5px;
 }
 
 
 .cart_total_sum {
 	color: #000000;
 }

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

div.cartthumb {
	padding: 5px;
}

div.cart-shipping-container table.artiklar td {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #E8E8E8 !important;		
}

div.cart-shipping-container table.artiklar th {
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 0;	
}

div.cart-payship-container table.artiklar td {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #E8E8E8 !important;		
}

div.cart-payship-container table.artiklar th {
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 0;
}

.cart_menu_ul li {
	background-color: #231f20;
}

.cart_menu_ul li.selected a {
	background-color: #f2f2f2;
}

div.productimage {
	position: relative;
	float: left;
	margin: 0;
	width: 425px;
	height: 365px;
	text-align: center;
	background-color: #ffffff;
}

.information {
	width: 630px;
	float: left;
	margin: 20px 0 20px 0;
	font-size: 14px!important;
	line-height: 18px;
	background-color: #ffffff;
	padding: 14px 16px;
}

.specification {
	width: 175px;
	float: right;
}

#mainpic {
	padding: 0 0px 0px 0;
	margin: 0;
}

div.variantbox {
	background-color: #f3f4f5;
	width: 204px;
	padding: 0;
	float: right;
	margin: 0 0 5px 0;	
	font-size: 12px;	
	line-height: 16px;
	position: relative;
}	

div.payimage {
	position: absolute;
	margin: 0 0px 0 0;
	bottom: 0px;
}

div.bigprice {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 5px 0;
	position: relative;
	height: 73px;
	bottom: 4px;
}

div.bigprice .campaign_price {
	color: #5592c5;
}

div.bigpricenumbers {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #5592c5;
	margin: 0 0 0px 0;
	position: aboslute;
}

div.pricefrom {
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 0px 0px;
	position: absolute;
	left: 0px;
	bottom: 9px;
}

div.dotted {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #bfbfc0;
	margin: 0 0 8px 0;
}

div.grouping-info {
	margin: 0 13px 0px 0;
	text-align: left;
	float: left;
}

div.grouping-info label {
	text-align: left;
	font-size: 12px;
	margin: 0;
}

div.grouping-antal {
	padding: 0px 10px 0 0;
	text-align: right;
}

.productsel {
	width: 95px;
	margin: 0 0 8px 0;
}

td.smallpics img {
	margin: 0 0px 10px 0;
	padding: 0;
	cursor: pointer;
}

td.smallpics  {
	text-align: left !important;
}

td.colormap {
	text-align: left !important;
}

div.produkt .button {
	text-align: center;
}	

input.groupfalt {
	width: 30px;
	padding: 2px 4px 2px 4px;	
	margin: 0 0 8px 0;	
}

#extramenu_text { display: none;}

div.visa_alla_produkter {
	background-color: #f2f2f2;
	padding: 10px 0px 10px 10px;
	width: 668px;
}	

div.selectland select {
	width: 190px;
}	

div.lager {
	font-size: 11px;
}
div.lager span  {
    color: #5592C5;
    display: block;
    font-weight: bold;
}

div.blogga {
	float: right;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	width: 200px;
}

div.htmlcode {
	border: 1px solid #CCCCCC;
	padding: 4px;
	clear: both;
}

div.tryggehandel {
	padding-left: 0px;
	margin-bottom: 30px;
}

.campaign_price {
	color: #e34343;
}
.front_sale_div {
	position: absolute;
	top: -20px;
	right: -23px;
	z-index: 9;
}
.small_sale_div {
	position: absolute;
	top: -1px;
	right: 7px;
}
.detail_sale_div {
	position: absolute;
	top: -21px;
	right: -35px;
}
div.old_price {
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
}

.currencyselector {
position: absolute;
top: -10px;
left: 200px;
}

#page{
	margin-left: 30px;
}
div.mobile_selector {
    padding: 3px 0 0;
    text-align: center;
    margin-left: 240px;
}


/* Toplist
-----------------------------------------------------------------------------*/ 

div.toplist-header h3 {
	padding: 0 0 0 0;
	height: 26px;
	line-height: 26px;
	color: #4e4e4e;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	background-color: #d2d2d2;
}

div.toplist-container {
	padding: 0px!important;
	margin: 0 0 24px 0;	
	width: 662px;
	height: 125px;
	background-color: #ffffff;
	position: relative;
}

ul.toplist-menu {
	list-style: none;	
	padding: 0px!important;
}

ul.toplist-menu li {
	font-size: 11px;
	line-height: 14px;
	padding: 0px 0 0px 0;
	float: left;
	margin-right: 45px;
	margin-left: 10px;
}

div.toplist-image {
	width: 70px;
	margin: 0px 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-oldprice {
	text-decoration: line-through;	
}

div.GroupText-text img {
	margin-bottom: 20px;
}

div.GroupText-text h1 {
	margin-bottom: 10px;
}

div.promoted-product {
    width: 632px;
    background-color: #FFF;
    padding: 18px 15px 18px 15px;
    float: left;
    position: relative;
	height: 170px;
}
div.promoted-bild {
    float: left;
  	margin-right: 30px;
}

div.promote-bubbla {
	position: absolute;
	top: -20px;
	right: -23px;
	z-index: 10;
}

div.promoted-product .head {
    color: #5592C5;
	font-weight: normal;
	font-family: 'Klavika';
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
}

div.promoted-product .head span {
	font-weight: bold;
}

div.betalsatt_logos {
	width: 151px;
	height: 94px;
	background: url('/images/betalsatt.jpg') no-repeat;
	margin-top: 10px;
	margin-bottom: 0px;
}

/*div.betalsatt_logos:hover {
	background: url('/images/betalsatt_hover.jpg') no-repeat;
}*/








