
/* @group Base Styles */

/* @group Reset */

/* This area resets many existing styles that browsers have, and makes the whole stylesheet easier to work with */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}

body{line-height:1.5}
table{border-collapse:separate;border-spacing:0}
caption, th, td{text-align:left;font-weight:normal}
table, td, th{vertical-align:middle}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
a img{border:none}
iframe{margin: 12px 0}

/* @end */

/* @group Utility */

/* Here, we're defining utility styles, like clearfix, that are useful and re-useable */

*{margin:0; padding:0}
a img, frameset{border:0}
.clearfix:after, #content-wrap:after, #column-main:after, #title:after, .callout-center:after, .promo-wrap:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clear{clear:both}
.left{float:left}
img.left{margin:0 16px 16px 0}
.right{float:right}
img.right{margin:0 0 16px 16px}
.hide{display:none}

/* @end */

/* @group Text Base */

/* Here, we're setting the basic font styles and sizes for the site */

body{font-size:62.5%;color:#222;background:#fff;font-family:"Lucida Sans","Lucida Sans Unicode",Verdana,sans-serif}
textarea{font-family:"Lucida Sans","Lucida Sans Unicode",Verdana,sans-serif; font-size:12px}
h1, h2, h3, h4, h5, h6{font-weight:normal;color:#111}
h1{font-size:3em;line-height:1;margin-bottom:0.5em}

h2, h3, h4, h5, #home-tabs-selectors span.title { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Century Gothic", Helvetica, Arial, sans-serif; font-weight: 300 }

h2{
    font-size:2.1em;
    color: #e7692f;
    float: left;
    margin: .3em 0 .3em .3em;
}
h3{
    font-size:1.5em;
    color: #205367;
    margin: 0 0 .6em 0;
}
h3.title{
    background: url(../images/core/h2-span.png) top left no-repeat;
    float: left;
    height: 38px;
    margin: .9em;
}
h3.title span{
    background: url(../images/core/h2-span-span.png) top right no-repeat; 
    height: 32px;
    display: block;
    float:left;
    padding: 3px 12px 3px 18px;
}
h3.title-r{
    background: url(../images/core/h2-span.png) top left no-repeat;
    float: right;
    height: 38px;
    margin: .9em;
}
h3.title-r span{
    background: url(../images/core/h2-span-span.png) top right no-repeat; 
    height: 32px;
    display: block;
    float:left;
    padding: 3px 12px 3px 18px;
}
h4{ font-size:1.8em;
    line-height:1.2em;
    margin-bottom:1em;
    color:#356795;
    text-decoration: none;
    background: no-repeat 0 3px url(../images/core/column-main-h4.png);
    padding: 0 0 0 18px;
    position: relative;
}
h4 a{text-decoration: none}
h4 a:hover{text-decoration: underline}
#column-main h4{
    font-size: 1.5em;
}
.special-offer h4, .home-content-block h4, .column h4{
    margin: 0 0 12px -18px;
}
.with-button{ 
    padding: 0 110px 0 18px;
    position: relative;
}
h5{font-size:1.4em;margin-bottom:.5em; color: #e46831;}
h6{font-size:1em;font-weight:bold}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{margin:0}
p{margin:0 0 1.5em}
p img{margin:0.5em 0 }
p img.right{float:right;margin:0 0 1.5em 1.5em}
p.center{ text-align: center; }
a:focus, a:hover{color:#000}
a{color:#009;text-decoration:underline}
blockquote{margin:1.5em;color:#666;font-style:italic}
strong{font-weight:bold}
em, dfn{font-style:italic}
dfn{font-weight:bold}
sup, sub{line-height:0}
abbr, acronym{border-bottom:1px dotted #666}
address{margin:0 0 1.5em;font-style:italic}
del{color:#666}
pre, code{margin:1.5em 0;white-space:pre}
pre, code, tt{font:1em 'andale mono', 'lucida console', monospace;line-height:1.5}
li ul, li ol{margin:0 1.5em}
ul{list-style-type: none; margin: 0 0 1.5em 0}
ol{list-style-type:decimal; margin:0 0 1.5em 1.5em }
ul li{ padding-left: 14px;background: url(../images/core/ul-li.png) no-repeat 0 7px; margin: 0 0 .5em 0;}
dl{margin:0 0 1.5em 0}
dl dt{font-weight:bold}
dd{margin-left:1.5em}
table{margin-bottom:1.4em;width:100%}
th, td{padding:4px 10px 4px 5px; border-bottom:1px solid #e3edef}
th{font-weight:bold;background:#c7e5ec; border-bottom:1px solid #b8d7de}
tr.even td{background:#E5ECF9}
caption{background:#eee}
.small{font-size:.8em;margin-bottom:1.875em;line-height:1.875em}
.large{font-size:1.2em;line-height:2.5em;margin-bottom:1.25em}
hr, div.hr{color:#ddd;clear:both;float:none;width:100%;height:29px;margin:6px 0 12px 0;border:none;background: url(../images/core/hr-bg.png) top center no-repeat;}


/* A javascript function wraps all HR elements with a div.hr for IE browsers */
div.hr hr{display:none}
hr.dots, div.dots{height:12px;margin:6px 0 6px 0;background: url(../images/core/hr-home.png) center center repeat-x;}
hr.invisible, div.invisible{height: 1px;margin: 12px 0;background: none;}

/* This style adds an extra border to images */
img.border{ border: 6px solid #e3eff6; }

/* Place this style on an HR and images will flow over it naturally */
hr.no-clear{ clear: none; }

/* @end */

/* @group Links */

/* There are the standard colors and styles for links */

a{color:#286a90;text-decoration:underline}
a:focus, a:hover{color:#4d95be;text-decoration:none}
a:active{color:#4d95be}

/* This line reduces the weird "dotted-border" issue Phark produces in Firefox */
a[class], a[id]{outline:none}

/* @end */

/* @group Columns */

.colOuter {

}
.colOuter .col {
  float: left;
  padding-right: 5%;
}
.colOuter-2cols .col { width: 45%; }
.colOuter-3cols .col { width: 30%; }
.colOuter-2cols .col2,
.colOuter-3cols .col3 {
  float: right;
  padding-right: 0;
}

/* @end */

/* @group Forms */

/* Forms with tighter styles use a UL container, with individual inputs and labels inside LIs */
label{font-weight:bold;}
fieldset{padding:1.4em 0;margin:0 0 1.5em 0}
legend{font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select{margin:0.5em 0;border:1px solid #bbb;}
input.text, input.title{width:300px;padding:5px;}
input.title{font-size:1.5em;}
input{ margin-right: 10px; }
textarea{height:250px;padding:5px;}
.error, .notice, .success{padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error{background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice{background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success{background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a{color:#8a1f11;}
.notice a{color:#514721;}
.success a{color:#264409;}
fieldset li{ background-image: none; padding: 6px 12px; overflow: hidden; zoom:1; }
fieldset li label{ width: 120px; float: left;}
fieldset li input.text, fieldset li textarea{ border: 0px; width: 315px; float: left; background: url(../images/core/bg-text.png) top left no-repeat; padding: 4px;}
fieldset li input.text:focus, fieldset li textarea:focus{ background: url(../images/core/bg-text.png) 0 -500px no-repeat; padding: 4px;}
fieldset li.checkbox label{ float: none}
fieldset li.buttons, fieldset li.checkbox, fieldset li.indent{ padding-left: 130px;}

/* These styles specifically target Formspring forms */
.formRow{ line-height: 2em; background-image: none; padding: 2px 12px; overflow: hidden; zoom:1; }
#formSubmitButton{padding-left:130px;}
input[type="text"], textarea{ border: 0px; background: url(../images/core/bg-text.png) top left no-repeat; padding: 4px;}
input[type="text"]:focus, textarea:focus{ background: url(../images/core/bg-text.png) 0 -500px no-repeat; }
label.optionLabel{ font-weight: normal;}
div.formLabel{text-align: right; line-height: 18px;}
#submitButton{
    display:block;
    margin-right: 12px;
    width: 112px;
    height: 36px;
    float: left;
    color: white;
    padding: 6px 0;
    text-decoration: none;
    text-align: center;
    background: url(../images/core/button-clear.png) 0 0 no-repeat;
    border: 0px;
    font-weight:bold;
    font-size: 12px;
    cursor: pointer;
}
#submitButton:hover{
    background-position: 0 -36px;
    text-decoration: underline;
}

#toShop-column-form {
float:right;
margin-right:2px;
padding-right:1px;
width:360px;
}

/* @end */

/* @end */

/* @group Structural Elements */

  /* Here's where we set the basics of the site: The body, wrappers, title div, and etc */

  body{ background: #c7e5ec repeat-x url(../images/core/bg-body.png); text-align: center; }
  #title{
      padding:  0 0 12px 0;
      margin: 0 0 18px 0;
      position: relative;
  }
  .center-wrap{
      margin:0 auto;
      text-align:left;
      width:960px;
      position: relative;
  }
  #content{
      background: repeat-y top center url(../images/core/bg-content.png);
      position: relative;
      z-index: 10;
  }
  #content.home{
      background: repeat-y top center url(../images/core/bg-content-home.png);
      position: relative;
      z-index: 10;
  }
  #content.ecl {
      background: repeat-y top center url(../images/core/bg-content-ecl.png);
  }
  #content-wrap{
      background: no-repeat top center url(../images/core/bg-content-wrap.png);
      width: 958px;
      padding: 0 2px 0 2px;
      position: relative;
  }
  #content.ecl #content-wrap {
      background:transparent url(../images/core/bg-content-wrap-ecl.png) no-repeat scroll center top;
      font-size:1.2em;
      padding:18px 18px 18px 38px;
      width:901px;
  }
  #content-clear{
      background: no-repeat top center url(../images/core/bg-content-clear.png) #c7e5ec;
      height: 10px;
      clear: both;
  }
  #content-clear.home{background: no-repeat top center url(../images/core/bg-content-clear-home.png) #c7e5ec;}
  #column-main{
      float: left;
      width: 796px;
      font-size: 1.2em;   
  }
  .wide-wrap #column-main.interior {
      float: none;
      width: auto;
      background: #fff;
      border: 3px solid #e4f1f6;
  }
  .wide-wrap #column-main.interior #content-area {
      padding: 0 10px;
  }

    
  /* These styles define the boxes around offers on the Special Offers page */
  .special-offer{
      margin: 12px;
      padding: 18px 18px 8px 110px;
      border: 3px solid #e1eef3;
      position: relative;
      zoom:1;
  }
  .special-offer h4{
  background-image: none;
  }
  .special-offer h5{
  color:#222;background:#fff;font-family:"Lucida Sans","Lucida Sans Unicode",Verdana,sans-serif; font-size: 11px; font-weight: bold;
  }
  .special-offer img, .special-offer hr, .special-offer div.hr{
      display: none;
  } 
  .special-offer img.icon{
      display: inline;
      float: left;
      margin-left:-100px;
      position: relative;
  }
/* @end */

/* @group Header */

  #mast{  
      background: url(../images/core/bg-mast.jpg) center top no-repeat;
      height: 92px;
      position: relative;
      z-index: 20;
  }
  #mast .inner{
      text-align:left;
      width:960px;
      margin:0 auto;
      position:relative;
  }
  #logo{ margin: 0}
  #logo a{
      display:block;
      position:absolute;
      width:320px;
      height:80px;
      background: url(../images/core/logo-web.png) center top no-repeat;
      outline:none;
  }
  #logo a img{
      position: absolute;
      left: -9999px;
  }
  #nav-utility{
      position: absolute;
      text-align: right;
      width: 500px;
      top: 12px;
      right: 0px;
      font-weight: bold;
      margin: 0;
      line-height: 1.9em;
  }
  #nav-utility li{
      display:inline;
      background: url(../images/core/bg-nav-utility-li.png) center right no-repeat;
      padding: 6px 15px 6px 12px;
  }
  #nav-utility a{
      color: #8ebac6;
      text-decoration: none;
  }
  #nav-utility a:hover{
      color:#4d95be;
      text-decoration:underline
  }
  #nav-utility .last { background-image: none; }
  #nav-utility #nav-utility-order a{ color: #fef56c; }

  /* @group Primary Nav */

    #nav-primary{
        width: 951px;
        position: absolute;
        margin: 0px;
        list-style-type: none;
        left: 140px;
        top: 43px;
        text-align: left;
        font-size: 16px;
        font-weight: 700;
    }
    #nav-primary li{
        position: relative;
        display: block;
        height: 41;
        float: left;
        zoom: 1;
        font-family: Helvetica, Arial, sans-serif;
    }
    #nav-primary a.nav-link {
        display: block;
        height: 48px;
        text-decoration: none;
        padding: 0;
        color: #79b1c2;
        cursor: pointer;
    }
    #nav-primary a.nav-link:hover {
        color: #f0f9fc;
    }
    #nav-primary a.nav-link span {
        display: block;
        height: 38px;
        padding: 7px 20px 0 12px;
        position: relative;
        left: 6px;
    }
    #nav-primary .hover a.nav-link span {
        background: url(../images/core/nav-primary-navlink-span.png) top right no-repeat;   
    }
    #nav-primary a.nav-order {
        color: #d2e7ed;
    }
    #nav-primary .hover a.nav-link {
        color: #d8571b;
        background: url(../images/core/nav-primary-navlink.png) 0 0 no-repeat;
    }
    #nav-primary .hover a.nav-link:hover {
        color: #e7692f;
    }
    .nav-primary-sub{
        list-style-type: none;
        margin: 0;
        position: absolute;
        display: none;
        top: 41px;
        left: 0;
        z-index: 100;
        text-align: left;
    }
    #nav-primary .nav-primary-sub {
        font-size: 10px;
        font-weight: 300;
        width: 190px;
        padding-right:5px;
    }
    .hover .nav-primary-sub{ display: block; overflow: hidden;}

    /* The following styles allow us to create the complicated rounded edges on the drop-down menu */
    #nav-primary .nav-primary-sub li{
        height: 1%;
        float: left;
        width: 100%;
        display: block;
        line-height: 16px;
    }
    #nav-primary .nav-primary-sub a{
        float: none;
        text-decoration: none;
        font-size: 1.2em;
        text-indent: 0;
        display: block;
        padding: 0 0 0px 0;
        margin: 0;
        height: 1%;
        font-weight: 700;
    }
    .nav-primary-sub a span{
        background: url(../images/core/nav-primary-ul-a-span.png) 0 -6px no-repeat;
        display: block;
        margin: 0;
        padding: 8px 12px 6px 16px;
    }
    #nav-primary .nav-primary-sub a:hover{
        text-decoration: underline;
    }
    .nav-primary-sub li.first a span{
        padding: 20px 12px 6px 16px;
        background-position: 0 -0px;
    }
    #nav-primary .nav-primary-sub li{
        float: none;
        padding: 0 6px 0 0;
        margin: 0;
        background: url(../images/core/nav-primary-ul-li.png) center right no-repeat;
    }
    #nav-primary .nav-primary-sub li.last{
        background-position: bottom right;
    }
    #nav-primary .nav-primary-sub li.last a{
        padding-bottom: 7px;
        background: url(../images/core/nav-primary-ul-a-last.png) bottom left no-repeat;
    }
    #nav-primary .nav-primary-sub li.last a span {
        padding-bottom: 5px;    
    }

  /* @end */

