
/* ----- GENERAL ------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
/*	vertical-align: baseline; */
	}

body, p, td, th, input, textarea, select
{
    font-family: 'Verdana';
    font-size: 10pt;
}

body {
	
	margin:          0px 0px 0px 0px;
	text-align:center;
	}

form, input, textarea, select {
	margin:			0;
	padding:		1px;
	}

a
{
    color: deeppink; /* #ec0b00; */
    font-weight: normal;
    text-decoration: none;
}


img {
	border:			none;
	}








/* ----- MISC --------------------------------------- */

p.error {
	color:			#cb0100;
	}











/* ----- WINDOW FRAME ------------------------------- */

table.window
{
    background-color: white;
    border-left: none; /*	border-top:		solid 1px #ccc; */
    border-right: none; /*	border-bottom:		solid 1px black; */
    margin: 0 0 0 0;
    
}

table.window td {
	/*border-left:		solid 1px #ddd;*/
	/*border-right:		solid 1px black;*/
	padding:		0px 0px 0px 0px;
	vertical-align:		top;
	}
	

	
#border
{
    background-color: #999;
    
}
	
#middle 
{
   width: 900px;
   margin: 0 auto;
	
	}

table.window table td
{
    border-left: none;
    border-right: none;
   
}





/* ----- LIST --------------------------------------- */



table.window table.meny td
{
    white-space: nowrap;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
}





table.window td.info
{
    font-size: 7pt;
    font-family: 'Verdana';
    color: gray;
    text-align: center;
}








table.window table.top
{
    width: 100%;
}

table.window table.list
{
    height: 100%;
}



table.window table.list th {
	border-bottom:		solid 1px #666;
	font-size:		10pt;
	padding:		0px 0px 0px 0px;
	}

table.window table.list td
{
  
    font-size: 8pt;
    
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: 'Verdana';
    color: gray;
  
}

table.window table.list td.description
{
    height: 600px;
}
class=\"description\"

table.window table.list th.active a {
	font-weight:		bold;
	}

table.window table.list td.active {
	background-color:	#eee;
	}



table.window table.list img {
	vertical-align:    middle;
	}

table.window table.list img.detailpicture {
	border:gray 1px solid;
	}


	
table.window td.shoppingbagtitle
{
    font-size: 12px;
    text-align: right;
}

table.window table.bestilling td
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}


table.window table.details td
{
    
    
    font-size: 8pt;
    padding-right: 20px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}



table.window td.logodark a
{
    font-size: 10pt;
    color: black;
    text-decoration: none;
    font-family: Verdana;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 6em;
}

#nav li { /* all list items */
	float: left;
	width: 6em; /* width needed or else Opera goes nuts */
}

#nav li ul {     /* second-level lists */
	 position: relative;
	
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}





#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

#nav a.smallink 
{
    font-size: 8pt;
	
}


















