/* PRODUCTS */
/* overview */
.productclasses{
	margin:0;
	padding:0;
}

.productclass {
	position: relative;
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 28px 38px 0;
	padding: 0;
}

.productclass-mask{
	top:0px;
	left:0px;
}

.productclass-image{
	position: absolute;
	top: 17px;
	left: 5px;
	width: 138px;
	height: 126px;
	text-align: center;
}

.productclass-image a {
	display: block;
	height: 100%;
}

.productclass-label{
	position: absolute;
	top: 152px;
	left: 5px;
	width: 138px;
}

.productclass-label a {
	background: transparent url(../../img/controlsystems/more.gif) no-repeat scroll right center;
	padding-right: 12px;
	color: #848888;
}

/* listview */
.productclass-single{
	position:relative;
	margin:0px;
	padding:0px;
        }

.productclass-single-headline{
	position:relative;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
        }

.productclass-single-description{
	position:relative;
	width:200px;
	margin:0px;
	padding:0px;
	float:left;
        }

.productclass-single-image{
	position:relative;
	width:170px;
	margin:0px;
	padding:0px;
	float:left;
        }


/*  */
.products{
	position:relative;
	padding-top:20px;
	margin-top:20px;
	padding:0px;
        }

.product{
	position:relative;
	width:120px;
	height:140px;
	margin-right:3px;
	float:left;
        overflow:hidden;
        }

.product-name{
	font-weight:bold;
        }

.product-image{
	position:relative;
	width:120px;
	height:72px;
	text-align:center;
	border:1px solid;
        }

.product-label{
	margin-bottom:5px;
        }

/* singleview */
.product-single{
	position:relative;
	/*margin:0px;*/
	padding:0px;
	width: 95%;
        }

.product-single-headline{
	position:relative;
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	float:left;
        }

.product-single-name{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
        }
.product-single-headerdata {
	font-weight:bold;
}
.product-single-attributes{
	}

.product-single-image-border{
	position:relative;
	top:-5px;
	left:-7px;
	width:140px;
	height:245px;
	background: url(../../img/_products/single.gif) no-repeat;
	float:left;
	}

.product-single-image{
	position:relative;
	top:7px;
	left:8px;
	width:125px;
	height:210px;
	margin:0px;
	text-align:center;
	}
	
.product-single-image img{
	margin:35px 0 0 0px;
}

.product-single-image-enlarge{
	position:relative;
	top:7px;
	left:8px;
	width:125px;
	height:23px;
	margin:0px;
	padding:0px;
	line-height:23px;
	text-align:center;
	}

.product-single-description{
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
	width: 70%;
}

.product-single-material{
	position:relative;
	margin-top:10px;
	border-top: 1px solid #000;
	clear:both;
	}

.product-single-connections{
	position:relative;
	margin-top:10px;
	border-top: 1px solid #000;
	clear:both;
	}

.product-single-positioner{
	position:relative;
	margin-top:10px;
	border-top: 1px solid #000;
	clear:both;
	}

.product-single-actuator{
	position:relative;
	margin-top:10px;
	border-top: 1px solid #000;
	clear:both;
	}

.product-single-application{
	position:relative;
	margin-top:10px;
	border-top: 1px solid #000;
	clear:both;
	}

.product-single-accessories{
	position:relative;
	margin-top:10px;
	border-top: 1px solid #000;
	clear:both;
	}

.product-single-notes{
	position:relative;
	margin-top:10px;
	border-top: 1px solid #000;
	clear:both;
	}

.product-single-datasheet{
	position:relative;
	margin-top:10px;
	border-top: 1px solid #000;
	clear:both;
	}

.product-single-interndocs{
	position:relative;
	padding-top:10px;
	margin-left: 2px;
	border-top: 1px solid #000;
	clear:both;
	background-color: #FEFBC6;
	}
	

.product-pdf{
	position:relative;
	margin:3px;
	float:left;
	}

.product-pdf-info{
	position:relative;
	display:block;
	float:left;
	vertical-align:top;
	}

.break{
	position:relative;
	height:20px;
	clear:both;
	}

.clear{
	clear:both;
	}

.title_{
	position:relative;
	left:5px;
	top:2px;
	width:140px;
	display:inline;
	float:left;
	vertical-align:top;
	}

.content_{
	position:relative;
	width:230px;
	float:left;
	margin-bottom:10px;
	vertical-align:top;
	}