/* @end */

/* @group Footer */

/* Footer structure and links are defined here */

#footer{
    background: url(../images/core/bg-footer.png) top center no-repeat #0b2835;
    color: #FFF;
    padding: 0 0 25px 0;
}
#footer-wrap{
    background: url(../images/core/bg-footer-wrap.png) top center repeat-x;
    padding: 48px 0 0 0;
}
#nav-footer{
    text-align: center; 
    padding: 0 240px 0px 73px;
}
#nav-footer li{
    display:inline;
    background-image: none;
    padding: 0;
    font-weight: bold;
}
#nav-footer a{
    color: #FFF;
    padding: 0 4px;
    text-decoration: none;
}
#nav-footer a:hover{
    color:#4d95be;
    text-decoration:underline
}
#copyright-info{
    padding: 0 250px 25px 50px;
    color: #6e8799;
    font-style: italic;
    text-align: center;
}
#stop-hunger, #lake-logo{
    display: block;
    text-indent: -9999px;
    position:absolute;
    background-color: black;
}
#stop-hunger:hover, #lake-logo:hover{
    background-position: bottom center;
}
#stop-hunger{
    width: 59px;
    height: 52px;
    left: 12px;
    top: 0px;
    background: url(../images/core/stop-hunger.png) top center no-repeat;
}
#lake-logo{
    width: 204px;
    height: 52px;
    left: 755px;
    top: 0px;
    background: url(../images/core/lake-logo.png) top center no-repeat;
}

