body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	}

/* Get the logo to right-align for IE6, IE7 */
.top-left {
	width:521px;
	} 

/* Space for Catalog and System Builder thumbnail links */
.thumbFeatures {
	width:255px;
	margin: 0 0 20px 0;
	} 

/* Style text for Google translation area */
.translate {
	color: #005195;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	margin: 0 0 5px 0;
	} 

/* AjaxSearch Snippet Style */
#ajaxSearch_form {
	border: 0px;
	height: 34px;
	width: auto;
	vertical-align: top;
	margin: -10px 0px 3px 0px;
	padding: 0px;
	}

label {
	border: 0px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	}

#ajaxSearch_input {
	width: 205px;
	display: inline;
	height: 17px;
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	background: #fff;
	margin: 0 3px 0 0;
	padding: 3px 0 0;
	vertical-align: top;
	}

#ajaxSearch_submit {
	display: inline;
	height: 23px;
	line-height: 23px;
	width: 24px;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#ajaxSearch_output {
	border: 0px solid #444;
	padding: 0px;
	background: #fff;
	display: block;
	height: 40px;
	vertical-align: top;
	}

.ajaxSearch_paging { }

.AS_ajax_result {
	color: #444;
	margin-bottom: 3px;
	}

.AS_ajax_resultLink {
	text-decoration: underline;
	}

.AS_ajax_resultDescription{
	color: #555;
	}

.AS_ajax_more {
	color: #555;
	}

ajaxSearch_resultsInfo {
	padding: 0px;
	margin: 0px;
	height: auto;
	}
	
	#ajaxSearch_output.init {
        border: none;
        background-color: #FFF;
    }
    
.CNSearch fieldset {border: 0px solid; margin: 0; padding: 0}

/* Headings */
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10.25pt;
	color: #005195;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 100%;
	margin-top:0px;
	}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #005195;
	font-weight: bolder;
	text-transform: capitalize;
	line-height: 100%;
	margin-top:auto;
	}

/* Default Links */
a {
	color: #005195;
	font-weight: inherit;
	text-decoration: none;
	}
	
a:link { }

a:visited { color: #5f6a72;
	font-weight: inherit;
	text-decoration: none;
	}

a:hover { 
	color: #005195;
	text-decoration: underline;
	}

a:active { 
	text-decoration: none;
	} 

/* Main table holding the content */
.stage  p, .stage li, .stage table {
	margin-top: 0px;
	color: #000000;
	line-height: 180%;
	text-align: justify;
	}


/* Submenu (for active page only) - Rollover submenu in dropline-menu.css and dropline-menuie8.css */
td.submenu {
	color: #005195;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	}
	
a.submenu {
	color: #5f6a72;
	text-decoration: none; 
	font-weight: normal;
	}

.submenu a:hover {
	color: #005195;
	}

a.subMenuHere {
	color: #005195;
	text-decoration: none; 
	font-weight: normal;
	}

/* Submenu for home page (no active submenu) */
td.submenuwhite {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	width:763px; 
	background:none; 
	line-height:30px;
	}

a.submenuwhite {
	color: #FFF;
	text-decoration: none; 
	font-weight: normal;
	}

.submenuwhite a:hover {
	color: #FFF;
	}

.footer {
	color: #5f6a72;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	}

/* Images in Left-hand Column of Page Content */
.col1pic {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}

.col1pic img{
	border: 1px solid #5f6a72;
	}

.col1pic object{
	border: 1px solid #5f6a72;
	}

/* Images in Right-hand Column of Page Content */
.col3pic {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}

.col3pic img{
	border: 1px solid #5f6a72;
	}


.inset p{
	border: 1px solid #5f6a72;
	background: #a0bad0;
	color: #000000;
	padding: 10px;
	width: auto;
	}

/* Table holding the Product List */

.ProductList td, .ProductList th {
	line-height: 120%;
	text-align: left;
	font-size: 8pt;
	}

/* Style for ListChildOrSibs */

.LCOS_list {
	list-style-type: none;
	margin: 0px auto; 
	padding: 0;
		}

li {list-style-position: inside;}

/* Style for cs-list */

.cs-list ul {
	display:block; 
	list-style-position: inside;
	margin: 0; 
	padding: 0;
	}
.cs-list li.cs-parent {
	list-style-type: none;
	list-style-position: outside;
	margin: 0; 
	padding: 0;
	font-weight: bold;
	color: #005195;
	margin-top: 15px;
		}
.cs-list li.cs-child {list-style-type: circle;
	font-weight: normal;
	list-style-position: inside;
	color: #005195;}

