/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	clear: left;
}

a:hover {
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

/* for nested UL elements */
ul ul ul{
 list-style-type: none;
}

label{
	text-align: left;
	font: bold 100% Arial,sans-serif;
	color: #333333;
	font-size: 70%;
}

.large	 {  font-size: 100%; }
.default {  font-size: 90%; }
.small   {  font-size: 80%; }
.xsmall  {  font-size: 65%; }

.part_info {  font-size: 75%; }


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#website_logo {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-top: 6px;
	margin-left: 10px;

	visibility: visible;
}

#report_hdr_logo {
	display: none;		/* for printed reports only */
	visibility: hidden;

	margin: 0px;
	padding: 0px;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}

#masthead{
	margin: 1% 1%;
	padding: 0px;
	width: 98%;
	background-color: #C5BFBA;
	height: 75px;
	position: relative;
	clear: both;
	border-left: 1px solid #999999;
	border-right: 2px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 2px solid #999999;
}

#navBar{
	margin-top: 0px;
	margin-left: 1%;
	margin-right: 78%;
	border-left: 1px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	background-color: #DDDAD9;
	white-space: nowrap;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-size: 80%;
	line-height: 140%;
	font-weight: bold;
}

#sectionLinks ul {
	display: list-item;		/* <--this is needed for IE to remove bullet margin/gap */
	margin: 0px;			/* 'margin'  used by IE 6 for left margin gap    */
	padding: 0px;			/* 'padding' used by Mozilla for left margin gap */
	list-style: none;		/* or ... 	list-style-type: none; */
}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {
	border-bottom: 1px solid #EEEEEE;
}


/* fix for browsers that don't need the hack */
html>body #sectionLinks li {
	border-bottom: none;
}


#sectionLinks a:hover,   /* hover not needed here? */
#sectionLinks a:link,  
#sectionLinks a:visited
{
	/* no margin needed */
	padding: 9px 0px 9px 17px;
	border-top: 1px solid #cccccc;
	text-decoration: none;
	display: block;			/* forces border lines all across navbar region */
}

#sectionLinks a:hover{
	color: #000000;

	padding: 9px 0px 9px 10px;
	border-left: 7px solid #EF0F07;
	background-color: #FFFFFF;
}

#sectionLinks a:link{
	color: #555555;
}

#sectionLinks a:visited{
	color: #555555;
}


#content{
	padding: 0px;
	width: 74%;
	margin-right: 0.75%;
	float: right;
	background-color: #FFFFFF;
}

#content p, dl {
	font-size: 80%;
	padding: 0px 6px;
	margin-top: 0px;
}

#content dt {
	padding-top: 14px;
	padding-bottom: 6px;
}
#content dd {
	padding-bottom: 12px;
}

#content #copyright_info {
	font-size: 70%;
	padding: 0px 6px;
	margin-top: 0px;
}

#content li{
	padding: 0px 6px;
	font-size: 80%;
	margin-top: 0px;
	line-height: 1.666;
}

#content h5 {
	font-size: 100%;
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 0px 0px 4px 6px;
	color: #333333;
}

#content h4 {
	font-size: 120%;
	margin: 0px;
	padding: 0px 6px 10px 10px;
/*	vertical-align: text-bottom; */
/*	padding: 0px;
	margin: 0px 10px 0px 6px; */
}

#headline {
	color: #DD0000;
	width: 250px;
	display: block;
	text-align: left;
	padding: 0px 3px 6px 6px;
	float: right;
	margin: 0px;
}

#user_input_section {
	margin-left: 10px;
}

#parts_list_table {
	/* border-bottom: 2px solid #CCCCCC;
	border-top: 2px solid #666666; */
	margin-left: 4px;
	margin-bottom: 10px;
}


#bottom_instructions {
	width: 650px;  
	font-size: 80%;
}

.rh_info_cell_border
{
	border-right: 1px solid;
	border-right-color: #CCCCCC;
}

#kresl_info_section {
	border-top: 2px solid #666666;
	margin-left: 4px;
	margin-right: 4px;
}

#rapid_ship_table td {
	font-size: 72% ;
}


#rapid_ship_header_row td,
#rapid_ship_footer_row td {
	border-bottom: 2px solid #333333;
}

.shaded_row {
	background-color: #ECE9E8;
}

.rapid_ship_colored_headline
{
	font-weight:bold;
	color: #DD0000 !important;
}
	
#report_title {
/*	display: none;
	visibility: hidden;
*/
	margin: 0px;
	padding: 0px;
	margin-top: 12px;
	margin-left: 10px;
	margin-bottom: 0px;
	vertical-align: bottom;
}


/************* #siteInfo styles ***************/

#siteInfo{
	border: 1px solid #DDDDDD;
	font-size: 75%;
	color: #666666;
	padding: 1% 1%;
	text-align: center;
	width: 71%;
	margin-right: 0.75%;
	margin-top: 25px;
	margin-bottom: 1%;
	clear: both;
	float: right;
}
 
/*
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
*/

/************* #search styles ***************/
#search{
	vertical-align: middle;
	padding: 0px;
	font-size: 90%;
	float: right;
	text-align: left;
	white-space: nowrap;
}

#search form{
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 10px;
}

#search label{
	margin: 0px;
	padding: 0px;
}

