/*
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* END RESET CSS */
/*------------------ VARS -------------------*/
/*------------------ FONTS -------------------*/
.karla {
  font-family: 'Karla', sans-serif;
  font-style: normal;
  font-weight: normal;
}
/*------------------ GENERAL -------------------*/
body {
  font-family: 'Karla', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #c8c8c8;
  background: #656367 url(../images/bg-splash.png);
  font-size: 12px;
}
@media (max-width: 800px) {
  header,
  footer {
    position: absolute !important;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    overflow-y: visible;
  }
  div#container > section {
    padding-top: 47px !important;
    background: url(../images/bg-whitedots.png) left 50px repeat-x !important;
  }
  header,
  footer {
    position: relative !important;
  }
  div.opacityBG.top {
    position: absolute !important;
  }
  body.HomePage footer,
  body.detached footer {
    position: absolute !important;
  }
  body.CollectionPage div#container section {
    padding-top: 0px !important;
  }
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  div.bigBackgroundImageHolder img.bigBackgroundImage {
    left: -400px !important;
  }
}
.hide {
  display: none;
}
a {
  cursor: pointer;
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.navOpacity {
  background: black;
  filter: alpha(opacity=40);
  -moz-opacity: 0.40;
  opacity: 0.40;
}
div.bigBackgroundImageHolder {
  position: absolute;
  left: 0px;
  overflow: hidden;
  top: 0px;
  width: 100%;
  height: 100%;
}
div.bigBackgroundImageHolder img.bigBackgroundImage {
  position: absolute;
  left: 0px;
  top: 0px;
}
div.bigBackgroundImageHolder img.bigBackgroundImage.goX {
  width: 100%;
}
div.bigBackgroundImageHolder img.bigBackgroundImage.goY {
  height: 100%;
}
div.opacityBG {
  width: 100%;
  height: 100%;
  z-index: 1;
}
div.opacityBG.top {
  position: fixed;
  top: 0px;
  height: 99px;
  z-index: 3;
  background: #3c3b3d;
}
div.opacityBG.bottom {
  height: 50px;
  margin-top: -50px;
  background: black;
  filter: alpha(opacity=40);
  -moz-opacity: 0.40;
  opacity: 0.40;
}
div#container {
  width: 800px;
  margin: 0px auto;
}
div#container > section {
  position: relative;
  padding-top: 146px;
  background: url(../images/bg-whitedots.png) left 149px repeat-x;
  z-index: 2;
  zoom: 1;
}
div#container > section:before,
div#container > section:after {
  content: "";
  display: table;
}
div#container > section:after {
  clear: both;
}
div#container > section li {
  list-style: none;
}
div#container > section > article {
  padding: 26px 0px;
  zoom: 1;
}
div#container > section > article:before,
div#container > section > article:after {
  content: "";
  display: table;
}
div#container > section > article:after {
  clear: both;
}
div#container > section > article nav > ul > li > span {
  text-transform: uppercase;
}
div#container > section nav {
  float: left;
  width: 204px;
  zoom: 1;
}
div#container > section nav:before,
div#container > section nav:after {
  content: "";
  display: table;
}
div#container > section nav:after {
  clear: both;
}
div#container > section nav ul li a {
  letter-spacing: 0.5px;
}
div#container > section nav > ul > li > a {
  text-transform: uppercase;
  color: white;
}
div#container > section nav > ul > li > ul {
  margin-top: 6px;
}
div#container > section nav > ul > li > ul > li {
  margin-left: 10px;
  margin-bottom: 7px;
}
div#container > section nav > ul > li.section > ul > li.section a,
div#container > section nav > ul > li.current > ul > li.section a {
  color: white;
}
div#container > section nav > ul > li.section > a,
div#container > section nav > ul > li.current > a {
  color: white;
}
div#container > section div#content {
  float: left;
  width: 596px;
  color: white;
}
div#container > section div#content h3 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 22px;
}
div#container > section div#content h4 {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 19px;
  margin-bottom: 17px;
}
div#container > section div#content h5 {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 16px;
  margin-bottom: 17px;
}
div#container > section div#content div#leftContent {
  float: left;
  zoom: 1;
}
div#container > section div#content div#leftContent:before,
div#container > section div#content div#leftContent:after {
  content: "";
  display: table;
}
div#container > section div#content div#leftContent:after {
  clear: both;
}
div#container > section div#content div#rightContent {
  float: right;
}
div#container > section div#content img.right {
  float: right;
  margin-left: 20px;
}
div#container > section div#content img.left {
  float: left;
}
div#container > section div#content img.leftAlone {
  float: left;
  margin-right: 100%;
}
div#container > section div#content img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
div.field {
  position: relative;
}
div.Actions input.action {
  color: white;
  background: black;
  margin: 8px 0 0 0px;
  padding: 13px 16px;
  text-align: center;
  border: 0px;
  cursor: pointer;
}
div.field.dropdown > div.middleColumn,
div.styled-select {
  float: left;
  overflow: hidden;
  background-image: url(../images/arrow-dropdown.png);
  background-repeat: no-repeat;
  border: 1px solid #3e3e40;
  width: 186px;
  height: 23px;
  background-color: white;
  background-position: 170px center;
}
div.field.dropdown > div.middleColumn select,
div.styled-select select {
  background: transparent;
  padding: 4px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  width: 214px;
  height: 23px;
}
div.Actions > div#successMessage {
  bottom: 12px;
  left: 91px;
  position: absolute;
}
.offScreen {
  position: absolute !important;
  left: -9999px;
}
div#modalHolder {
  display: none;
}
ul#products {
  float: left;
  width: 596px;
  margin-top: 16px;
}
ul#products li {
  float: left;
  background: white;
  margin: 0px 16px 16px 0px;
  position: relative;
}
ul#products li.break1 {
  clear: left;
}
ul#products li.mar1 {
  margin-right: 0px;
}
ul#products li a {
  display: block;
  width: 166px;
  height: 175px;
  padding: 0px 11px;
}
ul#products li a span.imgHolder {
  line-height: 145px;
  display: block;
}
ul#products li a span.imgHolder img {
  vertical-align: middle;
}
ul#products li a h3 {
  position: absolute !important;
  bottom: 8px !important;
  left: 11px !important;
  width: 165px !important;
  background: url(../images/dots165.png) center top no-repeat !important;
  padding-top: 7px !important;
  color: black !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
