
/* Flat Buttons */
a.flat-btn {
  display: block;
  background: url(../images/update-btn-left.gif) no-repeat 0 0;
  line-height: 19px;
  padding: 0 0 0 6px;
  font-size: 85%;
  font-weight: bold;
  float: left;
  display: inline;
}
a.flat-btn span {
  display: block;
  padding: 0 9px 0 0;
  background: url(../images/update-btn-right.gif) no-repeat 100% 0;
  white-space: nowrap;
}
a.flat-btn:link, a.flat-btn:visited {
  color: #fff!important;
  text-decoration: none;
}
a.flat-btn:hover {
  background: url(../images/update-btn-left-hover.gif) no-repeat 0 0;
}
a.flat-btn:hover span {
  background: url(../images/update-btn-right-hover.gif) no-repeat 100% 0;
}

/* Customer Signup */
label 
{
  display: block;
}
.account-left
{
  width: 280px;
  float: left;
}

.account-right
{
  width: 360px;
  float: right;
}

.clear
{
  clear: both;
  margin-bottom: 20px;
}

/* Deliver Box */
div.delivery-box-wrap {
  width: 275px;
  font-family: "Myriad Pro", Arial, sans-serif;
  float: left;
  display: inline;
}
div.delivery-box {
  margin-top: 10px;
  padding: 10px;
  margin-left: 6px;
/*  background: url(../images/deliver-box-bkg.jpg) repeat-x 0 65px #96c251;*/
  background-color: #1D5D2D;
  min-height: 170px;
  height: auto!important;
  height: 201px;
}
div.delivery-box h2 {
  color: #fff;
}
div.delivery-box-ft {
  width: 301px;
  height: 20px;
  overflow: hidden;
/*  background: url(../images/deliver-box-ft.jpg) no-repeat 0 0;*/
}
div.delivery-box h1 {
  margin: 0;
  padding: 20px 0 0 80px;
  color: #fff;
  background: url(../images/deliver-box-hd.jpg) no-repeat 0 0;
  height: 45px;
  overflow: hidden;
}
div.delivery-box p.find-out {
  color: #fff;
  text-align: center;
  margin-top: 5px;
}
div.delivery-box a.get-started {
  display: block;
  line-height: 58px;
  height: 58px;
  overflow: hidden;
  background: url(../images/get-started-btn-left.png) no-repeat 0 0;
  padding: 0 0 0 29px;
  font-size: 153.9%;
  margin-left: 28px;
  float: left;
  display: inline;
}
div.delivery-box a.get-started span {
  display: block;
  line-height: 58px;
  background: url(../images/get-started-btn-right.png) no-repeat 100% 0;
  padding: 0 50px 0 20px;
}
div.delivery-box a.get-started:link, div.delivery-box a.get-started:visited {
  color: #fff;
  text-decoration: none;
}
div.delivery-box a.get-started:hover {
  background-position: 0 -58px;
}
div.delivery-box a.get-started:hover span {
  background-position: 100% -58px;
}
div.delivery-box form {
  text-align: center;
  color: #fff;
}
div.delivery-box form input.txt {
  text-align: center;
  color: #175c8c;
  padding: 2px;
  background: url(../images/zip-code-bkg.gif) repeat-x 0 0;
  margin: 0 0 10px 0;
  width: 150px;
}
div.delivery-box form input.zipradio {
  vertical-align: middle;
}
div.delivery-box-ft p.biz-delivery {
  margin: 0;
  padding: 27px 20px 20px 0;
  text-align: right;
  font-size: 93%;
}
div.delivery-box form #question-mark {
  padding-top: 8px;
  vertical-align: middle;
}
div.delivery-box form #whats-this {
  display: none;
}
div.delivery-box-ft p.biz-delivery a:link, div.delivery-box-ft p.biz-delivery a:visited {
  color: #175c8c;
  text-decoration: underline;
}
div.delivery-box-ft p.biz-delivery a:hover {

}
div.delivery-box-ft p.returning-login {
  color: #fff;
  /*line-height: 34px;*/
  margin: 0 0 5px 6px;
}
div.delivery-box-ft p.returning-login span.left {
  display: block;
  overflow: hidden;
  float: left;
  display: inline;
}
div.delivery-box-ft p.returning-login a.orange-btn {
  margin-left: 65px;
  color: #fff;
}


.specials {
  background-image: url(../images/specials.gif);
  background-repeat: no-repeat;
  background-position: top;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 40px;
  font-size: 14px;
  list-style-position: outside;
  list-style-image: url(../images/bullet.gif);
  line-height: 20px;
}


