html, body, div, table, tr, td, h1, h2, h3, form {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

body {
  height: 100%;
  font-family: Arial, Verdana;
  font-size: 12px;
  background: #AFB9C2 url(/images/background_gradient.gif) repeat-x;
  line-height: 150%;
  padding: 10px 0;
}

table {
  width: 100%;
}

a {
  color: #0000ff;
}

ol {
  margin-top: 5px;
  margin-bottom: 5px;
}

div#wrap {
  width: 920px;
  margin: 0 auto;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px #ccc solid;
}

address {
  font-style: normal;
}

/* H1
-----------------------------------------------*/

h1 {
  font-size: 14px;
  color: #CF006A;
}

h1 a {
  color: #CF006A !important;
}

h1 a:hover {
  color: #999 !important;
  text-decoration: none;
}

/* H2
-----------------------------------------------*/

h2 {
  color: #83AA49;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}

h2 a {
  color: #83AA49 !important;
}

h2.h1 {
  color: #CF006A;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}

h2.h1 a {
  color: #CF006A !important;
}

/* H3
-----------------------------------------------*/

h3 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
}

/* H4
------------------------------------------------------------------*/

h4 {
  color: #000;
  font-size: 12px;
  margin: 0px 0px 5px;
  font-weight: bold;
}

input[type=text], input[type=password] {
  width: 200px;
  border: 1px #7f9db9 solid;
}

img {
  border: 0;
}

img.middle {
  vertical-align: middle;
}

.incorrect {
  background: #ffdddd;
}

/*top
-----------------------------------------------*/
div#top {
  text-align: right;
  font-size: 13px;
  color: #fff;
  margin-bottom: 2px;
}

div#top a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

div#top img {
  margin: 0 2px;
}

div#top a:hover {
  color: #fff;
}

span.top-navigation {
  padding: 0 5px;
}

/*header
-----------------------------------------------*/
div#header img {
  display: block;
}

/*main
-----------------------------------------------*/
div#main {
  background: #b8e3d9;
}

div#main-clear {
  background: #fff;
  clear: both;
  display: block;
  height: 1px;
  border-left: 1px #93ccbf solid;
  margin-left: 180px;
}

/*navigation
-----------------------------------------------*/
div#navigation {
  background: #fff url(/images/navbar_bg.gif) bottom repeat-x;
  border-top: 1px #ccc solid;
  border-bottom: 1px #aaa solid;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

div#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#navigation li {
  display: inline;
  margin: 0;
  padding: 0;
}

div#navigation a {
  padding: 8px;
  text-decoration: none;
  color: #555;
  font-weight: bold;
  border-right: 1px #999 solid;
}

div#navigation a:hover {
  color: #CF006A;
  text-decoration: underline;
}

/*sidebar
-----------------------------------------------*/
div#sidebar {
  background: #b8e3d9 url(/images/sidebar_top.gif) top repeat-x;
  float: left;
  width: 180px;
  vertical-align: top;
  text-align: center;
  line-height: 1px;
}

/*content
-----------------------------------------------*/
div#content {
  background: #fff url(/images/content_top.gif) top repeat-x;
  border-left: 1px #93ccbf solid;
  float: left;
  width: 699px;
  min-height: 460px;
  height: auto !important;
  height: 460px;
  padding: 20px 20px 0;
  vertical-align: top;
}

/*footer
-----------------------------------------------*/
div#footer {
  background: #fff;
  clear: both;
  height: 15px;
  margin-bottom: 5px;
}

div#footer .left {
  display: block;
  float: left;
  background: #b8e3d9 url(/images/sidebar_bottom_left.gif) bottom left no-repeat;
  height: 20px;
  width: 180px;
}

div#footer .right {
  display: block;
  float: right;
  background: #fff url(/images/content_bottom_right.gif) bottom right no-repeat;
  border-left: 1px #93ccbf solid;
  height: 20px;
  width: 739px;
}

/*bottom
-----------------------------------------------*/
div#bottom {
  clear: both;
  text-align: right;
  height: 65px;
}

/*sbox
-----------------------------------------------*/
div.sbox {
  background: #fff url(/images/sbox_bg.gif) repeat-x;
  margin-bottom: 20px;
}

