﻿/* ---------- General CSS ---------- */

html {
    height:100%;
}

body {
	margin:0 0 0 0px;
	padding:0px;
	background-color:#000;
	/* background-attachment:fixed; */
	height:100%;
	/* background-image:url("images/body_background2.jpg"); */
    background-position: center top;
    /* background-repeat:no-repeat; */
}

/* ---------- Container ---------- */

#container {
    width:996px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom: 20px;
    text-align:left;
    background-color:#000000;
    overflow: hidden;
}

/* ---------- Site header ---------- */

#header {
	height:127px;
	width:1002px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

#header #logo {
	float:left;
	margin-left:6px;
}

#header #splash {
	float:left;
}

#header #cart {
    float:left;
	width:305px;
	/*margin-bottom:32px;*/
}

#header #menu {
	width:996px;
	height:32px;
	background-image:url('images/header_menu_background.gif');
	background-repeat:repeat-x;
	background-color:#000;
	margin-left:6px;	
}

#header #menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header #menu li {
	float: left;
	margin: 0px;
}

/* ---------- Menus ---------- */

#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:#D17005;
}

/* ---------- Page structure ---------- */

div#wrapper {
	width:1002px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 6px;
	text-align:left;
	background-color:#000000;
	overflow: hidden;
}

div#columnleft{
	float: left;
	width: 157px;
	background-color:#000000;
	margin:0 6px 0 0;
	margin-left:6px;
}
div#main{
	float: left;
	width: 622px;
	background-color:#000000;
	margin:0 6px 0 0;
	padding:6px;
}
div#columnright{
	float: left;
	width: 186px;
	background-color:#000000;
	padding:0px;
	margin-right:6px;
}

/* ---------- Lista över varumärken ---------- */

div#leftBrands {
    margin-top: 14px;
}

div#leftBrands ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 148px;
	font-size: 11px;
	margin-left: 4px;
}

div#leftBrands li {
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold;
    color: #F78811;
}

div#leftBrands li a {
    padding-left: 0px;
    background-position: 0 3px;
    color: #fff;
    text-decoration: underline;
    font-weight:normal;
}

/* ---------- Artikelgruppsträd ---------- */

.articlegrouproot {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 148px;
	font-size: 11px;
	margin-left: 4px;
}

.articlegrouproot li {
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold;
    color: #F78811;
}

.articlegrouproot li a {
    display: block;
    text-decoration: none;
    padding-left: 12px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    color: #F78811;
}

.articlegrouproot li.current a {
    color: #F78811;
}

.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);
}

.articlegrouproot ul.level1 {
	list-style: none;
	padding: 0;
	margin-left: 13px;
	font-size: 11px;
}

.articlegrouproot ul.level1 li a {
    padding-left: 0px;
    background-position: 0 3px;
    color: #fff;
    text-decoration: underline;
    font-weight:normal;
}

.articlegrouproot ul.level2 {
	list-style: none;
	padding: 0;
	margin-left: 11px;
}

/* ---------- Cart ---------- */

#header #cart {
	width:305px;
	background: #E37700 url('images/header_cart_background.gif') no-repeat;
	background-position: left bottom;
	padding: 13px 0px 12px 10px;
	color:#fff;
	font-size:11px;
	text-align:left;
}

#header #cart select {
	width:180px;
	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;
}

/* ---------- Widgets ---------- */

.widget .image {
	width:100px;
	height:65px;
	text-align:center;
	margin-right:15px;	
}

.widget {
	background-color:#fff;
}

/* ---------- Footer ---------- */

/* ---------- Shop-window ---------- */

.shopWindow {
	width:634px;
}
.shopWindow .item {
    position: relative;
	float:left;
	width:151px;
	height:262px;
	margin-bottom:6px;
	margin-left: 2px;
	margin-right: 3px;
	background-image:url('images/thumb_background.jpg');
}

.shopWindow .trademark {
	position: absolute;
	top: 160px;
	left: 12px;
}

.shopWindow .infobadge {
	position: absolute;
	top: 0px;
	right: 0px;
}

