@import url(////fonts.googleapis.com/css?family=Roboto:400,300,700);
/* ==========================================================================
   Base
   ========================================================================== */

b,
strong {
    font-weight: bold;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    	 box-sizing: content-box;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
    		box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

/***** Begin here *****/

html {
	/*line-height: 1.4;*/
	line-height: 19px;
}

body {
    margin: 0;
    background: #fff /*url(../design/body_bg.png)*/;
}

html,
button,
input,
select,
textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    
    font-weight: 300;
}

select {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .litenrubrik {
	/*margin-top: 0;*/
	margin-bottom: 10px;

	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	
	line-height: 1.2;
	
}

h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
   
}

h1 { 
	font-size: 28px;
	margin-bottom: 25px;
	/*text-align: center;*/
	text-align: left;
}

.l-product h1 {
	text-align: center;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

.litenrubrik {
	font-size: 13px;
	color: #666;
}

p {
	margin: 0 0 10px;
}

a { 
	color: #b5b5b5;
	text-decoration: none; 
}
a:hover { 
	color: #EE7830;
}

input,
textarea {
	padding: 6px 7px;

	border: 1px solid #c2c2c2;

	color: #222;

   	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
    		box-sizing: border-box; /* Opera/IE 8+ */
}
input:focus,
textarea:focus {
	border: 1px solid #b2b2b2;
	outline: none;
}

input[type="checkbox"], 
input[type="radio"] {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;

	border: none;

	background-color: transparent;

	line-height: normal;
	cursor: pointer;
}

hr {
    display: block;
    height: 1px;
    margin: 15px 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #cfcfcf;
}




/* ==========================================================================
   Layuot
   ========================================================================== */

.l-holder {
	position: relative;

	width: 1000px;
	margin: 15px auto;

	border-radius: 10px;

	background: #fff;
	/*box-shadow: 0 5px 15px #b5b5b5;*/
	
	text-align: center;
	/*text-align: left;*/
}

.l-constrained {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.l-header {
	position: relative;

	margin: 25px;
}

.l-menubar {
	position: relative;
	z-index: 10;

	min-height: 25px;
	margin-bottom: 5px;

	background: #FFF;
	overflow: hidden;
}

.l-content {
	margin-bottom: 15px;
	margin-left: 55px;
	margin-right: 55px;
	
	text-align: left;
}
.view-home .l-content {
	margin-left: 65px;
	margin-right: 65px;
}

.center .l-content {
	text-align: center;
}

.l-main {
	overflow: hidden;
}

.l-inner {
	margin-top: 25px;
	/*margin-left: 25px;
	margin-right: 25px;*/
}

.view-home .l-inner {
	margin: 0;
}

.view-checkout .l-inner {
	margin-left: 20px;
	margin-right: 20px;
}

.l-sidebar, 
.l-sidebar-primary {
	width: 165px;
	float: right;
}
.l-sidebar {
	margin-left: 15px;
}
.l-sidebar-primary {
	float: left;
	margin-right: 15px;
	padding: 10px;
	
	background: #f5f5f5;
	text-align: left;
}

/*.view-home .l-sidebar-primary {
	display: none;
}*/

.l-footer {
	margin-bottom: 15px;
	padding: 15px;
	overflow: hidden;
	
	color: #b5b5b5;
}
.l-footer li{
	list-style-type:none;
}

.l-footer h3 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.l-footer-col-1 {
	width: 180px;
	margin-right: 20px;
	float: left;
}
.l-footer-col-2 {
	width: 180px;
	margin-left: 20px;
	float: right;
}
.l-footer-col-3 {
	overflow: hidden; /* Overflow hidden layout */
}

.l-footer .row-1 {}

.l-footer .row-2 {
	margin-top: 40px;
}

.l-footer .row-3 {
	display: none;
	margin-top: 30px;
	position: relative;
	text-align: center;
}

.l-footer .row-3 li {
	margin-left: 15px;
}

.l-product {
	overflow: hidden;
}
.l-product-col-1 {
	width: 435px;
	margin-right: 15px;
	float: left;
}
.l-product-col-2 {
	overflow: hidden; /* Overflow hidden layout */
}

.view-checkout{
	
}
.view-home h2{
	font-size:28px;
}
.view-products{
	
}
.cat-desc {
	text-align: left;	
}

/* ==========================================================================
   Helpers
   ========================================================================== */

/* Clear floated elements */
.clearfix:before, 
.clearfix:after {
	content: ""; 
	display: table; 
}
.clearfix:after { 
	clear: both; 
}
.clearfix {
	*zoom: 1; 
}

/* Media Object  */
.media {
	margin-top: 15px;
	margin-bottom: 15px;
	
}
.media, 
.media-body {
	overflow: hidden; 
}
.media-img {
	margin-right: 15px;
	float: left; 
}
.media-img img {
	display: block;
}

/* List in horizontal mode  */
.nav, 
.nav-float {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav > li, 
.nav > li > a {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.nav-tick li {
	margin-right: 10px;
}
.nav-tick {
	margin-bottom: 10px;
}

.nav-float > li {
	float: left;
}
.nav-float > li > a {
	display: block;
}

/* Clean list */
.block-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-info dd {
	margin: 0 0 15px;
}

.flush {
	margin: 0 !important;
}
.wipe {
	padding: 0 !important;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.left-text{
	text-align: left;
}

.muted {
	color: #999;
}

.brand {
	color: #f57f33;
}

/* ==========================================================================
   Modules
   ========================================================================== */

/*.fader {
	position: absolute;
	top: 0;
	
	width: 100%;
}*/

.breadcrumbs {
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}
.breadcrumbs > li {
	margin-right: 5px;
}

.filter-section {
	margin-bottom: 15px;
}
.filter-section > li {
	margin-right: 10px;
}
.filter-section > li > * {
	vertical-align: middle;
}

/* Used at ex: .filter-section and .rewies  */
.highlight-bar {
	padding: 7px 10px;

	border: 1px solid #e1e1e1;

	background: #fff url(../design/highlight_bar_bg.png) repeat-x bottom;
}


.startpage-bar {
	padding: 5px 10px;

	border-style: none;
	text-align: center;
	border-radius: 0;

	background: #fff;

	color: #000;
	font-size: 18px;
}
.startpage-intro{
	margin-top: 20px;
	
}

.startpage-intro img{
	margin-right:15px;
}

.startpage-top {
	margin-top: 30px;	
}

.startpage-top table,
.startpage-top tbody,
.startpage-top tr {
	display: block;
	width: auto !important;
}

.startpage-top table {
	border-collapse: collapse;	
	margin-left: -2%;
	height: auto !important;
}

.startpage-top tr {
	overflow: hidden;	
}

.startpage-top td {
	display: block;
	float: left;
	width: 31.33% !important;	
	margin: 0;
	margin-left: 2%;
	padding: 0;
}

.startpage-top td img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;	
}

.nivoSlider {
	max-width: 100%;
	height: auto !important;	
}

.input-highlight {

	border: 1px solid #dcdcdc;
	border-radius: 4px;

	background: #fff url(../design/input_highlight_bg.png) repeat-x bottom;
}
.input-highlight:focus {
	border: 1px solid #dcdcdc;
}
.input-highlight--full {
	width: 100%;
	margin-bottom: 5px;
}

.footer-form{
	margin-left: 10px;
	
	width: 207px;
	display: inline-block;
	
	background: #B5B5B5;
	-webkit-border-radius: 7px;
	        border-radius: 7px;
}
.input-footer{
	padding: 6px 0;
	
	width: 160px;
	background: #b5b5b5;
	border:none;

	color: #fff;
}
.input-footer:focus {
	border: none;
}
.mail-icon{
	margin-bottom: 3px;
	margin-right: 5px;
}

.social-header{
	position: absolute;
	top: 5px;
	left: 0;
}

.social-bottom{
	position: absolute;
	left: 30;
}

.social-iconwrap{
	display: inline-block;
	
	height: 28px;
	width: 28px;
	line-height: 25px;
	-webkit-border-radius: 28px;
	        border-radius: 28px; /* CIRCLE */
	
	background: #b5b5b5;
}
.social-iconwrap:hover{
	background: #ee7830;
	cursor: pointer;
}

.site-logo {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.site-banner {
	position: absolute;
	top: -24px;
	right: -15px;

	width: 240px;
	height: 120px;

	background: url(../design/header_banner.png) no-repeat;
}

.vat-selector {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Main navigation section */
.site-nav {
	/*float: left;*/
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	
	border-bottom: 2px solid #999;
	box-shadow: 0 2px 3px #bbb;
	
}
.site-nav__item {
	padding: 0 12px;
	
	line-height: 25px;
	font-weight: bold;
	font-size: 17px;
   
}
.site-nav .logout a {
	padding: 0;
	padding-left: 13px;
}
.site-nav .login {
	float: right;   
}
.site-nav__icon {
	margin-top: -3px; /* Fix for align middle */
}
.smallernav{
	font-size: 15px;
	padding: 0 10px;
}
/* Languages section */
.lang-changer select {
	vertical-align: middle;
}

/* Primary search section */
.site-search {
	width: 99%;
	position: relative;
	background: #f7f7f7;
	border-radius: 20px;
	height: 35px;
	border: 1px solid #eee;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.5);
	margin-bottom: 15px;
	overflow: hidden;
}
.site-search__input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;

	height: 25px;
	padding: 0;
	margin: auto;

	border: none;
	background: none;
}
.site-search__input:focus {
	border: none;
}
.site-search__btn {
	position: absolute;
	top: 0;
	right:12px;
	bottom: 0;

	width: 15px;
	height: 15px;
	margin: auto;

	border: none;

	background: url(../design/magnify.png) no-repeat 100% 50%;
}

/* Block section */
.module {
	margin-bottom: 15px;
}
.module__heading {
	margin: 0;
	padding: 8px 10px;

	font-size: 16px;
	font-weight: bold;
	color: #7f7f7f;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;
}
.module__body {
	padding: 10px;
}

/* Secondary navigation */
.listmenu {
	padding: 0;
	margin: 0;
	list-style: none;

	padding-left: 10px;
}
.listmenu li {
	position: relative;
}
.listmenu a {
	display: block;

	color: #7f7f7f;
	font-size: 14px;
}
.listmenu .selected {
	color: #444;
	font-size: 15px;
}

.listmenu-level-0 {
	padding-left: 0;
}
.listmenu-level-0:last-child {
	margin-bottom: -1px; /* Fix for double-border */
}

.listmenu-level-0__item {
	padding: 3px 0 3px 10px;
}

.listmenu-level-1 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;

	background: #fff;
	box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.15), 
				inset 0 -4px 5px -5px rgba(0,0,0,0.1);
}
.listmenu-level-1 a {
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu-node {
	position: absolute;
	top: 10px;
	right: 8px;

	width: 6px;
	height: 6px;

	/* background-image: url("../design/node.png"); */
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.menu-node-minus {
	background-image: url("../design/node_minus.png");
}
.menu-node-plus {
	background-image: url("../design/node_plus.png");
}

/* Grid for product-items and category-items */
/* Sub-modules: .grid-gallery--products and .grid-gallery--categories */
.grid-gallery, 
.list-gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}
.grid-gallery {
	margin-left: -15px;
	
}
.grid-gallery > li {
	display: inline-block;
	*display: inline;
	width: 350px;
	margin-left: 15px;
	margin-bottom: 40px;
	

	background: #fff;

	vertical-align: top;
	cursor: pointer;
	zoom: 1;
	
	text-align: center;
}
.view-home .grid-gallery > li {
	width: 350px;
}

.list-gallery > li {
	margin-bottom: 15px;
}
.list-gallery > li:last-child {
	margin-bottom: 0;
}

/* Product-item and Category-item Style */
.product-item {}

.product-item__img {
	height: 350px;
	margin-bottom: 5px;

	line-height: 350px;
	text-align: center;	
}
.product-item__heading {
	height: 20px;
	margin-bottom: 5px;
	overflow: hidden; /* clip text */

	font-size: 16px;
	font-weight: 300;
}
.product-item .price {
	font-size: 16px;
}
.product-item__buttons {
	margin-top: 5px;
}

.category-item {
	text-align: center;
}
.category-item__img {
	height: 135px;
	margin-bottom: 10px;

	line-height: 135px;
}
.category-item__heading {
	overflow: hidden;

	white-space: nowrap;
}
.category-item__heading a {
	text-decoration: none;
}

/* Product section */
.product-carousel {
	height: 400px;
	margin-bottom: 15px;

	line-height: 400px;
	text-align: center;
}
.product-thumbs {
	margin-bottom: 15px;

	font-size: 0; /* Fix: Removes whitespace */
}
.product-thumbs img {
	height: 50px;
	margin-top: 5px;
	margin-right: 5px;

	cursor: pointer;
}
.product-option-spacing {
	padding-right: 10px;
	padding-bottom: 7px;
}
.product-quantity {
	padding: 9px;
	width: 51px;

	border: 1px solid #b5b5b5;
	border-radius: 7px;
	background:#B5B5B5;
	
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.product-custom-fields {
	margin-left: 5px;
	margin-top: 10px;
}
.product-price-field {
	margin-top: 15px;
	margin-bottom: 15px;
}
.product-price-field .price {
	font-size: 30px;
}
.product-stock {
	margin-bottom: 25px;
}
.product-stock-item {

	display: none; /* Show them with js */
}
.product-stock-item__text {
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	color: #B5B5B5;
}

/* News-page section */
.news-item .media-img {
	width: 100px;
	min-height: 1px; /* Fix for collapsing width if .media-img is empty */
}
.news-item__date {
	font-style: italic;
	color: #999;
}


.news-box{
	float: left;
	width: 220px;
}
/* Button section */
.btn {
	display: inline-block;
	padding: 8px 7px;

	border-radius: 4px;
	border:0px solid #B5B5B5;

	background: #B5B5B5;

	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1;

	cursor: pointer;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.8;
}

.btn--primary {
	padding: 12px 7px;

	background: #EE7830;

	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.buy_button {
	padding: 8px 20px;
	font-size: 18px;
}

.btn--primary:hover {
	color: #FFF;
}
.btn--primary--large {
	padding: 10px 14px;

	font-size: 20px;
	
	color: #fff!important;
}

.btn--newsletter-f{
	padding-left: 6px;
	
	border-left:#d6d6d6 1px solid;

	color: #fff;
	font-weight: bold;
}
.button-icon{
	margin-left: 5px;
}
.btn--product{
	padding: 0 10px;
	background: #EE7830;
	color: #fff;
	height: 41px;
	line-height: 41px;
}
/* Alert-box section */

.alert {
	padding: 8px;
	margin-bottom: 15px;

	border: 1px solid #97c1da;
	border-radius: 3px;

	background-color: #d8ebf8;
	background-image: -webkit-linear-gradient(#d8ebf8, #d0e3ef);
	background-image: 	 -moz-linear-gradient(#d8ebf8, #d0e3ef);
	background-image: 		  linear-gradient(#d8ebf8, #d0e3ef);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);

	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	color: #264c72;
}
.alert--success {
	border-color: #b6d79a;

	background-color: #dff0d8;
	background-image: -webkit-linear-gradient(#dff0d8, #d3edc8);
	background-image: 	 -moz-linear-gradient(#dff0d8, #d3edc8);
	background-image: 		  linear-gradient(#dff0d8, #d3edc8);

	color: #387b39;
}
.alert--error {
	border-color: #da9797;

	background-color: #f8d8d8;
	background-image: -webkit-linear-gradient(#f8d8d8, #efd0d0);
	background-image: 	 -moz-linear-gradient(#f8d8d8, #efd0d0);
	background-image: 		  linear-gradient(#f8d8d8, #efd0d0);

	color: #9c2400;
}
.alert--warn {
	border-color: #dca874;
	
	background-color: #ffe3c8;
	background-image: -webkit-linear-gradient(#ffe3c8, #f5dac0);
	background-image: 	 -moz-linear-gradient(#ffe3c8, #f5dac0);
	background-image: 		  linear-gradient(#ffe3c8, #f5dac0);
	
	color: #613A00;
}

/* Price section */
.price {
	font-weight: bold;
	color: #b5b5b5;
}
.price-discount {
	color: #C00;
}
.price-orginal {
	font-size: 10px;
	text-decoration: line-through;
}
.price-klarna {
	font-size: 10px;
}

/* Reviews section */
.reviews {
	margin-bottom: 20px;
}
.review-body {
	padding: 10px 0;
	overflow: hidden;

	border-bottom: 1px solid #ddd;
}
.review-col-1 {
	width: 200px;
	margin-right: 15px;
	float: left;
}
.review-col-2 {
	overflow: hidden; /* Overflow hidden layout */
}
.review-date {
	font-size :10px;
}

.review-stars {
	display: inline-block;
	height: 15px;

	background: url(../design/star.gif) repeat-x top left;	
}
.review-stars-on {
	background-position: 0 -32px;
}
.review-stars-off {
	background-position: 0 0;
}
.review-stars-1 { width: 16px; }
.review-stars-2 { width: 32px; }
.review-stars-3 { width: 48px; }
.review-stars-4 { width: 64px; }
.review-stars-5 { width: 80px; }

/* Input form */
.input-form input,
.input-form textarea {
	width: 100%;
}

.input-form--checkout input,
.input-form--checkout textarea {
	margin: 3px 0;
}

/* Input's in group */
.input-group {
    position: relative;
  
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .input-group__item {
    position: relative;

    display: inline-block;

    width: 50%;
}
.input-group .input-group__item:first-child {
    width: 48%;
    margin-right: 2%;
}

.input-group-1-4 .input-group__item {
	width: 70%;
}
.input-group-1-4 > .input-group__item:first-child {
    width: 28%;
}

/* Payment logos */
/* In sidebar and checkout */
.payment-logo {
	max-width: 100px;
}
.payment-logo--medium {
	width: 50px;
}
.payment-logo--small {
	width: 30px;
}

.payment-logo--list {
	display: block;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.payment-logo--list:last-child {
	margin-bottom: 0;	
}

.payment-logo--highlight {
	padding: 5px 7px;
	border-radius: 3px;
	
	background: #fff;
}

.payment-logo-bottom {
	float: right;	
}

/* Checkout section */
.checkout-stepnumber {
	display: inline-block;
	margin-right: 6px;
	height: 28px;
	width: 28px;
	line-height: 28px;

	border-radius: 28px;
	background-color: #f47e32;

	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.checkout-termsinfo {
	margin-top: 12px;
}
.checkout-highlight {
	background-color: #d2d2d2 !important;
	font-size: 15px !important;
}

.checkout-area-addresses {
	width: 400px;
	float: left;
}

.checkout-area-paymentoptions {
	width: 420px;
	float: right;
}

.wishlist-input-headline {
	font-family: Verdana, Arial;
	font-size: 24px;
	line-height: 26px;
	
	width:500px;
}
.wishlist-input-description {
	font-family: Verdana, Arial;
	font-size: 11px;
	
	width:500px;
}

/* ==========================================================================
   States
   ========================================================================== */

.is-hidden {
	display: none;
}

.is-fixed-top {
	position: fixed;
	top: 0;
}

.is-active {
	/* Orange */
	color: #ee7830;
}

.is-bold {
	font-weight: bold;
}

.is-white {
	color: #fff;
}

.is-centered {
	margin: 0 auto;
	display: inline-block;
}

.is-scroll-top {
	display: inline-block;
	margin-top: 20px;
	padding: 10px;

	color: #EE7830;
	font-weight: bold;
	font-size: 20px;
}
.is-scroll-top:hover {
	color: #EE7830;
	opacity: 0.8;
}
.is-scroll-top .wgr-icon {
	position: relative;
	top: -1px;

	vertical-align: middle;
}

/* ==========================================================================
   OLD CSS
   ========================================================================== */

th {
	
	font-weight: bold; 
	font-size: 15px; 
	text-align: left;
	color: #fff;
	
	border: 1px solid #b5b5b5;
	background: #B5B5B5;
	height: 24px;
}

table.graybg td {
	background-color: #e6e5e5;
}

th.t {
	background-color: transparent;
	text-align: right;
	background-image: none;
	border: none;
	color: #000;
}

table.graybg {
    width: 100%;
}
.graybg .bth2, 
.graybg .bth4, 
#td_attbetala, 
#td_varavmoms {
	white-space: nowrap;
}

/* Dropdown-cart */
div#topcart-holder {
	position: absolute;
	top: 0;
	right: 0;
	
	height: 35px;
	z-index: 2;
	
	color: #B5B5B5;
}
div#topcart-area {
	height: 35px;
	display: inline-block;
	line-height: 34px;
	border-radius: 2px;
	padding: 0 5px;
}
	
div#topcart-hoverarea {
/*	display: inline-block;
	*display: inline;
	margin: 0 5px;
	cursor: pointer;*/
}

.topcart-count,
.topcart-subtotal {
	/*font-weight: bold;*/
}
.topcart-iconwrap{
	display: inline-block;
	
	height: 28px;
	width: 28px;
	line-height: 26px;
	-webkit-border-radius: 28px;
	        border-radius: 28px; /* CIRCLE */
	
	background: #b5b5b5;
}
.topcart-iconwrap:hover{
	background: #ee7830;
	cursor: pointer;
}
.topcart-icon{
	margin-left: 1px;
	margin-bottom: 3px;
}

div#popcart {
	position: absolute;
	right: 5px;
	top: 39px;
	padding: 3px;

	border: 1px solid #ccc;
	border-top: none;
	border-radius: 3px;

	background-color: #fff;
	-webkit-box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.3);
	   -moz-box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.3);
			box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.3);
		
	color: #666;
	max-width: 350px;
	z-index: 900;
	height: 0px;
	overflow: hidden;
	display: none;	
}
	div#popcart .btn {
		margin-right: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.popcart-item{
		color: #000;
	}
	
a.cartplus, a.cartminus, a.cartx {
	background: #555 no-repeat center center;
	color: #fff;
	font-size: 8px;
	text-align: center;
	width: 11px;
	height: 11px;
	overflow: hidden;
	border: none;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-top: 1px;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 0;
	line-height: normal;
}
a.cartplus {
	background-image: url(../design/cartbutton_plus.png);
}
a.cartminus {
	background-image: url(../design/cartbutton_minus.png);
	background-position-y: 5px;
}
a.cartx {
	background-image: url(../design/cartbutton_remove.png);
}
a.cartplus:hover, a.cartminus:hover, a.cartx:hover {
	text-decoration: none;
}
a.cartx:hover {
	background-color: #900;
}
a.cartplus:hover {
	background-color: #338B33;
}
a.cartminus:hover {
	background-color: #3E62A3;
}
a.svartstreck{
	color: #000;
}

div.popCartRowSplit {
	height: 1px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 2px;
}
div.popCartErrorMessage {
	background-color: #FCC;
	text-align: center;
	font-style: italic;
	padding: 5px;
	width: 100%;
	font-size: 10px;
	color: #333;
}

div#popCartShipping {
	/*background: #e8e7e7 url(../design/shipping_icon.png) 5px 5px no-repeat;*/
	background: #e8e7e7;
	color: #000;
	margin: 4px;
	margin-bottom: 6px;
	padding: 4px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 12px;
}
div#popCartShipping a, div#popCartShipping a:hover {
	text-decoration: underline;
	color: #f47f33;
}

/* Checkout */

tr.doldkassarad {
	display: none;
}

#checkoutSwitchModeInfo {
	background: #eee url(../gfx/question.gif) 6px 8px no-repeat;
	padding: 6px;
	padding-left: 24px;
	margin-top: 6px;
}
#checkoutSwitchModeInfo a {
	text-decoration: underline;
}

.checkoutTextarea {
	height: 48px;
}

.checkoutFieldsBlock {
	margin-bottom: 16px;
}

#checkoutCountrySpan {
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.checkoutExtraTable {
	margin-top: 15px;
}
#paymentform {
	margin-top: 15px;
}

div.followuppost {
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom:16px;
	padding:12px;
}
div.followuppost h2 {
	color:#333;
	font-size:14px;
	line-height:16px;
	margin:0 0 8px 0;
	font-weight:bold;
}
div.followupstars {
	height:20px;
}
textarea.followupreview {
	width:400px;
	height:40px;
	margin-bottom:5px;
}
div.followupsocialbutton {
	float:left;
	margin-right:5px;
	margin-top:5px;
	height:30px;
	width:80px;
	line-height:30px;
	overflow:hidden;
}
div.followupsocialbuttons {
	overflow:hidden;
}
input.followupsubmit
{
	font-size:14px;
	cursor:pointer;
}
td.followupbild {
	width:105px;
	text-align:center;
}
td.followupbild img {
	max-width:105px;
}

.fb_iframe_widget iframe {
	position: relative !important;
}

#paymentlogos .payment-logo {
	margin-left: 10px;
}
#paymentlogos a {
	color: #f57f33;
}
#paymentsend a{
	color: #F57F33;
}

.driftprod{
	margin-bottom: 10px;
	color: #b5b5b5;
}

.sprakval {
	position: absolute;
	right: 0px;
	/*margin-left: 15px;*/
	margin-right: 11px;
	margin-top: -80px;
}