﻿/* ---------- General CSS ---------- */

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-attachment:fixed;	
	/*
	background-position:1142px;
	background-repeat:no-repeat;
	background-attachment:fixed;
    */
}

/* ---------- Site header (except the cart) ---------- */

#header {
	height:149px; /* 109px innan kortbetalningslogos */
	width:1118px;
}

#header .logo {
	left:39px;
	top:13px;
	position:absolute;
}

#header .splash {
	left:387px;
	top:23px;
	position:absolute;
}

#header .tagline {
    position:absolute;
    left:60px;
    top:106px;
}

#header #logos {
    position:absolute;
    left:786px;
    top:70px;    
}

#header #logos img {
    margin-right:20px;
    float:left;
}

#header #posten {
    position:absolute;
    top:44px;
    left:715px;
}

#header #certifierad {
    position:absolute;
    left:623px;
    top:31px;
    background-image:url('/images/logo_certifierad.png');
    background-repeat:no-repeat;
    width:80px;
    height:92px;
}

/* ---------- Menus ---------- */

#header #menu {
	left:417px;
	top:122px; /*82px innan kortbetalningslogos */
	width:692px;
	height:27px;
	position:absolute;
	text-align:right;
}

#header #menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header #menu li {
	float: left;
	margin: 0px;
}

#menu2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu3 li a {
	font-size:11px;
	color:#666;
}

#menu3 li a:hover {
	color:#C71D22;
}

/* ---------- Artikelgruppsträd ---------- */

.articlegrouproot {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 152px;
	font-size: 11px;
}

.articlegrouproot li {
    margin-top: 3px;
    margin-bottom: 3px;
}

.articlegrouproot li a {
    display: block;
    text-decoration: none;
    padding-left: 12px;
    background-repeat: no-repeat;
    background-position: 0 2px;
}

.articlegrouproot li.current a {
    color: #C71D22;
}

/* För att få IE 7 att inte göra länkar i grupper under aktiv grupp som aktiva */
.articlegrouproot li.current ul li a {
    color: #393939;
}

.articlegrouproot li.closed a {
    background-image: url(images/root_plus.gif);
}

.articlegrouproot li.open a {
    background-image: url(images/root_minus.gif);
}

.articlegrouproot li.locked a {
    background-image: url(images/root_locked.gif);
}

/* För att få IE 7 att inte göra bakgrunder i grupper under aktiv grupp som aktiva */
.articlegrouproot li.open ul li a {
    background-image: none;
}

.articlegrouproot ul.level1 {
	list-style: none;
	padding: 0;
	margin-left: 13px;
	font-size: 11px;
}

.articlegrouproot ul.level1 li a {
    padding-left: 11px;
    background-position: 0 3px;
}

.articlegrouproot ul.level1 li.closed a {
    background-image: url(images/subcat_plus.gif);
}

.articlegrouproot ul.level1 li.open a {
    background-image: url(images/subcat_minus.gif);
}

/* För att få IE 7 att inte göra bakgrunder i grupper under aktiv grupp som aktiva */
.articlegrouproot ul.level1 li.open ul li a {
    background-image: none;
}
.articlegrouproot ul.level1 li.open ul li a:hover {
    color: #C71D22;
}

.articlegrouproot ul.level2 {
	list-style: none;
	padding: 0;
	margin-left: 11px;
}

/* ---------- Cart ---------- */

#header #cart {
	left:780px;
	top:0px;
	width:322px;
	/*height:68px;*/
	position:absolute;
	background: #393939 url('images/header_cart_background.gif') no-repeat;
	background-position: left bottom;
	padding: 13px 0 12px 14px;
	color:#fff;
	font-size:11px;	
}

#header #cart select {
	width:190px;
	height:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#606060;
}

#header #cart a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

#header #cart a:visited {
	color:#fff;
}

#header #cart a:active {
	color:#fff;	
}

#header #cart a:hover {
	color:#cdcdcd;
}

#header #cart #cartadd {
    /*
    position: absolute;
   	left: 787px;
	top: 56px;
	width: 308px;
	height: 20px;
	padding: 0 0 4px 14px;
	background: #393939 url('images/header_cart_background.gif') no-repeat;
	background-position: left bottom;*/
	padding-top: 6px;
	color: #fff;
	font-size: 11px;
}

#header #cartadd .articletitle {
    font-weight: bold;
}

/* ---------- Page structure ---------- */

div#borderWrapper {
    margin-left:auto;
    margin-right:auto;
    width:1155px;
    position:relative;
	background-image:url('images/border_background.png');    
	background-repeat:repeat-y;
}

