/*#fcf6d2 Tabell */
table#wrapper{
	background-color:transparent;
}

table#wrapper td.left{
	background: url(/lib/img/wine/vin_bg_v.gif) repeat-y top right;
}

table#wrapper td.right{
	background: url(/lib/img/wine/vin_bg_h.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: url(/lib/img/bg-content-startpage.gif) repeat-y transparent;
}

#subPage table#wrapper td.center{
	background: url(/lib/img/bg-content-subpage.gif) repeat-y transparent;
}

/*Navigering*/
ul#mainNav{
	background: url(/lib/img/wine/bg-mainnav.gif) repeat-x;
}

ul#mainNav li.active{
	background-color: #FDFAEB;
}

#subPage #subContent h2{
 	background: url(/lib/img/wine/bg-subnav-header.gif) repeat-x #FFF;
 }
 
 #subNav {
	background: url(/lib/img/bg-subnav-top.gif) repeat-y #FFF;
}
  
#subNav li.active{
	background-color: #EED7A4;
}

#subNav li.active a{
	color: #FFF;	
}


#subNav li.on{
	background-color:#F3E3BF;
}

#subPage #subContent div.endContainer
{
	background: url(/lib/img/bg-subnav-bottom.gif) no-repeat #faf6e5;
}

#mainNav li.on{
	background: url(/lib/img/wine/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.contentItem{
	border-top:1px solid #faf6e5 /*#faf6e5*/;
	border-bottom:1px solid #faf6e5 /*#faf6e5*/;
}

/*Länkar*/
a.contentLink{
	font-weight:bold;
	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;
}

#productsListWine tr td{
	border-bottom: 1px solid #F7EED7;
}


.sortimentHeader, #sortimentList{
	border-top: 1px solid #F7EED7;
}

#sortimentList h3, #productsListWine h3{
	background-color: #F7EED7;
}
#productPacking tr.even, #productsListWine tr.even{
	background-color: #f0f0f0;
}

#productsListWine tr.even, #productsListWine tr.odd
{
	cursor:pointer;
}

#productsListWine table.innerTable td
{
	border:0;
}


/*Hjälpklasser*/
.gray{
	color: #666666;	
}
fieldset{
	border-bottom: 1px solid #faf6e5;
}

/*Tabeller - Richard Ingelsson 20060428*/
.tablecolor1
{	
	background-color: #F3E3BF;
}
