
/*  ----------------------------------------------
    core.css
    author: Regi E. (rellis@pushhere.com, Lead Dev)
    
    req/location
      styles/core.css
    ----------------------------------------------  */

/*  =CORE SELECTORS
    ----------------------------------------------  */
    body {
      margin: 0;
      padding: 0;
      font-size: 100%;
      font-family: helvetica, arial, sans-serif;
      color: #9E9E9E;
      background: #000 url('../images/backgrounds/bg-secondary-content.jpg') 50% -125px no-repeat;
    }
    h1 {
      font-size: 138.5%;
      line-height: 1.5em;
    }
    h2 {
      font-size: 123.1%;
      line-height: 1.3em;
    }
    h3 {
      font-size: 108%;
      line-height: 1.3em;
    }
    h1, h2, h3 {
      margin: 0.5em 0;
    }
    h1, h2, h3, h4, h5, h6, strong {
      font-weight: bold;
      color: #9e9e9e;
    }
    em {
      font-style: italic;
    }
    blockquote, ul, ol, dl {
      margin: 0.5em;
    }
    ol, ul, dl {
      margin-left: 1em;
      padding: 0;
      margin: 0 0 1em;
    }
    ol li {
      list-style: none;  
    }
    ul li {
      list-style: none;
    }
    p, fieldset, table {
      margin-bottom: 1em;
      line-height: 1.5em;
      font-size: 0.8em;
    }
    a:link, a:active, a:visited {
      text-decoration: none;
      color: #ff0000;
      outline: none;
    }
    a:hover {
      text-decoration: underline;
    }
    .wai {
      text-indent: -9999px;
      position: absolute;
    }
    .Safari input {
      outline: none;
    }
    

/*  =SUPER SELECTORS
    ----------------------------------------------  */
    h1 {
      position: absolute;
      top: 0;
      left: 16%;
      width: 960px;
      height: 145px;
      overflow: hidden;
      display: none;
    }
    /*  !!KLUDGE ------ */
    #branding {
      background: transparent url('../images/branding/antiquorum.png') 0 0 no-repeat;
      display: block;
      width: 300px;
      height: 125px;
      text-indent: -9999px;
      position: absolute;
      top: -5px;
      right: 0;
      z-index: 5;
    }
    /*  !!KLUDGE ------ */


/*  =NAVIGATION SELECTORS
    ----------------------------------------------  */
    #top-header {
      background: transparent url('../images/backgrounds/bg-nav.png') 0 0 repeat-x;
      position: relative;
      border-top: solid 1px #020202;
      height: 55px;
      z-index: 6;
    }
    #top-header div {
      width: 960px;
      height: 50px;
      margin: 0 auto;
      position: inherit;
      z-index: 5;
    }
    #top-header #site-search {
      overflow: hidden;
      position: relative;
    }
    #main-nav {
      margin: 0;
      float: left;
    }
    #main-nav li {
      float: left;
      background: transparent url('../images/backgrounds/bg-nav-break.png') 0 0 no-repeat;
      border-width: 0 1px 0 0;
      position: relative;
      z-index: 5;
      font-size: 1em;
      cursor: default;
    }
    #main-nav li a {
      color: #9e9e9e;
      display: block;
      padding: 18px 14px 22px;
      font-size: 0.65em;
      text-transform: uppercase;
      font-weight: 700;
      background: transparent url('../images/gui/bg-nav_hover.gif') 0 -50px repeat-x;
    }
    #main-nav #home a {
      background: transparent url('../images/branding/antiquorum-sm.png') 70% 125% no-repeat;
      text-indent: -9999px;
      width: 20px;
      padding: 18px 15px;
    }
    #main-nav li a:hover,
    .element-hover,
    #contact-page #main-nav li#contact a.anchor,
    #history-page #main-nav li#about a.anchor,
    #experts-page #main-nav li#about a.anchor,
    #locations-page #main-nav li#about a.anchor,
    #press-page #main-nav li#press a.anchor,
    #pricelist-archive #main-nav li#catalogues a.anchor,
    #publications-page #main-nav li#catalogues a.anchor,
    #sell-page #main-nav li#information a.anchor,
    #process-page #main-nav li#information a.anchor,
    #buy-page #main-nav li#information a.anchor,
    #faq-page #main-nav li#information a.anchor,
    #buy-page #main-nav li#information a.anchor,
    #grading-page #main-nav li#information a.anchor,
    #shipping-page #main-nav li#information a.anchor,
    #auctionevent-page #main-nav li#auctions a.anchor,
    #auctionevents-page #main-nav li#auctions a.anchor,
    #preview-page #main-nav li#auctions a.anchor,
    #events-page #main-nav li#auctions a.anchor,
    #events-details #main-nav li#auctions a.anchor,
    #who-detail-page #main-nav li#auctions a.anchor,
    #gallery-page #main-nav li#auctions a.anchor,
    #gallery-details #main-nav li#auctions a.anchor,
    #main-nav li.active {
      background-position: 0 0;
      text-decoration: none;
      color: #404040;
    }
    #site {
      position: relative;
    }
    
    
