/* generelle elementer og indstillinger  */
* {
    margin: 0px;
    padding: 0px;
    }

html, body 
{
	  height: 100%;
  }


/* generelle indstillinger for tabeller */

table {
	clear: both;
	}
	
ul 
{
	padding: 0px;
	list-style-position: inside;
	}

span.h1 {
	font-size: 14px
	font-weight: bold;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
  }

br.all {clear: both;}

a { text-decoration: none; color: #851f83; background-color: none;}
a:hover { text-decoration: underline; color: #999; background-color: none;}
a:visited { text-decoration: none; color: #851f83; background-color: none;}

a.whitelink { text-decoration: none; color:#FFFFFF; background-color: none;}
a.whitelink:hover { text-decoration: underline; color: #ffffff; background-color: none;}
a.whitelink:visited { text-decoration: none; color:#ffffff; background-color: none;}



a.speciallink {
	font-size: 11px;
	font-family: georgia;
	color: #007AC3;
	text-decoration: none;
	}

a.nospecial{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #333;
	}

img {
	border: 0px;
	clear: both;
	}

/* knapper */
.btn_holder {
	width: 100px;
	/*border: solid blue 1px; */
	
	}
a.btn_holder {
	color: #ffffff;
	}
	
.btn_addtobasket, .btn_addtobasket a {
	width: 122px;
	height: 15px;
	display: block; 
	float: right;
	background-color: #555555;
	background-image: url('/Files/Billeder/site_setup/ikon_kurv.gif'); 
	background-repeat: no-repeat; 
	background-position: 95px 0px;
	line-height: 15px;
	padding-left: 5px;
	text-align: left;
	font-size: 10px;
	color: #fff;
	}

.btn_addtobasket a:hover {
	color: #ffffff;
	}
	
.btn_addtobasket_purple {
	width: 122px;
  height: 15px;
  background-color: #555555;
	background-image: url('/Files/Billeder/site_setup/ikon_kurv.gif'); 
	background-repeat: no-repeat; 
	background-position: 95px 0px;
	border: solid #851f83 1px; 
	background-color: #851f83;
	line-height: 15px;
	display: block; 
	float: right;
	text-align: left;
	padding-left: 5px;
	font-size: 10px;
	color: #fff;
	}
	
	
.btn_purple {
	width: 122px;
  height: 15px;
	border: solid #851f83 1px; 
	background-color: #851f83;
	line-height: 15px;
	padding-left: 5px;
	text-align: left;
	font-size: 10px;
	color: #ffffff;
	}
	
a.btn_purple, a.btn_purple:visited, a.btn_purple:active,  {
	color: #ffffff;
	}	
	
.kurvikon {
	background-image: url('/files/billeder/site_setup/kurv_ikon.gif') no-repeat 2px 50px;
	}
		
.btn_backtolist {
	width: 122px;
  height: 15px;
  line-height: 15px;
	display: block; 
	float: left;
  border: solid #851f83 1px; 
	Border-left: 0px; 
	line-height: 15px;
	padding-left: 5px;
	text-align: left;
	font-size: 10px;
	color: #fff;
	}
	
a.btn_backtolist {
	color: #555;
	}

.btn_fortrydvare {
	width: 20px;
	height: 15px;
	display: block; 
	float: left;
	background-color: #555555;
	line-height: 15px;
	padding-left: 5px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	float: right;
	}
	
a.btn_fortrydvare {
	color: #ffffff;
	}
	
		
.btn_readmore {
	width: 122px;
	height: 15px;
	display: block; 
	float: right;
	background-color: #7d7d7d;
	line-height: 15px;
	padding-left: 5px;
	text-align: left;
	font-size: 10px;
	color: #fff;
	}

a.btn_readmore, a.btn_readmore:visited  {
color: #fff;
}

a.white16, a.white16:visited {
	color: #ffffff;
	font-size: 16px;
	line-height:18px;
	padding-top: 2px;
	}
a.white16:hover {
	text-decoration: underline;
	}	


.varekurvhead {
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	background-image: url('/files/billeder/site_setup/pil_frem.gif');
	background-repeat: no-repeat;
	background-position: right middle;
	padding-right: 20px;
	padding-left: 20px;
	}
/* sidens struktur  */

#container 
{ position: relative;
  width:940px;
  margin: 0px auto;
	margin-top: 20px;
  /*border: solid orange 1px;*/
	}
    
div#topholder 
{
  position: relative;
  top: 0px;
  left: 0px;
	height: 140px;
  width: 940px;
  clear: both;
	background-color: #7D7D7D;
	background-position: top right;
	background-repeat: no-repeat;
	/*border: solid orange 1px;*/
 }

div#midtholder {
	position: relative;
	top: 0px;
	left: 0px;
	/*border: solid green 1px; */
	width: 940px; 
	clear: right;
	}
	
div#bundholder{
	position: relative;
	top: 10px;
	left:0px;
  width:940px;
	height: 20px;
	background-color: #444444;
	text-align: center;
  line-height: 22px; 
  clear: both;
  /*border: solid red 1px;*/
  margin-bottom: 30px;
    }
    
div#bundholder small {
	line-height: 20px;
	color: #fff;
	}
	
	    
  /* IE 6 Hack */
* html div#bottomholder   {
	position: relative;
  top: -152px;
  left: 0px;
  
	}   
 

/* header, footer ect  */	


	
/* venstre kolonne elementer undersider */
#frontcontainer {
	position: relative; 
	top: 0px;
	left: 0px;
	}
	
#venstre {
	position: relative; 
	top: 0px;
	left: 0px;
	width: 205px;
	height: auto;
	float: left;
	display: inline; 
	/*border: solid red 1px;*/
	}
	