div#wrapper {
	width:1081px;
	background-color:#fff;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

div#columnleft{
	float: left;
	width: 164px;
	background-color:#fff;
	background-image:url('images/corner_left.gif');
	background-repeat:no-repeat;
	padding:12px 0 20px 11px;
}
div#main{
	float: left;
	width: 650px;
	background-color:#fff;
	padding:12px 0 0px 0;
	margin-bottom:20px;
}
div#columnright{
	float: left;
	width: 223px;
	background-color:#fff;
	background-image:url('images/corner_right.gif');
	background-repeat:no-repeat;
	background-position:right top;
	padding:12px 19px 20px 14px;
}

/* ---------- Footer ---------- */

#footer {
	background-image:url('images/footer_background.gif');
	background-repeat:repeat-x;
	height:69px;
	width:639px;
	padding:9px 0 0 11px;
	color:#393939;
	font-size:11px;
}

#footer .box {
	float:left;
	margin-right:30px;
}

.footerbox {
    float:left;
    margin-right:10px;
    margin-top:6px;  
}

/* ---------- Widgets ---------- */

.widget .image {
	width:100px;
	height:65px;
	text-align:center;
	margin-right:15px;	
}

/* ---------- Shop-window ---------- */

.shopWindow {
	width: 650px;
}
.shopWindow .item {
    position: relative;
	float: left;
	width: 158px;
	height: 260px;
	background-image: url('images/thumb_background.jpg');
	background-repeat: no-repeat;
}
.shopWindow .trademark {
	position: absolute;
	top: 4px;
	left: 4px;
}
.shopWindow .infobadge {
	position: absolute;
	top: 136px;
	right: 0px;
}
.shopWindow .thumb {
	position: absolute;
	top: 12px;
	left: 9px;
	width: 140px;
	height: 140px;
}
.shopWindow .trademarktitle {
	position: absolute;
	top: 160px;
	left: 12px;
	font-size: 10px;
	color: #666666;
}
.shopWindow .trademarktitle:visited {
    color: #666666;
}
.shopWindow .trademarktitle:active {
    color: #666666;
}
.shopWindow .title {
	position: absolute;
	top: 172px;
	left: 12px;
	width: 136px;
}
.shopWindow .description {
	position: absolute;
	top: 189px;
	left: 12px;
	width: 136px;
	font-size: 10px;
}
.shopWindow .price {
	position: absolute;
	top: 219px;
	left: 12px;
}
.shopWindow a {
	color:#393939;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
.shopWindow a:visited {
	color:#393939;
}
.shopWindow a:active {
	color:#393939;	
}
.shopWindow a:hover {
	color:#C71D22;
	text-decoration:underline;
}
.shopWindow .xDivider {
	width:6px;
	height:217px; /* Required for Firefox */
	float:left;
}
.shopWindow .yDivider {
    height:6px;
}
.shopWindow .box {
	float:left;
	margin-right:30px;
}

/* ---------- Artikellistningar ---------- */

table.shopList {
    width: 650px;
    border-top: solid 1px #aaaaaa;
}
table.shopList td {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: solid 1px #aaaaaa;
}
table.shopList span.counter {
    font-size: 50px;
    font-weight: bold;
    color: #cdcdcd;
}
table.shopList img.trademark {
	margin-bottom: 8px;
}
table.shopList img.price {
	margin-bottom: 6px;
}

/* ---------- Article ---------- */

#article {
	width:650px;
}

#article .articleImagesWrapper {
	float:left;
	width:385px;
	margin-right:6px;
}

#article .trademarklogo {
    position: absolute;
    top: 10px;
    right: 10px;
}

#article .matrixDropdowns {
    margin-bottom: 10px;
}

#article .articleImage {
    position: relative;
    height: 421px;
    width: 385px;
	float: left;
	background-image: url('images/large_article_background.jpg');
	margin-bottom: 6px;
	padding-top: 18px;
	text-align: center;
}

#article .articleImage .enlargebutton {
    position: absolute;
    top: 408px;
    left: 314px;
}

#article .priceRegular {
    font-size: 10px;
}

#article .priceSaving {
    font-size: 10px;
    font-weight: bold;
    color:#C71D22
}

#article .installment {
    margin-top: 10px;
    font-size: 11px;
}

#article .installment .installmentToPayPerMonth {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: Red;
}

#article .addtocart
{
    width: 238px;
    text-align:center;
    position:relative;
    bottom:3px;
}

