﻿/* ---------- General CSS ---------- */
body, html {
	margin:0 0 0 0px;
	padding:0px;
	padding-bottom:50px;
	background-image:url(images/background.jpg);
	background-repeat:repeat;
}

/* ---------- Site header ---------- */
div#header {
    background-image:url(images/header_background.jpg);
    background-position:center;
    height:147px;
}

div#headerContainer {
    width:1110px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

div#logodiv {
    height:96px;
    padding-top:10px;
    padding-bottom:10px;
}

/* ---------- Page structure ---------- */

div#container {
    margin-left:auto;
    margin-right:auto;
    width:1110px;
    padding-top:7px;
}

div#columnLeft{
	float: left;
	width: 194px;
	margin:0 13px 0 0;
}

div#content{
	float: left;
	width: 660px;
	margin:0 13px 0 0;
	height:100%;
}

div#columnRight{
	float: left;
	width: 227px;
	padding:0px;
}

/* Inloggningsruta */
#header #customerLogin
{
    position:absolute;
    top:0px;
    right:0px;
}

#header #customerLogin .left
{
    background-image:url(images/loginbox_left.png);
    background-repeat:no-repeat;
    width:10px;
    height:90px;
    float:left;
}

#header #customerLogin .body
{
    background-image:url(images/loginbox_body.png);
    background-repeat:repeat-x;
    height:90px;
    float:left;
}

#header #customerLogin .right
{
    background-image:url(images/loginbox_right.png);
    background-repeat:no-repeat;
    width:10px;
    height:90px;
    float:left;
}

#header #customerLogin input.text
{
    width:94px;
    border:0;
    font-size:11px;
    font-family:Tahoma;
    color:#999999;
    padding:0 3px 0 3px;
}

/* ---------- Menu ---------- */

#header #menu {
	width:1110px;
	margin-left:6px;
	margin-top: 8px;
}

#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;
}

/* ---------- Cart ---------- */

#columnLeft #cart {
	width:194px;
	color:#fff;
	font-size:11px;
	margin-bottom:12px;
}

#columnLeft #cartBody {
    background-color:#413E3D;
    padding:10px;
}

#columnLeft #cart select {
	width:180px;
	height:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#606060;
}

#columnLeft #cart a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

#columnLeft #cart a:visited {
	color:#fff;
}

#columnLeft #cart a:active {
	color:#fff;	
}

#columnLeft #cart a:hover {
	color:#cdcdcd;
}

#columnLeft #cart #cartadd {
	padding-top: 6px;
	color: #fff;
	font-size: 11px;
}

#columnLeft #cartadd .articletitle {
    font-weight: bold;
}

#columnLeft #cartFooter {
    background-image:url(images/cart_footer.png);
    height:14px;
    width:194px;    
}

/* ---------- Artikelgruppsträd ---------- */
.articlegrouproot {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 194px;
	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;
    color: #CCCCCC;
}

.articlegrouproot li.current a {
    color: #DD3C20;
}

.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: 11px;
    background-position: 0 3px;
    color: #fff;
    font-family:Tahoma, Geneva, sans-serif;
    text-decoration: underline;
    color: #CCCCCC;
    font-weight:normal;
}

.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);
}

.articlegrouproot ul.level2 {
	list-style: none;
	padding: 0;
	margin-left: 11px;
}

/* ---------- Widgets ---------- */

.widget {
	font-size: 11px;
}

.widget p {
	margin-bottom: 6px;
}

.widget .image {
	width: 100px;
	height: 65px;
	text-align: center;
	margin-right: 15px;
}

.widget .price {
    font-weight: bold;
    color: #676767;
}

.widget .datetime {
    color: #666666;
    margin-bottom: 2px;
}

.widget .rsslink {
    text-decoration: none;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #202020;
    padding: 1px 4px 2px 4px;
    line-height: 15px;
}

.widget .articlelink {
    text-decoration: none;
    font-weight: bold;
    color: #CCCCCC;
    margin-top: 4px;
}

/* ---------- Shop-window ---------- */

.shopWindow {
	width: 660px;
}
.shopWindow .item {
    position: relative;
	float: left;
	width: 160px;
	height: 255px;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 3px;
	background-image: url('images/thumb_background.png');
}

.shopWindow .trademark {
	position: absolute;
	top: 4px;
	left: 4px;
}

.shopWindow .description {
	position: relative;
	top: 24px;
	left: 12px;
	width: 136px;
	font-size: 10px;
	color:#666;
}

.shopWindow .infobadge { /* Nyheter / Kampanj */
	position:absolute;
	top:0px;
	right:5px;
}

.shopWindow .thumb {
	position: relative;
	top: 12px;
	left: 15px;
	width: 130px;
	height: 130px;
}

.shopWindow .title {
	position:relative;
	top:20px;
	left:12px;
	width: 136px;
}

.shopWindow .price {
	position:relative;
	top:25px;
	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 {
	text-decoration:underline;
}

/*
.shopWindow .xDivider {
	width:5px;
	height:217px; /* Required for Firefox 
	float:left;
}
*/

.shopWindow .box {
	float:left;
	margin-right:30px;
}

/* ---------- Artikellistningar ---------- */

table.shopList {
    width: 660px;
    border-top: solid 1px #4F4F4F;
}

table.shopList td {
    border-bottom: solid 1px #4F4F4F;
}

table.shopList span.counter {
    font-size: 50px;
    font-weight: bold;
    color: #cdcdcd;
}

table.shopList img.trademark {
	margin-bottom: 8px;
}

/* ---------- Article ---------- */

#article {
	width:660px;
}

#article .articleImagesWrapper {
	float:left;
	width:400px;
	margin-right:15px;
}

#article .trademarklogo {
    position: absolute;
    top: 10px;
    right: 10px;
}

#article .matrixDropdowns {
    margin-bottom: 10px;
}

#article .articleImage 
{
    position:relative;
    height: 420px;
    width: 400px;
	background-image: url('images/image_background.gif');
	text-align: center;
	padding-top:20px;
}

#article .articleImage .enlargebutton 
{
    position:absolute;
    top:390px;
    right:20px;
}

#article .priceRegular {
    font-size: 10px;
}

#article .priceSaving {
    font-size: 10px;
    font-weight: bold;
    color:#C71D22
}

#article .addtocart
{
    width:207px;
    text-align:center;
    position:relative;
    bottom:3px;
}

#article .addanimation
{
    margin-top:7px;
    text-align:center;
}

#article .addtocart b
{
    font-weight:normal;
}

#article .articleInfo {
    background-image:url(images/article_info_background.png);
    background-repeat:no-repeat;
	float: left;
	width: 223px;
	min-height: 388px;
	position:relative;
	bottom:4px;
	padding: 20px 10px 20px 10px;
}

#article .articleInfo div.articleStock
{
    margin-bottom:10px;
}

#article .articleInfo .price
{
    margin-top:25px;
    margin-bottom:15px;
}

#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:395px;
}

#article .extraArticles img {
	float:left;
	margin-bottom:8px;
	margin-right: 8px;
}

#extraArticleDivider {
	width:8px;
	height:90px; /* Required for Firefox */
	float:left;
}

/* ---------- Searchbox ---------- */
#searchBox {
	margin: 12px 0 16px 0;
}

#searchBox input.text {
    margin-right: 4px;
    padding: 3px 0 0 2px;
    width: 140px;
    height: 19px;
}

/* ---------- Other ---------- */
div#sitepath {
    margin-bottom:6px;
}

.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;
}