#midten {
	position: relative; 
	top: 0px;
	left: 0px;
	height: 300px;
	text-align: left;
	margin-left: 0px;
	width: 490px;
	float: left;
	overflow: hidden;
	/*border: solid red 1px;*/
	
	}
	
#hojre {
 position: relative; 
	top: 0px;
	left: 4px;
	margin-bottom: 0px;
	width: 245px;
	height: 300px;
	float: left;
	overflow: hidden;
		text-align: left;
	/*border: solid red 1px;*/
	}
	
div#bund {
	position: relative; 
	top: -14px;
	left: 0px;
	width: 735px;
	height: 129px;
	/*border: solid purple 1px;*/
	float: left;
	}	

/* IE 6 Hack */
* html div#hojre{
	float: right;
	margin-right: 4px;
	margin-left: -10px;
	display: inline;
	} 	
	

/* venstre menu indhold */	

div#shop_menu {
	padding-top: 10px;
	text-align: left;
	text-decoration: none;
	width: 205px;
	height: 321px;
	background-color: #CDCDCD;
	}
div#shop_menu a {
color: #932784;	
}
	
div#shop_info {
	padding-top: 20px;
	text-align: left;
	text-decoration: none;
	width: 205px;
	padding-bottom: 20px;
	background-color: #CDCDCD;
	}
	
div#shop_info a {
color: #932784;	
}

div#site_menu {
width: 205px;
margin-top: 0px;
padding-top: 5px;
padding-bottom: 5px;
text-align: left; 
background-color: #acacac;
}

div#site_menu a {
color: #686868;	
}

div#site_menu Ul.M2 a {
color: #000;	
padding-left: 20px;

}

div#venstre a{
	display: block; 
	width: 155px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	Padding-top: 3px;
	padding-left: 15px;
  padding-bottom: 5px;
  /*border: solid red 1px;*/
	}

div#shop_menu a:hover, div#shop_menu a#activeitem
{   text-decoration: none;
	 	color:#fff;
    }	

div#venstre Li {
	list-style: none outside;
}

/******** shop navigation ********/

div#venstre .L2 {
	font-size: 12px;
}


/*  GRaa BJLKE */
div#toplinks {
	  position: absolute; 
	  top: 120px;
	  left: 0px;
	  height: 20px;
		width: 940px;
		line-height: 20px;
		text-align: left;
		font-weight: normal;
		/*border: solid red 1px;*/
		background-color: #555555;
		color:#000102;
		float: left;
		z-index: 5;
	}



/* IE 6 Hack */
* html div#toplinks   {
	position: relative;
  top: -12px;
  left: 0px;
  }   	

#toplinks li {
	 	list-style: none;
	 	float: left;	
	 	}
		
#toplinks a {
	  font-family: arial;
		font-size: 11px;
		text-decoration: none;
		color: #fff;
		display: block;
		float: left;
		background-color: #7D7D7D;
		padding-left: 20px;  
		padding-right: 20px;  
		/*border: solid yellow 1px;*/
	}	 	

#toplinks a:hover, #topnavi a#activeitem, #topnavi a.inpath
{  	color:#932784;
    }	
    

/* enkelt elementer  */

#kurvholder {
	position: relative;
	left: -390px;
	top: 71px;
	height: 35px;
	width: 160px;
	color: #fff;
	font-size: 11px;
	background-color: #555; 
	text-align: left; 
	line-height: 12px;
}
#kurvholder a {
	color: #ffffff;
	}

div#kundelogin {
position: relative;
	left: -292px;
	top: 41px;
	height: 45px;
	width: 50px;
	color: #fff;
	font-size: 11px;
	font-weight: bold; 
	display: none;
	visibility: hidden;
	/*border: 1px solid blue;*/
	}

/* IE 6 Hack */
* html div#kurvlink {
	border: solid blue 0px;
  position: relative;
  top: -160px;
  left: 950px;
  z-index: 5;
   }   	

# kurvlink a#tokurv {
	display: block;
	height: 18px;
	width: 18px;
	border: 1px solid blue;
	}
	
	
/** forside bund kolonner **/

