* { outline: none; }
.colSet {
  overflow: auto;
  height: 100%;
}
.col1 { width: 55px; }
.col2 { width: 130px; }
.col3 { width: 205px; }
.col4 { width: 280px; }
.col5 { width: 355px; }
.col6 { width: 430px; }
.col7 { width: 505px; }
.col8 { width: 580px; }
.col9 { width: 655px; }
.col10 { width: 730px; }
.col11 { width: 805px; }
.col12 { width: 880px; }
.gutter { margin-right: 20px; }
.section { margin-bottom: 20px; }
.lmargin { margin-left: 40px; }
html, body {
  background: #13647d url('../images/pageBG.png') repeat-y top center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 95%;
  line-height: 140%;
}
.messages {
  width: auto;
  display: block;
  margin: 40px 10px;
}
.block-progress dt { padding: 5px 10px; }
.block-progress dd {
  margin-bottom: 20px;
  padding: 5px 10px;
}
h1 {
  color: #13647d;
  font-size: 200%;
  line-height: 1.2em;
  margin-bottom: 15px;
}
h2 {
  color: #13647d;
  font-size: 150%;
  line-height: 1.2em;
  margin-bottom: 15px;
}
h3 {
  color: #13647d;
  font-size: 125%;
  line-height: 1.2em;
  margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Wellements;
  font-weight: normal;
}
a {
  color: #13647d;
  text-decoration: underline;
}
a.button {
  display: inline-block;
  position: relative;
  z-index: 400;
  cursor: pointer;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 80%;
  letter-spacing: 0.2pt;
  background: url('../images/buttonBG.png') top left;
  margin: 5px 0 10px 0;
  height: 40px;
  font-weight: normal;
}
a.button span {
  display: block;
  background: url('../images/buttonBG.png') top right;
  margin-left: 15px;
  padding-right: 15px;
  height: 40px;
  line-height: 35px;
}
button.button {
  background-color: #e0edab;
  border-color: #c3dd5c;
}
#wrapper {
  width: 960px;
  margin: 0 auto;
  background: #ffffff;
}
#header {
  position: relative;
  background: url('../images/headerbg.png') no-repeat 0 -10px;
  height: 190px;
}
.cms-home #header { height: 220px; }
#middle { position: relative; }
#footer {
  position: relative;
  background: #f7f0dc;
}
#topLogo {
  position: absolute;
  top: 20px;
  left: 40px;
}
#betaNav {
  overflow: auto;
  height: 100%;
  position: absolute;
  top: 75px;
  right: 40px;
  font-size: 85%;
}
#betaNav li {
  display: block;
  float: left;
}
#betaNav li a {
  text-decoration: underline;
  padding: 0 8px;
  border-left: 1px solid #13647d;
  color: #13647d;
}
#betaNav li:first-child a { border: none; }
.breadcrumbs {
  color: #999999;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  border: none;
  font-size: 95%;
}
.breadcrumbs a { color: #999999; }
.breadcrumbs ul {
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 10px;
}
.success-msg, .error-msg {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#search_mini_form {
  position: absolute;
  top: 15px;
  right: 40px;
}
#alphaNav {
  overflow: auto;
  height: 100%;
  overflow: hidden;
  width: 880px;
  position: relative;
  top: 120px;
  height: 35px;
  border-top: 5px solid #13647d;
  background: #13647d;
  padding: 0 40px;
}
#alphaNav li {
  display: block;
  float: left;
  padding-right: 2px;
}
#alphaNav li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  background: url('../images/alphaNavBG.png') repeat-x;
  color: #ffffff;
  border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}
