body {
	margin: 0px;
	padding: 0px;
	color: #444;
	font-size: 12px;
	font-family: Arial, "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva,  sans-serif;
	background-color: #000;
	background: #000000 url(images/bg.jpg) no-repeat center top;
	line-height: 1.5;
}



#super {
	padding-top: 140px;
	padding-left: auto;
	padding-right: auto;

}

#page {
	/*margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 20px;*/
}

#banner {
}
#bannerLink{
	width: 20px;
	height: 20px;
	border: 1px;
}

#rightContent{
	display: none;
}

#centerContent {
	MARGIN-LEFT: auto;
  MARGIN-RIGHT: auto;

	background-image: url("images/content-repeat-y.png");
	background-position: top right;
	background-repeat: repeat-y;
	/*float: left;*/	
	width: 710px;
	height: auto !important;
	height: 400px;
	min-height: 400px;	
	padding: 10px 40px 20px 40px;
	
	/*margin: 0px 0 0 0;*/
	
	
}

#footer {
	MARGIN-LEFT: auto;
  MARGIN-RIGHT: auto;

	background-image: url("images/contentfooter.png");
	background-position: top right;
	background-repeat: no-repeat;

	width: 790px;
	clear: both;
	padding: 50px 0 0 0;
	font-size: 10px;
	color: #fff;
	text-align: center;	
}

div.copyright a, div.copyright a:hover{
 color: #000;
}

h1{
	font-size: 24px;
}



/*
 *	tables still need 'cellspacing="0"' in the markup
 */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
}

a {
	color: #444;
}

a:hover {
	color: #000000;
}

a img {
	border:0;
}

dd{
	margin-bottom: 14px;
}




/*
 *	Navigation
 */

.hiddenStructure {
	display: none;
}

#documentActions {
	float: right;
}

#documentActions li {
	float: left;
	padding-left: 1em;
	list-style-type: none;
	margin: 0px;
}

.objectPath {
	display: none;
}

.objectDescription, .pageDescription{
	font-size: 13px;
	font-family: Arial;
	margin-bottom: 15px;
	font-weight: bold;
}


/*
 *	Gallery
 */
ul#imageControl{
	width: 400px;
	margin: 0px;
	list-style: none;
}

ul#imageControl li{
	float: left;	
	margin: 0px;
	width: 300px;
	text-align: center;
}

ul#imageControl li#previousImage{
	width: 50px;
	text-align: left;
}

ul#imageControl li#nextImage{
	float: right;
	text-align: right;
	width: 50px;
}




/*
 *	News
 */
.newsItemDate {
	font-size: 10px;
}

.newsItemDateText{
	display: none;
}

.newsItemImage, .newsPageDescriptionImage {
	float:right;
	margin:3px 8px 3px 0;
}

#folderCC .newsItem, #folderCC .folderList{
	border-bottom: 1px solid #717678;
}



/* Login Box
*/
.loginBox {
	width: 170px;
	margin: 20px 0 0 35px;
	padding:5px;
	background-color: #ededf6;
	border: 1px solid gray;
}




/* 
* BASKET AND WEBSHOP 
*/


div#BasketBoxSimple {
	color: #fff;
	margin: 0px;
	padding: 0 10px 0 0; 
	
/*	background-image: url("images/shoping_cart.gif");
	background-repeat: no-repeat;
	background-position: top left;*/

}
#BasketBoxSimpleTitle {
	font-weight: bold;
	float: left;
	padding-right: 5px;
}
#BasketBoxSimpleTitle a{ color: #fff; }
#BasketBoxSimpleProducts {
	float: left;
	margin: 0 0px 0 0px;
}
#BasketBoxSimplePrice {
	float: left;
	margin: 0 0 0 0px;
}

.webshopHeader{
	color: #011422;
}

td.num {
	white-space: nowrap;
}