div.bundkol {
	float: left; 
	width: 245px;
	height:129px; 
	/*border: solid pink 1px; */
	}
	
	div.fb_stort{
		height: 250px;
		width: 490px;
		
		}	

	div.fb1 {
		height: 43px;
		width: 245px;
		overflow: hidden;
		text-align: left;
		background-color: #fff; 
		font-size: 14px;
		font-family: georgia; 
		}

	div.fb2 {
		height: 86px;
		width: 245px;
		overflow: hidden;
		text-align: left; 
		background-color: #fff;
		font-size: 14px;
		font-family: georgia; 
		}


	div.fb3 {
		height: 129px;
		width: 245px;
		overflow: hidden;
		text-align: left; 
		background-color: #fff;
		font-size: 14px;
		font-family: georgia; 
		}
div.boxcontent {
	margin-top: 5px;
	margin-left: 20px;
	margin-Right: 15px;
	text-align: left;
	}
	
.productheader, .productheader  a, .productheader  a:visited {
	font-size: 14px;
	font-weight: bold;
	text-align: left; 
  margin-bottom: 10px;
	color: #333333;
	}	

	
.productshortdesc {
margin-top: 10px;
font-size: 12px;	
/*border: solid blue 1px;*/
	}

.productprice {
 width: 100%;
 font-weight: bold; 
 font-size: 14px;
 line-height: 16px; 
/*border: solid blue 1px;*/
	}

.productteaser {
 width: 100%;
 font-size: 12px;
/*border: solid blue 1px;*/
	}

	
.oldprice {
	text-decoration: line-through;
	}
	
.header16px {
	font-size: 16px;
	font-weight: normal;
	
	}
					
/** shop dele **/

div#liste {
position: relative;
top: 0px;
left: 0px;	
float: left;	
width: 735px;
/*border: 1px solid green; 	*/
	}


div#shoptop {
position: relative;
top: 0px;
left: 0px;
width: 735px;
/*border: 1px solid blue; 	*/
font-family: georgia;
font-size: 16px;
text-align: left;
}
	
div#shoptopleft {
width: 370px;
height: 40px;
background-color: #fff; 
margin: 0px;
/*border: 1px solid blue; 	*/
font-weight: bold;
line-height: 35px;
float: left;
	}

div#shoptopright {
position: relative;
top: 0px;
left: 0px;
width: 364px;
height: 40px;
color: #000000;
line-height: 35px;
background-color: #cecece;
/*border: 1px solid blue;*/
margin: 0px; 	
float: left;	
}

#tblproductlist {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	cell-padding:0px; 
	padding: 0px;
	}


#Table1 td, #Table2 td, #Table3 td, #Table4 td, #Table5 td{
	text-align: left;
	padding: 2px;
	margin-bottom: 5px;
	}
/******** gruppevisning ********/

div.prodgr {
	width: 735px;
	/*border: solid cyan 1px;*/
	display:inline;
	float: left;
	margin-bottom: 20px;
	font-size: 10px;
	}

div#featuredproduct {
	width: 365px;
	min-height: 350px;
	text-align: left; 
	/*border: solid red 1px; */
	background-color: #fff;
	border-right:  1px solid #555;
	float: left; 
	}	
div#productlist {
	width: 360px;
	border: solid orange 1px;
	float: right;
	}	
div.prodgrimg {
position: relative; 
top: 0px;
left: 0px; 
width: 335px;
height: 218px;
border-right: 1px solid #555555; 	
line-height: 35px;
float: left;
	}

div.prodgrdesc_0 {
position: relative; 
top: 0px;
left: 0px; 	
width: 398px;
height: 218px;
overflow: auto;
float: left;	
text-align: left;
background-color: #ffffff;
}


div.prodgrdesc {
position: relative; 
top: 0px;
left: 0px; 	
width: 398px;
height: 218px;
overflow: auto;
float: left;	
text-align: left;
background-color: #acacac;
	
	
}

div.prodgrdesc_2 {
position: relative; 
top: 0px;
left: 0px; 	
width: 398px;
height: 218px;
overflow: auto;
float: left;	
text-align: left;
background-color: #cdcdcd;
}


div.GrNo_0 {
	height: 500px;
	width: 500px;
	background-color: #ffffff;
	}
div.GrNo_1 {
		height: 500px;
	width: 500px;
	background-color: #acacac;
	}
div.GrNo_2 {
		height: 500px;
	width: 500px;
	background-color: #cdcdcd;
	}	

/******** gennemsigtigheder ********/

.op50 {
	opacity: .5;
	filter: alpha(opacity=50);
}

.op80 {
	opacity: .8;
	filter: alpha(opacity=80);
}


.tablepadding td {
	padding-top: 5px;
	padding-left: 5px;
	}


/******** afsnit på siden ********/

.btn_addtobasket_purple a {
	font-weight: bold;
	color: #fff;
	}
	
div#sitemenu {
	background-color: #cdcdcd;
	}