/*----------------------------------------------------------------------------------------------------
Savon Global CSS
Author : john.s.dawson@supervalu.com

Created : 09/22/08
----------------------------------------------------------------------------------------------------*/
html, body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
* html img {
  display: block;
  overflow: hidden;
}
body {
  background: #ebebd7;
  color: #333;
  font: 62.5% arial,helvetica,sans-serif; /* Base size = 10px */
  padding-bottom: 20px;
  text-align: center;
}
/* ----- Base Links ----- */
a {
  color: #009bc0;
  font-weight: bold;
}
a:link {
  color: #009bc0;
  outline: none;
}
a:visited {
  color: #009bc0;
  outline: none;
}
a:hover {
  color: #009bc0;
  outline: none;
  text-decoration: none;
}
a:active {
  color: #009BC0;
  outline: none;
}
a:focus {
  color: #009BC0;
  outline: none;
}
a.bulleted { 
  background-image: url(/images/bulletArrow1.gif);
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 16px;
}

:focus {
  -moz-outline-style: none;
}

em {
  font-style: italic;
}

/* ----- Base Headings ----- */
h1 {
  font-size: 2.1em; /* Must be this size for image replacement */
  font-weight: bold;
  letter-spacing:  -0.03em;
}
h2 {
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing:  -0.03em;
  line-height: 1.2em;
}
h3 {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing:  -0.03em;
}
h4 {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing:  -0.03em;
}
h5 {
  font-size: 1.0em;
  font-weight: bold;
}
  h5.normal {
    font-weight: normal;
  }
  h5.padTop {
    padding-top: 20px;
  }
  h5.teaser {
    color: #b3473a;
  }

strong {font-weight: bold;}

ul.bulleted {
  list-style-type: none;
}
  ul.bulleted li {
    background: #fff url(/images/bulletDot.gif) no-repeat 2px 7px;
    padding: 2px 0px 0px 20px;
  }
  
ul.horizontal li {
  display: inline;
}
  
.alignRight {
  text-align: right;
}
  
.block {
  display: block;
}
  
.floatLeft {
  float: left;
}

.floatNone {
  float: none;
}

.floatRight {
  float: right;
}

.italics {
  font-style: italic;
}

.new {
  color: #ff0000;
}

#breadCrumbs {
  float: left;
  padding-top: 15px;
  width: 700px;
}
  #breadCrumbs ul {
    border: none;
    display: inline;
  }
    #breadCrumbs ul li {
      border: none;
      display: inline;
      list-style: none;
      padding-right: 5px;
    }

#contentBottom {
  background: #ebebd7 url('/images/bgContentBottom.gif') no-repeat bottom left;
  clear: both;
  height: 16px;
  width: 744px;
}  
#contentTop {
  background: #ebebd7 url('/images/bgContentTop.gif') no-repeat bottom left;
  clear: both;
  height: 12px;
  width: 744px;
}
#contentWrapper {
  background: #fff url('/images/bgContent.gif') repeat-y;
  font-size: 1.2em;
  margin: 20px auto;
  text-align: left;
  width: 744px;
}
#content {
  line-height: 1.5em;
  margin: 0px auto 0px auto;
  width: 700px;
}

