﻿body
{
  font-family: Arial;
  background-color: white;
  background-image: url(../images/bg.png);
  background-repeat: repeat-x;
}

.smaller
{
  font-size: 7pt;
}

a:link
{
  text-decoration: none;
  color: #004a80;
}

a:visited
{
  text-decoration: none;
  color: #004a80;
}

a:active
{
  text-decoration: none;
  color: #004a80;
}

a:hover
{
  text-decoration: none;
  color: #790000;
}

nav a
{
  color: #3b56b9;
  margin-right: 32px;
  font-size: 11pt;
}

div.divMain
{
  width: 1000px;
  margin: 0 auto;
  background-color: white;
  -moz-box-shadow: 4px 2px 4px #555, -4px 2px 4px #555;
  -webkit-box-shadow: 4px 2px 4px #555, -4px 2px 4px #555;
  box-shadow: 4px 2px 4px #555, -4px 2px 4px #555;
}

div.divMainHeader
{
  margin: 0 auto;
  width: 1000px;
}

div.divHeaderImage
{
  height: 128px;
  overflow: hidden;
}

.divCopy
{
  line-height: 18px;
  font-size: 10pt;
  width: 620px;
}

  .divCopy p
  {
    margin: 0 0 14px 0;
  }

  .divCopy hr
  {
    border: solid 1px #0d50a0;
  }

  .divCopy li
  {
    list-style-type: square;
  }

  .divCopy ul
  {
    margin-bottom: 8px; 
  }

.h1Title
{
  font-size: 24px;
  color: white;
  font-weight: bold;
}

h2
{
  font-size: 18px;
  margin-bottom: 12px;
  color: #a41719;
}

h3
{
  padding-bottom: 12px;
}

.salesEngineerName
{
  font-size: 15px;
  color: #7b9fcd;
}