ul#products li a h4 {
  position: absolute;
  display: block;
  font-family: "Times New Roman", Times;
  font-style: italic;
  bottom: 9px;
  right: 12px;
  color: black;
  display: none;
  font-weight: normal;
}
ul#products li a:hover h4 {
  display: block;
}
/*------------------ NAV -------------------*/
nav ul li {
  position: relative;
  list-style: none;
}
nav ul li a {
  color: #c8c8c8;
}
nav ul li a:hover {
  color: white;
}
/*------------------ HEADER -------------------*/
header {
  position: fixed;
  height: 99px;
  width: 800px;
  z-index: 4;
}
header h1 {
  position: relative;
  top: 31px;
  left: 1px;
  width: 235px;
}
header h1 a {
  display: block;
}
header ul#socialToolbox {
  position: absolute;
  right: 0px;
  top: 40px;
}
header ul#socialToolbox li {
  display: inline;
  list-style: none;
  float: left;
  margin-left: 7px;
}
header ul#socialToolbox li:first-child {
  margin-left: 0px;
}
header ul#socialToolbox li#search {
  margin-left: 10px;
}
header ul#socialToolbox li#twitter {
  margin-left: 13px;
}
header ul#socialToolbox li a {
  display: block;
}
header ul#socialToolbox li a img.main {
  display: block;
}
header ul#socialToolbox li a img.ro {
  display: none;
}
header ul#socialToolbox li a:hover img.main {
  display: none;
}
header ul#socialToolbox li a:hover img.ro {
  display: block;
}
header nav ul li {
  font-size: 16px;
}
header nav ul li a {
  font-size: 12px;
  line-height: 22px;
}
header nav > ul {
  position: absolute;
  right: 109px;
  top: 36px;
}
header nav > ul > li {
  display: inline;
  float: left;
  margin-right: 23px;
}
header nav > ul > li > a {
  text-transform: uppercase;
}
header nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 20px;
  left: 9px;
}
header nav > ul > li > ul > li {
  margin-bottom: -5px;
}
header nav > ul > li:hover > ul {
  display: block;
}
header nav > ul > li.section > ul > li.section a,
header nav > ul > li.current > ul > li.section a {
  color: white;
}
header nav > ul > li.section > a,
header nav > ul > li.current > a {
  color: white;
}
/*------------------ FOOTER -------------------*/
footer {
  position: relative;
  height: 50px;
  z-index: 5;
}
footer nav {
  font-size: 10px;
  font-family: Times, "Times New Roman";
}
footer nav > ul {
  position: absolute;
  left: 3px;
  top: 20px;
}
footer nav > ul > li {
  display: inline;
  float: left;
  margin-right: 12px;
}
footer nav > ul > li > ul {
  display: none;
}
footer nav > ul > li.section > a,
footer nav > ul > li.current > a {
  color: white;
}
footer nav > ul > li.copyright {
  color: #c8c8c8;
}
footer a.clickTo {
  font-family: 'Karla', sans-serif;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: 15px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 15px;
  color: white;
}
footer a.clickTo.open {
  background-image: url(../images/icon-arrow.png);
}
footer a.clickTo.close {
  background-image: url(../images/icon-x.png);
  display: none;
}
footer ul#homePageImages {
  position: absolute;
  top: 49px;
  left: 1px;
}
footer ul#homePageImages li {
  display: inline;
  float: left;
  width: 188px;
  height: 150px;
  margin-right: 15px;
}
footer ul#homePageImages li.last {
  margin-right: 0px;
}
footer ul#homePageImages li img.rolloverImage,
footer ul#homePageImages li div.rolloverContent {
  display: none;
}
footer ul#homePageImages li div.rolloverContent {
  background: #706f72 url(../images/dots164-white.png) 11px 25px no-repeat;
  width: 166px;
  height: 103px;
  padding: 36px 11px 11px 11px;
  color: white;
  line-height: 16px;
  cursor: pointer;
}
footer ul#homePageImages li div.rolloverContent a {
  color: white;
  font-family: "Times New Roman", Times;
}
footer ul#homePageImages li.hover > a > img:first-child {
  display: none;
}
footer ul#homePageImages li.hover img.rolloverImage,
footer ul#homePageImages li.hover div.rolloverContent {
  display: block;
}
/*------------------ HOMEPAGE SPECIFIC  -------------------*/
body.HomePage {
  background: white;
  overflow-y: hidden;
}
body.HomePage div.opacityBG.top {
  background: black;
  filter: alpha(opacity=40);
  -moz-opacity: 0.40;
  opacity: 0.40;
}
body.HomePage div#splash {
  display: none;
}
body.HomePage.splash {
  width: 100%;
  height: 100%;
}
body.HomePage.splash div#container {
  position: relative;
  display: none;
}
body.HomePage.splash div#splash {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg-splash.png);
  overflow: hidden;
  display: block;
  z-index: 100;
}
body.HomePage.splash div#splash > h1 {
  position: absolute;
  background: url(../images/logo-big2.png) no-repeat;
  width: 403px;
  height: 65px;
  left: 50%;
  top: 50%;
  margin-left: -201px;
  margin-top: -32px;
}
body.HomePage.splash div#splash > h1 a {
  display: block;
  text-indent: -9999px;
  width: 400px;
  height: 74px;
}
body.HomePage div#container section {
  padding-top: 99px;
  background: none;
}
body.HomePage div.opacityBG.bottom,
body.detached div.opacityBG.bottom {
  position: absolute;
  bottom: 0px;
  margin-top: 0px;
}
body.HomePage footer,
body.detached footer {
  position: fixed;
  bottom: 0px;
  width: 800px;
}
/*------------------ COLLECTIONPAGE SPECIFIC  -------------------*/
body.CollectionPage div#container section {
  padding-top: 99px;
  background: none;
}
body.CollectionPage div#container section h2 span {
  position: absolute;
  left: -9999px;
}
body.CollectionPage div#container section > h2 {
  line-height: 0;
}
body.CollectionPage div#container section nav {
  margin-top: 12px;
}
body.CollectionPage.Product div.field.dropdown > div.middleColumn select,
body.CollectionPage.Product div.styled-select select {
  font-family: 'Karla', sans-serif;
  font-style: normal;
  font-weight: normal;
}
body.CollectionPage.Product div#container section div#productDetails {
  background: white;
  height: 478px;
  padding: 24px 24px 23px;
  position: relative;
  color: #262626;
}
body.CollectionPage.Product div#container section div#productDetails a {
  color: #262626;
}
body.CollectionPage.Product div#container section div#productDetails h2 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  visibility: hidden;
}
body.CollectionPage.Product div#container section div#productDetails div.zoomHolder {
  position: relative;
  width: 625px;
  height: auto;
  margin: 100px auto 0 auto;
  display: none;
}
body.CollectionPage.Product div#container section div#productDetails div.zoomHolder.active {
  display: block;
}
body.CollectionPage.Product div#container section div#productDetails nav {
  position: absolute;
  top: 20px;
  right: 24px;
  width: auto;
  margin-top: 0px;
}
body.CollectionPage.Product div#container section div#productDetails nav ul li {
  display: inline;
  float: left;
  background: url(../images/icon-small-arrow.png);
  background-repeat: no-repeat;
}
body.CollectionPage.Product div#container section div#productDetails nav ul li.prev {
  background-position: left 8px;
}
body.CollectionPage.Product div#container section div#productDetails nav ul li.prev > a {
  padding-left: 14px;
}
body.CollectionPage.Product div#container section div#productDetails nav ul li.next {
  background-position: right 8px;
}
body.CollectionPage.Product div#container section div#productDetails nav ul li.next > a {
  padding-right: 13px;
}
body.CollectionPage.Product div#container section div#productDetails nav ul li a {
  display: block;
}
body.CollectionPage.Product div#container section div#productDetails nav ul li a div.labelHolder {
  text-align: center;
}
body.CollectionPage.Product div#container section div#productDetails nav ul li a div.labelHolder span {
  display: none;
  text-transform: none;
}
body.CollectionPage.Product div#container section div#productDetails nav ul li a:hover div.labelHolder span {
  display: block;
}
body.CollectionPage.Product div#container section div#productDetails > ul {
  position: absolute;
  bottom: 0px;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li {
  display: inline;
  float: left;
  height: 77px;
  width: 158px;
  margin-right: 40px;
  padding-top: 15px;
  line-height: 14px;
  letter-spacing: 0.5px;
  background: url(../images/dots158.png) center top no-repeat;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li.last {
  margin-right: 0px;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li > ul > li {
  display: inline;
  float: left;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li > ul > li > a {
  display: block;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li#find h3 {
  margin-bottom: 7px;
  white-space: nowrap;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li#share h3 {
  margin-bottom: 8px;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li#share > ul > li {
  margin-right: 13px;
  height: 17px;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li#share > ul > li > a {
  display: block;
  position: relative;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li#share > ul > li.email > a,
body.CollectionPage.Product div#container section div#productDetails > ul > li#share > ul > li.twitter > a {
  top: 1px;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li#share > ul > li.pinterest > a {
  top: -2px;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li#view-colors h3 {
  margin-bottom: 8px;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li#view-colors h4 {
  clear: left;
  font-weight: normal;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li#view-colors > ul {
  margin-left: -3px;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li#view-colors > ul li {
  margin-right: 7px;
  margin-bottom: 3px;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 18px;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li#view-colors > ul li.last {
  margin-right: none;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li#view-colors > ul li.active {
  background: url(../images/bg-color-swatch-active.png) no-repeat;
}
body.CollectionPage.Product div#container section div#productDetails > ul > li#view-colors > ul li > a {
  position: relative;
}
body.CollectionPage.Product div#modalHolder {
  position: relative;
}
body.CollectionPage.Product div#modalHolder div#inquiryProduct {
  float: left;
  background: url(../images/bg-inquiry.png) left bottom repeat-x;
  margin-bottom: 21px;
  padding-bottom: 16px;
}
body.CollectionPage.Product div#modalHolder div#inquiryProductImage {
  float: left;
  width: 188px;
  margin-right: 16px;
}
body.CollectionPage.Product div#modalHolder div#inquiryProductImage img {
  display: none;
}
body.CollectionPage.Product div#modalHolder div#inquiryProductImage img.active {
  display: block;
}
body.CollectionPage.Product div#modalHolder h3 {
  float: left;
  color: #706f72;
  margin-top: -2px;
  margin-bottom: 6px;
  width: 327px;
}
body.CollectionPage.Product div#modalHolder.success > article > p {
  color: #262626;
  display: block;
  font-size: 21px;
  margin-top: 213px;
  text-align: center;
  line-height: 41px;
}
body.CollectionPage.Product div#modalHolder > article > p {
  display: none;
}
body.CollectionPage.Product div#modalHolder > article > form {
  color: #3e3e40;
}
body.CollectionPage.Product div#modalHolder > article > form div#EditableTextField2,
body.CollectionPage.Product div#modalHolder > article > form div#EditableTextField3 {
  float: left;
  width: 186px;
}
body.CollectionPage.Product div#modalHolder > article > form div#EditableTextField2 {
  margin-right: 18px;
}
body.CollectionPage.Product div#modalHolder > article > form div#EditableEmailField5 {
  clear: left;
}
body.CollectionPage.Product div#modalHolder > article > form div.field {
  float: left;
}
body.CollectionPage.Product div#modalHolder > article > form div.field span.message {
  position: absolute;
  bottom: -3px;
}
body.CollectionPage.Product div#modalHolder > article > form div.field span.message.required {
  color: red;
}
body.CollectionPage.Product div#modalHolder > article > form div.field p#haveQuestion {
  padding-bottom: 18px;
}
body.CollectionPage.Product div#modalHolder > article > form div.field label {
  padding-bottom: 10px;
}
body.CollectionPage.Product div#modalHolder > article > form div.field input.text {
  padding-left: 4px;
  height: 21px;
  width: 182px;
}
body.CollectionPage.Product div#modalHolder > article > form div.field textarea,
body.CollectionPage.Product div#modalHolder > article > form div.field input.text {
  margin: 7px 0px 12px 0px;
  border: 1px solid #3e3e40;
}
body.CollectionPage.Product div#modalHolder > article > form div.field textarea {
  width: 393px;
  height: 160px;
}
body.CollectionPage.Product div#modalHolder > article > form div.field.mollom input,
body.CollectionPage.Product div#modalHolder > article > form div.field.mollom div.mollom-captcha {
  float: left;
}
body.CollectionPage.Product div#modalHolder > article > form div.field.mollom input {
  margin-right: 7px;
}
body.CollectionPage.Product div#modalHolder > article > form div.field.mollom span.message {
  bottom: -7px;
  left: 0px;
  color: red;
}
html.lt-ie9 body.CollectionPage.Product div#container section div#productDetails > ul > li {
  width: 168px;
  margin-right: 25px;
}
/*------------------ STORELOCATORPAGE SPECIFIC  -------------------*/
body.StoreLocatorPage div#container section article div#content ul#retail {
  float: left;
  background: url(../images/bg-whitedots.png) left bottom repeat-x;
  margin-top: 18px;
  padding-bottom: 9px;
  margin-bottom: 21px;
}
body.StoreLocatorPage div#container section article div#content ul#retail li {
  float: left;
  width: 33.333%;
  margin-bottom: 15px;
}
body.StoreLocatorPage div#container section article div#content ul#retail li p {
  line-height: 16px;
  letter-spacing: 0.4px;
}
body.StoreLocatorPage div#container section article div#content div#searchForm {
  letter-spacing: 0.5px;
}
body.StoreLocatorPage div#container section article div#content div#searchForm h3 {
  margin-bottom: 19px;
}
body.StoreLocatorPage div#container section article div#content div#searchForm h4 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.3px;
}
body.StoreLocatorPage div#container section article div#content div#searchForm form {
  float: left;
  width: 186px;
}
body.StoreLocatorPage div#container section article div#content div#searchForm form fieldset > p {
  padding-bottom: 14px;
}
body.StoreLocatorPage div#container section article div#content div#searchForm form fieldset label.error {
  position: absolute;
  bottom: -3px;
  left: 1px;
  color: red;
}
body.StoreLocatorPage div#container section article div#content div#searchForm form fieldset div.field {
  float: left;
}
body.StoreLocatorPage div#container section article div#content div#searchForm form fieldset div#Zipcode > label > span {
  display: block;
  margin: -3px 0 9px 15px;
}
body.StoreLocatorPage div#container section article div#content div#searchForm div#storeLocatorResults {
  float: left;
  clear: left;
  margin: -11px 0px 0px 0px;
}
body.StoreLocatorPage div#container section article div#content div#searchForm div#storeLocatorResults.nomap {
  margin-top: 22px;
}
body.StoreLocatorPage div#container section article div#content div#searchForm div#storeLocatorResults h4 {
  margin-bottom: 14px;
  width: 199px;
}
body.StoreLocatorPage div#container section article div#content div#searchForm div#storeLocatorResults ul {
  width: 596px;
}
body.StoreLocatorPage div#container section article div#content div#searchForm div#storeLocatorResults ul li {
  float: left;
  clear: none;
  margin-bottom: 21px;
  line-height: 16px;
  min-width: 92px;
  padding-right: 7px;
}
body.StoreLocatorPage div#container section article div#content div#searchForm div#storeLocatorResults ul li a {
  color: #c8c8c8;
}
body.StoreLocatorPage div#container section article div#content div#searchForm div#map {
  float: right;
  width: 398px;
  height: 214px;
  margin-top: 19px;
}
body.StoreLocatorPage div#container section article div.field > div.middleColumn {
  margin: 4px 0px 15px;
}
body.StoreLocatorPage div#container section article div.Actions input.action {
  margin: 0px 0 21px 0px;
  padding: 10px 22px;
}
/*------------------ NEWSLETTERSIGNUPPAGE SPECIFIC  -------------------*/
body.NewsletterSignupPage div#container section form {
  color: white;
  padding-bottom: 40px;
}
body.NewsletterSignupPage div#container section form fieldset > p {
  padding-bottom: 16px;
}
body.NewsletterSignupPage div#container section form fieldset label.error {
  position: absolute;
  bottom: -3px;
  left: 1px;
  color: red;
}
body.NewsletterSignupPage div#container section form fieldset div.field {
  letter-spacing: 0.8px;
  float: left;
  clear: left;
}
body.NewsletterSignupPage div#container section form fieldset div.field.dropdown > div.middleColumn {
  float: none;
  margin: 9px 0px 12px 0px;
}
body.NewsletterSignupPage div#container section form fieldset div.field.text input {
  margin: 9px 0px 12px 0px;
  padding-left: 4px;
  height: 21px;
  width: 184px;
  border: 0px;
}
body.NewsletterSignupPage div#container section form fieldset div.field#EditableTextField1,
body.NewsletterSignupPage div#container section form fieldset div.field#EditableTextField4,
body.NewsletterSignupPage div#container section form fieldset div.field#EditableTextField7 {
  margin-right: 16px;
}
body.NewsletterSignupPage div#container section form fieldset div.field#EditableTextField2,
body.NewsletterSignupPage div#container section form fieldset div.field#EditableTextField5,
body.NewsletterSignupPage div#container section form fieldset div.field#EditableTextField8 {
  clear: none;
}
body.NewsletterSignupPage div#container section form fieldset div.field#EditableTextField3 input {
  width: 390px;
}
body.NewsletterSignupPage div#container section form div.Actions {
  position: relative;
}
body.NewsletterSignupPage div#container section form div.Actions div#successMessage {
  bottom: 8px;
  left: 87px;
}
body.NewsletterSignupPage div#container section form div.Actions input.action {
  margin: 10px 0 0 3px;
  padding: 10px 16px;
}
/*------------------ SEARCHPAGE SPECIFIC  -------------------*/
body.SearchPage div#container section {
  min-height: 400px;
}
body.SearchPage div#container form {
  padding-top: 3px;
}
body.SearchPage div#container form fieldset {
  float: left;
  width: 188px;
  margin-right: 13px;
}
body.SearchPage div#container form div.field#Search label {
  display: none;
}
body.SearchPage div#container form div.field#Search input {
  width: 184px;
  border: 0px;
  height: 23px;
  padding-left: 4px;
}
body.SearchPage div#container form div.field span.message {
  position: absolute;
  bottom: -16px;
  left: 0px;
}
body.SearchPage div#container form div.Actions {
  float: left;
  width: 40px;
}
body.SearchPage div#container form div.Actions input.action {
  margin: 0 0 0 3px;
  padding: 0px 16px 0px;
  height: 26px;
  line-height: 26px;
}
body.SearchPage div#container div#content h2 {
  clear: left;
  float: left;
  font-size: 12px;
  margin: 23px 0px 10px 0px;
}
div#Search span.message {
  white-space: nowrap;
  color: red;
}
/*------------------ PAGE SPECIFIC  -------------------*/
body.Page div#container section div#content h3 {
  margin-bottom: 17px;
}
body.Page div#container section div#content p {
  line-height: 16px;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}