/*  =DROP-DOWN NAVIGATION SELECTORS
    ----------------------------------------------  */
    #main-nav li .drop-down {
      background: #000;
      position: absolute;
      top: 51px;
      left: -999em; 
      background: transparent url('../images/gui/overlay/bg-cap.png') 0 100% no-repeat;
      padding: 0 14px 0;
      width: 160px;
    }
    #main-nav li .drop-down.large {
      width: 400px;
    }
    #main-nav li:hover .drop-down,
    #main-nav .extended .drop-down {
      left: 0;
    }
    #main-nav #auctions .drop-down,
    #main-nav #information .drop-down.large {
      height: 179px;
    }
    .Firefox.Windows #main-nav #auctions .drop-down,
    .Firefox.Windows #main-nav #information .drop-down.large {
      height: 179px;
    }
    .Firefox.Windows #main-nav #auctions .drop-down,
    .Firefox.Windows #main-nav #information .drop-down.large,
    #main-nav #information .drop-down.large {
      height: 144px;
    }
    #main-nav #about .drop-down,
    #main-nav #catalogues .drop-down {
      height: 109px;
    }
    #main-nav #press .drop-down {
      height: 109px;
    }
    .Firefox.Windows #main-nav #about .drop-down,
    .Firefox.Windows #main-nav #catalogues .drop-down {
      height: 109px;
    }
    .Firefox.Windows #main-nav #contact .drop-down,
    .Safari #main-nav #contact .drop-down,
    #main-nav #contact .drop-down {
      height: 74px;
    }
    #main-nav li .drop-down span {
      display: block;
      height: 130px;
      text-indent: -9999px;
      position: absolute;
      width: 390px;
      background: transparent url('../images/gui/overlay/overlay.png') 100% 100% no-repeat;
    }
    #main-nav li .drop-down ul {
      background: transparent url('../images/gui/overlay/bg-body.png') 100% 100% no-repeat;
      overflow: hidden;
      padding-bottom: 5px;
      margin: 0;
    }
    #main-nav li .drop-down.large ul {
      width: 400px;
    }
    #main-nav li .drop-down ul li {
      float: none;
      margin-right: 15px;
      border-bottom: 1px solid #828282;
      background: none;
    }
    #main-nav li .drop-down.large li {
      float: left;
      width: 185px;
    }
    #main-nav li div ul li.last-row {
      border: 0;
    }
    #main-nav .drop-down li a,
    .normalState {
      padding: 11px 5px 11px 20px;
      color: #9E9E9E;
      background: transparent url('../images/gui/overlay/bg-arrows.png') 0 -61px no-repeat;
    }
    #main-nav .drop-down li a:hover,
    .arrowAnimation {
      background-color: #ff0000;
      color: #fff;
      background: transparent url('../images/gui/overlay/bg-arrows.png') 5px -61px no-repeat;
    }
    .Firefox3.Mac #main-nav .drop-down li a {
      background: transparent url('../images/gui/overlay/bg-arrows.png') 0 -63px no-repeat;
    }
    .Firefox3.Mac #main-nav .drop-down li a:hover {
      background: transparent url('../images/gui/overlay/bg-arrows.png') 5px -63px no-repeat;
    }