table.BasketList {
	width: 100%;
	margin: 10px 0 10px 0;
}
table.BasketList th, table.BasketList td {
	padding: 5px;
	border-bottom: 1px solid gray;
}
td.BasketHeaderItem {
	background-color: #a8a8a8;
	color: black;
	font-weight: bold;
}
.BasketTotalPrice {
	text-align: right;
}

table.orderlisting {

}
table.orderlisting th {
	padding: 3px;
}
table.orderlisting td {
	padding: 2px;
}

div.orderpdflink {
	text-align: right;
}

#webshopContent {

}


h1.webshopitemHeader{
	border-bottom: 1px solid #a8a8a8;
}
h2.webshopItemHeader {
	margin-top:0;
	padding-top:0;
	font-size: 16px;
}
h3.webshopCategoryHeader {
	padding: 10px 0 0px 0;
	/*border-bottom: 1px dotted gray;*/
}
h4.webshopItemHeader{
	padding-bottom: 10px;
}

.webshopItemHeader a{
	font-size: 12px;
}


.itemList{
	width: 100%;
	/*border: 1px solid red;/**/
	padding: 10px 0 10px 0;
/*	border-bottom: 1px dotted gray;*/
}

.webshopListItem{
	/*border: 1px solid pink;*/
	margin: 0px;
	clear: both;
/*	position: relative;*/
}

.webshopListItem img {
	display: none
}


.webshopListItem .text{
}
.webshopListItem .webshopItemHeader{
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.webshopListItem .listItemBuy{
	position: relative;
	float: right;
	/*border: 1px solid blue;/**/
	height: 25px;
	width: 250px;
	
}

.webshopListItem .itemVat{
	position: absolute;
	top: 0px;
	right: 110px;

}
.webshopListItem .price{
	position: absolute;
	top: 0px;
	right: 170px;
	font-weight: bold;

}
.webshopListItem .lesmer{
	display: none;
}
.webshopListItem .buy {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	border: 1px solid grey;
	vertical-align: bottom;
	text-align: right;
	width: 75px;

}

.webshopCategory td.webshopItem{
	display: none;
}




#separator_vert{
	width: 5px;
}

.hr{
	display: none;
}



#webshopContent {

}

td {
	vertical-align:top;
}

#webshopItemContent {
/*	border: 1px solid red; */

	position: relative;
	
}
#webshopItemContent div {
	
}

#webshopItemContent table td {
	padding: 2px;
}

#webshopItemContent .itemImage {
	width: 200px;
	float: left;
	margin: 0 5px 0 0;
}
#webshopItemContent .itemText {
	width: 450px;
	float: left;
}
#webshopItemContent .itemText .itemId {
	font-size: smaller;
}
#webshopItemContent .itemText .itemDesc {
	padding-bottom: 10px;
}

#webshopItemContent .itemBuy {
	float: left;
	border: 1px solid grey;
	position: relative;
	clear: both;
	height: 30px;
	width: 400px;
	padding: 10px 10px 5px 10px;
	margin: 20px 0 0 10px;
	background-color: #D8D8D8;
}

#webshopItemContent .itemBuy .price {
	margin: 10px;
	position: absolute;
	top:0px;
	left: 0px;
	float:left;
	font-weight: bold;

}
#webshopItemContent .itemBuy .itemVat {
	margin: 10px;
	position: absolute;
	top:0px;
	left: 80px;
	padding-right: 10px;
}
.vatpercent {
	display: none;
}


#webshopItemContent .itemBuy .buy {
	margin: 10px;
	position: absolute;
	top:0px;
	right: 0px;
	
	float: left;
	width: 170px;
	height: 25px;
}
#webshopItemContent .itemBuy .buy .fbuttons_buy{
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid grey;
} 
.buy input {
	margin-right: 10px;
}

input.empty {
	display:block;
	margin-top: 30px;
	
}

.fbuttons{
	width: 95px;
	height: 24px;
	background-image: url(images/button.jpg);
	text-align: center;
	border: 0px;
	padding: 0px;
	font-size: 12px;
	cursor: pointer;
}