body.Page div#container section div#content div#rightContent a {
  color: white;
  text-decoration: underline;
}
body.Page div#container section div#content div#rightContent ul {
  margin: 15px 0px 4px;
}
body.Page div#container section div#content div#rightContent ul li {
  list-style: disc;
  margin-left: 25px;
  line-height: 16px;
  letter-spacing: 0.3px;
  margin-bottom: 11px;
}
/*------------------ FAQPAGE SPECIFIC  -------------------*/
body.FaqPage div#container section div#content > p {
  line-height: 16px;
  margin-top: -2px;
}
body.FaqPage div#container section div#content a {
  color: #c8c8c8;
}
body.FaqPage div#container section div#content > ul {
  margin-top: 23px;
  background: url(../images/bg-whitedots.png) left top repeat-x;
}
body.FaqPage div#container section div#content > ul > li {
  padding: 7px 0px;
  background: url(../images/bg-whitedots.png) left bottom repeat-x;
}
body.FaqPage div#container section div#content > ul > li > a {
  display: block;
  color: white;
  background-image: url(../images/sprite-faq-arrows.png);
  background-repeat: no-repeat;
  background-position: right top;
}
body.FaqPage div#container section div#content > ul > li > div.answer {
  display: none;
  margin: 14px 0px 16px;
}
body.FaqPage div#container section div#content > ul > li > div.answer > p {
  line-height: 16px;
  margin-bottom: 15px;
}
body.FaqPage div#container section div#content > ul > li.active > a {
  background-position: right bottom;
}
/*------------------ CONTACTPAGE SPECIFIC  -------------------*/
body.UserDefinedForm.contact-us div#container section div#content > p {
  line-height: 16px;
}
body.UserDefinedForm.contact-us div#container section div#content > form {
  margin: 17px 0px;
}
body.UserDefinedForm.contact-us div#container section div#content > form div.field {
  float: left;
  clear: left;
  width: 184px;
}
body.UserDefinedForm.contact-us div#container section div#content > form div.field input {
  margin: 7px 0px 12px;
  width: 184px;
  border: 0px;
  height: 23px;
  padding-left: 4px;
}
body.UserDefinedForm.contact-us div#container section div#content > form div.field textarea {
  margin: 7px 0px 14px;
  width: 596px;
  height: 130px;
}
body.UserDefinedForm.contact-us div#container section div#content > form div.field.dropdown > div.middleColumn {
  margin: 10px 0px 9px;
}
body.UserDefinedForm.contact-us div#container section div#content > form div.field label.required {
  position: absolute;
  color: red;
  bottom: -3px;
  left: 0px;
}
body.UserDefinedForm.contact-us div#container section div#content > form div#EditableTextField14 {
  margin-right: 20px;
}
body.UserDefinedForm.contact-us div#container section div#content > form div#EditableEmailField16 {
  clear: none;
}
body.UserDefinedForm.contact-us div#container section div#content > form div.Actions input.action {
  margin: 10px 0 0 3px;
  padding: 10px 15px;
}
body.UserDefinedForm.contact-us div#container section div#content > form div.Actions div#successMessage {
  bottom: 45px;
  left: 305px;
}
/*------------------ PRESSPAGE SPECIFIC  -------------------*/
body.PressHolder div.pressArticle {
  margin-bottom: 25px;
  background: url(../images/bg-whitedots.png) left bottom repeat-x;
}
body.PressHolder div.pressArticle.last {
  background: none;
  margin-bottom: 0px;
}
nav#pressNavigation form {
  padding-top: 15px;
}
nav#pressNavigation form label {
  display: none;
}
nav#pressNavigation form input.text {
  margin-top: 3px;
  margin-left: 0px;
}
nav#pressNavigation form div.Actions input.action {
  padding: 0px 16px;
  margin-left: 0px;
  height: 23px;
  line-height: 23px;
}
div.pressArticle h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: normal;
  line-height: 21px;
}
div.pressArticle h2 a {
  color: white;
}
div.pressArticle date {
  margin-bottom: 17px;
  display: block;
}
div.pressArticle h3 {
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 17px;
}
div.pressArticle p {
  line-height: 16px;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}