/*  =SEARCH SELECTORS
    ----------------------------------------------  */
    div#site-search {
      width: 170px;
      background: transparent url('../images/backgrounds/bg-nav-break.png') 0 0 no-repeat;
      padding-left: 135px;
    }
    .Opera div#site-search {
      width: 248px;
    }
    #site-search form {
      width: 146px;
      overflow: hidden;
      padding: 8px 0;
      position: relative;
    }
    #site-search form p {
      margin: 0;
      background: transparent url('../images/backgrounds/bg-search.png') 0 0 no-repeat;
    }
    #site-search form p input {
      border: 0;
      background: none;
      color: #404040;
      font-weight: bold;
      font-size: 0.8em;
      text-transform: uppercase;
      padding: 10px 30px;
      width: 85px;
    }
    .Safari #site-search form p input {
      padding: 0 35px;
      height: 29px;
    }
    #site-search form button {
     background: transparent url('../images/gui/btn/btn-search.png') 0 0 no-repeat;
     display: block;
     border: 0 none;
     width: 36px;
     height: 27px;
     text-indent: -9999px;
     cursor: pointer;
     position: absolute;
     top: 10px;
     right: -5px;
     outline: none;
    }


/*  =MY ANT-BUTTON SELECTORS
    ----------------------------------------------  */
    #my-antiq {
      margin-top: 50px;
      margin: 0;
      width: 130px;
      height: 28px;
      position: absolute;
      top: 9px;
      left: 5px;
      z-index: 1;
    }
    #my-antiq a {
      display: block;
      padding-bottom: 12px;
      background: transparent url('../images/gui/btn/btn-myantiq.png') 0 0 no-repeat;
      text-indent: -9999px;
      opacity: 0.8;
    }
    #my-antiq a:hover {
      opacity: 1;
    }


/*  =BREADCRUMBS SELECTORS
    ----------------------------------------------  */
    #bread {
      overflow: auto;
      z-index: 3;
    }
    #bread li {
      float: left;
      text-transform: uppercase;
      font-size: 0.75em;
      color: #9e9e9e;
    }
    #bread li:after {
      content: " > ";
      font-size: 1em;
      margin: 0 7px 0 5px;
    }
    #bread .current {
      color: #fff;
    }
    #bread .current:after {
      content: "";
      margin: 0;
    }
    #bread li a {
      color: #9e9e9e;
    }
    #bread li a:hover {
      color: #ff0000;
    }


/*  =PRINT/SHARE SELECTORS
    ----------------------------------------------  */
    .share-print {
      position: absolute;
      top: 10px;
      left: 10px;
      margin: 0;
      z-index: 5;
    }
    .share-print li {
      float: left;
      margin: 10px 2px;
    }
    .share-print li a {
      float: left;
      display: block;
      width: 75px;
      text-indent: -9999px;
      padding-bottom: 10px;
      opacity: 0.6;
      cursor: pointer;
    }
    .share-print li a:hover {
      text-decoration: none;
      opacity: 1;
    }
    .print a {
      background: transparent url('../images/gui/btn/btn-print.png') 0 0 no-repeat;
    }
    .share a {
      background: transparent url('../images/gui/btn/btn-share.png') 0 0 no-repeat;
    }
    li.email a {
      background: transparent url('../images/gui/btn/btn-friend.png') 0 -2px no-repeat;
      width: 110px;
    }


/*  =PRODUCT-OPTIONS SELECTORS
    ----------------------------------------------  */
    #product-options {
      padding: 0px 0px 15px;
      width: 400px;
    }
    #product-options #sell-btn,
    #product-options #buy-btn,
    #product-options #contact-btn,
    #product-options #twitter-btn  {
      border-bottom: 1px solid #494949;
      padding-left: 120px;
      background: black url('../images/gui/bg-icons-sell.png') no-repeat;
      padding: 10px 50px 10px 120px;
      background-position: 22px 70%;
    }
    #product-options h3 a {
      color: #fff;
    }
    #product-options h3 a:hover {
      color: #ff0000;
    }
    #product-options #sell-btn h3 {
      margin: 0;
    }
    #product-options #buy-btn {
      background-image: url('../images/gui/bg-icons-buy.png');
    }
    #product-options #contact-btn {
      background-image: url('../images/gui/bg-icons-contact.png');
    }
    #product-options #twitter-btn {
      background-image: url('../images/branding/twitter-icon-large.png');
      background-position: 25px 30%;
      border: 0 none;
    }
    #product-options #contact-btn p {
      padding-bottom: 5px;
      margin-bottom: 0px;
    }
    #product-options h3 {
      font-size: 0.75em;
      text-transform: uppercase;
    }
    #product-options p {
      width: 65%;
      line-height: 1.3em;
      color: #828282;
    }
    #product-options #twitter-btn p {
      width: 90%;
    }


