html {
	overflow-y: scroll;
}

BODY {
	background-image: url("background_body_2.gif");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffff;
	font: normal 13px/1.4em  Tahoma, Lucida, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#containerPreload {
	display: none;
}

/* -------------------- TINY MCE -------------------- */
body.mceContentBody {
	background: #FFF;
	text-align: left;
}

::-moz-selection {
	background:#DDDDDD;
	color:#000000;
}

/* -------------------- ÖVRIGT -------------------- */
#tracking {
	background-image: url("_tracking_bg.gif");
	background-repeat: no-repeat;
	height: 75px;
	width: 75px;
	padding: 5px 0 0 0;
}

/* -------------------- CONTENT -------------------- */
#containerAll, #containerLogo, #containerFooter, #containerMenu {
	width: 810px;
}

#containerAll {
	display: block;
	top: 0;
	cursor: default;
	margin: 10px auto 0 auto;
	border: 0;
}

#containerLogo {
	background-image: url("background_logos.gif");
	background-repeat: no-repeat;
	background-position: left center;
	height: 150px;
	padding: 0;
	margin: 5px 0 0 32px;
	text-align: left;
}

#containerLogo a {
	text-decoration: none; 
	border: 0;
	padding: 0;
}

#containerLogo a img {
	text-decoration: none; 
	border: 0;
	height: 150px;
	width: 220px;
	margin: 0;
}

#containerContent { 
	margin: 0;
	text-align: left;
	min-height:400px;
	height:auto !important;
	padding: 25px 0 0 20px;
}

#containerContent img[align="right"] {
	padding-left : 20px;
}

#containerContent img[align="left"] {
	padding-right: 20px;
}

/* -------------------- MENU -------------------- */
#containerMenu {
	background-image: url("background_menu.gif");
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	padding: 3px 0 0 300px;
	text-align: left;
	width: 500px;
}

#navlist {
	width: 600px;
	list-style: none;
	padding: 13px;
	margin: 0;
	height: 30px;	
}

#navlist li {
	text-align: center;
	position:relative;
	z-index:9;
	display: inline;
	text-align: left;
	margin: 0 12px 0 0;
	float: left;
}

#navlist li a {
	color: #ffffcc;
	display: inline;
	width: 100%;
	text-decoration: none;
	height: 17px;
	margin: 0 20px 0 0;
	font-weight: bold;
	font-size: 1.1em;
}

#navlist li a:hover {
	background-image: url("menu_item_hover.gif");
	background-repeat: no-repeat;
	background-position: center -5px;
	color:#ffffff;
	padding: 0;
}

#navlist li.selected {
	color:#ffffff;
	padding: 0;
}

#navlist li.selected a {
	color: #ffffcc;
	font-weight: bold;
}

#navlist li.selected a:hover {
	color: #ffffcc;
}

#navlist li.folder {

}

/* -------------------- DROP DOWN -------------------- */
#navlist li.folder ul {
	display: none;
	background-color: #ffffff;
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
}

/* -------------------- MENU ITEM -------------------- */
#navlist li.folder ul a {
	background-image: url("");
	color: #cc0000;
	line-height: 17px;
	width: 250px;
}

#navlist li.folder ul a:hover {
	line-height: 17px;
}		

/* -------------------- SUB MENU -------------------- */
#navlist li.folder ul li.folder ul {
	display: none;
	position: absolute;
}

#navlist a {
	width:100%;
}
#navlist li>a {
	width:auto;
}

#navlist ul li a.submenu {
	background-color: red;
}

#navlist li.folder a:hover {
	height: 17px;
}

#navlist li.folder:hover {
	z-index: 10;
}

ul ul, li:hover ul ul {
	display: none;
}

li:hover ul, li:hover li:hover ul {
	display: block;
}	

/* -------------------- NAVIGATION -------------------- */
#containerNavigationmenu { 
	height: 30px;
	margin: 0;
	padding: 0;
}

#containerNavigationmenu p { 
	color: #000000;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: left;
}

#containerNavigationmenu p a { 
	font-weight: normal;
	text-decoration: underline;
	border: 0;
}

/* -------------------- FOOTER -------------------- */


#containerFooter {
	margin: 0 auto;
	padding: 0 0 0 0;
	clear: both;
	overflow: hidden;
}

#containerFooter hr {
	display: none;
}

#containerFooter p {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#containerFooter p a {
	text-decoration: underline;
	border: 0;
}

/* -------------------- LOGIN -------------------- */
#containerLogin {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

#containerLogin hr {
	display: none;
}

#containerLogin p {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#containerLogin p a {
	text-decoration: none;
}

/* -------------------- DirektOnline -------------------- */
#containerDirektOnline {
	margin: 0;
	padding: 0;
	float: left;
}

#containerDirektOnline hr {
	display: none;
}

#containerDirektOnline p {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#containerDirektOnline p a {
	text-decoration: none;
}

