﻿body {
    margin:0px 0px 0px 0px;
    background-color: White;
    font:14px Helvetica, Arial, sans-serif;
}
/*
 H3 {
          font-family:Arial;
          font-size:12px;
          font-weight:bold;
          padding-left: 5px;
          }
H4 {
          font-family:Arial; 
          font-size:10px;
          font-weight:bold;
          padding-left: 5px;
          }
SubHeader {
          font-family:Arial;

          font-size:12px;
          font-weight:bold;
          padding-left: 5px;
*/
/* Styles for the top left corner logo. */
.corner_logo {
    margin-left:5px;
}


.secondary_logo
{
	margin-top:10px;
	margin-right:15px;
}

/* Styles for the primary navigation at the top. */
.primary_navigation {
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
}
.primary_navigation td {
    white-space:nowrap;
}
.primary_navigation a {
    color:Black;
    text-decoration:none;
}
.primary_navigation a:hover {
    color:#AA0000;
    text-decoration:none;
}

/* Styles for the top left corner logo. */
.parts_navigation 
{
    font-family:Arial;
    font-size:12px;
}



/* Styles for the Model Parts List Pages */

.Menu a:link {
	color: black;
	text-decoration: none;
	width: 100%;
	font-size: 8pt;
	font-family: Arial;
}

.Menu a:visited {
	color: black;
	text-decoration: none;
	width: 100%;
	font-size: 8pt;
	font-family: Arial;
}
.Menu a:hover {
	color: white;
	background-color:  #C8010D;
	width: 100%;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial;
}

.Menu
{
	display: none;
	width: 200px;
	position: absolute;
	top: 0px;
	background-color: white;
	font-size: 8pt;
	font-family: Arial;
	border-right: red thin solid;
	border-top: red thin solid;
	border-left: red thin solid;
	border-bottom: red thin solid;
}

/* From kevin's mockup 7 July 2006 */

.form_table
{
    font-family:Arial;
    font-size:11px;
}
.form_table th
{
    white-space:nowrap;
     
    font-weight:bold;
}
.form_table td
{
    white-space:nowrap;
    /* 
    background-color:#F7F7F7;
    border:solid 1px #CCCCCC;
    */
    font-weight:normal;
}

/* Data table - steve */

.form_table
{
    font-family:Arial;
    font-size:11px;
}
.form_table th
{
  
   width:200px;
    font-weight:bold;
 text-align:right;
    padding-left: 5px;
    padding-right: 12px;
    	
}
.form_table td
{
	text-align: left;
	padding-left: 5px;
    font-weight:normal;
    padding-right: 12px;
}

.form_table_internal
{
    font-family:Arial;
    font-size:11px;
}
.form_table_internal th
{
  
   width:250px;
    font-weight:bold;
 text-align:right;
    padding-left: 5px;
    padding-right: 12px;
    	
}
.form_table_internal td
{
	text-align: left;
	padding-left: 5px;
    font-weight:normal;
    padding-right: 12px;
}

.form_table_vertical
{
    font-family:Arial;
    font-size:11px;
}
.form_table_vertical th
{
  
   
    font-weight:bold;
    text-align: left;
    padding-left: 5px;
    padding-right: 12px;
    border-bottom:solid 1px black;
    vertical-align:bottom;
}
.form_table_vertical td
{
	text-align: left;
	padding-left: 5px;
    font-weight:normal;
    padding-right: 12px;
    vertical-align:bottom;
}


.form_table_technical
{
    font-family:Arial;
    font-size:11px;
}
.form_table_technical th
{
  
    font-weight:bold;
    text-align: left;
    padding-left: 5px;
    padding-right: 12px;
    	
}
.form_table_technical td
{
	text-align: left;
	padding-left: 5px;
    font-weight:normal;
    padding-right: 12px;
}



/* File Folder Styles */
.file_divide
{
    font-family:Arial;
    font-size:11px;
}
.file_divide a
{
    color:#FFFFFF;
    text-decoration:none;
}

.file_header_bright
{
    font-weight:bold;
    text-align:center;
    background-color:#000000;
}

.file_header_dark
{
    font-weight:bold;
    text-align:center;
    background-color:#000000;
}
.file_header_dark a
{
    color:#666666;
}

.divider_buttons 
{
    width:100%;
   
}

.divider_buttons td
{
  color:white;
   font-size:8pt;
}
.divider_buttons_inactive
{
	
	color: #000000;

}
.divider_buttons_hover 
{
    font-weight:bold;
    cursor: pointer;
    background-color:#696564;
}
.divider_buttons_active 
{
    font-weight:bold;
   background-color:#4E4848;
  

}
.divider_buttons_unavailable 
{
	background-color:#DDDDDD;
	color:#666666;
}
/* Added to support the little round ball - Steve */
.divider_buttons_inactive_rb
{

	color: #000000;

}
.divider_buttons_hover_rb 
{
    background-color:#AA0000;
    color: white;
    cursor: hand;
    border-top-color:#ff3333;
    border-right-color:#553333;
    border-bottom-color: #553333;
    border-left-color:#ff3333;
 
}
.divider_buttons_active_rb 
{
    background-color:#AA0000;
    color:#FFFFFF;
    border-top-color:#ff3333;
    border-right-color:#553333;
    border-bottom-color: #553333;
    border-left-color:#ff3333;

}

/* July 20, 2006 Update - Kevin Shoultz */