/* @end */

/* @group Promo Column */

  #column-promos{
      float: right;
      width: 156px;
      padding: 0;
  }
  #column-promos h4{
      background: url(../images/core/bg-column-promo-h3.png) bottom center #FFF no-repeat;
      padding: 8px;
      margin: 0;
  }
  .promo, .account{
      padding: 0;
      margin: 0;
      overflow: hidden;
  }
  .promo a{ text-decoration: none; }
  .promo a:hover{ text-decoration: underline; }
  .promo ul{
      margin: 6px 0;
      list-style-type: none;
  }
  .promo li, .promo a.star{
      display: block;
      padding: 0px 6px 6px 15px;
      background: url(../images/core/bg-promo-li.png) 0 1px no-repeat;
      list-style-type: none;
  }
  
  /* @group Homepage Account section */

    #column-promos .account h4{
        padding: 6px 4px 18px;
        margin: 0;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
    }
    #column-promos .balance h4{
        background: url(../images/core/bg-column-balance-h3.png) bottom center #FFF no-repeat;
        margin: 0;
        padding-left: 8px;
    }
    #column-promos .video h4{
        background: url(../images/core/bg-column-video-h3.png) bottom center #FFF no-repeat;
        margin: 0;
        padding-left: 8px;
    }
    #column-promos .manage h4{
        background: url(../images/core/bg-column-account-h3.png) bottom center #FFF no-repeat;
        text-align: center;
    }
    .account{
        border: 1px #9dc8d8 solid;
        width: 155px;
        margin-left:-1px;
    }
    .account-balance-bottom{
        background: url(../images/core/bg-body.png) 0 -481px repeat-x;
        height:10px;
        width: 158px;
        margin-left:-1px;
    }
    .account-manage-bottom{
        background: #C7E5EC;
        height:10px;
        width: 158px;
        margin-left:-1px;
    }
    .promo-wrap{
        padding: 12px 12px 18px 12px;
        background: url(../images/core/bg-promo-wrap.png) top left no-repeat;
    }
    .account-wrap {
        background: url(../images/core/bg-account-wrap.png) top left repeat-x;
        float: left;
    }
    .balance .account-wrap{ width: 155px; }
	.video .account-wrap{ width: 155px; }
    .manage .account-wrap{
        padding: 2px 12px;
        width: 131px;
    }

  /* @end */

  /* @group Polls */

    .promo_poll_answers li {
      background-image: none;
      padding-left: 0;
    }
    .promo_poll_answers li input {
      margin-right: 5px;
    }
    .promo_poll .buttons {
      margin: 5px 0 5px;
      padding-left: 5px;
      text-align: center;
    }
    .promo_poll .buttons input {
      line-height: 17px;
    }
    .promo_poll_color {
      width:  10px;
      height: 10px;
      float: left;
      display: block;
      margin-left: -16px;
      border: 1px solid #fff;
    }
    .promo_poll_legend li {
      background-image: none;
      padding-left: 20px;
    }
    .promo_poll_outer_wrap {
      height:  140px;
      position:  relative;
    }
    .promo_poll_shine {
      position: absolute;
      left: 0;
      top: 0;
    }
    .promo_poll_image_wrap {
      height:  120px;
      overflow: hidden;
      margin: 0 0 15px 0;
      position:  relative;
      border: 2px solid #84b5c5;
    }
    .promo_poll_image_wrap img {
      position: absolute;
      top: -30px;   
      left: -5;
    }

  /* @end */

