/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	DOMAIN	::	www.hdn.dk
##	DESC	::	Misc. Specific content layout styles...
##	AUTHOR	::	MQ
##	DATE	::	12.06.2007
##	NOTES	::	canvas.css has been used to set up the default layout
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	PRODUCT STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.product {
	background-color: #F5F5F5;
	margin: 0px 0px 2px 0px;
	width: 338px;
	height: 90px;
	font-size: 10px;
}
.product .image {
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px 2px 0px 0px;
	width: 120px;
	height: 90px;
	text-align: center;
	border-right: 2px solid #E4E4E5;
}
.product .content {
	float: right;
	width: 212px;
}
.product .content h3 {
	background-image: url(../_images/gfx/bg_h3.gif);
	padding: 3px 0px 0px 3px;
	height: 14px;	/*	Padding resize	*/
}
.product .content h3 a {
	color: #292B2A;
	text-decoration: none;
}
.product .content ul {
	padding: 0px 3px 0px 3px;
}
.product .content ul li,
.product .content ul li.plus,
.product .content ul li.info {
	margin: 2px 0px 2px 0px;
}
.column .extra li {
	margin: 0px 0px 4px 0px;
}

#content #right .box .content dl.listing dd a.product {
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	NEWS STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
dl#newsList dt {
	background-image: url(../_images/gfx/redbox.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	color: 000;
	position: relative;
}
dl#newsList a {
	color: #000;
}

dl#newsList dd {
	padding: 0px 0px 8px 8px;
	/*border-bottom: 1px dashed #414141;*/
}

dl#newsSelected dt {
	background-image: url(../_images/gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 8px 8px;
}

dl#newsSelected dd {
	padding: 0px 0px 0px 0px;
/*	border-top: 1px dashed #000000;*/
}

/* LGS */
ul.newsBox
{
	/*background-color: Aqua;*/
}

ul.newsBox li {
	/*border-bottom: 1px dashed #000000;*/
	background-image: url(../_images/gfx/dots_news.gif);
	/*background-repeat: repeat-x;*/
	background-repeat: no-repeat;
	background-position: 10px bottom;
	margin-bottom: 8px;
	padding-bottom: 4px;
}

ul.newsBox li a {
	text-decoration: none;
	padding-left: 10px;
}

ul.newsBox li a:hover {
	background-image: url(../_images/gfx/dot_news.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	CONTACT STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
table#contact {
	/*background-color: #EEEEEE;*/
	/*border: 1px solid #000000;*/
	width: 100%;
	/*border-collapse: collapse;*/
	
}

table#contact td.contactTop {
	/*background-color: #D7D7D7;*/
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	margin-bottom: 5px;
}
table#contact td.contactDepart {
	border-top: 1px dashed #333;
	margin-top: 5px;
	padding-top: 2px;
}

table#contact td.contactPerson {
	vertical-align: baseline;
}

table#contact td.contactPerson img {
	vertical-align: bottom;
}

dl#personList dt {
	background-image: url(../_images/gfx/redbox.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	color: 000;
	position: relative;
	margin: 0;
}
dl#personList a {
	color: #000;
}

dl#personList dd {
	padding: 0px;
	margin: 0;
	/*border-bottom: 1px dashed #414141;*/
}

dl#personListSelected dt {
	background-image: url(../_images/gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px;
}

dl#personListSelected dd {
	padding: 0px 0px 0px 0px;
/*	border-top: 1px dashed #000000;*/
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	GALLERY STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
dl#galleryList {
	margin: 0;
}
dl#galleryList dt {
	background-image: url(../_images/gfx/redbox.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	color: 000;
	margin: 0;
	position: relative;
}
dl#galleryList a {
	color: #000;
}

dl#galleryList dd {
	padding: 0px 0px 8px 8px;
	/*border-bottom: 1px dashed #414141;*/
}

p.galleryLinks {
	float: right;
	margin-top: 5px;
}
#galleryBox	{
	text-align: center;
}
#galleryBox img {
	padding: 0px 12px 15px 0px;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	NEWSLETTER STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#newsletter {
	font-size: 10px;
}
#newsletter table {
	margin: 16px 0px 6px 0px;
}
#newsletter th {
	background-color: #F5F5F5;
	padding: 0px 2px 0px 10px;
	text-align: right;
	font-weight: normal;
}
#newsletter td input {
	padding: 1px 0px 1px 2px;
	width: 150px;
}
#newsletter td select {
	padding: 1px 0px 1px 2px;
}
#newsletter input.submit {
	background-color: #F5F5F5;
	padding: 0px 6px 0px 6px;
	width: auto;
	border: 1px solid #7F9DB9;
}
#newsletter input.radio {
	width: auto;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	SPAREPART LISTING STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.sparepart th,
.sparepart td {
	padding: 2px 20px 2px 10px;
	text-align: left;
}
.sparepart tr.active {
	background-color: #F5F5F5;
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	PROFILE STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
ul#depart-list
{
	
}

ul#depart-list li
{
	background-image: url(../_images/gfx/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 12px;
	margin-bottom: 5px;
}

ul#depart-list li a
{
	text-decoration: none;
}

ul#depart-list li a.selected
{
	color: #f00;
}

table#departContact {}

table#departContact img {

}

#preview_div {
	display: none;
	position: absolute;
	z-index: 1000;
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	text-align: center;
}

.imageBorder {
/*	border: 2px solid #ccc;*/
	margin: 0px 8px 10px 0px;
	padding: 0;
}
#