/* -------------------- CONTENT ELEMENT -------------------- */
p {
	cursor: default;
	color: #333333;
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 0;
}

p b {
	font-weight: bold;
}

p em {

}

p sup {

}

ul {
	list-style-image: url("list_bullet.gif");
	list-style-position: outside;
	margin: 0;
	padding: 0 0 10px 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #cc0000;
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Tahoma, Verdana, Arial, Helvetia;
	letter-spacing: 0em;
	line-height: 1.2em;
	font-weight: normal;
}

h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
	margin: 15px 0 0 0;
}

h6 {
	font-size: 1.1em;
}

a:link, a:active, a:visited {
	color: #cc0000;
	text-decoration: none;
	margin: 0;
}

a:hover {
	color: #ff6666;
	text-decoration: none;
	margin: 0;

}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* -------------------- TOP OF PAGE -------------------- */
#topOfPageLink {
	display: none;
	text-align: left;
	margin: 20px 0 0 0;
	clear: both;
	padding: 0 0 10px 0;
}

#topOfPageLink hr {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 200px;
	text-align: left;
}

#topOfPageLink p {
	background-image: url("icon_topofpage.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 20px;
	margin: 0;
}

/* -------------------- SIDEBAR -------------------- */
#containerSidebar {
	width: 400px;
	float: right;
	padding: 0;
	margin: 0;
	text-align: left;
	min-height:400px;
	height: auto !important;
	display: inline;
}

#sideli {
	background-image: url("sidebar.gif");
	background-repeat: no-repeat;
	width: 400px;
	height: 50px;
	padding: 5px 15px;
}

#sideli_m {
	background-image: url("sidebar_m.gif");
	background-repeat: no-repeat;
	width: 400px;
	height: 50px;
	padding: 5px 15px;
}

#sideli_pp {
	background-image: url("sidebar_pp.gif");
	background-repeat: no-repeat;
	width: 400px;
	height: 50px;
	padding: 5px 15px;
}

/* -------------------- SLIDESHOW -------------------- */
#containerSlideshowBeforeMenu, #containerSlideshowAfterMenu {
	text-align: left;
	padding-left: 0 0 0 26px;
}

#containerSlideshowBeforeMenu {
	margin: 0;
}

#containerSlideshowAfterMenu {
	margin: 2px 0;
}

#containerSlideshowBeforeContent, #containerSlideshowAfterContent {
	padding: 0;
	text-align: left;
	margin: 0;
	border: 0;
}

#containerSlideshowTopSidebar, #containerSlideshowBottomSidebar {
	padding: 0;
	margin: 0;
}

#myGalleryBeforeMenu, #myGalleryAfterMenu {
	width: 732px;
	height: 290px;
}

#myGalleryBeforeContent, #myGalleryAfterContent {
	width: 730px;
	height: 280px;
}

#myGalleryTopSidebar, #myGalleryBottomSidebar {
	width: 365px;
	height: 453px;
	border: 0;
}

.jdGallery .slideElement {
	background-color: #ffffff;
}

.jdGallery .loadingElement {
	background-color: #ffffff;
}

/* -------------------- GALLERY -------------------- */
#containerGallery {
	display: block;
	clear: both;
	padding: 10px 0 0 0;
}

img.galleryThumbnail {
	border: 1px solid #AAAAAA;
	background-color: #ffffff;
	padding: 7px;
	height: 100px;
	margin: 0 10px 7px 0;
}

a.galleryThumb:link, a.galleryThumb:active, a.galleryThumb:visited {
	float: left;
	border: 0;
}

a.galleryThumb:hover {
	float: left;
	border: 0;
}

/* -------------------- NEWS -------------------- */
#containerNews {
	float: left;
	width: 400px;
}

#containerNews ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
	list-style-image:none;
}

img.newsImage {
	float: left;
	margin: 0 10px 0 0;
}

div.newsItem {
	margin: 0;
	padding: 0 0 10px 0;
}

li.newsItem {
	list-style-image: none;
	font-size: 1em;
	position: relative;
	margin: 0 9px 0 0;
	padding: 10px 10px 10px 0;
}

span.newsTitle {
	display: block;
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 3px 0;
}

span.newsDate {
	display: inline;
	color: #888888;
	font-size: 1em;
	padding: 0 5px 0 0;
}

span.newsText {
	display: block;
	color: #000000;
	font-size: 1em;
}

span.newsTextShort {
	display: inline;
	color: #000000;
	padding: 0 0 5px 0;
}

div.newsReadMoreContainer {
	color: #000000;
	font-size: 1em;
	margin: 0;
	padding: 3px 0 0 0;
	display: block;
	width: 100px;
}

span.newsReadMore {
	padding: 0;
	margin: 0;
}

span.newsBullet {
	padding: 0;
	margin: 0;
	position: relative;
	top: 3px;
}

/* -------------------- CONTACT FORM -------------------- */
#contactForm {
	padding: 0 0 0 0;
}

