﻿body {
	margin:0;
	padding:0px;
	background-color:#000000;
	color:#333333;
	padding-bottom:20px;
	background-image:url(images/background.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
	background-position:top;
}

/* ---------- Page Structure ---------- */
div#outerContainer
{
    width:1076px;
    margin-left:auto;
    margin-right:auto;
}

div#header
{
    /*background-image:url(images/header.jpg);*/
    background-color:#DBE2F0;
    height:140px;
    width:1026px;
    margin-left:auto;
    margin-right:auto;
}

div#fadeContainer
{
    background-image:url(images/fade.png);
    width:1076px;
    position:relative;
    bottom:6px;
}

div#fade
{
    background-color:#ffffff;
    width:1026px;
    margin-left:auto;
    margin-right:auto;
}

div#bottomFade
{
    background-image:url(images/fade_bottom.png);
    height:25px;
    width:1076px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    bottom:6px;
}

div#innerContainer
{
    position:relative;
    bottom:9px;
    width:1014px;
    padding:0 6px 0 6px;
}


div#columnLeft
{
    width:158px;
    float:left;
    margin-right:15px;
    background-color:#0357A4;
    padding:14px;
}

div#content
{
    width:600px;
    float:left;
    margin-right:15px;
}

div#columnRight
{
    width:193px;
    float:left;
}

div#footer
{
    padding-bottom:25px;
    margin-top:20px;
}

div#infolist
{
    height:48px;
    background-image:url(images/footer.jpg);
    background-position:top left;
    background-repeat:repeat-x;
    font-size:13px;
    text-align:center;
    padding-top:27px;
}

div#infolist a
{
    text-decoration:underline;
    font-weight:bold;
    color:#0357A4;
}

div#extraInfo
{
    padding:0 15px 0 15px;
}

div#extraInfo .box
{
    float:left;
    width:240px;
    font-size:11px;
    margin-right:5px;
}

div#extraInfo .box span
{
    display:block;
    font-size:14px;
}

div#extraInfo .box a
{
    display:block;
    font-weight:bold;
    text-transform:uppercase;
    margin-top:4px;
}

div#extraInfo .box table
{
    margin-top:12px;
}

div#extraInfo .box table td
{
    vertical-align:top;
}

div#extraInfo .box table td.image
{
    width:70px;
}

/* ---------- Huvudmeny ---------- */
div#menu
{
    background-image:url(images/menuBackground.png);
    height:54px;
    width:1076px;
    padding-top:20px;
    position:relative;
    bottom:6px;
    text-align:center;
}

div#menu ul {    
	list-style: none;
	padding:0;
	margin:0;
}

div#menu li 
{
    display:inline;
	padding:0;
	margin:0 15px 0 15px
}

/* ---------- Kundvagn ---------- */
div#cart
{
    float:right;
    background-color:#012647;
    color:#ffffff;
    margin-top:23px;
    padding:9px 14px 9px 34px;
}

/* ---------- Artikelgruppsträd ---------- */

.articlegrouproot {
	list-style:none;
	padding:0;
	margin:5px 0 10px 0;
	width:158px;
}

.articlegrouproot li {
    margin-top: 4px;
    margin-bottom: 4px;
}

.articlegrouproot li a {
    display: block;
    text-decoration: none;
    font-size:13px;
    color:#ffffff;
    outline:none;
}

.articlegrouproot ul.level1 {
	list-style: none;
	padding: 0;
	margin:0 0 7px 5px;
}

.articlegrouproot ul.level1 li a {
    color:#BFCCE3;
    font-size:12px;
    padding-left:9px;
    font-weight:bold;
}

/* ---------- Shop-window ---------- */

.shopWindow {
	width:600px;
}

.shopWindow .item 
{
	float:left;
	width:190px;
}

.shopWindow .thumb {
	text-align:center;
	margin-bottom:5px;
}

.shopWindow .title 
{
	font-size:12px;
	font-weight:bold;
}

.shopWindow .introduction
{
    height:90px;
}

.shopWindow .price 
{
    display:block;
    font-size:13px;
    font-weight:bold;
}

.shopWindow .xDivider {
	width:13px;
	height:1px; /* Required for Firefox */
	float:left;
}

.shopWindow .yDivider {
    height:16px;
}

/* SHOPLIST */
.shopList .priceContainer
{
    margin-top:10px;
}

.shopList .price 
{
    font-size:14px;
    font-weight:bold;
    color:#000000;
}

.shopList div.artNr
{
    font-size:10px;
}

.shopList .title a
{
    font-weight:bold;
}

/* ---------- Article ---------- */

#article {
	width:600px;
}

#article .articleImagesWrapper {
	float:left;
	width:400px;
	margin-right:10px;
}

#article .articleImage 
{
    width:360px;
}

#article .articleInfo {
	float:left;
	width:180px;
}

#article .matrixDropdowns {
    margin-bottom: 10px;
}

#article .articleInfo .price
{
    margin-top:15px;
    margin-bottom:15px;
    font-size:20px;
    font-weight:bold;
}

#article .addtocart
{
    margin:10px 0 10px 0;
}

#article .addtocart .quantity
{
    position:relative;
    bottom:4px;
    margin-right:10px;
}

#article .articleInfo .addanimation
{
	margin:10px 0 10px 0;
}

#article .articleInfo .linkoptions 
{
    width:100%;
    font-size: 11px;
    margin-top:20px;
}

#article .articleInfo .linkoptions input {
    margin-top:2px;
    font-size:10px;
}

#article .articleInfo .linkoptions div {
    margin-top:4px;
}

#article .articleInfo .linkoptions img {
    vertical-align:middle;
}

#article .extraArticles {
	width:400px;
}

#article .extraArticles img {
	float:left;
	margin-bottom:8px;
	margin-right: 8px;
}

#extraArticleDivider {
	width:8px;
	height:1px; /* Required for Firefox */
	float:left;
}

/* ---------- Widgets ---------- */
.widget {
	font-size:11px;
}

.widget .divider
{
    margin-top:6px;
}

.widget a
{
    color:#290C2B;
}

.widget .articlecontainer div
{
    width:89px !important;
}

.widget .articleimage
{
    background-image:url(images/widget_background.png);
    padding:5px;
    float:left;
}

.widget .articlelink
{
    font-weight:bold;
}

.widget .price
{
    font-weight:bold;
    color:#000000;
}

/* ---------- Searchbox ---------- */
#searchBox {
	margin-bottom:10px;
}

#searchBox input 
{
    margin-right:5px;
}

/* ---------- OTHER ---------- */
.sortRow {
    width:600px;
    margin-bottom:17px;
}

.sortRow .current {
    font-weight: bold;
    text-decoration:underline;
}

.sortRow a {
	text-decoration:none;
}

.sortRow a:hover {
	text-decoration:underline;
}

.sortRow .sorting {
	text-align:right;
}

.sortRow .articlesPerPage {
	text-align:right;
	width:150px;
}

div#sitepath {
	margin-bottom: 6px;
}