div.pressArticle p a,
div.pressArticle h3 a,
div.pressArticle h4 a,
div.pressArticle h5 a {
  color: white;
  text-decoration: underline;
}
div.articleBottom {
  position: relative;
  padding-top: 10px;
  padding-bottom: 27px;
}
div.articleBottom > a {
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
}
div.articleBottom > ul {
  position: absolute;
  right: 0px;
  top: 0px;
}
div.articleBottom > ul > li {
  display: inline;
  float: left;
  margin-left: 13px;
}
div.articleBottom > ul > li > a {
  display: block;
  position: relative;
}
div.articleBottom > ul > li.facebook > a {
  top: 1px;
}
div.articleBottom > ul > li.twitter > a {
  top: 1px;
}
/*------------------ SECURITY SPECIFIC  -------------------*/
body.Page.Security div#container section article {
  padding-top: 53px;
}
body.Page.Security div#container div#rightContent {
  float: left !important;
}
body.Page.Security div#container Form#MemberLoginForm_LoginForm {
  clear: both;
}
#simplemodal-overlay {
  background-color: #706f72;
}
#simplemodal-container {
  background-color: #FFF;
  padding: 25px;
  background: white;
  width: 546px;
}
a.modalClose {
  color: #3E3E40;
  font-size: 12px;
  letter-spacing: 0.5px;
  position: absolute;
  right: 27px;
  text-transform: uppercase;
  top: 22px;
  z-index: 99;
}