.shopWindow .thumb {
	position:relative;
	top:12px;
	left:8px;
}
.shopWindow .trademarktitle {
	position: absolute;
	top: 193px;
	left: 12px;
	font-size: 10px;
	color: #666666;
}
.shopWindow .trademarktitle:visited {
    color: #666666;
}
.shopWindow .trademarktitle:active {
    color: #666666;
}
.shopWindow .title {
	position: relative;
	top: 60px;
	left: 12px;
	width: 136px;
}

.shopWindow .price {
	position:relative;
	top:65px;
	left:12px;
}

.shopWindow a {
	color:#333333;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

.shopWindow a:visited {
	color:#333333;
}

.shopWindow a:active {
	color:#333333;	
}

.shopWindow a:hover {
	color:#E37700;
	text-decoration:underline;
}

.shopWindow .box {
	float:left;
	margin-right:30px;
}

/* ---------- Article ---------- */

#article {
    /*position: relative;*/
	width:622px;
	background-color:#ffffff;
	/*height:100%;*/
	overflow: hidden;
}

.articleImagesWrapper {
	float:left;
	width:385px;
	margin-right:6px;
}

#article .trademarklogo {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

#article .articleImage {
    position: relative;
    height: 427px;
    width: 385px;
	float:left;
	background-image: url('images/large_article_background.jpg');
	margin-bottom:6px;
	padding-top: 12px;
	text-align: center;
	background-color:#ffffff;
}

#article .articleImage .enlargebutton {
    position: absolute;
    top: 408px;
    left: 280px;
}

#article .priceRegular {
    font-size: 10px;
}

#article .priceSaving {
    font-size: 10px;
    font-weight: bold;
    color:#C71D22
}

#article .addtocart
{
    width:130px;
    padding: 6px 10px 6px 10px;
    margin-top:10px;
    background-color: #d1d1d1;
}

#article .addanimation
{
    margin-top:7px;
    text-align:center;
}

#article .addtocart b
{
    font-weight:normal;
}

#article .articleInfo {
	float:left;
	width:210px;
	min-height:403px;
	padding:0px 10px 18px 10px;
	background-color:#ffffff;
}
#article .extraArticles {
	width:393px;
	margin-bottom:16px;
}

#article .extraArticles img {
	float:left;
	margin-bottom:8px;
	margin-right: 8px;
}

#extraArticleDivider {
	width:8px;
	height:90px; /* Required for Firefox */
	float:left;
}

#article .matrixDropdowns {
    margin-bottom: 7px;
}

#article .articleInfo .linkoptions {
    width: 204px;
    padding: 6px 8px 6px 8px;
    background-color: #e1e1e1;    
    /*font-size: 11px;*/
}

#article .articleInfo .linkoptions input {
    margin-top: 2px;
    font-size: 10px;
    padding: 2px 0 2px 0;
    border: solid 1px #cccccc;
    width:50px;
}

#article .articleInfo .linkoptions div {
    margin-top: 4px;
}

#article .articleInfo .linkoptions img {
    vertical-align: middle;
}

/* ---------- Trademarks ---------- */

.trademarks {
    width: 100%;
}

.trademarks td {
    width: 25%;
    height: 120px;
    text-align: center;
    vertical-align: middle;
}

#brandlist {
	text-align:center;
	font-size:11px;
	color:#393939;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* ---------- Other ---------- */

.sortRow {
    width:622px;
    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;
}

#customerServiceBox {
	background-color: #1D1D1D;
	width:147px;
	margin:20px 0 0 0;
	border-top:1px solid #313131;
	/*border-bottom:1px solid #999999;*/
	padding:10px 0 10px 10px;	
}

.divider {
	width:100%;
	height: 1px;
	background-color:#CCC;
	margin: 8px 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:6px;
}

.xspace {
	width:6px;
}

.float {
	float:left;
}

.right {
	text-align:right;
}

div#sitepath {
    margin-bottom:6px;
}

#searchBox {
	width: 147px;
	margin-left: 5px;
	margin-bottom: 12px;
}

#searchBox input.text {
    margin-right: 4px;
    padding: 3px 0 0 2px;
    width: 115px;
    height: 19px;
}

/* ---------- Artikellistningar ---------- */

table.shopList {
    width: 622px;
    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 a.trademark {
	font-weight:normal;
	text-decoration:none;
}