/*  =NEWSLETTER SELECTORS
    ----------------------------------------------  */
    #newsletter-module {
      padding: 0 20px 25px;
    }
    #newsletter-module h2 {
      font-size: 0.8em;
      margin-top: 5px;
    }
    #newsletter-module form {
      overflow: hidden;
    }
    #newsletter-module .title {
      margin-top: 20px;
    }
    #newsletter-module p {
      margin: 0px;
    }
    #newsletter-module #name p {
      float: left;
      margin: 10px 0px 0px;
      background: transparent url('../images/backgrounds/bg-name.png') 0 0 no-repeat;
    }
    #newsletter-module #name p.email {
      margin: 10px 10px 0px;
      background: transparent url('../images/backgrounds/bg-email.png') 0 0 no-repeat;
    }
    .Safari #newsletter-module #name p,
    .Safari #newsletter-module #name p.email {
      background-position: 0 -1px;
    }
    #newsletter-module form label {
      left: -999em;
      position: absolute;
    }
    #newsletter-module #name p input,
    #newsletter-module #name p.email input {
      border: 0;
      background: none;
      color: #404040;
      font-weight: bold;
      font-size: 1em;
      font-variant: small-caps;
      padding: 5px 7px;
      width: 119px;
    }
    .Safari #newsletter-module #name p input {
      padding: 2px 0px 3px 8px;
      width: 125px;
    }
    #newsletter-module #name p.email input {
      width: 145px;
    }
    .Safari #newsletter-module #name p.email input {
      width: 150px
    }
    #newsletter-module #submit-btn {
      background: transparent url('../images/gui/btn/btn-submit.png') no-repeat;
      border: none;
      width: 60px;
      height: 27px;
      cursor: pointer;
      position: absolute;
      right: 10px;
      bottom: 25px;
      text-indent: -999em;
      opacity: 0.8;
    }
    .Safari #newsletter-module #submit-btn {
      bottom: 24px;
    }
    #newsletter-module button:hover {
      opacity: 1;
    }
    #newsletter {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
    }
    #newsletter .close-btn,
    #premInfo .close-btn,
    .request-content .close-btn {
      background: transparent url('../images/gui/btn/btn-close-red.png') 0 0 no-repeat;
      display: block;
      position: absolute;
      right: -10px;
      top: -5px;
      text-indent: -999em;
      width: 30px;
      height: 30px;
      cursor: pointer;
    }
    #premInfo .close-btn {
      top: -10px;
    }
    .request-content .close-btn {
      right: -5px;
    }


/*  =FOOTER SELECTORS
    ----------------------------------------------  */
    #footer {
      background: transparent url('../images/backgrounds/bg-footer.gif') 0 0 repeat-x;
      clear: both;
      margin-top: 50px;
      float: left;
      width: 100%;
      padding-top: 25px;
    }
    #footer .footer-contents {
      width: 960px;
      margin: 0 auto;
    }
    #footer .footer-contents > div {
      float: left;
      width: 150px;
    }
    #footer .footer-contents div .previous {
      width: 95%;
    }
    #footer #timezone {
      width: 210px;
    }
    #footer #timezone h3 {
      margin-bottom: 20px;
      width: 100%;
    }
    #footer #timezone p {
      padding: 40px 0 0 0;
    }
    #footer #timezone p a {
      background: transparent url('../images/branding/timezone-sm.png') -7px -2px no-repeat;
      width: 135px;
      height: 40px;
      display: block;
      text-indent: -9999px;
    }
    #footer h3, 
    #footer ul {
      float: left;
    }
    #footer h3 {
      font-size: 0.75em;
      font-weight: 200;
      color: #666;
      line-height: 1.33em;
      border-bottom: 1px solid #666;
      padding: 0 0 20px 0;
      width: 100%;
    }
    #footer .dbl-line {
      margin-top: 5px;
      padding: 0 45px 5px 0;
      width: 105px;
    }
    .Safari #footer .dbl-line {
      margin-top: 5px;
      padding: 0 45px 6px 0;
      width: 120px;
    }
    #footer .wide ul li {
      float: left;
      width: 50%;
    }
    #footer ul li a {
      font-size: 0.7em;
      color: #666;
    }
    #footer ul li a:hover {
      color: #ff0000;
    }
    #footer a {
      font-size: 0.9em;
      color: #fff;
    }
    #footer a:hover {
      color: #ff0000;
    }


