/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	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 p.teaser,
.product .content p.info {
	margin: 4px 0px 2px 3px;
	
}
.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;
}
#content #right .box .content dl.listing dd dl.listing dd a {
	color: #BD0004;
	text-decoration: underline;
}
#content #right .box .content dl.listing dd dl.listing dd a:hover {
	color: #017FB9;
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	CONTACT STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.contactIndex {
	border-collapse: collapse;
}
.contactIndex th {
	padding: 4px 0px 14px 0px;
	vertical-align: top;
	font-size: 11px;
}
.contactIndex td {
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}
.contactIndex .image {
	width: 20px; /*	Inc. padding left	*/
	text-align: right;
}
.contactIndex .department {
	padding-left: 4px;
	width: 146px;	/*	Paddign resize	*/
	text-align: left;
}
.contactIndex .jobtitle {
	width: 130px;
}
.contactIndex .mobPhone {
	width: 115px;
}
.contactIndex .email {
	width: 170px;
}
.contactIndex td.email {
	padding: 0px 4px 0px 0px;
	text-align: right;
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	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;
}

#video {
	margin: 20px 0px 0px 0px;
}