		#topcont {
			background-image: url(http://www.artcompaz.dk/images/bg-topcont.gif);
			background-position: top center;
			background-repeat: no-repeat;
			height: 52px;
			margin: 0;
			color: #777;
			/*color: #938266;*/
			text-align: center;
		}
		
			
		#maincont {
			margin: 0;
			text-align: center;
			
		}
		#maincont DIV.innercont, #topcont DIV.innercont, DIV#breadcrumbcont, #bottomcont DIV.innercont {
			margin-left:auto; 
			margin-right:auto;
			width: 930px;
			text-align: left;
		}
		#maincont DIV.innercont, DIV#breadcrumbcont {
			/*height: 100%;
			Udkommenteret da absolut højde gav problemer i IE7
			*/
		}

DIV.leftmenu {
	float: left;
	width: 200px;
}
	DIV.leftmenu DIV {
		padding: 15px;
		margin-top: 20px;
	}
	DIV.leftmenu A {
		text-decoration: none;
		font-size: 90%;
		margin: 0px;
		padding: 0px;
		min-height: 15px;
	}
	// Dont let IE6 decide, if we wants links as blocks
	html>body DIV.leftmenu A {display: block;}

	DIV.leftmenu UL LI {
		margin-top: 10px;
	}
	DIV.leftmenu UL LI.sepa {
		margin-top: 25px;
	}

	DIV.leftmenu UL,
	UL.bullets {
		margin: 0px;
		padding-left: 15px;
		list-style-image: url(http://www.artcompaz.dk/images/arrowbullet.gif);
	}
	DIV.leftmenuborder {
		width: 1px; 
		height: 500px; 
		background: top no-repeat url(http://www.artcompaz.dk/images/leftmenuborder-bg.gif);
		float: right;
		padding: 0px;
	}

DIV#bottommenu {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	clear: both;
}
	DIV#bottommenu A {
		margin-right: 40px;
	}
	
DIV.rightcont {
	width: 720px;
	float: right;
}

.beskrivelse {
	font-size: 90%;
	color:#555;
}

/* THUMBS */
.previewImg_off, .previewImg_on {
	cursor:hand;
	cursor:pointer;
	margin: 6px;
	margin-top: 0;
}
.previewImg_off, .thumb {
	border: 1px solid Black;
}
.previewImg_on, .thumb_on {
	border: 1px solid White;
}

/* CONTAINER OF THUMB */
div.thumb_container {
	display: inline; 
	width: 77px; 
	float: left; 
	margin: 8px;
}

/* FORM FIELDS, BUTTONS ETC */
INPUT.inputtext, PASSWORD.inputtext {
	background-color:#EFE6D2;
	border-width: 1px;
	font-size: 11pt;
	padding: 2px;
	color: #4B3615;
}

INPUT.submitbutton {
	background-color:#DCCFB4;
	font-size: 11pt;
}
LABEL.label {
	width: 150px;
	float: left;
	display: block;
	height: 20px;
}


/* PICTURE INFO (THE MAN) */
	#pictureinfo {
		float: right;
		width: 200px;
		margin-top: 96px;
	}

/* INFO ON PICTURE (LIKE "SOLD") */
	DIV.picturestatus {
		position: absolute; 
		z-index: 10; 
		width: 77px;
		margin-top: -1px;
	}
	DIV.thumb_container DIV.picturestatus {
		margin-top: -20px;
	}
		DIV.picturestatus DIV.statusbg {
			position: absolute;
			width: 77px;
			height: 16px;
			opacity: 0.6; 
			filter: alpha(opacity=60); 
			background-color: #600;
		}
		DIV.picturestatus DIV.statustxt {
			color: #fff; 
			font-weight: bold; 
			position: relative;
			width: 77px;
			font-size: 9pt;
		}


/* TEXT INFO BOX FOR GIFTSHOP */
	#infobox {
		float: right;
		width: 200px;
		font-size: 10pt;
	}


/* TABLES */
	TABLE.list TR {
		background-color: #BDAD91;
	}
	TABLE.list .trodd {
		background-color: #B5A88D;
	}
	TABLE.list TD {
		padding: 4px;
		border-bottom: solid #CFC3AE 1px;
		text-align: left;
	}
	TABLE.list TH {
		padding: 4px;
		border-bottom: solid #675B55 1px;
		border-top: solid #675B55 1px;
		text-align: left;
	}

/* FOR DISPLAY LOADING ANIMATION WHEN USING AJAX */
.ajaxloading {
	padding: 20px 0;
	background: url(http://www.artcompaz.dk/images/spinner.gif) no-repeat center;
}


/* STROKED TEXT ON PICTURES (SOLD, ETC) */
	span.rawtext { position:absolute; top:0px; left:0px;}
	span.stroke1 { position:absolute; color:red; top:-1px; left:-1px;}
	span.stroke2 { position:absolute; color:red; top:1px; left:1px;}
	span.stroke3 { position:absolute; color:red; top:-1px; left:1px;}
	span.stroke4 { position:absolute; color:red; top:1px; left:-1px;}
	span.stroke5 { position:absolute; color:red; top:2px; left:0px;}
	span.stroke6 { position:absolute; color:red; top:-2px; left:0px;}
	span.stroke7 { position:absolute; color:red; top:0px; left:2px;}
	span.stroke8 { position:absolute; color:red; top:0px; left:-2px;}