/*#fcf6d2 Tabell */
table#wrapper{
	background-color:transparent;
}

table#wrapper td.left{
	background: url(/lib/img/bg-v-body.gif) repeat-y top right;
}

table#wrapper td.right{
	background: url(/lib/img/bg-h-body.gif) repeat-y;
}
/*Ramverk för start respektive undersida*/
#startPage{	
}

#subContent{
}

#mainContent{
}
#footer, #footer *{
	font-size: 95%;
        color: #999999;
	font-weight: normal;
}

#startPage table#wrapper td.center
{
	background-color:#fdfaeb;
	/*background: url(/lib/img/bg-content-startpage.gif) repeat-y transparent;*/
}

#subPage table#wrapper td.center
{
	background-color:#fdfaeb;
	/*background: url(/lib/img/bg-content-subpage.gif) repeat-y transparent;*/
}

/*Navigering*/
ul#mainNav{
	background: url(/lib/img/bg-mainnav.gif) repeat-x;
}

ul#mainNav li.active{
	background-color: #fdfaeb;
}

#subPage #subContent h2{
 	background: url(/lib/img/bg-subnav-header.gif) repeat-x #FFF;
	/*background: url(/lib/img/bg-subnav-header.gif) repeat-x #fdfaeb;*/
 }
 
#subNav {
	background: url(/lib/img/bg-subnav-top.gif) repeat-y #fff;
}
 
#subNav li.active{
	background-color: #EED7A4;
}

#subNav li.active a{
	color: #FFF;	
}

#subPage #subContent div.endContainer
{
	background: url(/lib/img/bg-subnav-bottom.gif) no-repeat #fdfaeb;
}

#subNav li.on{
	background-color:#F3E3BF;
}

#mainNav li.on{
	background: url(/lib/img/mainnav-bg-on.gif) repeat-x;
}

/*Diverse container divar*/
div.boxContainer{
	background: url(/lib/img/bg-top-box.gif) top left no-repeat;/**/
}
div.endBoxContainer{
	/*background: url(/lib/img/bg-whitebox-bottom.gif) left bottom no-repeat;*/
	background: url(/lib/img/bg-bottom-box.gif) left bottom no-repeat;
}
div#twoColumn.contentItem{
	border-top:1px solid #eee6cc /*#faf6e5*/;
	border-bottom:1px solid #eee6cc /*#faf6e5*/;
}

/*Länkar*/
a.contentLink{
	font-weight:normal;
	color: #000085;
}

a.contentLink:hover{
	color:#afafd9;
}

/*Listningar*/
ul#newsList span, .highLight{
	color: #000085;
}

/*Produkter*/
#productOverview{
	background: url(/lib/img/bg-product-overview.gif) no-repeat;
}

#productsList tr td{
	border-bottom: 1px solid #F7EED7;
}

.sortimentHeader, #sortimentList{
	border-top: 1px solid #F7EED7;
}

#sortimentList h3, #productsList h3{
	background-color: #F7EED7;
}

#productPacking tr.even, #productsList tr.even{
	background-color: #F7EED7;
}

#productsList tr.even, #productsList tr.odd
{
	cursor:pointer;
}

/*Hjälpklasser*/
.gray{
	color: #666666;
	/*font-weight:bold;*/	
}

fieldset{
	border-bottom: 1px solid #faf6e5;
}

/*Tabeller - Richard Ingelsson 20060428*/
.tablecolor1
{	
	background-color: #EBEBEB;
}

/*Gömd text för utfyllnad i formulär - Richard Ingelsson 20060530*/
.hiddentext
{
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #FDFAEB;
}
/*Prickad understrykning - Richard Ingelsson 20070321*/
acronym.dotted
{ 
  border-bottom-width: 2px;
  border-bottom-color: #E88B07;
  border-bottom-style: dotted;
}