/*  =PDF SELECTORS
    ----------------------------------------------  */
    .pdf-box {
      border-color: #222222;
      border-style: solid;
      border-width: 0 0 1px;
      height: 55px;
      padding: 15px 90px;
      background: transparent url('../images/gui/bg-pdf.png') 12px 10px no-repeat;
      position: relative;
    }
    .pdf-box h3 {
      color: #fff;
      font-size: 0.8em;
    }
    .pdf-box p {
      margin: 0;
      padding: 0;
    }


/*  =COMING SOON / 404 / 500 SELECTORS / THANKS
    ----------------------------------------------  */
    body#utility {
      background-position: 50% -430px;
    }
    #utility #branding {
      margin-left: 35%;
    }
    #utility #page-deck {
      margin: 0 auto;
    }
    .utility {
      width: 430px;
      height: 175px;
      padding: 5px 10px 5px 20px;
      margin: 140px auto 260px;
      background: transparent url('../images/backgrounds/common/bg-404.png') no-repeat;
    }
    .utility h2 {
      color: #FFFFFF;
      font-family: "helvetica neue", helvetica, arial, sans-serif;
      font-size: 2em;
      font-weight: 100;
    }
    .utility h4 {
      margin-left: 90px;
      font-size: .75em;
      font-weight: 100;
    }
    .utility p {
      margin-left: 90px;
      width: 75%;
      font-size: 0.8em;
    }
    .utility img {
      float: left;
    }
    .utility a {
      color: #FF0000;
    }
    .utility a:hover {
      text-decoration: underline;
    }
    
    
/*  =CONTACT FORM SELECTORS
    ----------------------------------------------  */
    .contact-form {
      overflow: hidden;
    }
    .contact-form h4 {
      color: #fff;
      line-height: 1.3em;
      font-size: 0.7em;
      text-transform: uppercase;
      margin-top: 0;
    }
    .contact-form h5 {
      color: #fff;
      margin: 0 0 6px 0;
    }
    .contact-form h5 span {
      color: #ff0000;
    }
   .contact-form p {
      margin: 0;
      float: left;
    }
    .contact-form input,
    .contact-form select {
      font-weight: bold;
      font-size: 0.75em;
      text-transform: uppercase;
    }
    .contact-form select {
      text-transform: uppercase;
      font-size: 0.6em;
      padding: 2px;
      margin: 3px 4px;
      padding: 2px;
    }
    .Firefox.Windows .contact-form select {
      font-size: 0.7em;
      padding: 5px;
    }
    .contact-form label {
      color: #fff;
      font-size: 0.7em;
      font-weight: bold;
      text-transform: uppercase;
    }
    .contact-form input {
      color: #404040;
      border: 4px #000 solid;
      padding: 5px 0px 7px 8px;
      font-size: 0.7em;  
    }
    #top-routing-bar {
      overflow: hidden;
      margin: 15px 0;
    }
    p#office-location {
      float: right;
    }
    #personal-info,
    #address-info,
    #message-info {
      border-bottom: 1px solid #222222;
      padding: 10px 0 10px;
      overflow: hidden;
    }
    #address-info,
    #message-info {
      padding: 20px 0;
    }
    #message-info {
      border-bottom: none;
    }
    #personal-info p {
      width: 49%;
    }
    #personal-info p input {
      width: 92.5%;
    }
    #personal-info .shift-right {
      float: right;
    }
    #address-info p {
      width: 100%;
      margin: 0;
    }
    #address-info input {
      width: 96.7%;
    }
    #personal-info p,
    #address-info p {
      margin: 5px 0;
    }
    p#contact-city,
    p#contact-zipcode {
      width: 50%;
    }
    p#contact-city input,
    p#contact-zipcode input {
      width: 93%;
    }
    p#contact-zipcode {
      width: 21%;
    }
    p#contact-state {
      width: 23.5%;
      margin: 5px 9px;
    }
    .contact-form #message-info p {
      width: 98.3%;
    }
    p#contact-state select {
      width: 93%;
      margin-top: 7px;
    }
    .Firefox.Windows p#contact-state select {
	  margin-top: 3px;
    }
    .contact-form textarea {
      border: 0;
      color: #404040;
      font-size: 1.5em;
      width: 98.3%;
      font-weight: bold;
      border: 4px #000 solid;
      font-variant: small-caps;
      padding: 5px 0px 7px 8px;
      margin-bottom: 16px;
    }
    .contact-form #submit-btn {
      background: transparent url('../images/gui/btn/btn-submit-eval.png') no-repeat;
      border: none;
      width: 81px;
      height: 25px;
      float: right;
      cursor: pointer;
    }
    #form-notice,
    #notice {
      overflow: hidden;
      margin-bottom: 10px;
      padding: 10px 10px 10px 90px;
      height: 55px;
      background: transparent url('../images/gui/icons/icon-notice.png') 0 0 no-repeat;
    }
    #form-notice h5,
    #notice h5 {
      margin: 0;
    }
    #form-notice p,
    #notice p {
      color: #ff0000;
      font-size: 0.8em;
      font-weight: bold;
      margin: 5px 0 !important;
    }
    form p.notice input,
    form p.notice textarea {
      border: 4px solid #ff0000 !important;
    }
    form #office-location.notice label,
    form #contact-country.notice select {
      color: #ff0000;
    }
    form #contact-country {
      width: 350px;
    }