.body_style H3
{
	font-family: Arial;
	font-size: 22px;
	width:90%;
	font-style:italic;
}

.body_style table
{
	font-family: Arial;
	font-size: 11px;
 
}

.body_style th
{
	width:100px;
	white-space:nowrap;
	border-bottom:solid 1px #444444;
	font-weight:bold;
}

.body_style td
{
	
/*	white-space:nowrap; */
	background-color:#FFFFFF;
	border-bottom:solid 1px #444444;
	text-align:left;
	padding-left: 10px;
	font-weight:normal;
}


/* Some things I needed */

table.Externals
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;

	border-bottom: black 1px solid;
	font-family: Arial;
	white-space: normal;

}

.ExternalsTitle
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
}
td.Externals1
{
	font-size: 12pt;
	font-weight: bold;
	width: 180px;
}

th.ExternalsHead
{
	font-size: 12pt;
	font-weight: bold;
}

td.Externals2
{
	font-size: 12pt;
}

p.Disclaimer
{
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
}

.LargerFont
{
	font-size: 10pt;
}

.JumpOffPage
{
	background-color: red;
	color: White;
	font-weight: bold;
}

.Future
{
	background-color: Gray;
	color: White;
}

.PNCDInHeader
{
	color: White;
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial;
	white-space:nowrap;
	
}

.PNCDInHeader a {
    color: White;
    }
    
    .PNCDInHeader a:link {
    color: White;
    }
    .PNCDInHeader a:visited {
    color: White;
    }
    .PNCDInHeader a:hover {
    color: White;
    }


a:link.Top
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover.Top {
	color: #6566a5;
}
a:active.Top
{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}


  .HeaderClass 
    {
              font: normal 24px/32px Arial, Helvetica, Geneva, sans-serif;
          color: #317fb7;
          padding-left:15px;
    }
    
            .MainHeader
    {
              font: normal 24px/32px Arial, Helvetica, Geneva, sans-serif;
          color: Black;
          padding-left:15px;
          padding-bottom:10px;
          border-bottom:solid 2px #BABABA;
          width:98%;
          
    }
    
    .SubHeader
    {
    	   font: bold 14px Helvetica, Arial, sans-serif;
    	   color:Black;
    	   padding-left:5px;
    }
    
    
                   .ShowAllCategoriesHeader
    {
              font: normal 24px/32px Arial, Helvetica, Geneva, sans-serif;
          color: Black;
          padding-left:15px;
         
          border-top:solid 2px #BABABA;
          width:100%;
    }
    
    /* this is just to handle the product box overlays on the homepage */

.infobox {
	position:relative;
	display:block; 
	width:100%; 
	height:196px;
	cursor:pointer;
		text-decoration:none;
    }
.infobox img {
	z-index:2;
	cursor:pointer;
    }
.infobox .moreinfo {
	display:none;
	z-index:5;
	height:196px;
	width:100%;
	cursor:pointer;

    }
.infobox:hover .moreinfo {
	z-index:5;
	display:block;
    position:absolute;
    border:1px solid #666;
    background:url(../images/rollover_overlay.png);
	color:#000;
	cursor:pointer;
	
    }
    
    
    .LearnMoreHover
    {
    display:block;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	    background:url(../images/btn-more-list.png) no-repeat;
	background-position:0 -34px;
	color:#FFF;
	text-align:center;
	padding:9px 5px;
	width:146px;
	overflow:hidden;
	bottom:0;
	}
	
	
	    .LearnMoreUnHover
    {
    display:block;
    background:url(../images/btn-more-list.png) no-repeat;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	color:#FFF;
	text-align:center;
	padding:9px 5px;
	width:146px;
	overflow:hidden;
	
	bottom:0;
	}
	
	
	.MessageLabel
{
    font-family: Arial, Helvetica, sans-serif;
    color: Red;
    font-size: 16px;
}


.Pricing_Admin_table
{
    font-family:Arial;
    font-size:12px;
}
.Pricing_Admin_table th
{
  
    font-weight:bold;
 text-align:right;
    padding-left: 5px;
    padding-right: 12px;
    vertical-align:top;
    	
}
.Pricing_Admin_table td
{
	text-align: left;
	padding-left: 5px;
    font-weight:normal;
    padding-right: 12px;
    vertical-align:top;
}


.PricingQuotes
{
	font-family:Arial;
    font-size:12px;
}

.PricingQuotes td.PriceListName
{
	text-align:right;
	font-weight:bold;
	vertical-align:top;
}

.PricingQuotes td
{
	text-align:left;
	vertical-align:top;
}

.SpecialRequests
{
    font-family:Arial;
    font-size:11px;   
}

.SpecialRequests th
{
    font-weight:bold;
    padding-left: 5px;
    padding-right: 12px;
    white-space:nowrap;
    vertical-align:bottom;
    
}

.SpecialRequests td
{
	padding-left: 5px;
    font-weight:normal;
    padding-right: 12px;  
    border-top:solid 1px black;  
    white-space:nowrap;
}

.VendorLink
{
	font:14px Helvetica, Arial, sans-serif;
}

.VendorLink a:link
{
	text-decoration:none;
}

.VendorLink a:hover
{
	text-decoration:underline;
}

.ProposedLinkShipMessage
{
	font:bold 12px Helvetica, Arial, sans-serif;
	white-space:nowrap;
}