/* @end */

/* @group Buttons */

/* Defining all the buttons. Most links with the class of "button" need an inner "span" around the content to display properly. */
.button{
    cursor: pointer;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    float: left;
    margin: 6px 0;
    background: url(../images/core/button.png) 0 0 no-repeat;
    color: #FFF;
    text-decoration: none;
    position: relative;
    left: -2px;
    height: 1%;
}
#column-promos a.button{
    float: none;
    height: 36px;
}
#column-promos a.button span{
    float: none;
}
#column-promos .balance p{
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6em;
    margin: 5px 0 10px;
    color: #29789E;
}
#column-promos .balance a{
    font-weight: bold;
    color: #29789E;
    text-decoration: none;
}
#column-promos .balance a:hover{
    text-decoration: underline;
}


#column-promos .video p{
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6em;
    margin: 5px 0 10px;
    color: #29789E;
}
#column-promos .video a{
    font-weight: bold;
    color: #29789E;
    text-decoration: none;
}
#column-promos .video a:hover{
    text-decoration: underline;
}



#column-promos .manage a{
    text-align: left;
    padding: 11px 0 0 36px;
    line-height: 1em;
}
#column-promos .manage p{
    margin-bottom: 5px;
}
a.button span{
    display: block;
    float: left;
    height: 36px;
    padding: 6px 8px 6px 4px;
    position: relative;
    left: 4px;
    height: 24px;
    background: url(../images/core/button-span.png) top right no-repeat;
}
a.button:hover{background-position: bottom left; text-decoration: none; color: #FFF}
a.button:hover span{background-position: bottom right}
a.button-white{background: url(../images/core/button-white.png) 0 0 no-repeat; color: #29789e;}
a.button-white span{ background: url(../images/core/button-white-span.png) top right no-repeat}
a.button-white:hover span{color: #FFF}
a.button-readmore{  
    font-size: 11px;
    height: 23px;
    padding: 3px 6px;
    overflow: hidden;
    width: 88px;
    position: absolute !important; 
    right: -4px; top: -4px; 
    font-family:"Lucida Sans","Lucida Sans Unicode",Verdana,sans-serif;
    background: url(../images/core/button-readmore.png) 0 0 no-repeat;
    font-weight: bold;
    text-align: center;
    display: block;
}
.button-readmore:hover{ 
    background: url(../images/core/button-readmore.png) 0 -29px no-repeat;
    cursor: pointer;
    color: white;
}
a.button-rss{
    font-size: 11px;
    height: 23px;
    padding: 3px 6px;
    width: 68px;
    position: absolute !important; 
    right: -4px; top: -4px; 
    font-family:"Lucida Sans","Lucida Sans Unicode",Verdana,sans-serif;
    background: url(../images/core/rss-icon.png) right center no-repeat;
    font-weight: bold;
    text-align: center;
    display: block;
}
a.button-account{
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 12px;
    float: left;
    margin: 6px 0;
    text-decoration: none;
    position: relative;
    left: -2px;
    height: 1%;
}
#column-promos a.button-account{
    float: none;
    width: 100px;
}

a.button-account:hover {background-position: bottom left; text-decoration: none; color: #FFF}
a.button-account:hover span {background-position: bottom right}
a.button-activate {
    background: url(../images/core/btn-myo-activate-order.png) 0 0 no-repeat; color: #29789e;
    height: 36px;
    }
a.button-info {
    background: url(../images/core/btn-myo-account-info.png) 0 0 no-repeat; color: #29789e;
    } 
a.button-history {
    background: url(../images/core/btn-myo-order-history.png) 0 0 no-repeat; color: #29789e;
    }        
a.button-status {
    background: url(../images/core/btn-myo-order-status.png) 0 0 no-repeat; color: #29789e;
  }
a.button-info,
a.button-history,
a.button-status {
    height: 25px;
}

/* @end */

/* @group Main Column */

/* Defining styles for the large, left-column area */

#column-main.interior{
    width: 752px;
    padding: 18px;
}
#content-area{
    padding: 0 12px 0 24px;
}
#content-area.has-subpages{
    width: 542px;
    float: right;
}