.fbuttons_buy {
	width: 75px;
	height: 24px;
	padding: 0 10px 0 10px;
	font-size: 12px;
	background-image: url(images/chart_button.jpg);
	text-align: center;
	vertical-align: center;
	border: 1px;
	cursor: pointer;
}

.search{
	margin: 0 0 0 15px;
}
.search .context{
	margin: 5px 0 0 110px;
}


/*
*
* Project module
*
*/

table.Projectlist {
  clear: both;
  margin: 1em 0px;
  border: 0; 
  border-collapse: collapse;
  align: center;
}


table.Projectlist a:hover {
  text-decoration: underline
}

table.Projectlist img {
	padding: 3px;
  vertical-align: middle;
}
table.Projectlist td {
  border-bottom: #336666 1px solid; 
  padding: 1em; 
  text-align: left;
  vertical-align:top;
}
table.Projectlist th {
  padding: 0.75em; 
  background: #336666; 
  color: white; 
  white-space: nowrap;
}

table.Projectlist tr.even {
  background: #fff;
}
table.Projectlist tr.odd {
  background: #fff;
}

#projectsText {
	width:280px;
	float:left;
}

#projectsText .desc {
	font-weight: bold;
}

#projectsImages {
	width:360px;
	float:left;
	padding:0px;
}

ul.thumbnails {
	margin: 0pt;
	padding: 0.25em;
	list-style-type: none;
}
ul.thumbnails img{
	float: left;
}
/* END Project module*/




#folderListing .folderList dt{
	font-weight: bold;
	font-size: 14px;
}
#minside_current, #endredata{
	padding: 0 20px 0 0;
}

#ContactForm_563 #comment, #ContactForm_563 .comment label{
	display: none;
}












#leftContent {
	MARGIN-LEFT: auto;
  MARGIN-RIGHT: auto;
	background-image: url("images/contentheader.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 28px;
	height: 40px;
	width: 782px;
}

div.shoppCart{
	/*
	background-image: url("images/menybg_smal.jpg");
	background-repeat: no-repeat;
	background-position: top right;

	float: left;
	margin-right: 30px;
	width: 10px;
	height: 28px;
	background-color: #0B0B0B;
	color: #D6D6D6;
	*/
}

/*div.shoppCart #BasketBoxSimpleTitle a{
	display: none;
}*/



div.shoppCart #BasketBoxSimpleTitle a{
	height: 19px;
	width: 23px;

	margin-top: -7px;
	padding-left: 27px;
	background-image: url("images/shoping_cart.gif");
	background-repeat: no-repeat;
	background-position: top left;
 
}


/*
   (C) Copyright 2006 Just Software Solutions Ltd. 
   Distributed under the Boost Software License, Version 1.0. 
   (See http://www.boost.org/LICENSE_1_0.txt)
*/

ul#navlist, ul#navlist li,
ul#navlist ul,
ul#navlist ul li {
	margin: 0; 
	padding: 0;
	list-style: none;
}



#navlist, #navlist ul, #navlist li {
    padding: 0px;
    margin: 0px;
    z-index: 100;
}

ul#navlist {
	position: relative;
	float: left;
	height: 28px;
	width: 752px;
	
	background: #0B0B0B;
	
	
	padding: 0;
	padding-left: 17px;
}

ul#navlist ul{
	margin-top: -3px;
}

#navlist li {
	background-color: #0B0B0B;
	display: inline;
	height: 28px;
	float: left;
	margin-left: 0;
	border-right: 1px solid #242323;
}

#navlist ul li {
	margin-left: 0;
	clear: both;
}

#navlist > li { 
	float: left;
}



#navlist li a {
	display: block;
	padding: 7px 14px 6px 14px;
	
	color: #D6D6D6;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 12px;
}

#navlist a:hover
{
	background: url("images/menyhoverbg.png") repeat-x;
	color: #fff;
}


/* Target IE */

* html #navlist li
{
    float: left;
    width: auto;
    behavior: url( "/style/commidt_new/ie_menus.htc" );
}


#navlist ul li {
  list-style-type: none;
	background: #e6e6e5;
	border-right: 0;
}

