/*
Theme Name: Inter Metaal
Version: 1.0
Author: Reclame Henk de Lange
*/

h1 a, h2 a {
	text-decoration: none;
}

td {
	padding: 0.1em;
	padding-left: 0;
}

.clickable {
	cursor: pointer;
}

#sections {
	z-index: 1001;
}
#sections ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	width: 180px;
	list-style-type: none;
	background-color: black;
	border: 1px solid #6a625f;
	border-top: none;
	margin: 0;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
}
#nav #sections ul li {
	float: none;
	border-bottom: 1px solid #3d3939;
	margin: 0;
	padding: 0;
	height: auto;
}
#nav #sections ul a, #nav #sections li.selected li a { /* ie6 */
	display: block;
/*	color: white;*/
	padding: 6px 17px;
	padding-top: 3px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 105%;
}
#nav #sections ul a:hover, #nav #sections li.selected li a:hover { /* ie6 */
	color: white;
	background-color: #595959;
}

/* ie: simulate border with background, border-bottom disappears while animating */
#lead-in {
	background-color: white;
	height: 281px;
	overflow: hidden;
	border: none;
}
#lead-in div {
	float: left;
	width: 424px;
}
#lead-in div.first img {
	border-right: 2px solid black;
}
#lead-in img {
	display: none;
	margin: 1px 0;
}
#lead-in img.first {
	display: block;
}

#products {
	width: 624px;
	overflow: hidden;
}
#products img {
	border: none;
}
#product-visuals {
	height: 415px;
	position: relative; /* ie: respect overflow */
	clear: left;
}
#product-nav {
	position: relative;
	height: 103px;
}
#product-nav ul { /* on top of #product-nav-pointer */
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	position: absolute;
}
#product-nav li {
	float: left;
	display: block;
	padding: 17px 8px;
	padding-bottom: 15px;
	border: none;
}
#product-nav li.first {
	padding-left: 0;
}
#product-nav a {
	outline: none;
}
#product-nav-pointer {
	position: absolute;
	left: 0px;
	top: 0px;
}

table.overview td {
	padding: 0;
	padding-top: 15px;
}
table.overview tr.first td {
	padding-top: 0;
} 
.overview h2 {
	margin-top: 0;
}
.overview .content h2 {
	letter-spacing: 0;
	color: white;
	text-transform: none;
	font-size: 100%;
}
.overview .visual {
	background-color: #333333;
	vertical-align: top;
	padding-top: 18px;
}
.overview .text {
	padding-left: 15px;
}

/* cforms */
.cf-ol {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.cf-ol li {
	border: none;
}
.cf-sb {
	text-align: right;
}
.cf-sb input {
	background: #ce0c0a url(../img/bg_button_x.gif) repeat-x;
	padding: 8px 12px;
	padding-top: 6px;
	border-left: 1px solid #ec6f6c;
	border-top: 1px solid #ec6f6c;
	border-right: 1px solid #93110f;
	border-bottom: 1px solid #93110f;
	color: white;
	font-size: 95%;
	font-weight: bold;
	width: auto;
}
.linklove {
	display: none;
}
.cf_hidden {
	display: none;
}
.cf-ol .single, .cf-ol .area {
	width: 100%;
}
.cf_li_err {
	background-color: #fff266;
	padding: 7px;
	color: black;
}
.cf_li_text_err {
	color: #e4312c;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding-left: 0;
}
.cf_info {
	color: white;
	font-weight: bold;
}
.cf_info.failure {
	display: none;
}