body{
  margin: 0;
  padding: 0;
  border: none;
}

body, p, table, td,th,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
}
body,table{
	background-color: #FFF;
}

h1,h2,h3 {
	font-weight: 900;
	color: #000;
	padding-top: 1em;
	display: compact;
	margin: 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30pt;
	padding-bottom: 0.2em;
	padding-top: 0.3em;
	padding-left: 0.3em;

}
h2 {
	color: #006600;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	margin-bottom: 0.1em;
}

.boldtext {
	font-weight: bold;
}

ul {
	display: compact;
}
img {
	border: none;
}

/* *********** end base styles ************* */


/* *********** foooter styles ************* */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #060;
	line-height: 16pt;
	text-align: center;
}

td.footer a {
	color: #9C9;
	text-decoration: none;
	margin: 0;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	
}
td.footer a:hover{ }

/* *********** end footer styles ************* */

/* *********** top navigation bar styles ************* */
/* these should be hidden by browsers that correctly apply display:none */
.topnavbar { 
	background-color: #060;
	color: #FFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 20pt;
	background-position: center;
}

#conrad, #products,#technical,#prices,#purchase,#contact{ }

td.topnavbar a {
	display: block;
	width:100%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	background-color: #060;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;	
	border: 0pt none #060;
}
td.topnavbar a:hover{}

/* *********** end top navigation bar styles ************* */



/* *********** hide these page sections  ************* */
/* banner, site navigation, page menus*/

#sitenav{display: none;}
#productnav{display: none;}

/* *********** end menu bar (hidden) styles ************* */


/* *********** main content area styles ************* */

/* check these measures esp. % for printing! */

.content {
	padding-top: 0.3em;
	padding-right: 2%;
	padding-bottom: 0.3em;
	padding-left: 2%;
}

.contentborders {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #000;
	background-color: #FFF;
}

td.content a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10pt;
	color: #060;
	text-decoration: underline;
}

td.content a:hover {
	color: #C90;
	text-decoration: none;
}

/* *********** end main content area styles ************* */

/* product bar should all be hidden */

/* *********** product navigation bar styles ************* */
.productnavbar { 
	color: #000;
	background-color: #9CCE9C;
	text-align: center;
	line-height: 18pt;
	border-top: 1pt solid #000;
	border-bottom: 1pt solid #000;
	padding: 0;
	margin: 0;
}

/*  redundant */
#fbsd, #fbhd,#fsingle,#fdouble,#channel{

}

td.productnavbar a {
	color: #FFF;
	font-size: 10pt;
	background-color: #9CCE9C;
	text-decoration: none;
	font-style: normal;
	text-align: center;
	display: block;
	width:100%;
	margin: 0;
	padding: 0;	
	border: 0 none #060;
}
td.productnavbar a:hover{ 
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #000;
}

/* *********** end top navigation bar styles ************* */

/* *********** tabulated data styles ************* */
.tabledata {
	border: 1pt solid #060;
	margin: 0;
}

table.tabledata th {
	background-color: #9C9;
	color: #000;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

table.tabledata td {
	border-bottom-style: dotted;
	border-bottom-color: #060;
	border-bottom-width: 1pt;
	padding: 0.3em,
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
/* *********** end tabulated data styles ************* */



/* *********** home page styles ************* */
.hometext {
	padding: 0.3em;
	/* estimates below TEST! */
	margin-left: 11em;
	margin-right: 10em;
}
div.hometext a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #060;
	text-decoration: underline;
}

div.hometext a:hover {}
.homeimage {
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}
/* *********** end home page styles ************* */


/* *********** border styles ************* */

.bordertop {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: dotted;
	border-top-color: #99CCCC;
}

.border {
	border: 1pt solid #000000;
}
/* *********** end border styles ************* */


/* *********** alignment styles ************* */

.top  {
	font-style: italic;
	text-align: right;
	color: #060;
}

.centeralign {
	text-align: center;
}

/* *********** end alignment styles ************* */



/* *********** form styles ************* */
/*
.formlabel {
	font-weight: bold;
	text-align: right;
}
*/

.formtable th{
	text-align: right;
	vertical-align: top;
}
input, select, textarea {
	background-color: #DFEBD9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.formtable td,th{
	padding: .3em;
	}
	
select {
	width: 160px;
}
/* *********** end form styles ************* */


/* *********** banner ************* */

.collage {
	border: none 0;
	margin: 0;
	padding: 0;
}

table.bannertable {
	background-color: #FFF;
	border: 1px solid #000;
	margin:0;
	padding: 0;
}
/* *********** end banner ************* */
.titletable {
	border-right-width: 1pt;
	border-left-width: 1pt;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.topnavborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.highlightbg {
	background-color: #DFEBD9;
}
.highlight {
	font-weight: bold;
	color: #006600;
}
.alert {
	font-size: 10pt;
	font-weight: bold;
	color: #C60;
}
.smaller {
	font-size: 8pt;
	font-style: italic;
	color: #666666;
}
.small{
	font-size: 8pt;
}
.Highalert {
background-color: #99CC99;
border: solid 1px #000;
padding: 10px;
}
fieldset { border: none;}
#printfield {display: compact}
