/*************************/
/*  LEVEL 4 PRODUKTINFO  */
/*************************/

/* INTRO */
/* contains the productimage, headlines and USPs*/

.productintro {
	margin-top: 2.3em;
}
		
.usp{
	float: left;
	width: 550px;
}

.usp ul {
list-style-image: url(../img/pipe.gif);
list-style-position: outside;
margin-left: 1em;
}

.usp ul li{
	font-size: 130%;
	line-height: 1.3em;
	margin-bottom: 5px;
}

/* NAVIGATION 
.nav-product {
	float:left; 
	width:710px; 
	margin-bottom: 2.4em;
	margin-top: 2.4em;
}

.nav-product a{
	color: #000; 
	font-size: 110%;
	height: 1.7em;
	line-height: 1.7em;
	padding:4px 8px 4px 8px;
	text-decoration: none;
} 

.nav-product ul {
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #000;
}
		
.nav-product ul li{
	float:left; 
	list-style:none;
	border-right: 1px solid #000;
}
	
.nav-product ul li a:hover, .nav-product ul li.act a, .nav-product ul li.actifsub a{
	color: #ee7500;}
	*/

/* LEVEL 4a - PERFORMANCE*/
/* RTE Styles, see rte-format.css */

/* TABLE COMMON STYLE*/
table {
	background-color: #e6e6e6;
	font-size: 110%;
	width: 710px;
	border-collapse: collapse;
	height: 100%;
}
td, tr {
	vertical-align: top;
}

sup{
	vertical-align: 28%;
}

sub{
	vertical-align: text-bottom;
}
/* LEVEL 4b TECHNICAL DATA */	
.contenttable, .firmware{
	text-align: left;
	float: left;
	margin-top: 0.1em;
}

.firmware{
	margin-top: 2.5em;
}

.tabheadline{
	font-size: 110%;
	font-weight: bold;
	text-indent: 8px;
	line-height: 200%;
}

.footnote{
/* s. rte-formate.css*/
}

.contenttable td, .references td{
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #fff;
	padding: 3px 3px 3px 8px;
}

.firmware td{
	border-bottom: 1px solid #aaa;
	border-right: 1px none #fff;
	padding: 3px 3px 3px 8px;
}

.contenttable th,.references th, .firmware th {
	border-bottom: 1px solid #000;
	background-color: #cacaca;
	border-right-style: none;
	padding: 3px 3px 3px 8px;
	text-align: left;
	border-top: 2px solid #fff;
}

th.leer{
	background-color: #fff;
}

th.pro{
	background-color: #aaa;
	border-right: 1px solid #fff;
}

/* LEVEL 4c REFERENCES table*/
.references-container{
	width: 710px;
	margin-top: 3em;
}

/*.nav-product + a + div > .references-container{
		margin-top: 0;}*/
	
.references td {
	width: 33%;
	vertical-align: top;}

.references tr{	height: 18px;}

.references tr.auto{	height: auto;}


.references tr.noheight{
	height: 1px;}


/*************************/
/* DOWNLOAD AREA */
/*************************/
/* CATEGORIE MENU - DROPDOWN */
.catmenu div{
	float: left;
	margin-top: 2.3em;
	margin-bottom: -1.5em;
}
.catmenu * div{
	float: none;}

.catmenu div select{
	width: 200px;
    font: 110% arial,hevetica,sans-serif;
	margin-right: 10px;
}

/*************************/
/* Product TABS */
/*************************/

    #tabs{
	float:left; 
	width:710px; 
	margin-top: 2.5em;
	margin-bottom: 2.6em;
    voice-family: "\"}\"";
    voice-family: inherit;
}
    #tabs ul{
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #000;
    }
    #tabs li{
	float:left; 
	list-style:none;
	border-right: 1px solid #000;
    }
    #tabs a{
	color: #000; 
	font-size: 110%;
	height: 1.6em;
	line-height: 1.6em;
	text-decoration: none;
    }
    #tabs a span{
    float:left;
    display:block;
	padding:2px 8px 2px 8px;
    }
    #tabs a:hover, #tabs a.hover {color: #ee7500;}
    #tabHeaderActive span, #tabHeaderActive a { color: #ee7500;}
    .tabContent {
     clear:both;
     padding-top:2px;
     background-color:#FFF;
	 width: 710px;
}
