/* Generic Selectors */

body {
	margin: 0px;
	font-family: Verdana, Helvetica, san-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff; /* #fafafa */
}

table {
	font-family: Verdana, Helvetica, san-serif;
	font-size: 12px;
	color: #333333;
}

th {
	background-color: black;
	color: white;
}

ul	{
	text-align: left;
	line-height: 125%;
	color: #000000;
	text-weight: normal;
	text-style: normal;
}

ul.arrow {
	list-style-image: url(http://us.tdk-lambda.com/lp/images/arrow_r.gif);
	list-style: square outside;
}


h1 {
	font-family: Verdana, Helvetica, san-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-top: 7px;
}

h2 {
	font-family: Verdana, Helvetica, san-serif;
	font-size: 16px;
	font-weight: bold;
	color: #326495;
	border-bottom: 1px solid #606060;
}

h3 {
	font-family: Verdana, Helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #606060;
	border-bottom: 1px solid #606060;
}

SELECT {text-decoration:none;font: 10px verdana,helvetica,arial;color:#blue;}
INPUT {text-decoration:none;font: 10px verdana,helvetica,arial;color:#blue;}
INPUT.submit {text-decoration:none;font: bold 10px verdana,helvetica,arial;color:blue;background:#dddddd}
TEXTAREA {text-decoration:none;font: 10px verdana,helvetica,arial;color:#cc6600;}


/* Pseudo classes */

/* for company wide notifications */
p.notice { background: #ffffaa; align: center; font-style: italic;}

/* these are for 9x9 product view */
span.vheader1 { 
	font-size: 18; font-style: bold; font-weight: 600; text-align: center;
}

span.vheader2 { 
	font-size: 12; font-style: italic; font-weight: bold; color: #326495;
}



/* older link styles */
a:link {
	color: 0c3f74;
	text-decoration: none;
}
 
li :link {
	color: 0c3f74;
	text-decoration: none;
}
 
a:visited {
	color: 773d78;
	text-decoration: none;
}
 
li a:visited {
	color: 773d78;
	text-decoration: none;
}
 
a:hover {
	color: ce3838;
	text-decoration: none;
}
 
li a:hover {
	color: ce3838;
/*	display: block;
	background-color: #326495; */
}
 
a:active {
	color: 81abbf;
}


/* Layout IDs */
#navigation {
/*	width: 140px; */
	margin: 0 0 0 3;
	margin-top: 0px;
	height: 1060px;
	border-right: 1px solid black;
	background-color: #fafafa;
	font-weight: normal;
	letter-spacing: -0.05em
}
 
#centerdoc {
	position: absolute;
	padding: 5 0 0 0; /*top right bottom left*/
	margin-top: 0px;
	margin-left: 140px;
}

/* these are for 9x9 product view */
#pickpanel {
	float: left;
	width: 30%;
	height: 400;
	margin: 9;
	background-color: #ffffff;
	padding-top: 5;
	padding-right: 5;
	padding-left: 5;
	padding-bottom: 5;
	border: solid thin #dfdfdf;
	text-align: center;
}

#pickpanel-small {
	float: left;
	width: 30%;
	height: 200;
	margin: 9;
	background-color: #ffffff;
	padding-top: 5;
	padding-right: 5;
	padding-left: 5;
	padding-bottom: 5;
	border: solid thin #ffffff;
	text-align: center;
}

#brochure-panel {
	float: right;
	Width: 200;
	height: 200;
	margin: 9;
	padding: 5;
	text-aling: center;
}

#section-head {
	float: none;
	clear: both;
	position: relative;
	width: 100%;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
