﻿body {	
    background-color: #f3f3f3;
    background-image: url(images/background.png);
    background-position: center top;
    background-repeat: no-repeat;
}

body, input, textarea, select, .normaltekst {
	font-family: Arial !important;
	font-size: 11px !important;
	line-height: 150% !important;
}

table {
    border-collapse: collapse;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; } 
/* Hide from IE Mac \*/ 
.clearfix { display: block; } 
/* End hide from IE Mac */ 
    
img, a img {
    border: 0;
}

a:link, a:visited, a:active {
    color: black;
    text-decoration: none;
}

h1 {
	font-size: 22px;
	text-transform: uppercase;
	color: #666666;
	line-height:20px;
}
 
h2 {
	font-size: 14px;
	color: #333333;
}

.green {
	color: #afc330;
}

.horDivide {
	width: 100%;
	height: 2px;
	background-image: url(images/horline.png);
	background-repeat: repeat-x;
}

.horGrey {
	height: 2px;
	background-image: url(images/horlinegray.png);
	background-repeat: repeat-x;
	padding:0;
	margin:0;
}

.verGrey {
	height: 100%;
	background-image: url(images/verlinegray.png);
	background-repeat: repeat-y;
	background-position: left;
}

.verGreyRight {
	height: 100%;
	background-image: url(images/verlinegray.png);
	background-repeat: repeat-y;
	background-position: 75%;
}

.textbox {
	padding: 0;
	border: solid 1px #cacaca;
}
   
/* #### LAYOUT #### */

#construct {
    width: 980px;
    margin: 0 auto;
    padding: 0 10px 0 10px;
}

#banner {
	height: 70px;
	width: 980px;
	background-image: url(images/topbanner.png);
	background-repeat: no-repeat;
}

#menuBar {
    position: relative;
	height: 30px;
	width: 980px;
	background-image: url(images/menubar.png);
	background-repeat: no-repeat;
}

.menuLink {
	float: left;
	padding: 6px 24px 6px 24px;
	text-transform: uppercase;
}

.menuLink .selected {
	color: #838383;
}



.menuLink a {
    text-decoration: none;
}

.menu a.selected {
	color: #838383;
}

.selected {
	color: #838383;
}

.l3 {
	width: 98%;
	border-top: dotted 1px #b6b6b6;
	border-bottom: dotted 1px #b6b6b6;
}

.l3 a:link, .l3 a:visited {
    display:block;
    background-image: url("images/list.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 10px;
}

.l3 a:hover {
    background-image: url("images/listSelect.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: Black;
}

.l3 a.selected:link, .l3 a.selected:visited {
    background-image: url("images/listSelect.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: white;
    background-color: Black;
    font-weight: bold;
}

#content {
	background-image: url(images/subback.png);
    background-repeat: repeat-x;
}

/* #### DEFAULT #### */

#centerFront {
    _margin:0;
    _padding:0;
}

#leftCenter {
	float: left;
	height: 350px;
	width: 735px;
	background-image: url(images/frontimg.jpg);
	background-repeat: no-repeat;
}

#rightCenter {
	float: left;
	height: 350px;
	width: 235px;
	padding-right: 10px;
	background-image: url(images/rightBack.png);
	background-repeat: no-repeat;
	_padding-left:0;
	_padding-right:5px;
	_margin:0;
}

.frontNews {
	position: relative;
	width: 240px;
	height: 115px;
	_padding:0;
	_margin:0;
}

.newsTitle {
	position: absolute;
	top: 18px;
	font-size: 15px;
	color: White;
	margin-left: 10px;
	cursor: pointer;
}

.newsTextTop {
	position: absolute;
	top: 65px;
	color: White;
	font-size: 10px;
	margin-left: 10px;
}

.newsText {
	position: absolute;
	top: 47px;
	color: White;
	font-size: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

.smallBoxNews {
	position: absolute;
	top: 35px;
	left: 170px;
	float: right;
	width: 60px;
	height: 70px;
}

.imgFront {
	float: left;
	height: 160px;
	width: 980px;
	background-image: url(images/imgbar.png);
	background-repeat: repeat-x;
	background-position:bottom;
}

.frontBox {
	position: relative;
	float: left;
	width: 145px;
	height: 150px;
	padding: 0 0 0 38px;
}

.boxBig {
	position: absolute;
	top: 30px;
	left: 48px;
	width: 152px;
	height: 94px;
	z-index: 5;
	cursor: pointer;
}

.boxSmall {
	position: absolute;
	top: 65px;
	left: 5px;
	width: 50px;
	height: 65px;
	z-index: 10;
}

.boxText {
	position: absolute;
	top: 125px;
	left: 103px;
	width: 90px;
	height: 28px;
	padding: 5px 0 0 10px;
	color: #424243;
	font-size: 13px;
	z-index: 15;
}

.frontContact {
	position: relative;
	float: right;
	width: 235px;
	height: 150px;
	margin-top: 10px;
}

.smallBox {
	position: absolute;
	top: 22px;
	left: 160px;
	float: right;
	width: 60px;
	height: 70px;
}

#bottomFront {
	float:left;
	height: 30px;
	width: 100%;
	background-image: url(images/bottomback.png);
	background-repeat: repeat-x;
	color: #6f726b;
}

/* #### STANDARD #### */

#subContent {
	position: relative;
    width: 960px;
    margin-top: 0px;
    padding: 5px 10px 10px 10px;
    _padding:0 0 5px 5px;
}

