/* styles for standard joline template */
/* printer-friendly version */

/**** PAGE LAYOUT ****/

body {
	padding: 0px;
	margin: 0px;
}

#site {
	width: 100%;
	overflow: visible;
	margin: 0;
	text-align: left;
}

#frontpagelogo {
	display: none;
}

#header {
	display: none;
}

#topbar {
	display: none;
}

#left {
	display: none;
}

#main {
	padding: 0px;
	width: 100%;
	text-align: left;
	float: left;
}

#content_two, #content_three {
	padding: 24px 24px 24px 24px;
	float: left;
}

#textboxleft {
	float:left;
	width: 50%;
}

#textboxleft_narrow {
	float: left;
	width: 308px; /* 332 - 24 (#content padding)*/
}

#picright {
	float: right;
	width: 40%;
	padding-left: 12px;
}

#footer{
	display:none;
}

/* level 3 navigation in second column */

#navigation_level3 {
	display: none;
}


/******** CONTENT **********/
body, table, td, tr, tbody, b, p, input, select, label, textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #252525;
}

input, select, textarea {
	border: 1px solid #0099DF;
	margin-bottom: 1px;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
	text-transform: uppercase;
	margin: 0;
}

h2 {
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	margin-top: 24px;
}

img {
	border: none;
}

#content ul {
	list-style-image: url(img/bullet_plus_red.gif);
	padding-left: 28px;
}

#content li {
	padding-left: 0px;
}

#content_two a:link, #content_two a:visited, #content_three a:link, #content_three a:visited {
	text-decoration: underline;
	color: #000000;
}

#content_two a:hover, #content_two a:active, #content_three a:hover, #content_three a:active {
	color: #000000;
}

#standards {
	display: none;
}

/* anchors*/

div.anchors {
	display: none;
}

ol.products {
	padding-left: 28px;
}

ol.products li{
	color: #000000;
}

ol.products ul li{
	color: #252525;
	list-style: disc outside;
	padding-bottom: 1px;
}

/* product tables */
table.producttable {
	width: 370px;
	border: 1px solid #000000;
	border-collapse: collapse;
}

table.producttable thead td {
	padding: 2px 10px 2px 10px;
}

table.producttable tr.headfirst, table.producttable tr.headsecond {
	background: #CCCCCC;
}

table.producttable tr.headfirst td{
	color: #000000;
	font-weight: bold;
	text-align: left;
}

table.producttable tr.headsecond td{
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 9px;
}

table.producttable tr.headthird td{
	color: #000000;
	padding: 5px 10px 5px 10px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

table.producttable tbody td {
	color: #000000;
	padding: 5px 10px 5px 10px;
	text-align: center;
	border-bottom: 1px solid #000000;
}