#subnavlist  li a {
	margin: 0; 
	padding: 0;
	color: #6f6f6f;
	text-align: left;
	padding: 0 20px ;
	padding-top: 5px;
	display: block;
	width: auto;
	min-width: 205px;
	font-size: 12px;
	text-transform: none;	
	
	height: 22px;
	border-right: 1px solid #bbbcbd;
	border-left: 1px solid #bbbcbd;
	border-bottom: 1px solid #bbbcbd;
}

/* IE6 trenger litt mer bredde gitt */
* html #navlist ul li a {
	width: 20em;
}

#navlist ul li a:hover {
	background: #000000;
	color: white;
}

#navlist ul {
    display: none;
    position: absolute;
}

#navlist li:hover > ul {
    display: block;
}

#navlist ul.parent_hover {
    display: block;
}



/*
	LEVEL 2, Webshop
*/
/*#navlist #current ul#subnavlist{
	display: block;
  position: absolute;
  top: 50px;
  left: 40px;
  width: 200px;
  background-color: #fff;
	
	z-index: 50;
}


#navlist #current ul#subnavlist li{
	background-color: #fff;
	border-right: 1px solid greay;
	line-height: 21px;
	margin: 0;
}

#navlist #current ul#subnavlist li a {
  color: #5d5d5e;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  white-space: nowrap;
  width: 190px;
  border: 0px;
}

#navlist #current ul#subnavlist li a:hover{
}

#navlist #current ul#subnavlist li a#subactive {

}
/**/









/*

	Standard HTML-elementer og typografi
	Noen av standardelementene ligger ogsÃ¥ i /common/css/all.css

------------------------------------------------------------------------*/

.pageDescription,
.objectDescription,
#pageDescription {font-weight: bold;}

/* Headeren til bildegalleri */
.objectHeader {
	font-size: 16px;
	margin-top: 5px;
}








h1,h2,h3,h4 { font-weight: bold; margin-bottom: 20px;}

h1 {font-size: 20px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}


p {	margin-bottom: 20px;}


.objectBody ul,
.objectBody ol { margin: 10px 0 10px 35px;}

.objectBody ul li { list-style: disc outside;}
.objectBody ol li { list-style: decimal outside;}

.objectBody ul ul {
	margin: 0 0 0 35px;
}

dl { margin: 10px 0 10px 10px;}
dt { font-weight: bold;}
dd { margin-left: 10px; margin-bottom: 5px;}


blockquote {
	margin: 10px 30px 20px 30px;
	padding: 10px 20px 20px 20px;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	font-size: 12px;
	font-style: italic;
	font-family: Didot, Georgia, "Times New Roman", Times, serif;
	line-height: 2;
}


hr {
	border: 0;
	background-color: #CCC;
	color: #CCC;
	height: 1px;
	margin: 20px 0;
	clear: both;
}




table.alle_streker_og_celleavstand {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

table.alle_streker_og_celleavstand td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	
	padding: 10px;
}

table.bare_ramme_rundt {
	border: 1px solid #CCC;
}







#portal	 #navcontainer #navlist {
	display: none;
}

#portal body {
	background: #000000 url(images/bg_portal.jpg) no-repeat center top;
}


#pamelding_nyhetsbrev .comment { display: none;}






























/* for å få nettbutikken til å se ut som den gamle stylen */





#Nettsted {
	margin: 0px;
	padding: 0px;
	color: #444;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Arial, sans-serif;
	background: none;
	background: #CDD6DA;
}


#nettbutikk_tilbake {display: none;}

#Nettsted #nettbutikk_tilbake {
	display: block;
	margin: 20px 0 0 20px;
}



#Nettsted #leftContent #navlist,
#Nettsted #leftContent #navlist li,
#Nettsted #footer,
#Nettsted #centerContent {
	background: none;
	margin: 0; padding: 0;
	border: 0;
}

#Nettsted #leftContent #navlist { display: none;}

#Nettsted #super {
	margin: 0px;
	padding: 0px;
}