/* @group Features/Benefits Header */

/* The styles for that large, yellow top of the Features and Benefits page */
.page-topper{
    clear: both;
    margin: 0 0 2em 0;
}
#benefits-topper{
    width: 388px;
    height: 192px;
    background: url(../images/core/benefits-promo.jpg) 0 0 no-repeat;
    padding: 13px 30px 0 340px;
    position: relative;
    margin-top: -20px;
}
#benefits-topper-images{
    position: absolute;
    left: 15px;
    top: -15px;
}

/* @end */

/* @group Nav-Left */

div#nav-secondary{
    width:161px;
    background: url(../images/core/nav-secondary.png) top left no-repeat;
    float: left;
}
div#nav-secondary ul{
    background: url(../images/core/nav-secondary-ul.png) bottom left no-repeat;
    margin: 0;
    list-style-type: none;
    float: left;
}
div#nav-secondary ul li{
    padding: 0 5px 0 0;
    background-image: none;
    margin: 0;
    width: 156px;
    display: block;
    float:left;
}
div#nav-secondary ul a{
    background: url(../images/core/nav-secondary-a.png) bottom center no-repeat;
    display: block;
    padding: 12px 18px;
}
div#nav-secondary ul li.selected{
    margin-top: -1px;
    background:  url(../images/core/nav-secondary-ul-selected.png) left center no-repeat;
}
div#nav-secondary ul li.selected a{
    border-bottom: 1px solid #c5ced1;
    background-image: none;
    text-decoration: none;
    color: white;
}
div#nav-secondary ul li.last a{
    background: none;
}
div#nav-secondary ul li.last a.selected{
    background:  url(../images/core/nav-secondary-selected-last.png) left bottom no-repeat;
    border-bottom: none;
}
div#nav-secondary ul li.first a.selected{
    background:  url(../images/core/nav-secondary-selected-first.png) left top no-repeat;
}   