div.sbox .left {
  display: block;
  float: left;
  background: url(/images/sbox_left.gif) top left no-repeat;
  width: 30px;
  height: 15px;
}

div.sbox .right {
  display: block;
  float: right;
  background: url(/images/sbox_right.gif) top right no-repeat;
  width: 30px;
  height: 15px;
}

div.sbox .content {
  display: block;
  clear: both;
  margin: 0 20px;
}

div.order-navigation {
  border: 1px #8ba7cd solid;
  background: #eff3fb;
  padding: 3px;
  text-align: right;
  margin-bottom: 5px;
}

.product-checkbox {
  padding: 5px 0;
  width: 20px;
  vertical-align: middle;
}

.product-image {
  padding: 5px 5px 0 0;
  width: 150px;
  vertical-align: middle;
  text-align: center;
}

.product-image span {
  display: block;
  width: 150px;
}

.product-description {
  padding: 5px 0;
}

ul#bmiList, ul#bmiList li {
  margin: 0;
  padding: 0;
  list-style-type: none; 
}

span.button {
  background: transparent url(/images/button1.gif) no-repeat;
  display: block;
  float: left;
  height: 20px;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 20px;
  margin-top: 2px;
}

span.button a {
  background: transparent url(/images/button2.gif) no-repeat top right;
  display: block;
  float: left;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
  height: 20px;
  padding: 0 28px 0 10px;
  margin-right: -1px;
  line-height: 20px;
}

span.buttonBack {
  background: transparent url(/images/button3.gif) no-repeat top right;
}

span.buttonBack a {
  background: transparent url(/images/button4.gif) no-repeat top left;
  padding: 0 10px 0 28px;
}

span.buttonDisabled {
  background: transparent url(/images/button1_disabled.gif) no-repeat;
}

span.buttonDisabled a {
  background: transparent url(/images/button2_disabled.gif) no-repeat top right;
}

th {
  text-align: left;
}

tr.odd {
  /*	background: #fff;*/
}

tr.even {
  /*	background: #fff;*/
}

tr.odd td, tr.even td {
  /*height: 35px !important;*/
  padding: 5px 0 !important;
  line-height: 150% !important;
}

.pages {
  margin: 0 auto;
  width: 0;
}

.pages td {
  padding: 0 10px;
}

.messageBox {
  text-align: left;
  padding: 10px 10px 10px 55px;
  margin: 0 0 10px;
  line-height: 120%;
}

.alert {
  background: #fff6bf url(/images/warning.gif) center no-repeat;
  background-position: 10px 50%;
  border-top: 2px #ffd324 solid;
  border-bottom: 2px #ffd324 solid;
}

.info {
  background: #e1ebff url(/images/info.gif) center no-repeat;
  background-position: 10px 50%;
  border-top: 2px #8ba7cd solid;
  border-bottom: 2px #8ba7cd solid;
}

.error {
  background: #ffbfbf url(/images/stop.gif) center no-repeat;
  background-position: 10px 50%;
  border-top: 2px #ff2424 solid;
  border-bottom: 2px #ff2424 solid;
}

.check {
  background: #54f547 url(/images/check.gif) center no-repeat;
  background-position: 10px 50%;
  border-top: 2px #35c519 solid;
  border-bottom: 2px #35c519 solid;
}

.discount {
  display: block;
  background: url(/images/discount.jpg) top right no-repeat;
  line-height: 120%;
  font-size: 22px;
  color: #fff;
  float: right;
  padding: 20px 0 0 10px;
  width: 100px;
  height: 80px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -1px;
}

ul.specialoffers {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.specialoffers li {
  display: block;
  width: 345px;
  float: left;
}

.buttonblue {
  background: url(/images/buttonblue2.gif) repeat-x;
  display: block;
  height: 33px;
  width: 580px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  line-height: 33px;
  font-weight: bold;
  text-decoration: none !important;
}

.buttonblue .left {
  display: block;
  float: left;
  width: 18px;
  height: 33px;
  background: url(/images/buttonblue1.gif) left top no-repeat;
}

.buttonblue .right {
  display: block;
  float: right;
  width: 18px;
  height: 33px;
  background: url(/images/buttonblue1.gif) right top no-repeat;
}