.locationBox
{
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

.divRightCol
{
  font-size: 14px;
  line-height: 24px;
}

footer
{
  height: 28px;
  background-color: #7e8081;
  text-align: center;
  padding-top: 16px;
  color: #e1e1e1;
  font-size: 11px;
}

  footer a:link
  {
    text-decoration: none;
    color: #e1e1e1;
  }

  footer a:visited
  {
    text-decoration: none;
    color: #e1e1e1;
  }

  footer a:active
  {
    text-decoration: none;
    color: #900;
  }

  footer a:hover
  {
    text-decoration: none;
    color: #900;
  }

.navMenu
{
  position: absolute;
  color: white;
  background-color: #253e96;
  border: 1px solid white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 10px 10px 36px;
  display: none;
  z-index: 1000;
  -moz-box-shadow: rgba(0,0,0,0.5) 0 3px 7px;
  -webkit-box-shadow: rgba(0,0,0,0.5) 0 3px 7px;
  box-shadow: rgba(0,0,0,0.5) 0 3px 7px;
}

  .navMenu a
  {
    margin-right: 35px;
    color: white;
  }

    .navMenu a:hover
    {
      color: red;
    }

div.divFSPanel
{
  width: 425px;
  height: 110px;
  padding: 10px;
  overflow: hidden;
  font-size: 9pt;
}

  div.divFSPanel p
  {
    margin: 0 0 8px 0;
  }

div.divUECopy
{
  font-size: 12px;
  padding: 0 20px;
  line-height: 18px;
  overflow: hidden;
}

.logoPurple
{
  color: #4d2b79;
}

.logoRed
{
  color: #d72027;
}

.logoBlue
{
  color: #05509f;
}

.logoGreen
{
  color: #307d3d;
}

.tabLabel
{
  display: inline-block;
  cursor: pointer;
}

.productTab
{
  position: absolute;
}

.productApplication a
{
  color: white;
}

.productCategory, .productApplication
{
  width: 380px;
  padding: 13px 0 12px 20px;
  border-bottom: solid 1px white;
}

  .productCategory img, .productApplication img
  {
    vertical-align: bottom;
    margin-right: 20px;
  }

  .productCategory .catArrow, .productApplication .catArrow
  {
    float: right;
  }

#applicationTab
{
  display: none;
}

nav
{
  float: right;
  margin-top: 35px;
}

#searchBox
{
  margin-top: 5px;
  height: 10px;
  width: 100px;
}

.contactForm
{
}

  .contactForm td, .requestQuoteForm td
  {
    padding-bottom: 8px;
  }

.requestQuoteForm
{
  margin-bottom: 15px;
  width: 700px;
}

  .contactForm input, .contactForm textarea, .contactForm select,
  .requestQuoteForm input, .requestQuoteForm select, .requestQuoteForm textarea
  {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid dimgray;
    -moz-box-shadow: rgba(0,0,0,0.25) 1px 1px 3px inset;
    -webkit-box-shadow: rgba(0,0,0,0.25) 1px 1px 3px inset;
    box-shadow: rgba(0,0,0,0.25) 1px 1px 3px inset;
  }

  .contactForm input, .requestQuoteForm input
  {
    height: 18px;
  }

  .contactForm select, .requestQuoteForm select
  {
    padding: 1px 0;
  }

.formLabel
{
  padding-right: 10px;
  text-align: right;
  font-size: 13px;
}

div.divHmPgCopy
{
  width: 550px;
  height: 320px;
  margin: 15px 0 15px 15px;
}

    div.divHmPgCopy ul {
        margin-top: 8px;
    }

    div.divHmPgCopy li {
        margin-left: -15px;
        list-style: disc;
        margin-bottom: 5px;
    }

div.divHmPgHeading
{
  font-size: 11pt;
  font-weight: bold;
  color: #555;
  margin: 0 0 15px 0;
}

div.divHmPgPanel
{
  display: none;
  z-index: 150;
  position: absolute;
  width: 550px;
  border: solid 2px #737373;
  background-color: white;
}

table.tblHmPgPanelHeading
{
  width: 550px;
}

td.tdHmPgPanelIcon
{
  padding: 0px 10px 0 15px;
  background-color: #737373;
  width: 120px;
}

td.tdHmPgPanelName
{
  background-color: #737373;
  vertical-align: middle;
  font-size: 20pt;
  font-weight: bold;
  color: white;
  width: 530px;
}

div.divHmPgPanelDescription
{
  margin: 15px;
  font-size: 9pt;
  color: #737373;
}

div.divHmPgPanelLogos
{
  width: 470px;
  margin: 15px 0 15px 0;
}

td.tdHmPgPanelLogo
{
  padding: 10px 60px 10px 60px;
  border-bottom: solid 1px #e1e1e1;
}

table.tblSearchResults
{
  width: 600px;
}

td.tdSearchResultsHeading
{
  background-color: #E1E1E1;
  font-weight: bold;
  padding: 3px;
}

td.tdSearchResultsItem
{
  border-bottom: solid 1px #b1b1b1;
  padding: 3px;
  font-size: 9pt;
}

td.tdSubLevel0
{
  padding: 1px 0px 8px 0px;
}

p.pSubLevel1
{
  margin: 1px 0px 8px 30px;
}

p.pSubLevel2
{
  margin: 1px 0px 8px 50px;
}

.submitButton
{
  background-color: #eee;
  -moz-box-shadow: rgba(0,0,0,0.4) 1px 1px 2px;
  -webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 2px;
  box-shadow: rgba(0,0,0,0.4) 1px 1px 2px;
  border: 1px solid gray;
  padding: 10px 15px;
  width: 40px;
  height: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}

.salesEngineersList p, .foundEngineerBox p
{
  margin-bottom: 10px;
}

td.tdManRepBlock
{
  padding: 20px 75px 60px 0;
  border-bottom: solid 1px #555;
  vertical-align: top;
}

div.divMRB_Name
{
  margin: 5px 0 5px 0;
  font-weight: bold;
}

div.divMRB_URL
{
  margin: 5px 0 15px 0;
  font-size: 8pt;
}

div.divNewsDate
{
  font-size: 9pt;
  font-weight: bold;
  padding: 3px 10px 3px 3px;
}

div.divNewsTitle
{
  font-size: 11pt;
  color: #b00;
  font-weight: bold;
  padding: 3px 3px 3px 10px;
}

div.divNewsCopy
{
  font-size: 10pt;
  padding: 10px 0 25px 0;
  border-bottom: solid 1px #555;
}

div.divSEName
{
  font-size: 11pt;
  font-weight: bold;
  color: #b00;
}

div.divSETitle
{
  font-size: 11pt;
  font-weight: bold;
  color: #000;
}

div.divSETerritory
{
  font-size: 11pt;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
}

div.divSEPhone, div.divSECell, div.divSEFax, div.divSEEmail
{
  font-size: 10pt;
}

div.divSEDesc
{
  font-size: 10pt;
  margin: 10px 0 40px 0;
  padding: 10px 0 10px 0;
  border-bottom: solid 1px #555;
}

div.divLineListLinks
{
  margin: 4px 0 0 0;
  font-size: 8pt;
  font-weight: bold;
}

  div.divLineListLinks img
  {
    vertical-align: bottom;
  }

div.divEmaiLineList
{
  position: absolute;
  z-index: 50;
  width: 300px;
  height: 250px;
  left: -1200px;
  top: -1200px;
  padding: 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: solid 2px #555;
  background-color: white;
  font-size: 10pt;
}

div.divEmailLineListHeading
{
  padding: 4px 0 4px 0;
  width: 270px;
  border-bottom: solid 1px #555;
  color: #003f7f;
  font-size: 12pt;
  font-weight: bold;
  margin: 4px 0 4px 0;
}

div.divEmailLineListCopy
{
  margin: 8px 0 8px 0;
  font-size: 9pt;
}

div.divEmailLineListElements
{
  margin: 8px 0 8px 0;
  font-size: 9pt;
}

  div.divEmailLineListElements td
  {
    padding: 3px;
    font-size: 9pt;
  }

div.divManuPageBlock
{
  width: 700px;
  margin: -10px 0 10px 0;
}

table.tblManuPageBlock
{
}

td.tdMPBLogo
{
  width: 200px;
  vertical-align: top;
  border-bottom: solid 1px #555;
  padding: 3px;
}

td.tdMPBAddress
{
  width: 250px;
  vertical-align: top;
  border-bottom: solid 1px #555;
  padding: 3px;
}

td.tdMPNumbers
{
  width: 250px;
  vertical-align: top;
  border-bottom: solid 1px #555;
  padding: 3px;
}

div.divMPBDescription
{
  margin: 0 0 45px 0;
}

div.divMPBProducts
{
  margin: 0 0 8px 0;
  font-size: 9pt;
}

/*#region View Products Page */

table.tblProductsList
{
  width: 650px;
}

td.tdPL_Image
{
  width: 180px;
  border-bottom: solid 1px #555;
  padding: 8px 5px 10px 5px;
  vertical-align: top;
}

td.tdPL_Title
{
  width: 470px;
  border-bottom: solid 1px #555;
  padding: 8px 5px 10px 15px;
}

div.divPL_Title
{
  font-size: 12pt;
  font-weight: bold;
}

div.divPL_Manufacturer
{
  font-size: 9pt;
  margin: 4px 0 4px 0;
}

div.divPL_Description
{
  font-size: 9pt;
  margin: 4px 0 4px 0;
}

div.divProductTitle
{
  width: 676px;
  background-color: #004a80;
  color: white;
  font-size: 11pt;
  padding: 7px;
}

td.tdPI_MainImage
{
  width: 236px;
  padding: 10px;
}

div.divPI_MainImage
{
  width: 236px;
}

div.divP_Thumbnail
{
  width: 60px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #a1a1a1;
  float: left;
  padding: 5px;
  margin: 0 4px 0 0;
}

td.tdPI_ShortDescription
{
  width: 250px;
  vertical-align: top;
  padding: 10px;
  font-size: 9pt;
  color: #555;
}

  td.tdPI_ShortDescription li
  {
    list-style-type: disc;
  }

div.divPI_SimpleHeader
{
  font-size: 11pt;
  font-weight: bold;
  color: #555;
  margin: 0 0 5px 0;
}


td.tdPI_PageLinks
{
  width: 164px;
  vertical-align: top;
  font-size: 9pt;
  color: #555;
}

div.divPI_PageLink
{
  background-color: #004a80;
  color: white;
  font-size: 9pt;
  padding: 5px;
  margin: 4px 0 4px 0;
  text-align: right;
}

  div.divPI_PageLink a:link
  {
    text-decoration: none;
    color: #fff;
  }

  div.divPI_PageLink a:visited
  {
    text-decoration: none;
    color: #fff;
  }

  div.divPI_PageLink a:active
  {
    text-decoration: none;
    color: #fff;
  }

  div.divPI_PageLink a:hover
  {
    text-decoration: none;
    color: #a1a1a1;
  }

div.divPI_Bar
{
  background-color: #004a80;
  color: white;
  font-size: 12pt;
  padding: 5px;
  margin: 8px 0 8px 0;
  width: 676px;
}

div.divPI_CopyBlock
{
  width: 676px;
  color: #555;
  padding: 5px;
  font-size: 10pt;
}
  div.divPI_CopyBlock h2
  {
    font-size: 10pt;
    margin: 0 0 4px 0;
    color: #008ecc;
  }

  div.divPI_CopyBlock ul
  {
    margin: 5px 0 9px 22px;
    list-style-type: circle;

  }

  div.divPI_CopyBlock td
  {
    border: solid 1px #555;
    padding: 3px;
  }

  div.divPI_CopyBlock p
  {
    margin: 8px 0 8px 0;
  }

  div.divPI_CopyBlock h5
  {
    font-size: 10pt;
    font-weight: bold;
  }

div.divReturnLink
{
  font-size: 8pt;
  margin: 0 0 5px 0;
}

div.divChangeApplication
{
  margin: -10px 0 15px 0;
  font-size: 9pt;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background-color: #253e96;
  padding: 5px;
  width: 700px;
  color: white;
}

    div.divChangeApplication a
    {
        color: white;
    }

    div.divChangeApplication a:hover
    {
        color: #999;
    }

    div.divChangeApplication td
    {
        padding: 3px 25px 3px 0;
    }
    
    
    div.divAddItemsToQuote
    {
        margin: 10px 0 15px 0;
        font-size: 9pt;
        font-weight: bold;
        vertical-align: middle;
        margin-right: 15px;
        background-color: #253e96;
        padding: 6px;
        width: 700px;
        color: white;
    }

    div.divAddItemsToQuote a
    {
        color: white;
    }

    div.divAddItemsToQuote a:hover
    {
        color: #999;
    }


/*#endregion */

#ACDCPopup
{
  position: absolute;
  color: white;
  background-color: #253e96;
  border: 1px solid white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 10px 10px 10px;
  display: none;
  z-index: 1000;
  -moz-box-shadow: rgba(0,0,0,0.5) 0 3px 7px;
  -webkit-box-shadow: rgba(0,0,0,0.5) 0 3px 7px;
  box-shadow: rgba(0,0,0,0.5) 0 3px 7px;
}

    #ACDCPopup a
    {
    margin-right: 35px;
    color: white;
    }

    #ACDCPopup a:hover
    {
        color: red;
    }

#divGHzRanges
{
  position: absolute;
  color: white;
  background-color: #253e96;
  border: 1px solid white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 10px 10px 10px;
  display: none;
  z-index: 1000;
  -moz-box-shadow: rgba(0,0,0,0.5) 0 3px 7px;
  -webkit-box-shadow: rgba(0,0,0,0.5) 0 3px 7px;
  box-shadow: rgba(0,0,0,0.5) 0 3px 7px;
}

    #divGHzRanges a
    {
    margin-right: 35px;
    color: white;
    }

    #divGHzRanges a:hover
    {
        color: red;
    }


td.tdQuoteItems {
    padding: 0 0 15px 0;
}

td.tdRequestAQuoteFormHeader {
      background-color: #253e96;
      font-size: 11pt;
      font-weight: bold;
      color: white;
      padding: 5px;

}

div.divPI_QuoteStatus {
    color: #990000;
    font-size: 9pt;
    font-weight: bold;
    padding: 8px 0 8px 0;
    text-align: center;
}

div.divPrevButton
{
  position: absolute;
  z-index: 100;
  top: 190px;
  left: 10px;
}

div.divNextButton
{
  position: absolute;
  z-index: 100;
  top: 190px;
  left: 960px;
}

div.divNewsButtonsWrapper
{
    width: 100%;
    margin: 15px 0 15px 0;
}

div.divNewsButton
{
    width: 300px;
    height: 20px;
    color: white;
    background-color: #2e3d95;
    margin: 8px auto;
    padding: 8px 8px 6px 8px;
    text-align: center;
    cursor: pointer;
}

    div.divNewsButton a:link
    {
        text-decoration: none;
        color: #e1e1e1;
    }

    div.divNewsButton a:visited
    {
        text-decoration: none;
        color: #e1e1e1;
    }

    div.divNewsButton a:active
    {
        text-decoration: none;
        color: #ffffff;
    }

    div.divNewsButton a:hover
    {
        text-decoration: none;
        color: #ffffff;
    }