@charset "utf-8";
/* ADD CUSTOM STYLES HERE */
/*
 * $Id: localStyle.css 12751 2010-06-08 15:43:05Z nkinnett $
 * $Log: localStyle.css,v $
 * Revision 1.1  2009/07/01 17:26:15  jwise
 * Enter PR: 4504
 * OneNOAA style update
 *
 */

/* Map styles for search page */
#map {
    width: 775px;
    position: relative;
    left: 35px;
}

#olMap {
    position: absolute;
    width: 550px;
    height: 300px;
    left: 0px;
}

#mapMinDiff {
    padding-top: 300px;
    margin-left: auto;
    margin-right: auto;
}

#mapControls {
    position: absolute;
    top: 100px;
    left: 575px;
}

/* Formats each search sub-sections caption or title */
 
.subtitles {
    font-size: 8pt;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 1px;
    clear: both;
}

/* Search For Data */

 .category{
     list-style-type: none;
     margin-left:0px;
     margin-top:10px;
     margin-bottom: 10px;
  }
 
  .prod_list{
     list-style-type: none;
     margin-left: 0px;
  }
 
  .product_link{
     display: none;
     margin-left: -25px;
     /*margin-left: 15px;*/
     margin-top: 0px;
     margin-bottom: 0px;
  }
 
 .prod_des{
     text-align: left;
     list-style-type: none;
     margin-left: 0px;
 }
 
 .long_desc{
     display: none;
     font: 10px  Verdana, Arial, Helvetica, sans-serif;
     border: 1px solid #AEDBF4;
     padding: 4px 4px 4px 8px;
     color: #444;
     background: #fff;
 }

/* Shopping Cart */

  td.shopping_cart_info1 {
      font-size: 12pt;
      text-align: left;
      vertical-align: bottom;
  }

  td.shopping_cart_info2 {
      font-size: 12pt;
      text-align: right;
      vertical-align: bottom;
  }

/* Details */
  
  td.details_table_companion_title {
      width: 35%;
  }

  td.details_table_companion_value {
      width: 65%;
  }

  #summaryMap {
      width: 500px;
      height: 500px;
  }
    
  div.summaryButtons input {
      width: 250px;
  }

  #noScript {
      background-color: #000000;
      color: white;
      font-weight: bold;
      margin: 0 auto 0 auto;
      padding: 5px;
    }

    #noScript h1 {
        color: white;
        text-align: left;
    }
    #noScript a {
        color: white;
        background: transparent url(../images/left_nav_bullet.png) no-repeat scroll left top;
        padding-left: 15px;
    }


/* OVERRIDE #CONTAINER WIDTH and MIN-HEIGHT HERE */
#container {}