/* @end */

/* @end */

/* @group Homepage */

/* Various styles for the homepage */

#column-main.home .home-divider {background:url(../images/core/home-divider.png) 0 0 no-repeat;
    height: 10px;
    line-height: 1px;
    position: relative;
    left: -2px;
    border: 0px;
    font-size: 1px;
    clear: both;
}
.home-content-block{
    border-top: 3px solid #e4f0f5;
    padding: 18px 18px 18px 36px;
    overflow: hidden;
}
#home-column-a{
    width: 395px;
    float:left;
}
#home-column-b{
    width: 392px;
    float: right;
    margin-right: 2px;
    padding-right: 1px;
}
#column-main.home #home-columns .home-divider{background:url(../images/core/home-column-divider.png) 0 0 no-repeat;
    height: 10px;
    width: 395px;
    position: relative;
    left: -1px;
}

/* Styles for the logo section */
#home-retailer-block{
    border-top: none;
    background-color: white;
    margin: 0 8px;
    padding:18px 13px 18px 28px;
}
#home-shops{
    position: relative;
    width: 300px;
}
#home-shops div{
    text-align: center;
    padding: 7px 0;
    width: 300px;

}
#home-shops img, .shop-logos a{
    margin: 0 3px 12px 3px;
    background: none;
    border: 1px solid #e3eff6;
    display: inline;
    padding: 3px;
}
.shop-logos a{ float: left; }
/*.shop-logos a:hover{*/
/*    border: 3px solid #e3eff6;*/
/*    padding: 4px;*/
/*}*/