#menu {
	float: left;
	width: 174px;
	min-height: 300px;
    font-size: 12px;
    padding-top: 15px;
}

#main {
	float: left;
	width: 774px;
	height: inherit;
}

#top {
    display: block;
	width: 760px;
	padding-left: 14px;
	margin-left: 5px;
	margin-bottom: 0px;
}

#rightTop {
    display: inline;
	position: relative;
	float: right;
	height: 25px;
	width: 200px;
	margin: 35px 0 5px 0;
	padding-left: 10px;
}

#stdContent {
	float: left;
	width: 774px;
	margin-top: 10px;
}

.pageTitle {
	float: left;
	width: 370px;
	margin: 10px 0 10px 15px;
	font-size: 14px;
	color: #333333;
}

.pageText {
    display:inline;
	float:left;
	width: 540px;
	margin: 10px 0 10px 15px;
	font-size: 12px;
	color: #333333;
}

.pageImg {
	float: left;
	width: 370px;
	margin: 10px 0 10px 15px;
}

.stdContact {
    display:inline;
	float: right;
	width: 185px;
	margin: 10px 0 10px 0;
	padding: 60px 0 0 15px;
}

#foot {
    display: inline;
	bottom: 5px;
	width: 100%;
	height: 15px;
	margin-top: 10px;
	color: #6f726b;
}

#footProd {
	bottom: 5px;
	width: 100%;
	height: 20px;
	margin: 10px 0 5px 0;
	padding-bottom: 5px;
	color: #6f726b;
	float:left;
}

/* #### CONTACT #### */

.contactTitle {
	float: left;
	height: 30px;
	width: 125px;
	font-size: 13px;
}

.contactText {
	float: left;
	height: 60px;
	width: 125px;
	font-size: 10px;
	margin-bottom: 15px;
}

.smallBoxContact {
	float: right;
	width: 58px;
	height: 70px;
	margin-top: 20px;
}

.contactBox {
	width: 186px;
	height: 16px;
}

/* #### PRODUCT #### */

#tabHolder {
	vertical-align: bottom;
	margin: 10px 0 10px 0;
	width: 550px;
}

div.websidetabs {
	height: 25px;
	margin-top: 20px;
}

div.websidetabs div {
    float:left;
    height:18px;
    width: 95px;
	padding: 7px 1px 1px 12px;
}

div.websidetab {
	background-image: url(images/tabback.png);
	background-repeat: no-repeat;
}

div.websidetabselected {
	background-image: url(images/tabbackSelected.png);
	background-repeat: no-repeat;
}

div.websidetabs div a:link, div.websidetabs div a:visited {
    color: #000;
	text-decoration:none!important;
	color: #9b9c9c;
}

div.websidetabselected a:link, div.websidetabselected a:visited, div.websidetabselected a:hover {
    font-weight:bolder;
    color: black!important;
}

div.websidetabs div a:hover {
    font-weight:bolder;
    color: black!important;
}

.tabContent {
    padding: 15px 10px 10px 20px; 
    background-color: #9b9b9b;
}

.product {
    display:inline;
	float: left;
	width: 560px;
	min-height: 110px;
	margin: 10px 0 0 10px;
}

.productImg {
    display:inline;
	float: left;
	width: 155px;
	height: 100%;
	overflow: hidden;
	margin: 10px 0 0 5px;
}

.productText {
	float: left;
	width: 390px;
	height: 100%;
	margin-left: 10px;
	border-bottom: 1px solid #d2d2d2;
}

.prodTitle {
    display:inline;
	float: left;
	width: 500px;
	margin: 10px 0 10px 15px;
	font-size: 14px;
	color: #333333;
}

.productTitle {
	font-size: 24px;
	color: #666666;
	margin: 10px 0 20px 0;
}

.productContent {
	margin-bottom: 15px;
}

.productHidden {
	margin-top: 10px;
	display: none;
}

/* #### PARTNER #### */

.partner {
    display:inline;
	float: left;
	width: 560px;
	min-height: 110px;
	margin: 10px 0 0 10px;
}

.partnerImg {
    display:inline;
	float: left;
	width: 155px;
	height: 100%;
	overflow: hidden;
	margin: 10px 0 0 5px;
}

.partnerText {
	float: left;
	width: 390px;
	height: 100%;
	margin-left: 10px;
	border-bottom: 1px solid #d2d2d2;
}

.partnerTitle {
	font-size: 24px;
	color: #666666;
	margin: 10px 0 20px 0;
}

.partnerContent {
}

.contactBox {
	color: Gray;
}

/* #### CATEGORY #### */

.category .product_image {
    width:150px;
    height:150px;
    float:left;
    text-align:center;    
}

.category .product_image h3 {
    margin:auto;    
}

.category .product_text {
    width:300px;
    float:left;
    margin-right:15px;
}

.product_title {
    
}

.category .product_text .ingress
{
    height:80px;
    overflow:hidden;
}

.product_price {
    font-size: 14px;
}


/* ### NYHETER ### */


.katLink{
	text-decoration: none;
}

.katLinkSelected a:link{
	text-decoration: none;
}


/* ### SEARCH ### */

.resultTitle{
	text-decoration: underline;
}

.searchBack {
	float:left;
	width: 555px;
	background-image: url(images/searchBack.png);
	background-repeat: repeat-y;
	background-position:center;
}

.tipBox {
    position: absolute;
    top: 50px;
    left: 500px;
}