
@import url("list.css") print;
/* override font type and size from @import list.css */
div.byitem ul.vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

/* end of @import list.css and overrides */

.break {  /* syntax on page: br class="break" */
	page-break-after: always;
	}

.image_View {
	text-align: center;
	}

.image_Topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	}

.image_SubTopic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	}

#im_centeredBox {
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto;
	width: 800px;
	text-align: center;
	}

#im_centeredMain {
	position: absolute;
	left: 0;
	top: 0;
	width: 780px;
	padding: 1px;
	}

#im_centeredContent {
	position: absolute;
	left: 0;
	top: 180px;
	width: 750px;
	padding: 1px;
	}
.headerTitle {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	}  

.headerSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	font-size: 12pt;
	text-align: center;
	}

#headerSubtitleText {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	}
/* #footerTitleText {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99%;
	text-align: center;
	} NOT USED */

#footerSubtitleText {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	}

.menuBar {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	font-size: 20pt;
	text-align: center;
	}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	}

.pageSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	}

.pageSubtitle pre {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	/* border: thin solid #000000; */
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	/* border: thin solid #000000; */
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	text-align: center;
	}


.image_heading { /* for image pages only */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;	
	text-decoration: none;
	}

.inline_indent {
	padding-left: 50px;
	}

#intro_text {
	line-height: normal;
	}

/* remove these when finished correcting web pages from id to class intro_indentxx */
#intro_indent1 {
	padding-bottom: 2px;
	}

#intro_indent2 {
	padding-left: 20px;
	padding-bottom: 2px;
	}

#intro_indent3 {
	padding-bottom: 3px;
	padding-left: 40px;
	}

#intro_indent4 {
	padding-left: 40px;
	}

#intro_indent5 {
	padding-left: 65px;
	padding-bottom: 3px;
	}

/* use class instead of id for intro_indentxx */
.intro_indent1 {
	padding-bottom: 2px;
	}

.intro_indent2 {
	padding-left: 20px;
	padding-bottom: 2px;
	}

.intro_indent3 {
	padding-bottom: 3px;
	padding-left: 40px;
	}

.intro_indent4 {
	padding-left: 40px;
	}

.intro_indent5 {
	padding-left: 65px;
	padding-bottom: 3px;
	}

/* end of replacement class for the id intro_indentxx */

.intro_text_under {
	text-decoration: underline;
	}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:center;
	font-size: 90%;
	}

#footer pre {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:center;
	font-size: 90%;
	}

/* Note - Footer_Image */
#footer_image{
	display: none;
	}
#footer_image ul{margin:0 10px 1px 0; padding:0; text-align:center;}
#footer_image ul li{margin:0;	padding:0 0.1em; display:inline;}
#footer_image ul a{margin:0 0 0 -8px; padding:0 0 0 12px;	color:#0b3d91; text-decoration:none;}
#footer_image ul a:hover {color:#d40026; text-decoration:none;}
#footer_image .pipe {font-weight:bold; color: #99aa00; padding-left:8px;}

/*
.copyright {
	font-size: 75%;
	color: #808080;
	text-align: center;
}
*/

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	}

#copyright_image {
	width:760px;
	text-align: center;
	color: #999999;
	font-size: 9px;
}

hr {
	display: none;
	}

/* replace all hor_line id's with classes */
.hor_line100 {
	width: 100%;
	clear: both;
	height: 2px;
	border-top: 2px solid #787878;
	}

.hor_line100_hide {
	display: none;
	}

.hor_line60 {
	display: none;
	}

/* remove these when finished replacing id's with classes */
#hor_line100 {
	width: 100%;
	clear: both;
	height: 2px;
	border-top: 2px solid #787878;
	}

#hor_line100_hide {
	display: none;
	}

#hor_line60 {
	display: none;
	}
/* end of replace id's with classes of hor_line */

#text {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}

#text dt {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}

#container {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	font-size: 14pt;
	}

.prodSum_footer, #content {
	display: none;
	}

.prod_Text  p {
	padding: 3px, 10px, 3px, 0px,;
	}

.centrado, #centrado, #footer1 {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	font-size: 9pt;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	}

th {
	font-family: Arial, Helvetica, sans-serif;
	}

.product_text {
	font-family: Arial, Helvetica, sans-serif;
	padding: .5px;
	clear: both;
	font-size: 10pt;
	text-align: justify;
}

.product_col1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.product_col2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.prodSum_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#prodHorList, li.first {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

img {
	border-style: none;
	padding-top: 20px;
	position: absolute;
	left: 150px;
	float: left;
	}
/* replace id with class image */
.image {
	display: none;
	}

#image {
	display: none;
	}
/* replace id above with class also above then delete */

/* replace id table_products with class */ 
.table_products {
	padding: .5px;
}
	 
#table_products {
	padding: .5px;
}
/* end of replace id table_products with class
	remove #table_products when done */

a:link, a:visited, {
	position: static;
	display: inline;
	font-weight: normal;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	text-decoration: none;
	}

#prodSpecs {
	}