/* ----- footer ----- */
#footer {
  background: #fff;
  clear: both;
  float: left;
  padding: 5px 0px 0px 0px;
  text-align: center;
  width: 700px;
}
  #footer img {
    display: inline;
  }
    #footer img.padLeft {
      padding-left: 20px;
    }
  #footer li {
    display: inline;
    list-style: none;
  }
  #footer #footer_row1 {
    background: #ffffd9;
    border-bottom: 1px dashed #bfbfbf;
    border-top: 1px dashed #bfbfbf;
    float: left;
    margin-top: 30px;
    width: 700px;
  }
    body#aboutUs #footer #footer_row1,
    body#enterpriseAboutUs #footer #footer_row1,
    body#enterpriseStoreLocator #footer #footer_row1,
    body#enterpriseSecurity #footer #footer_row1,
    body#enterpriseTerms #footer #footer_row1 {
      background-image: none;
    }
    #footer #footer_row1 h3 {
      color: #cf5e1f;
      font-size: 1.3em;
      font-weight: bold;
      letter-spacing:  -0.03em;
      margin-top: 17px;
    } 
    #footer #footer_row1 #footer_row1_col1 {
      float: left;
      padding-bottom: 15px;
      text-align: center;
      width: 349px;
    }
      #footer #footer_row1 #footer_row1_col1 img {
        margin-top: 20px;
      }
    #footer #footer_row1 #footer_row1_col2 {
      float: right;
      padding-bottom: 15px;
      text-align: center;
      width: 350px;
    }

    #footer #footer_row1 #footer_row1_wide {
      float: left;
      padding-bottom: 15px;
      text-align: center;
      width: 700px;
    }

    #footer #footer_row1 #footer_row1_wide img {
        margin-top: 20px;
        vertical-align: middle;
    }

    body#aboutUs #footer #footer_row1 #footer_row1_col2,
    body#enterpriseAboutUs #footer #footer_row1 #footer_row1_col2,
    body#enterpriseStoreLocator #footer #footer_row1 #footer_row1_col2,
    body#enterpriseSecurity #footer #footer_row1 #footer_row1_col2,
    body#enterpriseTerms #footer #footer_row1 #footer_row1_col2 {
      width: 700px;
    }
      #footer #footer_row1 #footer_row1_col2 img {
        margin-top: 13px;
      }
  #footer #footer_row2 {
    float: left;
    margin-top: 5px;
    width: 700px;
  }
  #footer #footer_row3 {
    float: left;
    margin-top: 5px;
    width: 700px;
  }
    #footer #footer_row3 ul {
      padding-left: 247px;
      padding-top: 15px;
      vertical-align: middle;
    }    
      #footer #footer_row3 ul li {
        display: inline;
        height: 72px;
        padding: 0px 13px 10px 13px;
        float: left;
      }   
        #footer #footer_row3 ul li #logo1 {
          padding-top: 20px;
        }
        #footer #footer_row3 ul li #logo3 {
          padding-top: 21px;
        }
  
/* ----- header ----- */
#header {
  float: left;
  width: 700px;
}
  #header h1 {
    float: left;
    height: 70px;
    text-indent: -5000px;
  }
  #header h1.acmeSavon {
    background: #fff url('/images/imgBannerLogos.gif') no-repeat -54px 8px;
    height: 72px;
    width: 129px;
  }
  #header h1.albertsons {
    background: #fff url('/images/imgBannerLogos.gif') no-repeat -206px 11px;
    width: 154px;
  }
  #header h1.albertsonsOsco {
    background: #fff url('/images/imgBannerLogos.gif') no-repeat -206px 11px;
    width: 196px;
  }
  #header h1.albertsonsSavon {
    background: #fff url('/images/imgBannerLogos.gif') no-repeat -426px 11px;
    width: 197px;
  }
  #header h1.biggs {
    background: #fff url('/images/imgBannerLogos.gif') no-repeat 0px -65px;
    height: 72px;
    width: 141px;
  }
  #header h1.cub {
    background: #fff url('/images/imgBannerLogos.gif') no-repeat -201px -63px;
    height: 74px;
    width: 88px;
  }
  #header h1.farmFresh {
    background: #fff url('/images/imgBannerLogos.gif') no-repeat -351px -60px;
    height: 78px;
    width: 108px;
  }
  #header h1.jewelOsco {
    background: #fff url('/images/imgBannerLogos.gif') no-repeat -521px -70px;
    width: 140px;
  }
  #header h1.shawsOsco {
    background: #fff url('/images/imgBannerLogos.gif') no-repeat -67px -146px;
    height: 73px;
    width: 153px;
  }
  #header h1.shopNSave {
    background: #fff url('/images/imgBannerLogos.gif') no-repeat -240px -147px;
    width: 127px;
  }
  #header h1.shopNSaveOsco {
    background: #fff url('/images/imgBannerLogos.gif') no-repeat -390px -151px;
    width: 203px;
  }
  #header h1.shoppers {
    background: #fff url('/images/imgBannerLogos.gif') no-repeat -193px -228px;
    width: 115px;
  }
  #header h1.starOsco {
    background: #fff url('/images/imgBannerLogos.gif') no-repeat -334px -228px;
    height: 72px;
    width: 134px;
  }
  #header h1.supervalu {
    background: #fff url('/images/headerSupervaluPharmacies.gif');
    height: 59px;
    width: 176px;
  }

  #header #banner {
    float: left;
    width: 500px;
  }
  #header #navBottom {
    background: url('/images/bgNav.gif') no-repeat;
    float: left;
    height: 5px;
    line-height: 5px;
    width: 700px;
  }
  #header #navBottom2 {
    border-top: 1px dashed #bfbfbf;
    float: left;
    height: 1px;
    line-height: 1px;
    width: 700px;
  }
  #header #topLinks {
    float: right;
    width: 200px;
  }
    #header #topLinks ul {
      float: right;
      padding-top: 20px;
    }
    #header #topLinks li {
      display: inline;
      float: left;
      list-style: none;
    }
    
