/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	DOMAIN	::	www.heva-doublet.com
##	DESC	::	Misc. Specific content layout styles...
##	AUTHOR	::	SL
##	DATE	::	07.09.2006
##	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/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 0px 8px;
}

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: 8px 0px 0px 8px;
	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: 0px solid #000000;
	width: 100%;
	border-collapse: collapse;
	font-size: 9px;
}

table#contact td.contactTop {
	background-color: #D7D7D7;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	margin-bottom: 5px;
	font-size: 9px;
}

table#contact td.contactPerson {
	vertical-align: baseline;
}

table#contact td.contactPerson img {
	vertical-align: bottom;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	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;
}

/* specific */
.pageOffer.selected{text-decoration:underline;}
#header #menu li.pageOffer a{
	color:#CE000C;
	font-weight:bold;
	text-transform:uppercase;
}