#Nettsted #page {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 993px;
	background-image: url("/style/commidt/images/des_05.gif");

}

#Nettsted #banner {
	height: 140px;
	background-image: url("/style/commidt/images/header.jpg");
}

#Nettsted #banner a{
	float: right;
}
#Nettsted #banner a img{
	position: relative;
	top: 115px;
	left: -30px;
}


#Nettsted #leftContent {
	background: none;
	margin: 0; padding: 0;
	float: left;	
	width: 220px;
	min-height: 248px;
}



#Nettsted #centerContent {
	margin: 0; padding: 0;
	
	float: left;	
	width: 500px;
	height: auto !important;
	height: 400px;
	min-height: 400px;	
	padding: 0 35px 20px 0;
	margin: 0 20px 0 10px;	
	background-repeat: no-repeat;
	background-position: top right;
}



#Nettsted #rightContent {
	margin: 0; padding: 0;
	
	width: 180px;
	margin-right: 20px;
	float: right;
	display: inline;
}



#Nettsted #footer {
	
	clear: both;
	width: 100%;
	margin: 0px 0 0 0; 
	padding: 5px;
	font-size: 10px;
	color: #000;
	text-align: center;
	background-image: url("/style/commidt/images/des_07.gif");
	
	
}

#Nettsted div.copyright a, #Nettsted div.copyright a:hover{
 color: #000;
}

#Nettsted h1{
	font-size: 24px;
}



/*
 *	tables still need 'cellspacing="0"' in the markup
 */
#Nettsted table {
	border-collapse: separate;
	border-spacing: 0;
}

#Nettsted caption, th, td {
	text-align: left;
	font-weight: normal;
}

#Nettsted a {
	color: #444;
}

#Nettsted a:hover {
	color: #000000;
}

#Nettsted a img {
	border:0;
}

#Nettsted dd{
	margin-bottom: 14px;
}


/*
 *	Navigation
 */
#Nettsted #navcontainer{
	font-size: 12px;
	/*font-weight: bold;*/
	font-family: "Arial";
/*, "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Arial, sans-serif*/	

}
#Nettsted #navcontainer a{
	font-weight: normal;

}
#Nettsted ul#navlist {
	border-bottom: 2px solid #7B7A7A;
	margin: 0px 4px 10px 7px;
	padding: 10px 4px 10px 3px;
	list-style: none;
}
#Nettsted ul#navlist #current{
	list-style: none;
}

#Nettsted ul#navlist li{
	background-color: #D8D8D8;
	margin: 2px;
	padding: 2px 2px 2px 2px;
}

#Nettsted ul#navlist li a{
	color: #FF6600;
	color: #444;
	text-decoration: none;
}

#Nettsted ul#navlist li a:hover{
	color: #CD0718;
}

#Nettsted ul#navlist li a#active{
/*	font-weight: bold;*/
	color: #CD0718;
}

#Nettsted ul#subnavlist {
	background-color: #F1F0F0;
	margin: 0px -2px -4px -2px;
	padding: 0 0 0 20px;	
	list-style: none;
}
#Nettsted ul#subnavlist li{
	margin: 0px;
	background-color: ##D8D8D8;
	list-style-type: none;
}
#Nettsted ul#subnavlist #subcurrent{
	background-color: #7B7A7A;
	margin: 2px 0px 2px 2px;
}
#Nettsted ul#subnavlist li a{
	font-size: 12px;
}

#Nettsted ul#subnavlist li a#subactive{
	color: #FFF;
	/*font-weight: bold;*/
}




#Nettsted .hiddenStructure {
	display: none;
}

#Nettsted #documentActions {
	float: right;
}

#Nettsted #documentActions li {
	float: left;
	padding-left: 1em;
	list-style-type: none;
	margin: 0px;
}

#Nettsted .objectPath {
	display: none;
}

#Nettsted .objectDescription, #Nettsted .pageDescription{
	font-size: 13px;
	font-family: Arial;
	margin-bottom: 15px;
	font-weight: bold;
}

