/* Generelle objekter */

/*body{
	font-family:'Lucida Grande','Lucida Sans Unicode',Arial,Verdana,sans-serif;
	background-color:#f2f2f2;
	font-size:14px;
}*/

div.workarea{
	float:right;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 850px;
	
}


div.headermenu{
	padding: 0px;
	margin: 12px 0 12px 0;
		

}

div.headerlineshort{
	background-color:#000000;
	margin-left: auto; 
 	margin-right: auto;
	height:1px;
	width:700px;
	margin-bottom:10px;
}

div.headerlinelong{
	background-color:#000000;
	margin-left: auto; 
 	margin-right: auto;
	height:1px;
	width:900px;
	margin-top:10px;
}


/* venstremeny*/


div.leftmenu{
	float:left;
	overflow:hidden;
}



#menu ul{
	list-style:none;
	margin: 0px;
	padding:0px;

}

li.normal{
	
	margin: 0px;
	padding:0px;
}

li.selected{
	margin: 0px;
	padding:0px;
}

#menu li a:hover{
	background-color:#f2f2f2;
	color:#333333;
}



#menu li a {
	display: block;
	padding: 5px 15px 5px 15px;
	color: #666666;
	text-decoration: none;
	width: 100%;
		}




a{
		
}

div.leftmenuhead{
	padding: 5px 15px 5px 15px;
	color: #444444;
	font-weight:bolder;
}



/*a:visited{
	color: #000;
	text-decoration: none;
}

a:link{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: red;
}*/

div.headerimg{
	margin-left: auto; 
 	margin-right: auto;
	width: 150px;
	
}

div.contentarea{
	margin-left: auto; 
 	margin-right: auto;
	width: 984px;
}

div.contentarea-top{
	background-image:url(../img/cont-area/ws-t.gif);
	height:5px;
}

div.contentarea-middle{
	background-image:url(../img/cont-area/ws-m.gif);
	padding: 10px;
	overflow:auto;
	

}

div.contentarea-bottom{
	background-image:url(../img/cont-area/ws-b.gif);
	height:7px;
}


/* listeobjekter */

div.plistcont{
	padding-left:106px;
}




div.plistline{
	width: 745px;
	overflow:auto;
}

div.plistimage{
	float:left;
	width: 100px;
	height:150px;
}

div.plisttext{
	float:right;
	
}

div.plistcellleft{
	cursor:pointer;
	float:left;
	width:367px;
	margin-bottom:10px;
	border:1px solid #cccccc;
}

div.plistcellright{
	cursor:pointer;
	float:right;
	width:367px;
	margin-bottom:10px;
	border:1px solid #cccccc;	
}


div.wrapper{
	display:table;
}

div.prodlistrow {
	display: table-row;
}

div.prodlistcell{
	display:table-cell;
	padding: 5px;
}


/* detaljer */


div.detailimg{
	float:left;
}

div.detailtext{
	float:left;
	margin-left:8px;
	width:420px;
}

div.detailtextheader{
	margin-bottom: 20px;
}

/* Shopping cart */

div.cartcontent{
	border:1px solid #f2f2f2;
	padding: 6px;
	overflow:auto;
	margin: 4px;
}

div.cartcontentline{
overflow:auto;
background-color:blue;
}

div.cartimage{
	float:left;
}

div.cartproddetails{
float:right;
padding-left:20px;
}

div.cartorderlinechange{
	float:left;
	vertical-align:top;
}

div.cartorderlinedelete{
	float:right;
	text-align:right;
}

div.cartfooter-right{
	padding: 6px;
	margin: 4px;
	text-align:right;
	float:right;
}

div.cartfooter-left{
	padding: 6px;
	margin: 4px;
	float:left;
}

div.cartheader{
	border:1px solid #f2f2f2;
	padding: 6px;
	margin: 4px;
}


.cartloginlong{
	border:1px solid #f2f2f2;
	width: 743px;
	overflow:hidden;
	margin-bottom: 4px;
}

div.cartloginleft{
	float:left;
	width:366px;
	border:1px solid #f2f2f2;
	/*width: 350px; */
}

div.cartloginright{
	float:right;
	width:366px;
	border:1px solid #f2f2f2;
	/*width: 350px; */
}


div.cartloginhead{
	background-color:#f2f2f2;
	padding: 6px;
	font-weight:bolder;
}

div.cartlogincontent{
	padding: 6px;
}

div.cartplaceorder{
	border:1px solid #f2f2f2;
	padding: 6px;
	margin: 4px;
}

/* order confirm */

div.confirmheader{
	border:1px solid #f2f2f2;
	padding: 6px;
	margin: 4px;
}

div.confirmfooter{
	border:1px solid #f2f2f2;
	padding: 6px;
	margin: 4px;
}

div.confirmorder{
	border:1px solid #f2f2f2;
	padding: 6px;
	margin: 4px;
}

div.cotable{
	display: table;
	width:100%;
}