#contactForm fieldset {
	padding: 10px;
}

#contactForm textarea {
	background: transparent;
	border: 1px solid #888888;
	padding: 3px;
	font-size: 12px;
	font-family: Verdana, Tahoma;
	background-image: url("form_inputfield.gif");
	background-repeat: no-repeat;
	color: #000000;
}

#contactForm input.textbox {
	background: transparent;
	border: 1px solid #888888;
	padding: 3px;
	font-size: 12px;
	font-family: Verdana, Tahoma;
	background-image: url("form_inputfield.gif");
	background-repeat: no-repeat;
	color: #000000;
}

#contactForm input {
	width: 200px;
}

#contactForm input.button {
	margin: 0;
	padding: 3px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
	font-size: 0.9em;
	width: 90px;
	height: 21px;
	border: 0;
	color: #ffffff;
	background-color: transparent;
	background-image: url("form_button.gif");
	background-repeat: no-repeat;
}

#contactForm textarea {
	width: 300px;
	height: 100px;
}

#contactForm label {
	width: 390px;
	float: left;
	text-align: left;
}


/* -------------------- SMALL BUTTONS -------------------- */
#smallButtonSitemap {
	background-image: url("../lib/images/icon_sitemap.gif");
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 18px;
	padding: 3px 0 3px 20px;
	margin: 0;
	display: none;
}

#smallButtonLogin {
	margin: 0;
}

#smallButtonProducer {
	padding: 3px 0;
	margin: 0;
}

/* -------------------- WEBSHOP - MÅNGA PRODUKTER -------------------- */
div.product {
	float:left;
	width:135px;
	height:275px;
	border:0px dotted gray;
	padding:0px;
	margin:2px;
	margin-bottom:0px;
	background-image: url("background_product.gif");
	background-repeat: no-repeat;
	background-position: center top;

}

div.productbox {
	border: 0;
	height: 250px;
}

div.buttonbox {
	border: 0;
	height: 20px;
}

span.productTitle {
	display: block;
	font-size: 1.1em;
	line-height:1.1em;
	padding: 8px 12px 2px 16px;
	border: 0;
}

span.productText {
	display: block;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 3px 12px 3px 16px;
	border: 0;
}

span.productPrice {
	display: block;
	font-size: 1.1em;
	line-height:1.1em;
	padding: 3px 12px 3px 16px;
	border: 0;
}

img.productThumbnail {
	width:110px;
	height:110px;
	padding:8px 12px 0 16px;
}

/* -------------------- WEBSHOP - VISA EN PRODUKT -------------------- */
div.showproduct {
	border: 0;
	padding: 0;
	margin: 8px 0 0 0;
}

div.showproductContainer {
	border: 0;
	padding: 0;
	margin: 0;
	width: 320px;
	float: left;
}

span.showproductTitle {
	display: block;
	padding: 0 0 10px 0;
	border: 0;
}

span.showproductText {
	display: block;
	font-size: 1.0em;
	line-height:1.2em;
	padding: 0 0 15px 0;
	border: 0;
}

span.showproductPrice {
	display: block;
	font-size: 1.6em;
	line-height:1.1em;
	padding: 0 0 15px 0;
	border: 0;
}

img.productImage {
	padding: 0 10px 0 0;
	float: left;
}

/* -------------------- WEBSHOP KNAPPAR -------------------- */
img.productShow {
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
}

img.productBuy {
	float: right;
	margin: 0;
	padding: 0 12px 0 0;
}

.webshopForm input.submit, .webshopForm input.button, #cart input.submit
	{
	margin: 0;
	padding: 3px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
	font-size: 0.9em;
	width: 90px;
	height: 21px;
	border: 1px solid #888888;
	color: #ffffff;
	background-color: transparent;
	background-image: url("form_button.gif");
	background-repeat: no-repeat;
	}

/* -------------------- WEBSHOP ÖVRIGT -------------------- */
div.productBack {
	clear: both;
	display: block;
	padding: 25px 0 0 0;
}


div.paging {
	padding: 20px 0 0 0;
	clear: both;
}

div.category {
	clear:both;
	padding: 0 0 10px 0;
	text-align:center;
	font-size: 1.4em;
}

div.frame {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 10px;
	margin: 0 0 10px 0;
}

div.minicart {
	clear: both;
	height: 58px;
	background-image: url("background_minicart.gif");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0 0 10px 0;
	border: 0;
}

#cart input, #cart textarea {
	background: transparent;
	border: 1px solid #888888;
	padding: 3px;
	font-size: 12px;
	font-family: Verdana, Tahoma;
	background-image: url("form_inputfield.gif");
	background-repeat: no-repeat;
	color: #000000;
}

#cart td {
	padding:0 0 0 7px;
}

div.total {
	float: right;
}

div.additemButton {
	padding: 3px;
}

div.offert {
	background-image: url("background_offert.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 70px 40px 20px 40px;
	min-height: 900px;
	display: block;
}