/* Styles for the big image/tab area */
#home-tabs{
    height: 347px;
    width: 794px;
    clear: both;
    left: -1px;
    position: relative;
    background: url(../images/core/home-tabs-bg.png) bottom center repeat-x;
}
#home-tabs-selectors{
    height:59px;
    top: 285px;
    overflow: hidden;
    font-size: 10px; 
    margin-bottom: 0px;
}
#home-tabs-selectors li{
    padding: 0;
    margin: 0;
    background-image: none;
    float: left;
    height: 59px;
}
#home-tabs-selectors a{
    display: block;
    height: 59px;
    color: white;
    width: 199px;
    text-decoration: none;
    background: url(../images/core/home-tabs-selectors2.jpg) 0 0 no-repeat;
}
#home-tabs-selectors a span.wrap{
    display:block;
    font-size: 10px;
    padding: 10px;
    height: 39px;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
}
#home-tabs-selectors a:hover span.wrap{
    color: #FEF56C;
}
#home-tabs-selectors span.title{
    display: block;
    font-size: 15px; 
}
#home-tabs-selectors .solutions a
{ background-position: 0 0; }
#home-tabs-selectors .home-choice2 a
{ background-position: -199px 0; }
#home-tabs-selectors .home-meaningful a
{ background-position: -398px 0; }
#home-tabs-selectors .home-attention a
{ background-position: -597px 0; width: 197px;  }
#home-tabs-selectors .home-solutions .activeSlide
{ background-position: 0 -59px; }
#home-tabs-selectors .home-choice2 .activeSlide
{ background-position: -199px -59px; }
#home-tabs-selectors .home-meaningful .activeSlide
{ background-position: -398px -59px; }
#home-tabs-selectors .home-attention .activeSlide
{ background-position: -597px -59px; }
#home-tabs-container{
    height: 285px;
    position: relative;
    z-index: 5;
}
#home-tabs-container div.home-image{
    height: 285px;
    position: absolute;
    width: 794px;
    left: 0;
    top:  0;
}
#home-solutions{
    background: url(../images/core/home-image-solutions.jpg) 0 0 no-repeat;
}
#home-choice2{
    background: url(../images/core/home-image-choice2.jpg) 0 0 no-repeat; 
}
#home-meaningful{
    background: url(../images/core/home-image-meaningful.jpg) 0 0 no-repeat;   
}
#home-attention{
    background: url(../images/core/home-image-attention.jpg) 0 0 no-repeat;
}
#home-tabs-container div.tab-text{display: none;}

#home-tabs-container div.image-text{
    color: #3c3c3c;
    position: absolute;
    font-size: 13px;
    line-height: 22px;
}
#home-tabs-container #home-every-day-giving div.image-text{
    color: #FFF;
}
#home-tabs-container div.image-text p{
    margin-bottom: 9px;
}
#home-tabs-container div.image-text a{
    color: #4e899a;
    font-weight: bold;
}
#home-every-day-giving div.image-text{
    width: 320px;
    top: 93px;
    left: 41px;
}
#home-choice div.image-text{
    width: 415px;
    top: 119px;
    left: 34px;
}
#home-customizable div.image-text{
    width: 375px;
    top: 144px;
    left: 36px;
}
#home-affordable div.image-text{
    width: 250px;
    top: 101px;
    left: 503px;
}
#home-solutions div.image-text{
    width: 420px;
    top: 110px;
    left: 41px;
}
#home-choice2 div.image-text{
    width: 330px;
    top: 119px;
    left: 34px;
}
#home-meaningful div.image-text{
    width: 375px;
    top: 90px;
    left: 30px;
}
#home-attention div.image-text{
    width: 380px;
    top: 101px;
    left: 84px;
}
#home-tabs-container div.image-text a.button-clear, a.button-clear{
    display:block;
    margin-right: 12px;
    width: 112px;
    height: 24px;
    float: left;
    color: white;
    padding: 6px 0;
    text-decoration: none;
    text-align: center;
    background: url(../images/core/button-clear.png) 0 0 no-repeat;
}
#home-tabs-container div.image-text a.button-clear:hover, a.button-clear:hover{
    background-position: 0 -36px;
    text-decoration: underline;
}

/* @end */

/* @group Callouts */

/* Styles for site-wide callouts you can use */

.callout-right{background:url(../images/core/bg-dots-vertical.png) 0 0 repeat-y;
    width: 146px;
    padding: 0 0 0 24px;
    margin: 12px 0 12px 24px;
    float: right;
}
.callout-left{background:url(../images/core/bg-dots-vertical.png) top right repeat-y;
    width: 146px;
    padding: 0 24px 0 0;
    margin: 12px 24px 12px 0;
    float: left;
}
/*
.callout-center{background:url(../images/core/bg-callout-center.png) bottom center no-repeat;
    padding: 0 0 13px 0;
}
.callout-center .inner{background:url(../images/core/bg-callout-center-inner.png) top center no-repeat;
    padding: 20px 70px 0 70px;
}
.callout-center img{
    background-color: white;
    padding: 12px;
    float: right;
    border: 1px solid #f2ecc6;
}*/

/* @end */

/* @group Content Columns */

/* Styles defining the in-content columns we set up */

