﻿
body {
	margin:0px;
	padding:0px;
	padding-top:40px;
	background-color:#ffffff;
}

/* ---------- Page structure ---------- */
div#outerContainer
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

div#container
{
	padding-top:25px;
}

div#leftColumn
{
	float:left;
	width:160px;
	margin:0 12px 0 0;
}

div#content
{
	float:left;
	margin:0;
	width:808px;
}

div#leftColumn ul
{
	list-style:none;
    margin:0;
    padding:0;
    font-size:14px;
    letter-spacing:1px;
    text-transform:uppercase;
}

div#leftColumn ul li
{
    margin:0;
    padding:0;
    padding-bottom:4px;
}

div#leftColumn li a:hover 
{
	color:#D02315;
}

div#footer
{
    border-bottom:3px solid #D02315;
    margin-top:30px;
    /*border-top:3px solid #D02315;
	height:150px;
	*/
}

/* ---------- Page header ---------- */
div#header
{
	height:90px;
}

div#header div#logo
{
	float:left;
	margin-right:30px;
}

div#header .container
{
	float:left;
	margin-top:10px;
	width:808px;
}

/* ---------- Menus ---------- */
div#menu
{	
	border-top:3px solid #D02315;
	border-bottom:3px solid #D02315;
	padding:6px 0 4px 13px;
	margin-top:14px;
}

div#menu ul
{
    list-style:none;
    margin:0;
    padding:0;    
}

div#menu ul li
{
    display:inline;
    margin:0;
    padding:0;
}

/* ---------- Cart ---------- */

/* ---------- Artikelgruppsträd ---------- */
.articlegrouproot {
	list-style:none;
	padding:0;
	margin:15px 0 0 0;
	width:160px;
}

.articlegrouproot li.current a {
    color:#D02315;    
}

.articlegrouproot ul.level1 {
	list-style: none;
	padding: 5px 0 5px 0;
	margin-left: 13px;
	font-size: 11px;
}

.articlegrouproot ul.level1 li a {
    padding-left: 11px;
    font-size:12px;
    font-weight:normal;
}

/* ---------- Shop-window ---------- */

.shopWindow {
	padding-top:20px;
}

.shopWindow .item {
	float:left;
	width:145px;
	text-align:center;
	padding:0 0 15px 0;
}

.shopWindow .title
{
    margin-top:10px;
	font-size:11px;
}

.shopWindow .title a
{
	font-weight:bold;
	color:#383535;
	text-transform:uppercase;
	letter-spacing:1px;
}

.shopWindow .xDivider {
	width:20px;
	height:1px; /* Required for Firefox */
	float:left;
}

.shopWindow .yDivider {
	height:10px;
}

.shopWindow .price {
    font-size:11px;
}


/* ---------- Article ---------- */

#article {
	padding-top:20px;
}

#article .articleImagesWrapper {
	float:left;
	width:420px; /* 360px med högerkolumn */
	margin-right:15px;
}

#article .articleImage 
{
	position:relative;
    height:445px; /* 360px med högerkolumn */
    width:420px;
	text-align:center;
	padding-bottom:25px;
}

#article .articleImage .enlargebutton 
{
    position:absolute;
    top:445px;
    right:20px;
}

#article .articleInfo {
	float:left;
	width:373px; /*228px med högerkolumn */
}

#article .matrixDropdowns {
    margin-bottom: 10px;
}

#article .buyoptions 
{
    width:100%;
    padding:10px 0px 10px 0px;
}

#article .articleInfo div.articleStock
{
    margin-bottom:0px;
}

#article .articleInfo div.articleNumber
{
    margin-bottom:10px;
}

#article .articleInfo .price
{
    margin-top:15px;
    margin-bottom:15px;
    font-size:20px;
    font-weight:bold;
}

#article .articleInfo .desc {
    font-size:15px;
}

#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:360px;
	padding-top:20px;
}

#article .extraArticles img {
	float:left;
	margin-bottom:8px;
	margin-right: 8px;
}

#extraArticleDivider {
	width:8px;
	height:90px; /* Required for Firefox */
	float:left;
}

/* ---------- Widgets ---------- */

.widget {
	font-size:12px;
}

.widget p {
	margin-bottom:6px;
}

.widget .image {
	width: 100px;
	height: 65px;
	text-align: center;
	margin-right: 15px;
}

.widget .price {
    font-weight:bold;
    color:#7F7F7F;
}

.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 {
    font-weight: bold;
    color:#363635;
    margin-top:2px;
    font-size:11px;
    text-transform:uppercase;
}

/* ---------- Searchbox ---------- */
#searchBox
{
	margin: 12px 0px 16px 0px;
}

#searchBox input.text 
{
    padding:3px 0 0 2px;
    width:110px;
    height:19px;
    margin-right:4px;
}

/* ---------- Other ---------- */

.sortRow {
    width:808px;
    margin-bottom: 12px;
}

.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;
}