/* ------------------
 styling for the html Datasheets
   ------------------   */
 
/*   
Cell color  - #e9ebeb
Line color  - #c6c6c6
Hover Color - #faf8c7
*/



body {font-size:100%;}

.smalltext {font-size:75%}

.ulSettings { 
	text-align: left;
	font-weight: bold; 
	}


#header-table {

	font-family: "Arial Black", "Gadget", Sans-Serif;

	margin: 20px 20px 20px -100px;

	width: 900px;	

	border-collapse: collapse;

	empty-cells:hide;

	border-top: 1px solid #c6c6c6;

	border-bottom: 1px solid #c6c6c6;

	border-right: 1px solid #c6c6c6;

	border-left: 1px solid #c6c6c6;

	}



#header-table th {

	font-size: 1.6em;
	
	line-height: 1em;

	padding: 5px 35px;

	color: #000000;

	background: #e9ebeb url('./images/cell_gradient.png') repeat-x;

	text-align: right;

	border-top: 1px solid #c6c6c6;

	border-bottom: 1px solid #c6c6c6;

	}



#header-table td {	

	font-size: 1.2em;

	line-height: 1.6em;
	
	text-align: center;

	padding: 10px 5px;

	color: #000000;

	background: #ffffff;

	border-bottom: 1px solid #c6c6c6;

	}



#specification-table {

	font-family: "Tahoma", "Geneva", Sans-Serif;

	margin: 20px 20px 20px -100px;

	width: 900px;

	text-align: center;

	border-collapse: collapse;

	empty-cells:hide;

	line-height: 1.6em;

	border-top: 1px solid #c6c6c6;

	border-bottom: 1px solid #c6c6c6;

	border-right: 1px solid #c6c6c6;

	border-left: 1px solid #c6c6c6;

	}



#specification-table th {

	font-size: 1.4em;

	font-weight: bold;

	padding: 12px 15px;

	color: #000000;

	background: #e9ebeb url('./images/cell_gradient.png') repeat-x;

	border-top: 1px solid #c6c6c6;

	border-bottom: 1px solid #c6c6c6;

	border-right: 1px solid #c6c6c6;

	border-left: 1px solid #c6c6c6;

	}



#specification-table td {

	font-size: 1.1em;
	
	padding: 5px 5px;

	color: #000000;

	border-top: 1px solid #c6c6c6;

	border-bottom: 1px solid #c6c6c6;

	border-right: 1px solid #c6c6c6;

	border-left: 1px solid #c6c6c6;

	}



#specification-table td:first-child {

	background: #e9ebeb;

	font-weight: bold;

	}



#specification-table tr:hover td{

	color: #000000;

	background: #faf8c7;

	}

	

#ordering-table {

	font-family: "Arial Black", "Gadget", Sans-Serif;

	font-size: 1.2em;

	margin: 20px 20px 20px -100px;

	width: 900px;

	line-height: 1em;

	text-align: center;

	border-collapse: collapse;

	empty-cells:hide;

	border-top: 1px solid #c6c6c6;

	border-bottom: 1px solid #c6c6c6;

	border-right: 1px solid #c6c6c6;

	border-left: 1px solid #c6c6c6;

	}



#ordering-table th {

	font-size: 1.2em;

	padding: 15px 35px;

	color: #000000;
	
	background: #e9ebeb url('./images/cell_gradient.png') repeat-x;

	text-align: center;

	border-bottom: 1px solid #c6c6c6;

	}



#ordering-table td {	

	font-size: 0.8em;

	line-height: 1.6em;

	padding: 10px 5px;

	color: #000000;

	background: #ffffff;

	border-bottom: 1px solid #c6c6c6;

	}



#dimension-table {

	font-family: "Tahoma", "Geneva", Sans-Serif;

	font-size: 0.8em;

	margin: 20px 20px 20px -100px;

	text-align: center;

	border-collapse: collapse;

	empty-cells:hide;

	line-height: 1em;

	border-top: 1px solid #c6c6c6;

	border-bottom: 1px solid #c6c6c6;

	border-right: 1px solid #c6c6c6;

	border-left: 1px solid #c6c6c6;

	}

	

#dimension-table th {

	font-size: 0.8em;

	font-weight: bold;

	padding: 12px 15px;

	color: #000000;

	background: #e9ebeb url('./images/cell_gradient.png') repeat-x;

	border-top: 1px solid #c6c6c6;

	border-bottom: 1px solid #c6c6c6;

	border-right: 1px solid #c6c6c6;

	border-left: 1px solid #c6c6c6;

	}

	

#dimension-table td {

	padding: 5px 5px;

	color: #000000;

	border-top: 1px solid #c6c6c6;

	border-bottom: 1px solid #c6c6c6;

	border-right: 1px solid #c6c6c6;

	border-left: 1px solid #c6c6c6;

	}

	

#dimension-table td:first-child {

	background: #e9ebeb;

	font-weight: bold;

	}



#dimension-table tr:hover td {

	color: #000000;

	background: #faf8c7;

	}



#graphics {

    position: relative;

    width: 900px;

	margin: 0 0 0 -50px;

    background-color: #ffffff;

	}



#textbox1 { 

	font-family: "Tahoma", "Geneva", Sans-Serif;

	font-size: 1em;

	position: absolute; 

	width: 450px;

	margin: 30px;

	text-align: left;

    background-color: #ffffff;

    height: 300px; 

	overflow: hidden; 

	}



#bullet-list {

	list-style:disc;

	color: #000000;

	}
	
/* @end */