.column{
    float: left;
    padding: 0 12px 0 32px;
    margin: 12px 0;
}
.column-third{
    width: 190px;
    background:url(../images/core/bg-dots-vertical.png) top right repeat-y;
}
.has-subpages .column-third{
    width: 135px;
}
.column-half{
    width: 42%;
    background:url(../images/core/bg-dots-vertical.png) top right repeat-y;
}
.has-subpages .column-half{
    width: 225px;
}
.column-last{
    background: none;
    padding-right: 0;
    margin-right: 0;
}

.shop-logos .column{ padding: 0 12px 0 12px; }
.shop-logos .column-third{ width: 178px; }
.shop-logos .column-half{ width: 323px; }

/* @end */

/* @group eCard Styles */

.formLabel {
  float:left;
  font-weight:700;
  padding:10px 5px;
  vertical-align:top;
  width:100px;

}
.wideLabel, .wideField {
  clear: both;
  font-weight:700;
  padding: 5px 10px 5px 120px;
}
.formField {
  float:left;
  padding:10px;
  vertical-align:top;
}
.buttons {
   clear: both;
   padding: 10px 10px 10px 130px;
}
h2 a {
   text-decoration: none;
   color: #e7692f;
}
.ecard_thumb {
  float: left;
  margin: 0 20px 20px 0;
  height: 170px;
}
.ecard_thumb a {
  display: block; 
  text-decoration: none;
}
.ecard_title {
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-align: center;
}

/* @end */

/* @group Thickbox */

  #TB_window {
      color: #222222;
  }
  #TB_secondLine {color:#666666;}
  #TB_window h4 {
      background: none;
      margin:0;
      padding:10px 0 20px;
  }
  #TB_window a:link {color: #286A90; text-decoration: none;}
  #TB_window a:visited {color: #4D95BE; }
  #TB_window a:hover {color: #4D95BE; text-decoration: underline; }
  #TB_window a:active {color: #4D95BE;}
  #TB_window a:focus{color: #4D95BE;}
  #TB_window form p{
      margin: 0 0 10px;
  }
  #TB_window form button{
      background: url(../images/core/button-form.png) 0 0 no-repeat;
      color: #fff;
      font-size: 1.2em;
      font-weight: bold;
      height: 36px;
      width: 84px;
      border: none;
      margin-top: 20px;
  }
  #TB_window label{
      padding:4px 0;
      font-size: 10px;
  }
  #TB_window input{
      width: 98%;
      margin: 0;
  }
  #TB_overlay {
      position: fixed;
      z-index:100;
      top: 0px;
      left: 0px;
      height:100%;
      width:100%;
  }
  .TB_overlayMacFFBGHack {background: url(../images/core/macFFBgHack.png) repeat;}
  .TB_overlayBG {
      background-color:#356795;
      filter:alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75;
  }
  #TB_window {
      position: fixed;
      background: #ffffff;
      z-index: 102;
      color:#000000;
      display:none;
      border: 4px solid #E4F1F6;
      text-align:left;
      top:50%;
      left:50%;
  }
  #TB_window img#TB_Image {
      display:block;
      margin: 15px 0 0 15px;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-top: 1px solid #666;
      border-left: 1px solid #666;
  }
  #TB_caption{
      height:25px;
      padding:7px 30px 10px 25px;
      float:left;
  }
  #TB_closeWindow{
      height:25px;
      padding:11px 25px 10px 0;
      float:right;
  }
  #TB_closeAjaxWindow{
      padding:7px 10px 5px 0;
      margin-bottom:1px;
      text-align:right;
      float:right;
  }
  #TB_ajaxWindowTitle{
      float:left;
      padding:7px 0 5px 10px;
      margin-bottom:1px;
  }
  #TB_title{
      background: url(../images/bg-popup-header.png) 0 0 repeat-x;
      height:27px;
  }
  #TB_ajaxContent{
      clear:both;
      padding:2px 15px 15px 15px;
      overflow:hidden;
      text-align:left;
      line-height:1.4em;
  }
  #TB_ajaxContent.TB_modal{padding:15px;}
  #TB_ajaxContent p{
      padding:5px 0px 5px 0px;
  }
  #TB_load{
      position: fixed;
      display:none;
      height:13px;
      width:208px;
      z-index:103;
      top: 50%;
      left: 50%;
      margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
  }
  #TB_HideSelect{
      z-index:99;
      position:fixed;
      top: 0;
      left: 0;
      background-color:#fff;
      border:none;
      filter:alpha(opacity=0);
      -moz-opacity: 0;
      opacity: 0;
      height:100%;
      width:100%;
  }
  #TB_iframeContent{
      clear:both;
      border:none;
      margin-bottom:-1px;
      margin-top:1px;
      _margin-bottom:1px;
  }

/* @end */

/* @group Safari Hack */

  ::root #content-wrap{
      background-image: none; 
  }
  
/* @end */