.prodSum_text {
	position:relative;
	clear: both;
	margin-left: 1.5em;
}

.prodSum_col1 {
	font-size: 85%;
	float: left;
	width: 21%;
	margin-bottom: 1em;
	padding-right: 3%;
	margin-left: 2em;
	text-align: left;
	white-space: nowrap;
}
.prodSum_col2 {
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 44%;
	margin-bottom: 1em;
	padding-right: 3%;
	background-position: right;
	text-align: left;
	white-space: nowrap;
}

img {
  border: none;
	}

.hide_img {
	display: none;
	}

#menu {
	display: none;
	}

/* change id prod_indent with class */
.prod_indent1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

/* delete when finished replacing id prod_indent with class above */
#prod_indent1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
/* end of change id prod_indent for class */

/* Product Listing  */


/* change all byitem id's to class as below */
/* NOT USING THESE ############# NOT USING THESE
div.byitem ul.vert {
	font-size: 10pt;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 600px;
	}
div.byitem ul.vert li {
	padding: 4px 0;
	margin: 4px 0;
	height: 10px;
	font-size: 10pt;
	}
div.byitem ul.vert li.odd {
	background-color: #eee;
	font-size: 10pt;
	}
div.byitem ul.vert li.under {
	background-color: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 590px;
	font-size: 10pt;
	}
div.byitem ul.horz {
	clear: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 10pt;
	}
div.byitem ul.horz li {
	float: left;
	width: 300px;
	padding: 0 8px 0 0;
	margin: 0;
	font-size: 10pt;
	}
div.byitem ul.horz li.note1{
	float: left;
	width: 80px;
	padding: 0 10px 0 60px;
	margin: 0;
	text-align: right;
	font-size: 10pt;
	}
div.byitem ul.horz li.note2{
	float: left;
	width: 340px;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 10pt;
	}
div.byitem ul.horz li.name {
	width: 200px;
	text-align: left;
	padding-left: 10px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	}
div.byitem ul.horz li.desc {
	width: 350px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	}

div.byitem ul.horz li.name a {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

div.byitem ul.horz li.desc a {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

div.byitem ul.horz li.price {
	text-align: right;
	padding-right: 0;
	font-size: 10pt;
	}
##########################*/

/* delete these id's for byitem when finished replacing
	with class as above */
/* ########### NOT USING THESE #############
div#byitem ul.vert {
	font-size: 10pt;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 600px;
	}
div#byitem ul.vert li {
	padding: 4px 0;
	margin: 4px 0;
	height: 10px;
	font-size: 10pt;
	}
div#byitem ul.vert li.odd {
	background-color: #eee;
	font-size: 10pt;
	}
div#byitem ul.vert li.under {
	background-color: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 590px;
	font-size: 10pt;
	}
div#byitem ul.horz {
	clear: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 10pt;
	}
div#byitem ul.horz li {
	float: left;
	width: 300px;
	padding: 0 8px 0 0;
	margin: 0;
	font-size: 10pt;
	}
div#byitem ul.horz li.note1{
	float: left;
	width: 80px;
	padding: 0 10px 0 60px;
	margin: 0;
	text-align: right;
	font-size: 10pt;
	}
div#byitem ul.horz li.note2{
	float: left;
	width: 340px;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 10pt;
	}
div#byitem ul.horz li.name {
	width: 200px;
	text-align: left;
	padding-left: 10px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	}
div#byitem ul.horz li.desc {
	width: 350px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	}

div#byitem ul.horz li.name a {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

div#byitem ul.horz li.desc a {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

div#byitem ul.horz li.price {
	text-align: right;
	padding-right: 0;
	font-size: 10pt;
	}
/* end of byitem id section to replace with class
#############################*/
/* USE @IMPORT LIST.CSS INSTEAD - 12JAN07 JC - */


/* last sections */
.product_col1 a [href] :after, .product_col1 a [href] :after, {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}
	
#product_col1 a [href] :after, #product_col1 a [href] :after, {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}
	
#hidden h3{
	font-weight: bold;
	display: block;
}
.hidden, hidden.h3{
	display: block;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-decoration: none;
}

li a {
	text-decoration: none;
}


#inline ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#inline ul li {
	margin-left: 0;
	padding-left: 5px;
	list-style-type: none;
	display: inline;
}

/* SITEMAP */

ul li {vertical-align: top;}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

.its_headerText {
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	font-family: Impact, Verdana, Arial;
	letter-spacing: 1px;
	font-size: 100%;
}

.its_mainText {
	font-size: 95%;
	text-align: center;
}

#red_box {
	border: 2px outset #cc0000;
	text-align: center;
	margin: 10px;
}

#sitenav .leftCol, #sitenav .centerCol, #sitenav .rightCol {
	font-size: 10pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

#sitenav {
	font-size: 10pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

#sitenav {
	font-size: 10pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

#sitenav ul {
	font-size: 10pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#sitenav li {
	font-size: 10pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

.section .leftBorder ul .leftBorder li  .leftBorder li a {
	font-size: 10pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
#siteMap.map.section {
	font-size: 10pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