#alphaNav li a.current {
  background: #c3dd5c url('../images/alphaNavBGActive.png') repeat-x;
  color: #13647d;
}
#alphaNav li a:hover {
  background: #c3dd5c url('../images/alphaNavBGActive.png') repeat-x;
  color: #13647d;
}
#alphaNav li.right {
  position: absolute;
  right: 40px;
  margin-right: -2px;
}
#alphaNav li.right a {
  background: #f7f0dc url('../images/alphaNavBGRight.png') repeat-x;
  color: #13647d;
}
#alphaNav li.right a.hover { background-image: none; }
.cart { width: 880px; }
#specialOfferSignup {
  display: none;
  background: #f7f0dc url('../images/tanLowerBG.jpg') repeat-x bottom left;
  width: 264px;
  padding: 8px;
  z-index: 500;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border: solid #13647d;
  border-width: 0 2px 2px 2px;
}
#specialOfferSignup form {
  background: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 12px;
  border: 1px solid #94b1bd;
}
#specialOfferSignup form input {
  width: 218px;
  border: 1px solid #94b1bd;
}
#specialOfferSignup dl { padding: 10px 0 0; }
#specialOfferSignup dl dt { font-weight: bold; }
#specialOfferSignup dl a.button {
  margin: 10px 0 0;
  padding: 0;
}
.block-cart .price-box {
  padding: 5px 10px;
  margin: 10px 10px 10px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #94b1bd;
  font-size: 120%;
  line-height: 100%;
  text-align: center;
}
.block-cart #cart-sidebar .odd {
  background: none;
  padding: 7px 0;
  border-bottom: 1px solid #eeeeee;
}
.block-cart #cart-sidebar .even {
  background: none;
  padding: 7px 0;
  border-bottom: 1px solid #eeeeee;
}
.block-cart #cart-sidebar .last { border: none; }
hr {
  height: 0;
  border: none;
  border-top: 1px solid #eeeeee;
  margin: 20px 0;
}
#betterContactForm input.input-text {
  padding: 3px 6px;
  margin-bottom: 10px;
  font-size: 110%;
}
#betterContactForm textarea {
  padding: 3px 6px;
  margin-bottom: 10px;
  font-size: 110%;
}
#wrapper .required { text-align: left; }
strong { font-weight: bold; }
.cms-home #alphaNav li:first-child a {
  background: #c3dd5c url('../images/alphaNavBGActive.png') repeat-x;
  color: #13647d;
}
#infoBar {
  width: 880px;
  font-size: 90%;
  text-align: right;
  position: relative;
  top: 120px;
  background: #c3dd5c url('../images/infoBarBG.png') repeat-x;
  padding: 10px 40px 8px;
  color: #13647d;
  height: 1em;
  line-height: 1em;
}
#deltaNav {
  clear: both;
  float: left;
}
#deltaNav li {
  display: block;
  float: left;
  padding-right: 2px;
}
#deltaNav li a {
  display: block;
  padding: 0 6px;
  border-left: 1px solid #13647d;
  color: #13647d;
}
#deltaNav li:first-child a {
  border: none;
  padding-left: 20px;
}
#productCategories {
  clear: both;
  float: left;
}
#productCategories li {
  display: block;
  float: left;
  padding-right: 2px;
}
#productCategories li a {
  display: block;
  padding: 0 6px;
  border-left: 1px solid #13647d;
  color: #13647d;
}
#productCategories li:first-child a {
  border: none;
  padding-left: 20px;
}
#healthTopics {
  clear: both;
  float: left;
}
#healthTopics li {
  display: block;
  float: left;
  padding-right: 2px;
}
#healthTopics li a {
  display: block;
  padding: 0 6px;
  border-left: 1px solid #13647d;
  color: #13647d;
}
#healthTopics li:first-child a {
  border: none;
  padding-left: 20px;
}
#productCategories, #healthTopics { display: none; }
#feature {
  width: 880px;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
#feature li {
  display: block;
  width: 880px;
  height: 200px;
  background: url('../images/feature1.png');
}
#topSellers {
  width: 880px;
  overflow: auto;
  height: 100%;
}
#topSellers li {
  width: 280px;
  display: block;
  float: left;
  margin-left: 20px;
}
#topSellers li img { position: absolute; }
#topSellers li .content {
  width: 130px;
  overflow: auto;
  height: 100%;
  float: right;
  border: 1px solid #94b1bd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding-left: 140px;
  margin-top: 20px;
  height: 200px;
}
#topSellers li .content h4 {
  text-transform: uppercase;
  font-size: 90%;
  color: #13647d;
  line-height: 1.1em;
  margin: 20px 0 10px;
}
#topSellers li .content h3 {
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
#topSellers li:first-child { margin-left: 0; }
.block-title {
  background: url('../images/infoBarBG.png') center repeat-x;
  color: #13647d;
  text-transform: uppercase;
  font-size: 90%;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.block-title strong { font-weight: normal; }
.block-title strong { font-weight: normal; }
#alphaSpif {
  width: 880px;
  overflow: auto;
  height: 100%;
}
#alphaSpif a { display: block; }
#alphaSpif a img { display: block; }
.lmargin .lmargin { margin-left: 0; }
.cms-external #alphaSpif { margin-bottom: 10px; }
.catalog-category-view #alphaSpif { margin-bottom: 10px; }
.cms-external .breadcrumbs { margin-top: 0; }
.catalog-category-view .breadcrumbs { margin-top: 0; }
#content {
  width: 880px;
  overflow: auto;
  height: 100%;
  margin-top: 40px;
}
#middle { margin-top: 20px; }
#middle #sidebar {
  width: 280px;
  float: left;
  margin-right: 20px;
}
#middle #sidebar h3 {
  background: url('../images/infoBarBG.png') center repeat-x;
  color: #13647d;
  text-transform: uppercase;
  font-size: 90%;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#middle #sidebar ul { margin-bottom: 20px; }