#article .addanimation
{
    margin-top:7px;
    text-align:center;
}

#article .addtocart b
{
    font-weight:normal;
}

#article .articleInfo {
    position: relative;
	float: left;
	width: 238px;
	min-height: 403px;
	padding: 10px 10px 18px 10px;
}

#article .articleInfo .description {
    margin-top: 6px;
    font-size: 11px;
}

#article .articleInfo .linkoptions {
    width: 100%;
    margin-top: 10px;
    font-size: 11px;
}

#article .articleInfo .linkoptions input {
    margin-top: 2px;
    font-size: 10px;
    padding: 2px 0 2px 0;
    border: solid 1px #cccccc;
}

#article .articleInfo .linkoptions div {
    margin-top: 4px;
}

#article .articleInfo .linkoptions img {
    vertical-align: middle;
}

#article .extraArticles {
	width:393px;
}

#article .extraArticles img {
	float:left;
	margin-bottom:8px;
	margin-right: 8px;
}

#extraArticleDivider {
	width:8px;
	height:90px; /* Required for Firefox */
	float:left;
}

/* ---------- Trademarks ---------- */

.trademarks {
    width: 100%;
}

.trademarks td {
    width: 25%;
    height: 120px;
    text-align: center;
    vertical-align: middle;
}

/* ---------- Other ---------- */

.sortRow {
    width:647px;
    margin-bottom: 12px;
    /* font-size:11px; */
}

.sortRow .current {
    font-weight: bold;
    color: #C71D22;
}

.sortRow a {
	text-decoration:none;
}

.sortRow a:hover {
	text-decoration:underline;
}

.sortRow .sorting {
	text-align:right;
}

.sortRow .articlesPerPage {
	text-align:right;
	width:150px;
}

#brandlist {
	text-align:center;
	font-size:11px;
	color:#393939;
	margin-top: 12px;
	margin-bottom: 12px;
}

#brandlist a {
	color:#393939;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}

#brandlist a:visited {
	color:#393939;
}

#brandlist a:active {
	color:#393939;	
}

#brandlist a:hover {
	color:#C71D22;
	text-decoration:underline;
}

.divider {
	width:100%;
	height: 1px;
	background-color:#CCC;
	margin: 6px 0 8px 0;
	clear: both;
}

.bottomspace {
/* Used as general margin below header images etc */
	margin-bottom:10px;
}

.rightspace {
/* Used as general margin to the right of content */
	margin-right:9px;
}

.yspace {
/* Used as general margin between two blocks or items etc */
	height:5px;
}

.xspace {
	width:5px;
}

.float {
	float:left;
}

.right {
	text-align:right;
}

#bottomStripe {
	/*margin-bottom:30px; Required for Firefox */
	background-color:#FFFFFF;
	width:100%;
	height:30px;
	background-image:url('images/border_background.png');    
	background-repeat:repeat-y;	
}

.backcolor {
	background-color: #D7EAD0; /* #E4E4E4; */
}

.TipTxtField {
	border:1px solid #999999;
	height:20px;
	color:#999999;
	padding:4px 0 0 2px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	width:170px;
}

.TipTxtArea {
	border:1px solid #999999;
	color:#999999;
	padding:4px 0 0 2px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	width:200px;
}

#customerServiceBox {
	background-color: #D7EAD0; /* #E4E4E4 */
	width:140px;
	margin:20px 0 20px 0;
	border-top:1px solid #92C67F; /* #999999 */
	border-bottom:1px solid #92C67F; /* #999999 */
	padding:10px 0 10px 10px;	
}

#searchBox {
	background-color: #D7EAD0; /* #E4E4E4 */
	width: 140px;
	margin: 12px 0 18px 0;
	border-top: 1px solid #92C67F; /* #999999 */
	border-bottom: 1px solid #92C67F; /* #999999 */
	padding: 10px 0 10px 10px;
}

#searchBox input.text {
    margin-right: 4px;
    padding: 3px 0 0 2px;
    width: 100px;
    height: 19px;
}

div#sitepath {
	margin-bottom: 6px;
}

/* Artikelgruppsfilter */
.filterBox {
    font-size: 11px;
    padding: 56px 12px 12px 12px;
    background-color: #D7EAD0;
    background-image: url(images/filterheader.png);
    background-repeat: no-repeat;
}
.filterBox a {
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}
.filterBox .divider {
    margin-top: 8px;
    margin-bottom: 6px;
	width: 100%;
	height: 1px;
	background-color: #CCC;
}