/*  =PRESS RELEASE LIST SELECTORS
    ----------------------------------------------  */
    .pr-item,
    .gallery-item {
      height: 120px;
      padding: 10px 100px 5px 150px;
      border-bottom: 1px solid #222;
      position: relative;
    }
    .pr-item.last,
    .gallery-item.last {
      border-bottom: 0 none;
    }
    .pr-item h4,
    .pr-item h5,
    .gallery-item h4,
    .gallery-item h5 {
      color: #fff;
      margin: 5px 0 0;
      font-size: 0.8em;
    }
    .pr-item h5,
    .gallery-item h5 {
      font-weight: normal;
    }
    .pr-item p {
      line-height: 1.2em;
    }
    .read-more,
    .view-more {
      background: transparent url(../images/gui/btn/btn-readmore-gray.png) 0 0 no-repeat;
      display: block;
      text-indent: -9999px;
      width: 89px;
      height: 29px;
      position: absolute;
      top: 15px;
      right: 0;
    }


/*  =MISC SELECTORS
    ----------------------------------------------  */
    .bullet-points {
      padding: 0;
      margin: 20px 5px;
      list-style: none;
    }
    .bullet-points li {
      padding: 2px 25px;
      background: transparent url('../images/gui/bg-bullet.png') 0 -6px no-repeat;
      margin: 5px 0;
      font-size: 0.8em;
      line-height: 1.5em;
    }
    #home-link {
        background: url('../images/branding/antiquorum-sm.png') 0 -53px no-repeat;
        width: 34px;
        height: 28px;
        display: block;
        text-indent: -9999px;
        margin: 0 auto;
    }
    .year-select {
      position: absolute;
      right: 15px;
      top: 0;
      z-index: 5;
      margin: 0;
    }
    .year-select .highlighted a {
      text-decoration: underline;
    }
    .year-select li {
      float: left;
      margin: 5px;
      padding: 7px 5px;
      font-size: 0.8em;
    }
    .view-auction,
    .price-list {
      background: transparent url('../images/gui/btn/btn-view-auction.png') no-repeat;
      width: 112px;
      height: 30px !important;
      text-indent: -9999px;
      position: absolute;
      bottom: 10px;
      right: 20px;
      display: block;
      opacity: 0.8;
    }
    .view-auction a:hover,
    .price-list a:hover {
      opacity: 1;
    }
    .price-list {
      background: transparent url('../images/gui/btn/btn-price-list.png') no-repeat !important;
      width: 130px !important;
    }
    #events-page .price-list {
      right: 135px;
    }
    #auction-page a.price-list,
    #auctionevent-page a.price-list,
    #catalogs-page a.price-list {
      left: 150px;
      bottom: 20px !important;
    }
    .at300bs.at15t_expanded, 
    .at300bs.at15t_compact {
      display: none;
    }
    .Explorer div#site-search {
	  border: solid;
    }


/*  =MONIKER SELECTION
    ----------------------------------------------  */
    #moniker {
      position: absolute;
      left: 47.5%;
      bottom: -30px;
      width: 23px;
      height: 23px;
      display: block;
      background: transparent url('../images/branding/push/push-icon.png') 0 0 no-repeat;
      text-indent: -9999px;
    }
    #moniker-popup {
      background: transparent url('../images/branding/push/branding-popup.png') 0 0 no-repeat;
      width: 137px;
      height: 58px;
      position: absolute;
      text-indent: -9999px;
      bottom: -42px;
      left: 37%;
    }
    
    