#header #centerLinks {
	float:left;
	margin-left:-140px;
	padding-top:10px;
	width:125px;
	line-height:1.3em;
}

#navigation {
  float: left;
  height: 23px;
}
  #navigation ul {
    float: left;
    height: 21px;
  }
  #navigation li {
    display: inline;
    float: left;
    list-style: none;
  }
    #navigation li a {
      color: #fff;
      float: left;
      font-weight: bold;
      height: 21px;
      margin-top: 2px;
    } 
      #navigation li a:hover {
        margin-top: 0px;
      }
  #navigation #nav_1 a {
    background: #e4970b;
    width: 90px;
  }
    #navigation #nav_1 a:hover {
      border-bottom: 2px solid #e4970b;
    }
  #navigation #nav_2 a {
    background: #8e9c47;
    width: 144px;
  }
    #navigation #nav_2 a:hover {
      border-bottom: 2px solid #8e9c47;
    }
  #navigation #nav_3 a {
    background: #b3473a;
    width: 247px;
  }
    #navigation #nav_3 a:hover {
      border-bottom: 2px solid #b3473a;
    }
  #navigation #nav_4 a {
    background: #3c9ec1;
    width: 200px;
  }
    #navigation #nav_4 a:hover {
      border-bottom: 2px solid #3c9ec1;
    }
    
div.jumpIndex {
  float: left;
  padding: 10px 0px 5px 0px;
  text-align: left;
  width: 700px;
}
  div.jumpIndex a {
    background: #ebebd7;
    font-size: 1.1em;
    padding: 2px 5px 4px 5px;
    margin: 1px;
  }
  div.jumpIndex a:hover {
    color: #ebebd7;
    background-color: #009bc0;
    color: #fff;
  }
  div.jumpIndex a:active {
    border: 0px solid #000099;
    color: #f00;
  }

/* JSD - Modifications for the prescription functionality start here */
h2.eCom {
  text-indent: -5000px;
}

h3.eCom {
  font-size: 1.7em;
}

.allNormal * {
  font-weight: normal;
}

.bottom {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.collapse {
  display: none;
}

.normal {
  font-weight: normal;
}

.noPad {
  padding: 0px;
}

.noWrap {
  white-space: nowrap;
}

.padLeft {
  padding-left: 10px;
}

.padTop {
  padding-top: 5px;
}

.right {
  text-align: right;
}

.helpToolTip img {
  display: inline;
  margin-left: 2px;
  vertical-align: bottom;
}

#header.eCom #banner {
  width: 50%;
}

#header.eCom #headerRightCol {
  float: right;
  width: 50%;
}

#header.eCom #signIn {
  float: right;
}
  #header.eCom #signIn .formRow {
    float: none;
    display: inline;
  }
  #header.eCom #signIn #username,
  #header.eCom #signIn #password {
    width: 9.6em;
  }
  #header.eCom #signIn .continue {
    clear: none;
    float: left;
    padding-top: 22px;
    margin-left: 10px;
  }
  #header.eCom #signIn div.fieldErrorMessage {
    clear: both;
  }
    #header.eCom #signIn div.fieldErrorMessage em {
      font-style: normal;
    }
  #header.eCom #signIn a {
    font-size: 0.917em;
  }

#header.eCom #topLinks {
  width: 50%;
  margin-bottom: 9px;
}
  #header.eCom #topLinks div {
    float: right;
    line-height: 1.8em;
    width: 100%;
  }
  #header.eCom #topLinks ul {
    padding-top: 0px;
  }
  #header.eCom #topLinks .cartIcon {
    background: #fff url('/content/rx/images/iconCart.gif') no-repeat 0px 2px;
    padding-left: 28px;
  }

#header.eCom #navigation {
  width: 100%;
}

#header.eCom #navBottom {
  margin-right: -3px;
}

#footer.eCom #footer_row2 {
  border-top: 1px dashed #bfbfbf;
  margin-top: 30px;
}
  #footer.eCom #footer_row2 ul {
    padding-top: 5px;
  }

