/* Nur oben runde Ecken */
.tx_cgdevicelist div.tableHead {
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-khtml-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	overflow:hidden;
}

/* TABELLE */
/* TABELLE */
.tx_cgdevicelist {
	margin: 0 auto 50px auto;
	width: 1100px;
	position: relative;
	/*overflow:hidden;*/
}
	.deviceLinkBox {
		background-color: #7c7c7c;
    height: 130px !important;
    overflow: hidden;
    position: absolute;
    right: -45px;
    top: 44px;
    width: 40px !important;
		text-align: center;
		padding: 0px !important;
	}
	.deviceLinkBox a {
		background-image: url(/fileadmin/img/share_icons.png);
		background-repeat: no-repeat;
    display: block;
    height: 26px;
    overflow: hidden;
    text-align: left;
    text-indent: 200%;
    white-space: nowrap;
    width: 26px; 
		margin: 15px auto 0 auto;
	}
		.deviceLinkBox a.mail {
			background-position: 0 -37px;
		}
		.deviceLinkBox a.contact {
			background-position: 0 -75px;
		}
	.additionalModules.tx_cgdevicelist {
    width: auto;
	}
		
		.additionalModules h3 img, .additionalModules h3 span {
			float: left;
			margin-bottom: 7px;
		}
		.additionalModules h3 span {
			padding-top: 7px;
		}

	/* ZEILE */
	.tx_cgdevicelist > div {
/*		// height:38px;*/
		line-height:38px;
		padding:0 10px 0 10px;
		clear:both;
		width:100%;
	}
	.tx_cgdevicelist .pd { 
/*		//width:18%;*/
	}
	.tx-cg-devicelist .tx_cgdevicelist .close {
			top: -8px;
		}
	
		/* ZELLE OTT */
		.tx_cgdevicelist div {
		}
			.tx_cgdevicelist div div {
				float:left;
/*				// overflow:hidden;*/
				min-height:38px;
			}
			
			.tx_cgdevicelist .fright {
				float:right;
			}
			
			.tx_cgdevicelist .articleCheck {
				margin-left: 20px;
			}
			.tx_cgdevicelist .articleIcons {
				float: left !important;
				padding: 0 0 0 50px;
			}
			
		/* ZELLE EVEN */
		.tx_cgdevicelist div.even {
			background-color:#eaeaea;
		}
			.tx_cgdevicelist div.even div {
			
			}
			
		.moduleCatList .tableCt:nth-child(even) {
			background-color:#eaeaea;
			height:38px;
		}
	
	
	.tx_cgdevicelist div.manufactor {
		background-color:#f1f1f1;
	}
	
		.tx_cgdevicelist div.manufactor h3 {
			margin:0;
			line-height:37px;
			font-size:17px;
			width: 333px;
		}

	/* Headline */
	.tx_cgdevicelist div.tableHead {
		background-color:#7c7c7c;
		height:45px;
		line-height:45px;
		font-size:16px;
	}
	
		.tx_cgdevicelist div.tableHead .pd span {
			background-image: url('/fileadmin/img/fam_icon_sprite.png');
			background-position: 0 0px;
			background-repeat: no-repeat;
			padding: 4px 0 5px 28px;
		}
		
		.tx_cgdevicelist div.tableHead .pdFG span,
		.tx_cgdevicelist div.tableHead .pdFG8 span,
		.tx_cgdevicelist div.tableHead .pdFG9 span {
			background-position: 0 -29px;
		}
		
		
		.tx_cgdevicelist div.tableHead .pdPLG span,
		.tx_cgdevicelist div.tableHead .pdPLG8 span,
		.tx_cgdevicelist div.tableHead .pdPLG9 span {
			background-position: 0 -57px;
		}
		
		.tx_cgdevicelist div.tableHead .pdPG span,
		.tx_cgdevicelist div.tableHead .pdPG8 span,
		.tx_cgdevicelist div.tableHead .pdPG9 span {
			background-position: 0 -87px;
		}
	
		.tx_cgdevicelist div.tableHead div {
			color:#fff;
			background:none;
		}
		
		.tx_cgdevicelist div.tableCt {
			position:relative;
		}

























/* Zellen Farbwechsel */
.tx_cgdevicelist > div.seperator > div {
	/*// height:38px;*/
	line-height:38px;
	padding:0 10px 0 10px;
	clear:both;
	float:left;
	width:100%;
}
.tx_cgdevicelist > div.seperator{
	clear:both;
	width:100%;
}
.tx_cgdevicelist > div.seperator{
	height:auto;
	padding:0;
    /*// overflow: auto;*/
}
.tx_cgdevicelist > div.seperator > div.even { background-color:inherit; }
.tx_cgdevicelist > div.seperator > div:nth-of-type(even){ background-color:#f1f1f1; }
.tx_cgdevicelist div.manufactor { background-color:#eaeaea; }
/*// .moduleCatList.cutMeasureList .tableCt:nth-child(even) {
// 	background-color:#eaeaea;
// }*/



/*.cutMeasureHead > div,
.cutMeasureContent > div {
	    margin: 0px 10px 0px 10px;
}*/
/*.cutMeasureContent > .hybrid_device,*/
.cutMeasureHead > .hybrid_device,
.cutMeasureContent > .hybrid_device {
	width: 110px;
	text-align: center;	
}
.cutMeasureHead > .cs_support,
.cutMeasureContent > .cs_support {
	width: 130px;
	text-align: center;
}
.cutMeasureContent > .cs_support > span {
    font-family: Icons;
    font-size: 34px;
    line-height: 31px;
    color: #909090 !important;
}