div.cotablerow{
	display: table-row;
	
}

div.cotableheadercell{
	display: table-cell;
}

div.cotablecell{
	display: table-cell;
}

/* mine ordre siden*/

div.ordertable{
	display:table;
	width:100%;
}

div.orderheadertr{
	display:table-row;
}

div.orderheadertd{
	font-weight:bolder;
	border-bottom:1px solid #000000;
	display:table-cell;
}

div.ordertr{
	display:table-row;
}

div.ordertrhlight{
	display:table-row;
	background-color:#CCCCCC;
	cursor:pointer;
}

div.ordertd{
	display:table-cell;
}

/* tekst */
span.smalltext{
	font-size:smaller;
}

span.warningtext{
	font-weight:bolder;
	color:red;
}

span.uthevet{
	font-weight:bolder;
}

span.normaltext{
}

span.carthead{
	font-weight:bolder;
	font-size:12px;
}

span.feit{
	font-weight:bolder;
}

/* form fields*/


.submit{
	margin-top: 9px;
	background-color:#f2f2f2;
	border:1px solid #000000;
	cursor:pointer;
}

table.tight{
border:0px;
padding: 0px;
margin: 0px;
border-collapse:collapse;
}

table.contact{
margin:0px;
width: 100%;
}

table.contact td{
	vertical-align:top;
}

ul.jserror {
	list-style:none;
	padding: 0px;
	margin: 0px;
}

li.jserror {

}

div.formvalidation {
	padding: 6px;
	margin-bottom: 8px;
	position:relative;
	top:0px;
}

div.formcont{
	float:left;
}

div.errordiv{
	border:1px dotted red;
	padding: 8px;
}


.biglist{
	width: 100%;
	padding:0px;
	margin:0px;
}

.biglist th{
	text-align:left;
	border-bottom:1px solid #000000;
}

.biglist td{
	padding: 3px 0 3px 0;
}

.biglist tr.orderrowhl{
	background-color:#cccccc;
	cursor:pointer;
}

.biglist tr.orderrow{
}

.biglist td.topline{
	 }
 
 .biglist td.double{
	border-top:1px dotted #000000;
	padding-top:6px;
	border-bottom:3px double #000000;
 }
 
 
 
 
 /* produktlister..*/
 
 
 
table.prodtab{
	width: 100%;
	margin:0px;
	padding:0px;
}

table.prodtab td{
	padding-left:11px;
	padding-right:11px;
	cursor:pointer;
}


div.fullbreddetext{
	width:223px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}

div.plcecontentleft{
	float:left;
	cursor:pointer;
}

div.plcecontentright{
float:right;
cursor:pointer;

}


div.fullbredde{
	width:223px;
	height:309px;
	cursor:pointer;
}

div.placertext{
	position:relative;
	top:-20px;
	left:29px;
	width:167px;
	overflow:hidden;
	cursor:pointer;
}

div.plcecontent{
	font-size:smaller;
	color:#666666;
	overflow:auto;
	cursor:pointer;
}

div.placeheader{
	font-weight:bolder;
	margin-bottom:3px;
	color:#333333;
	padding-bottom:3px;
	border-bottom: 1px solid #666666;
	cursor:pointer;
}

div.placefooter{
	border-top: 1px dotted #666666;
	padding-top:3px;
	margin-top:3px;
	color:#333333;
	font-size:10px;
	cursor:pointer;
}


div.framehead{
	background-image:url(../img/frame-prod/frame1-head.png);
	height: 35px;
	z-index:3;
	position:relative;;
	left:0px;
	top:0px;
}

div.framebody{
	background-image:url(../img/frame-prod/frame1-mid.png);
	background-repeat:repeat-y;
	height: 242px;
	z-index:3;
	position:relative;
}


div.framebodytext{
	background-image:url(../img/frame-prod/frame1-mid.png);
	background-repeat:repeat-y;
	z-index:3;
	position:relative;
}


div.framefoot{
	background-image:url(../img/frame-prod/frame1-foot.png);
	height: 35px;
	z-index:3;
	position:relative;;
	left:0px;
	top:-306px;
}


div.framefoottext{
	background-image:url(../img/frame-prod/frame1-foot.png);
	height: 35px;
	z-index:3;
	position:relative;;
	left:0px;
	bottom:35px;
}

div.placer{  
	position:relative;
	background-repeat:no-repeat;
	z-index:1;
	left:13px;
	top:-271px;
}

div.danderlion{
	background-image:url(../img/cont-area/danderlion.jpg);
	background-repeat:no-repeat;
	height: 540px;
	width: 300px;
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

div.cartlogincontentwimg{
position: relative;
top:-540px;
left:0px;
z-index:2;
padding-left:6px;
padding-right:6px;
height: auto;
}

div.cartloginlongwimg{
	width: 743px;
	overflow:auto;
	margin-bottom: 4px;
	height:570px;
}

div.cartloginheadwimg{
	padding: 6px;
	text-decoration:underline;
}