#middle #sidebar ul li {
  list-style: disc;
  margin-left: 1.5em;
  color: #13647d;
}
#middle #sidebar ul li a { color: #13647d; }
#middle #main {
  width: 580px;
  float: left;
  padding-top: 5px;
}
#middle #main a.button { text-decoration: none; }
#middle #main strong { font-weight: bold; }
#middle #main em { font-style: italic; }
#middle #main ul li {
  margin-left: 1.5em;
  list-style: disc;
  margin-bottom: 2px;
}
#middle #main ol li {
  margin-left: 1.5em;
  list-style: decimal;
  margin-bottom: 2px;
}
#middle #main ul { margin-bottom: 13px; }
#middle #main ol { margin-bottom: 13px; }
#middle #main p { margin-bottom: 10px; }
.category-title {
  border: none;
  margin: 0;
}
.page-title { border: none; }
.cart .cart-collaterals {
  float: none;
  width: auto;
}
.cart #shopping-cart-table { width: 880px; }
.discount { margin-top: 20px; }
.discount h3 {
  background: url('../images/infoBarBG.png') center repeat-x;
  color: #13647d;
  text-transform: uppercase;
  font-size: 90%;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#recently-viewed-items .even {
  background: none;
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
}
#recently-viewed-items .odd {
  background: none;
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
}
#recently-viewed-items .last { border: none; }
#wrapper .product-view .product-essential {
  float: left;
  width: 259px;
  border-left: 1px solid #eeeeee;
  padding-left: 20px;
}
#wrapper .product-view .add-to-cart { float: left; }
#wrapper .product-view .short-description.std {
  margin: 0;
  margin-top: 10px;
  padding-bottom: 10px;
}
#wrapper .product-view .availability {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#wrapper .product-view .add-to-box {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
#wrapper .product-view .add-to-box fieldset {
  overflow: auto;
  width: 270px;
}
#wrapper .product-view .add-to-box fieldset label { margin-top: 8px; }
#wrapper .product-view .add-to-box fieldset input { margin-top: 8px; }
#wrapper .product-view .add-to-box fieldset input { margin-right: 20px; }
#wrapper .product-view .add-to-box fieldset a.button { margin: 0 0 5px; }
#wrapper .product-view .add-to-box .add-to-links {
  float: none;
  font-size: 90%;
}
#wrapper .product-view .product-img-box { width: auto; }
#wrapper .product-view .product-image {
  border: none;
  padding: 0;
}
#wrapper .product-view .product-image img { display: block; }
#wrapper .product-view .product-collateral {
  clear: both;
  padding-top: 10px;
  margin-top: 0;
  border-top: 1px solid #eeeeee;
}
#wrapper .product-view .price-box {
  padding: 5px 10px;
  margin: 10px 10px 5px 0;
  width: 172px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #94b1bd;
  font-size: 120%;
  line-height: 100%;
  text-align: center;
  display: inline-block;
}
#wrapper .product-view .product-shop {
  float: none;
  width: auto;
}
#wrapper .product-view .product-shop h1 { font-size: 150%; }
#products-list .product-image {
  display: block;
  width: 205px;
  border-right: 1px solid #eeeeee;
  float: left;
}
#products-list .product-image img { display: block; }
#products-list .even { background: none; }
#products-list li.item {
  padding: 10px;
  margin: 10px 0 0;
}
#products-list a.button { margin-top: 2px; }
#products-list .product-title { margin-bottom: 10px; }
#products-list .price-box {
  padding: 5px 10px;
  margin: 5px 10px 0 0;
  width: 140px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #94b1bd;
  font-size: 120%;
  line-height: 100%;
  text-align: center;
  float: left;
}
#products-list .add-to-links { font-size: 90%; }
#products-list .product-shop {
  float: right;
  width: 335px;
}
#products-grid-table tr.even { background: none; }
#products-grid-table td > div.product {
  text-align: center;
  padding: 10px;
}
#products-grid-table td > div.product .product-overview {
  font-weight: bold;
  min-height: 210px;
}
#products-grid-table td > div.product .price-box {
  padding: 5px 10px;
  margin: 10px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #94b1bd;
  font-size: 120%;
  line-height: 100%;
}
#products-grid-table td > div.product .add-to-links { font-size: 90%; }
a.image { text-decoration: none; }
.pager {
  border: none;
  background: url('../images/infoBarBG.png') center repeat-x;
  color: #13647d;
  font-size: 90%;
  padding: 5px 10px;
  margin: 10px 0 0;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.sorter {
  border: none;
  background: #eeeeee;
  color: #13647d;
  font-size: 85%;
  border-top: 1px solid #94b1bd;
  padding: 4px 10px 5px;
  margin: 0 0 10px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
#footer {
  margin-top: 40px;
  font-size: 90%;
  color: #13647d;
  padding: 20px 40px;
}
#footer a { text-decoration: underline; }
#footer dl dt {
  width: 130px;
  clear: both;
  float: left;
  margin-right: 20px;
  margin-bottom: 4px;
  font-weight: bold;
}
#footer dl dd {
  width: 730px;
  float: left;
  margin-bottom: 4px;
}
#footer dl dd ul {
  overflow: auto;
  height: 100%;
}
#footer dl dd ul li {
  display: block;
  float: left;
  padding-right: 2px;
}
#footer dl dd ul li a {
  display: block;
  padding: 0 5px;
  border-left: 1px solid #13647d;
  color: #13647d;
}
#footer dl dd ul li:first-child a {
  border: none;
  padding: 0 5px 0 0;
}
#footer p {
  clear: both;
  margin-left: 150px;
}
.opc .section { margin-bottom: 0; }
.opc .step-title { padding: 5px 10px; }
.opc .step-title h3 { margin-bottom: 0; }
