/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 84%;
  /* 2 */

  margin: 0;
  /* 3 */

  outline: none;
}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  outline: none;
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

  resize: none;
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  margin: 0;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: normal;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 13.6px;
}
h1 small {
  font-size: 28px;
}
h2 small {
  font-size: 20px;
}
h3 small {
  font-size: 16px;
}
h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.hidden {
  display: none;
}
body {
  font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000000;
  background-color: #000000;
}
a {
  color: #e7e7e7;
  text-decoration: none;
}
#home-main {
  margin: 0 auto 85px auto;
  width: 1500px;
}
#main {
  width: 100%;
  background: #000000 url("../images/backgrounds/inner-bg.jpg") no-repeat center top;
}
#main.homepage {
  background: none;
  width: 100%;
}
#container {
  width: 960px;
  min-height: 700px;
  margin-left: auto;
  margin-right: auto;
  background: #000000;
}
#content {
  margin: 0 auto;
  padding: 0 30px;
  width: 900px;
  min-height: 700px;
  background: #000000;
}
.editable-content div {
  margin-bottom: 15px;
  font-size: 1em;
  color: #000000;
}
.editable-content p {
  margin-bottom: 15px;
  font-size: 1em;
  color: #000000;
}
.editable-content a {
  color: #000000;
  text-decoration: underline;
}
.editable-content a:hover {
  color: #c1d700;
}
.editable-content pre {
  font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.editable-content em {
  font-style: italic;
}
.editable-content strong {
  font-weight: bold;
}
.editable-content ul {
  list-style: disc;
  margin-left: 20px;
}
.editable-content ol {
  list-style: decimal;
  margin-left: 20px;
}
/*header*/
#header {
  background: #000000;
}
#header .top-container {
  width: 960px;
  margin: 0 auto;
}
#header .top-container .top-section {
  height: 106px;
  overflow: hidden;
}
#header h1#logo {
  width: 50%;
  display: block;
  float: left;
}
#header h1#logo a {
  width: 212px;
  height: 67px;
  display: block;
  text-indent: -9999px;
  background: url('../images/logo.png') no-repeat bottom right;
  margin-bottom: 36px;
}
#header .social {
  width: 136px;
  padding-top: 45px;
  padding-left: 307px;
  float: right;
}
#header .social a,
#header .social span {
  font-size: 0.9em;
  display: block;
  color: #ffffff;
  float: left;
  margin-left: 10px;
}
noscript {
  width: 954px;
}
noscript p {
  background-color: #F7F0F2;
  border: 1px solid #B40F14;
  margin: 10px auto;
  padding: 10px;
  width: 862px;
  color: #B40F14;
  font-size: 0.8em;
  line-height: 18px;
  text-align: center;
}
/* main nav*/
#main-nav {
  height: 33px;
  text-align: center;
}
#main-nav ul {
  *zoom: 1;
  margin: 0;
  display: inline-block;
  background: url("../images/backgrounds/navbar.png") left top no-repeat;
}
#main-nav ul:before,
#main-nav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#main-nav ul:after {
  clear: both;
}
#main-nav ul li {
  float: left;
  display: block;
  text-align: center;
}
#main-nav ul li.selected a {
  color: #000000;
  background: url("../images/backgrounds/navbar-item.png") left top no-repeat;
}
#main-nav ul a {
  display: block;
  height: 24px;
  padding: 10px 10px 2px 25px;
  font: 0.9375em "ConduitITCW01-ExtraLigh 731268", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#main-nav ul a:hover {
  color: #000000;
  background: url("../images/backgrounds/navbar-item.png") left top no-repeat;
}
.lt-ie10 #main-nav ul li a {
  font-size: 0.8em;
}
.breadcrumb {
  margin: 0 auto;
  width: 960px;
  padding: 13px 0;
  font-family: "HelveticaNeueW01-65Medi", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.breadcrumb ul {
  *zoom: 1;
  margin: 0 auto;
}
.breadcrumb ul:before,
.breadcrumb ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb ul:after {
  clear: both;
}
.breadcrumb ul li {
  display: block;
  float: left;
  padding-left: 16px;
  margin-right: 10px;
  background: url("../images/backgrounds/spacer.jpg") left center no-repeat;
}
.breadcrumb ul li:first-child {
  background: none;
  padding-left: 33px;
}
.breadcrumb ul li a {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1em;
  color: #e7e7e7;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.breadcrumb ul li a:hover {
  color: #c1d700;
}
#footer {
  width: 960px;
  padding-top: 35px;
  margin: 0 auto;
  background: url("../images/backgrounds/footer-bg.jpg") center top no-repeat;
}
#footer nav {
  *zoom: 1;
}
#footer nav:before,
#footer nav:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer nav:after {
  clear: both;
}
#footer ul {
  float: left;
  margin: 0;
  height: 200px;
  width: 210px;
}
#footer ul li {
  display: block;
  margin-left: 35px;
  line-height: 1.4em;
  width: 175px;
}
#footer a {
  line-height: 1em;
  font-size: 0.8em;
  -webkit-transition: color 1s, font-size 0.1s;
  -moz-transition: color 1s, font-size 0.1s;
  -ms-transition: color 1s, font-size 0.1s;
  -o-transition: color 1s, font-size 0.1s;
  transition: color 1s, font-size 0.1s;
}
#footer a.reverse {
  color: #c1d700;
}
#footer a.reverse:hover {
  color: #e7e7e7;
}
#footer a:hover {
  color: #c1d700;
  font-size: 1em;
}
.footer-block {
  float: right;
  width: 215px;
  padding-right: 35px;
  font-size: 0.8em;
  color: #ffffff;
}
.newsletter p {
  margin-top: 5px;
  margin-bottom: 20px;
}
.newsletter span {
  margin-bottom: 5px;
  display: block;
}
.newsletter input[type="text"] {
  width: 116px;
  height: 23px;
  float: left;
  padding: 0 0 0 5px;
  margin: 1px 4px 0 0;
  font-size: 0.9em;
  line-height: 23px;
  color: #000000;
  background: url("../images/backgrounds/text-newsletter.png") repeat-x;
  border: none;
  outline: none;
}
.newsletter input[type="text"]::-webkit-input-placeholder {
  color: #555555;
}
.newsletter input[type="text"]:-moz-placeholder {
  /* Firefox 18- */

  color: #555555;
}
.newsletter input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */

  color: #555555;
}
.newsletter input[type="text"]:-ms-input-placeholder {
  color: #555555;
}
.newsletter input[type="submit"] {
  width: 85px;
  height: 24px;
  margin: 0;
  font: 0.9em "HelveticaNeueW01-65Medi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e7e7e7;
  background-color: #333333;
  border: none;
  border-radius: 2px;
}
.newsletter input[type="submit"]:hover {
  background-color: #555555;
}
/******* Button styling *********/
.button {
  position: relative;
  display: inline-block;
  color: #ffffff;
  margin: 0px !important;
  padding: 0px 15px 5px 20px;
  height: 30px;
  background: url('../images/button-bg.png') left top no-repeat;
  border: none;
  text-transform: uppercase;
  font: 17px/30px "ConduitITCW01-ExtraLigh 731268", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.button:hover {
  background-position: left bottom;
  display: inline-block;
}
.button:hover:after {
  content: url('../images/button-after-hover.png');
  display: inline-block;
}
.button:after {
  content: url('../images/button-after.png');
  position: absolute;
  right: -7px;
}
input.button {
  height: 35px;
}
.button-after {
  vertical-align: bottom;
}
/*********** Carousel styles ***************/
.main-container {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}
.carousel-wrap {
  overflow: hidden;
  height: 584px;
}
ul#carousel {
  position: relative;
  left: 50%;
  display: block;
  width: 1500px;
  height: 563px !important;
  margin-left: -750px;
  margin-right: auto;
  padding: 0px;
  overflow: hidden;
}
ul#carousel li {
  height: 563px !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
ul#carousel li a {
  text-decoration: none;
}
ul#carousel li a span.title {
  font: 60pt "ConduitITCW01-ExtraLigh 731268", Helvetica, Arial, sans-serif;
  letter-spacing: -2pt;
}
ul#carousel li a span.subtitle {
  font: 64pt "ConduitITCW01-ExtraLigh 731268", Helvetica, Arial, sans-serif;
  letter-spacing: -1.5pt;
  top: -442px;
}
ul#carousel li a span {
  color: white;
}
ul#carousel li a span.title,
ul#carousel li a span.subtitle {
  display: block;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -2.5pt;
  line-height: 64px;
  position: relative;
  top: -487px;
  left: 305px;
  z-index: 9;
}
.carousel-nav {
  width: 960px;
  margin: 0 auto;
  position: relative;
  top: -280px;
  z-index: 999;
}
.carousel-nav .prev {
  background: url("../images/slider-arrows.png") no-repeat;
  display: block;
  height: 48px;
  width: 48px;
  margin: -48px 0px 0px 0px;
  left: 0px;
  text-indent: -9999px;
  position: absolute;
}
.carousel-nav .prev:hover {
  display: block;
  height: 48px;
  width: 48px;
  margin: -48px 0px 0px 0px;
  background: url("../images/slider-arrows.png") no-repeat;
  z-index: 999;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.carousel-nav .next {
  background: url("../images/slider-arrows.png") 0px -48px no-repeat;
  display: block;
  height: 48px;
  width: 48px;
  text-indent: -9999px;
  margin: -48px 0px 0px 0px;
  position: absolute;
  right: 0px;
}
.carousel-nav .next:hover {
  display: block;
  height: 48px;
  width: 48px;
  margin: -48px 0px 0px 0px;
  background: url("../images/slider-arrows.png") 0px -48px no-repeat;
  z-index: 999;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.home-promos {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.home-promos ul {
  padding: 0px;
  margin: 0px;
}
.home-promos ul li {
  background: url("../images/homepage-promo-background.png") bottom right repeat-x;
  border: 1px solid #333;
  float: left;
  width: 297px;
  min-height: 165px;
  display: inline;
  margin: 2px 9px 15px 10px;
}
.home-promos ul li a {
  text-decoration: none !important;
  cursor: pointer;
  display: block;
  min-height: 135px;
  padding: 20px 24px 10px 24px;
}
.home-promos ul li a p {
  font: 103%/1.1em "ConduitITCW01-ExtraLigh 731268", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.home-promos ul li a .title {
  color: #ffffff;
  font: 200% "ConduitITCW01-ExtraLigh 731268", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 0.8em;
  letter-spacing: -1.5pt;
  display: block;
  padding: 0 0 25px;
}
.home-promos ul li a .title span {
  display: block;
}
.home-promos ul li a .title span.second {
  color: #bed600;
  font-family: "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
}
.home-promos ul li:hover {
  background: url("../images/homepage-promo-background-hover.png") no-repeat bottom right;
  border: 3px solid #bed600;
  margin: 0px 7px 12px 8px;
}
.home-subpromos {
  width: 960px;
  height: 69px;
  margin: 16px auto 85px;
}
.home-subpromos ul {
  padding: 0px;
  margin: 0px;
}
.home-subpromos ul li {
  background: url("../images/homepage-promo-background.png") top left repeat-x;
  border: 1px solid #333;
  position: relative;
  float: left;
  display: inline;
  margin: 1px 9px 1px 10px;
  width: 296px;
}
.home-subpromos ul li a {
  text-decoration: none;
  padding: 15px 9px 15px 22px;
  display: block;
  min-height: 28px;
}
.home-subpromos ul li a span.title {
  font: 170% "ConduitITCW01-ExtraLigh 731268", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  padding-top: 3px;
  display: block;
}
.home-subpromos ul li a span.title span.first {
  font-family: "ConduitITCW01-ExtraLigh 731268", Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.home-subpromos ul li a span.title span.second {
  font-family: "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #bed600;
}
.home-subpromos ul li:hover {
  border: 2px solid #bed600;
  margin: 0px 8px 0px 9px;
}
.home-subpromos ul li .arrow {
  background: url("../images/promo-arrow.png") no-repeat;
  width: 18px;
  height: 36px;
  display: block;
  position: absolute;
  top: 14px;
  left: 273px;
}
/*accordion*/
.accordion {
  margin-left: 34px;
  width: 893px;
  overflow: hidden;
}
.accordion.outer-layer {
  background: #aaac9f;
}
.accordion.outer-range {
  background: #d4d6c8;
}
.accordion .accordion-header {
  width: 893px;
  height: 69px;
  display: block;
  cursor: pointer;
}
.accordion .accordion-header a {
  line-height: 69px;
  vertical-align: middle;
  color: #000000;
  font-family: "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  letter-spacing: -1.5pt;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 0 20px;
}
.accordion .accordion-info {
  width: 873px;
  height: 77px;
  margin-left: 20px;
  color: #ffffff;
  display: none;
}
.accordion .accordion-info p {
  width: 873px;
  padding-bottom: 14px;
  font-size: 90%;
  color: #000000;
}
.accordion .accordion-info .range {
  width: 853px;
  height: 35px;
  overflow: hidden;
}
.accordion .accordion-info .range .range-text {
  width: 200px;
  font: 180% "ConduitITCW01-ExtraLigh 731268", Helvetica, Arial, sans-serif;
  color: #000000;
  letter-spacing: -0.8pt;
  float: left;
}
.accordion .picto {
  float: right;
}
.active-range {
  *zoom: 1;
  width: 893px;
  height: 64px;
  background: #F8F8EB;
  margin-left: 34px;
}
.active-range:before,
.active-range:after {
  display: table;
  content: "";
  line-height: 0;
}
.active-range:after {
  clear: both;
}
.active-range .title {
  width: 235px;
  color: #000000;
  font-family: "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  font-size: 2.2em;
  letter-spacing: -1.5pt;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 16px;
  padding-left: 20px;
  float: left;
}
.active-range .content {
  max-width: 600px;
  padding-top: 27px;
  float: left;
  color: #000000;
  font-size: 0.8em;
}
.ultimate-range {
  *zoom: 1;
  width: 893px;
  height: 64px;
  background: #F8F8EB;
  margin-left: 34px;
}
.ultimate-range:before,
.ultimate-range:after {
  display: table;
  content: "";
  line-height: 0;
}
.ultimate-range:after {
  clear: both;
}
.ultimate-range .title {
  width: 235px;
  color: #000000;
  font-family: "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  font-size: 2.2em;
  letter-spacing: -1.5pt;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 16px;
  padding-left: 20px;
  float: left;
}
.ultimate-range .content {
  max-width: 600px;
  padding-top: 27px;
  float: left;
  color: #000000;
  font-size: 0.8em;
}
.search-criterias {
  *zoom: 1;
  width: 893px;
  height: 64px;
  background: #F8F8EB;
  margin-left: 34px;
}
.search-criterias:before,
.search-criterias:after {
  display: table;
  content: "";
  line-height: 0;
}
.search-criterias:after {
  clear: both;
}
.search-criterias .title {
  width: 235px;
  color: #000000;
  font-family: "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  font-size: 2.2em;
  letter-spacing: -1.5pt;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 16px;
  padding-left: 20px;
  float: left;
}
.search-criterias ul {
  float: left;
  padding-top: 16px;
}
.search-criterias ul li {
  list-style: none;
  background: #ffffff;
  border: 2px solid #dedede;
  font-family: "Conduit ITC W01 Regular", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  float: left;
  padding: 5px;
  margin-right: 5px;
}
/******** product panels ********/
.product-panel .lbl {
  color: #ffffff;
  padding: 0 0 10px;
}
.range-intro {
  width: 893px;
  height: 69px;
  background: #F8F8EB;
  margin-left: 34px;
}
.see-ranges a {
  color: #000000;
  text-decoration: none;
}
.search-box {
  float: left;
  color: #000000;
  font: 20px "ConduitITCW01-ExtraLigh 731268", Helvetica, Arial, sans-serif;
  letter-spacing: -0.8pt;
  padding: 12px 0 0 20px;
}
.active-range .product-item-desc ul#nav-tab-list li#nav-tab a:hover {
  background: #e2fb06 !important;
}
.active-range .product-item-desc ul#nav-tab-list li#nav-tab a {
  background: #c1d700;
}
.active-range .product-item-desc ul#nav-tab-list li#nav-tab a.active {
  background: #ffffff;
}
.title-range {
  width: 235px;
  font: bold 38px "ConduitITCW01-ExtraLigh 731268", Helvetica, Arial, sans-serif;
  letter-spacing: -1.5pt;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  padding: 16px 0 0 20px;
  float: left;
}
.content-range {
  padding-top: 27px;
  overflow: hidden;
  color: #000000;
  font-size: 13px;
}
section.no-products {
  min-height: 498px;
  background: #e7e7e7;
  padding-top: 1px;
}
section.no-products h1 {
  text-align: center;
  margin-top: 190px;
  color: #000000;
  font-family: "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  font-size: 2.3em;
  letter-spacing: -0.8pt;
  text-transform: uppercase;
}
/*product-panel-main*/
.product-panel-main {
  margin-left: 34px;
  width: 893px;
  overflow: hidden;
}
.product-panel-main .product-panel {
  width: 893px;
  margin: 26px 0 15px;
}
/*left-sec-product*/
.left-sec-product {
  width: 155px;
  float: left;
}
.show-text {
  font-size: 93%;
  line-height: 100%;
  margin-top: 26px;
  text-decoration: underline;
}
.show-text a {
  text-decoration: underline;
}
.show-text a:hover {
  color: #bed600;
}
.dropdown-select {
  display: inline;
  width: 870px;
}
.dropdown-select select {
  margin-top: 5px;
  margin-right: 8px;
}
.prod-item-code {
  width: 140px;
  padding: 0 10px;
  font-size: 11px;
  color: #222222;
}
.product-grid {
  width: 714px;
  min-height: 498px;
  background: #e7e7e7;
  padding: 12px 0 0 12px;
  margin: 0px;
  float: left;
}
.product-grid li {
  width: 166px;
  float: left;
  position: relative;
  background: #ffffff;
  margin: 0 11px 12.5px 0;
  border-bottom: 4px solid #c1d700;
}
.product-grid li.product-ult {
  border-bottom-color: #979797;
}
.product-grid li .product-image {
  display: block;
  margin: 0 auto;
  width: 166px;
  height: 234px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #ddd;
}
.product-grid li .product-image .mainPicture {
  width: 166px;
  max-height: 234px;
}
.product-grid li .product-image .reward {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50px;
  max-height: 50px;
}
.product-grid li .product-image .product-label {
  background: url("../images/new-label.png") no-repeat;
  display: block;
  min-width: 52px;
  height: 29px;
  padding: 0 5px 0 15px;
  position: absolute;
  bottom: -7px;
  right: 0;
  color: #000000;
  font-size: 0.5em;
  font-family: "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}
.product-grid li .prod-name,
.product-grid li .prod-price {
  display: block;
  padding: 0 10px;
  font-size: 11px;
  line-height: 15px;
  color: #222222;
}
.product-grid li .prod-name {
  padding-top: 7px;
  display: block;
  height: 30px;
}
.product-grid li > a {
  display: block;
}
.avail-colours {
  padding: 5px 10px 0 10px;
  display: block;
}
.avail-colours img {
  border: 1px solid #000000;
  height: 10px;
  width: 11px;
  margin-right: 4px;
}
.outer-result-text {
  margin-left: 34px;
  width: 893px;
}
#result-button {
  float: right;
  margin-right: 35px;
}
#results-btn img {
  vertical-align: middle;
}
h1#no-results {
  text-align: center;
  margin-top: 190px;
  color: #000000;
  font: 350% "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  letter-spacing: -0.8pt;
  text-transform: uppercase;
}
.title-section ul {
  float: left;
  vertical-align: bottom;
  margin-left: 0px;
  padding-top: 15px;
}
.title-section ul li {
  list-style: none;
  background: #ffffff;
  border: 2px solid #dedede;
  font-family: "TStarProBold";
  font-size: 2.4em;
  float: left;
  padding: 5px;
  margin-right: 5px;
}
.results-section-text {
  width: 893px;
  height: 69px;
  background: #f8f8eb;
}
.sort-text {
  font-size: 93%;
  font-weight: bold;
  padding-bottom: 10px;
  color: #ffffff;
}
#sort-order {
  display: block;
  margin: 0 0 15px;
}
.view-button img:hover {
  opacity: 1.6;
  filter: alpha(opacity=80);
  display: block;
}
#active-btn {
  width: 153px;
  float: left;
}
#ultimate-btn {
  width: 153px;
  float: left;
}
/*right-sec-product*/
.right-sec-product {
  width: 725px;
  float: left;
  font-size: 110%;
}
.product-container {
  width: 960px;
  margin: 0 auto;
  font-family: Arial, Helvetica, Sans-Serif;
}
/********* Details Section ************/
.page.product-item {
  min-height: 565px;
  background: white;
  font-family: Arial, Helvetica, Sans-Serif;
  margin: 0 auto;
  *zoom: 1;
}
.page.product-item:before,
.page.product-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.page.product-item:after {
  clear: both;
}
/********* tabs Section ************/
.product-ult .product-item-desc ul.nav-tab-list li a {
  background: #979797;
}
.product-ult .product-item-desc ul.nav-tab-list li a:hover {
  background: #bbb;
}
.product-item-desc {
  min-height: 421px;
  font-size: 120%;
}
.product-item-desc p {
  color: #000000;
}
.product-item-desc ul.nav-tab-list {
  height: 24px;
  margin: 0px;
  padding: 0px;
}
.product-item-desc ul.nav-tab-list li {
  padding: 0 1px;
  height: 24px;
  float: left;
  white-space: nowrap;
}
.product-item-desc ul.nav-tab-list li a {
  background: #c1d700;
  width: 91px;
  display: block;
  margin-top: 0;
  padding: 3px 14px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #000000;
}
.product-item-desc ul.nav-tab-list li a:hover {
  background: #e2fb06 ;
}
.product-item-desc ul.nav-tab-list li a.active {
  background: none;
}
.product-item-desc .content {
  float: left;
  margin-top: 2px;
  background: #ffffff;
  min-height: 440px;
  width: 342px;
  padding: 15px 0 0 22px;
}
.product-item-desc .content#tab-1 {
  padding-left: 25px !important;
  padding-right: 0px !important;
}
.product-item-desc .content#tab-2 {
  border-left: 1px solid #ffffff;
}
.product-item-desc .content#tab-3 {
  border-left: 1px solid #ffffff;
}
/************ content 1 div styling ************/
.product-ult .product-name {
  color: #979797;
}
.product-name {
  padding: 0 0 2px;
  font: 33px/1 "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1.3pt;
  color: #c1d700;
}
.product-name-sec {
  max-width: 328px;
  padding-left: 0px;
  font: 33px/1 "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1.3pt;
  color: #000000;
}
.product-price {
  height: 12px;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0 ;
}
.product-info {
  max-width: 305px;
  padding: 5px 0 10px;
  font-size: 12px;
  color: #000000;
}
.product-info a {
  color: #000000;
  text-decoration: underline;
}
.product-info a:hover {
  color: #bed600;
  text-decoration: underline;
}
.product-code {
  font-size: 13px;
  color: black;
}
.product-size {
  padding: 5px 0 1px;
  margin: 0;
  font-size: 16px;
  font-weight: bolder;
  color: black;
  line-height: normal;
}
.product-size-info {
  width: 300px;
  padding-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
}
.colour-text {
  width: 85px;
  margin: 4px 0;
  padding: 0;
  font-size: 15px;
  font-weight: bolder;
  float: left;
}
.colour-boxes {
  float: left;
}
.colour-boxes img {
  cursor: pointer;
}
.colour-boxes img:hover {
  border: 2px solid #000;
}
.avail-colours-product {
  padding-bottom: 5px;
  overflow: hidden;
}
.avail-colours-product img {
  border: 1px solid #000000;
  height: 10px;
  padding: 0;
  width: 11px;
  margin-right: 4px;
}
.buy-section {
  width: 300px;
}
.buy-section .button {
  font-size: 22px;
}
#buy-online-btn {
  background: url("../images/product-details/where-button.jpg");
  width: 156px;
  height: 34px;
  display: block;
  float: left;
}
#buy-online-btn:hover {
  background: url("../images/product-details/rollover-wheretobuy.jpg");
  width: 156px;
  height: 34px;
  display: block;
  float: left;
}
#buy-text {
  width: 135px;
  padding-left: 15px;
  padding-bottom: 12px;
  font-size: 120%;
  font-weight: bolder;
  float: left;
}
#content-1 {
  position: relative;
}
#content-1 ul {
  margin: 0px;
  padding: 5px 0px 0px 0px;
}
/*social*/
ul.social-media {
  display: block;
  width: 100%;
  padding: 40px 0 0;
  margin: 0 0 20px 0;
  *zoom: 1;
}
ul.social-media:before,
ul.social-media:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.social-media:after {
  clear: both;
}
ul.social-media li {
  display: block;
  width: 30%;
  float: left;
  padding: 0;
  margin: 0;
}
.facebook-mini {
  background: url("../images/face-like.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  padding-right: 7px;
}
.facebook-mini:hover {
  cursor: pointer;
  opacity: 1.6;
  filter: alpha(opacity=80);
}
.twitter-mini {
  background: url("../images/tweet-share.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  padding-right: 7px;
}
.twitter-mini:hover {
  cursor: pointer;
  opacity: 1.6;
  filter: alpha(opacity=80);
}
/*********** Content 2 Section div styling ********/
.table-container {
  width: 300px;
}
table,
tr,
th,
td {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
table {
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca !important;
  border-bottom: 1px solid #cacaca;
  font-size: 12px;
}
table th {
  background-color: #D4D6C8;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  padding: 5px 10px;
}
table td {
  border-bottom: 1px dashed #cacaca;
  padding-top: 5px;
  padding-bottom: 5px;
}
.size-list {
  width: 75px;
  height: 183px;
  float: left;
}
#tabs-2 {
  width: 320px;
  height: 463px;
  overflow: auto;
}
#tabs-2 a {
  color: #000000;
  text-decoration: underline;
}
#tabs-2 a:hover {
  color: #bed600;
}
#tabs-2 p {
  color: #000000;
  font-size: 13px;
  padding: 10px 0 5px;
}
/*********** Content 3 Section div styling ********/
.product-care-grid {
  width: 305px;
  padding: 0px;
  margin: 5px 0px 0px 0px;
}
.product-care-grid li {
  list-style: none;
  border: 2px solid #afafaf;
  padding: 4px;
  margin-bottom: 5px;
  overflow: hidden;
}
.product-care-grid li img {
  padding-right: 5px;
}
#tabs-3 {
  height: 463px;
  overflow-y: auto;
}
#tabs-3 .care-image {
  width: 50px;
  float: left;
}
#tabs-3 .care-text {
  width: 240px;
  float: right;
}
#tabs-3 .care-text p {
  color: #8c8c8c;
  font-size: 13px;
  padding: 3px 0px 3px 0px;
}
/************* You might also like section **********/
.related-product {
  width: 163px;
  height: 200px;
  padding-left: 17px;
}
.you-may-like-sec {
  background: #ffffff;
  overflow: hidden;
  height: 100%;
  margin-right: 13px;
}
.related-grid {
  padding: 0px;
  margin-left: 17px;
}
.related-grid li {
  width: 173px;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 15px;
}
.related-grid li .prod-item-code {
  color: #000000;
  padding: 3px 10px 0px 10px;
  width: 140px;
}
.related-grid li .prod-name {
  color: #000000;
  font-size: 12px;
  font-weight: bolder;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 10px;
}
.related-grid li a {
  text-decoration: none;
}
.related-grid li .prod-price {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px 0 10px;
  width: 140px;
}
.related-grid li .product-image {
  height: 152px;
  width: 161px;
  padding: 0;
}
.related-grid li .product-image img {
  padding: 0;
  width: 161px;
}
.other-prod-title {
  padding-top: 3px;
  font-size: 12px;
  font-weight: bolder;
  text-align: center;
  color: #000000;
}
/*product care*/
.page.product-care {
  background: #ffffff;
  overflow: hidden;
  padding: 35px 0;
}
.inner-container {
  width: 890px;
  overflow: hidden;
  background: #ffffff;
  padding: 35px 0;
  margin: 15px auto 0;
}
.inner-container p {
  color: #000000;
  font-size: 13px;
  line-height: 19px;
  padding: 10px 0;
}
.left-side {
  width: 428px;
  float: left;
  padding: 0 56px 0  40px;
}
.left-side h3 {
  color: #8b8b8b;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5em;
}
.left-side p {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
}
.right-side {
  width: 345px;
  float: left;
}
.right-side .text-intro {
  padding: 36px 0px 6px 0px;
}
.care-list {
  width: 340px;
  padding: 0px;
  margin: 5px 0px 0px 0px;
}
.care-list li {
  list-style: none;
  border: 2px solid #afafaf;
  padding: 4px;
  margin-bottom: 5px;
  overflow: hidden;
}
.care-list li img {
  padding-right: 5px;
}
.care-list li .care-image {
  width: 50px;
  float: left;
}
.care-list li .care-text {
  width: 275px;
  float: right;
}
.care-list li .care-text p {
  color: #8c8c8c;
  font-size: 12px;
  padding: 2px 6px 2px 0px;
}
/*product carousel*/
.product-item-container {
  width: 696px;
  height: 100%;
  float: left;
  border-right: 2px solid black;
}
.product-item-container .product-image-container {
  width: 332px;
  float: left;
}
.product-item-container .product-image-fullview,
.product-item-container .product-image-rotate {
  position: relative;
  display: block;
  margin: 20px 0 15px 12px;
}
.product-item-container .product-image-fullview .reward,
.product-item-container .product-image-rotate .reward {
  position: absolute;
  top: 20px;
  left: 0px;
  max-width: 100%;
  max-height: 100%;
  z-index: 100;
}
.product-item-container .product-image-fullsize-image {
  max-width: 100%;
  padding-top: 20px;
}
.product-item-container .product-image-rotate {
  display: none;
}
.product-lower-cont {
  height: 79px;
  width: 355px;
  overflow: hidden;
}
.product-lower-cont .control-section {
  height: 33px;
  float: left;
  padding: 35px 0 0 9px;
  position: relative;
}
.product-lower-cont .control-button {
  width: 30px;
  height: 30px;
  float: left;
  text-indent: -9999px;
  cursor: pointer;
}
/*rotate button*/
#rotate {
  background: url("../images/product-details/rotate-btn.jpg") no-repeat;
  margin-right: 4px;
}
#rotate:hover,
#rotate:active,
#rotate.selected {
  background: url("../images/product-details/rollover-rotate.jpg") no-repeat;
}
/*zoom button*/
#zoom {
  background: url("../images/product-details/zoom-btn.jpg") no-repeat;
}
#zoom:hover,
#zoom:active,
#zoom.selected {
  background-image: url("../images/product-details/rollover-zoom.jpg");
}
.product-item .zoomPad {
  float: none;
}
.control-prod-views {
  width: 266px;
  height: 80px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 0 0 13px;
}
.control-prod-views .control-prod {
  width: 11px;
  height: 20px;
  display: block;
  position: absolute;
  top: 36px;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
}
.control-prod-views .control-prod.prev-prod-view {
  background: url("../images/product-details/arrow_L.png") no-repeat;
  left: 0;
}
.control-prod-views .control-prod.next-prod-view {
  background: url("../images/product-details/arrow_R.png") no-repeat;
  right: 0;
}
.control-prod-views .prod-view-wrap {
  overflow: hidden;
  width: 243px;
  height: 80px;
  margin: 0 10px;
  position: relative;
}
.control-prod-views .prod-view-wrap ul {
  width: 9999px;
  height: 80px;
  margin: 0;
}
.control-prod-views .prod-view-wrap ul li {
  float: left;
  width: 82px;
  height: 77px;
}
.control-prod-views .prod-view-wrap ul li img {
  max-width: 82px;
  max-height: 77px;
}
.page.science-block {
  padding: 50px 63px 10px 50px;
  margin-bottom: 10px;
  width: 777px;
}
.science-block {
  background: #ffffff;
}
.science-block .header-block {
  position: relative;
  padding: 0 0 25px 0;
}
.science-block .header-block h3 {
  color: #000000;
  font: 1.8em "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 235px;
  position: absolute;
  top: 30px;
  left: 36px;
}
.science-block .fact-block ul {
  margin: 0;
}
.science-block .fact-block ul li {
  background: #D7D8CF;
  padding: 5px 0;
  margin: 0 0 25px 0;
  color: #back;
}
.science-block .fact-block ul li h4 {
  font-size: 0.9em;
  margin: 3px 15px 0;
  line-height: 1.3em;
}
.science-block .fact-block ul li p {
  font-size: 0.75em;
  line-height: 1.3em;
  margin: 5px 15px;
}
.science-block .intro-text {
  color: #000000;
  font-size: 0.8em;
}
.science-block .intro-text p {
  padding-bottom: 10px;
}
.science-block .material-block ul {
  margin: 0;
  overflow: hidden;
}
.science-block .material-block ul li {
  border: 1px solid #888;
  float: left;
  margin: 0 6px 6px 0;
  width: 380px;
}
.science-block .material-block ul li img {
  float: left;
  height: 100px;
  width: 150px;
  padding: 15px 0;
}
.science-block .material-block ul li .desc {
  float: left;
  width: 224px;
  color: #000000;
}
.science-block .material-block ul li .desc h5 {
  font-weight: bold;
  font-size: 0.9em;
  padding: 15px 0 5px;
  text-transform: uppercase;
}
.science-block .material-block ul li .desc p {
  color: #000000;
  max-width: 224px;
  font-size: 0.6em;
  line-height: 1.5;
}
.science-block .sec-text {
  color: #000000;
  font-size: 0.8em;
  padding: 30px 0 0 0;
}
.science-block .award-block ul {
  margin: 0 0 0 -10px;
  padding: 10px 0 15px;
  overflow: hidden;
}
.science-block .award-block ul li {
  float: left;
}
.science-block .third-sec-block p {
  color: #000000;
  font-size: 0.8em;
  padding-bottom: 20px;
}
.page.terms-privacy {
  font-size: 0.75em;
  background: #ffffff;
  width: 730px;
  padding: 70px 80px;
  margin-bottom: 10px;
}
.page.terms-privacy h3 {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 8px;
}
.page.terms-privacy p {
  line-height: 1.5;
  padding-bottom: 10px;
}
.page.terms-privacy a {
  color: #bcd507;/*#e7e7e7;*/
  text-decoration: none;
}
/*fitting guide*/
.page.fitting-guide {
  padding: 40px;
  margin-bottom: 10px;
  width: 820px;
  background: #fff;
}
.page.fitting-guide h3 {
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 15px;
}
.page.fitting-guide p {
  color: #000000;
  font-size: 0.8em;
  line-height: 1.5;
  padding-bottom: 7px;
}
.page.fitting-guide .fitting-block {
  margin-top: 10px;
  padding: 15px 0 0 0;
  border-top: 1px solid #bed600;
}
.page.fitting-guide .fitting-block h4 {
  color: #bed600;
  font-size: 1.4em;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.page.fitting-guide .fitting-block .thumbs {
  overflow: hidden;
  padding-top: 10px;
  margin: 0;
}
.page.fitting-guide .fitting-block .thumbs li {
  float: left;
  padding: 0 0 20px 25px;
  width: 250px;
}
.page.fitting-guide .fitting-block .thumbs li .image {
  background: url("../images/image-shadow.jpg") center bottom no-repeat;
  width: 250px;
  height: 243px;
}
.page.fitting-guide .fitting-block .thumbs li:first-child {
  padding-left: 0;
}
.page.fitting-guide .bottom-block {
  border-top: 1px solid #bed600;
  padding-top: 15px;
  text-align: center;
}
.page.fitting-guide .bottom-block p {
  text-align: center;
}
.bounce-container {
  width: 960px;
}
#bounce-o-meter {
  width: 960px;
  height: 760px;
  background: #000000;
  border: none;
}
.page.sports {
  margin-bottom: 10px;
}
.page.ambassadors {
  margin-bottom: 10px;
}
.linear-grid {
  width: 898px;
}
.linear-grid ul.nav {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.linear-grid ul.nav li {
  background: url("../images/Hashed_Pattern.png") no-repeat 0 0;
  float: left;
  width: 224px;
  height: 143px;
  position: relative;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.linear-grid ul.nav li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.linear-grid ul.nav li span {
  position: absolute;
  left: 20px;
  bottom: 0;
  color: #ffffff;
  font: 1.7em/20px "Conduit ITC W01 Regular", Helvetica, Arial, sans-serif;
  letter-spacing: -0.5pt;
  text-transform: uppercase;
  padding: 0 0 10px;
  max-width: 160px;
}
.linear-grid ul.nav li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.linear-grid div {
  overflow: hidden;
}
.linear-grid div .profile-block {
  float: left;
  display: block;
  width: 322px;
  position: relative;
}
.linear-grid div .profile-block .explain-block {
  position: absolute;
  bottom: 0;
  width: 213px;
  color: #ffffff;
  padding: 0 0 20px 7px;
  text-transform: uppercase;
}
.linear-grid div .profile-block .explain-block p {
  font-size: 0.75em;
  padding: 0 0 0 3px;
}
.linear-grid div .profile-block .explain-block h3 {
  font: 3.5em/0.75em "Conduit ITC W01 Regular", Helvetica, Arial, sans-serif;
  letter-spacing: -1.3pt;
}
.linear-grid div .detail-block {
  background: #ffffff url("../images/img-shade.jpg") repeat-y 0 0;
  float: left;
  min-height: 351px;
  padding: 0 10px 45px 35px;
  width: 530px;
  position: relative;
}
.linear-grid div .detail-block h3 {
  margin-bottom: 15px;
  color: #BCD507;
  font: 1.8em "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  letter-spacing: -0.8pt;
  padding: 20px 0 5px;
  text-transform: uppercase;
}
.linear-grid div .detail-block .content {
  overflow: hidden;
}
.linear-grid div .detail-block .content .text-block {
  float: left;
  width: 278px;
  color: #000000;
  font-size: 0.75em;
}
.linear-grid div .detail-block .content .info-block {
  float: left;
  width: 234px;
  padding: 0 0 0 10px;
  font-size: 0.75em;
}
.linear-grid div .detail-block .content .info-block span {
  display: block;
  font-weight: bold;
  margin: 0 0 2px 0;
}
.linear-grid div .detail-block .content .info-block span.last {
  font-weight: normal;
}
.linear-grid div .detail-block .content .info-block ul {
  margin: 0;
}
.linear-grid div .detail-block .content .info-block ul li {
  float: left;
  width: auto;
  margin: 0 4px 0 0;
}
.linear-grid div .detail-block .content .info-block ul li img {
  border: 1px solid #000;
  height: 10px;
}
.linear-grid div .detail-block .social-media {
  margin: 0;
  padding: 0 0 15px;
  position: absolute;
  bottom: 0;
}
.linear-grid div .detail-block .social-media li {
  width: auto;
  padding: 0 10px 0 0;
}
.linear-grid .hidden {
  display: none;
}
.news ul.news-grid {
  margin: 0;
  width: 900px;
  overflow: hidden;
}
.news ul.news-grid li {
  float: left;
  position: relative;
  height: 185px;
  width: 300px;
  overflow: hidden;
}
.news ul.news-grid li a img {
  background: url("../images/Hashed_Pattern.png") scroll 0 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.news ul.news-grid li a span.date-block {
  background: url("../images/date-tab.png") no-repeat 0 0;
  display: block;
  height: 54px;
  width: 50px;
  padding: 12px 0 0 16px;
  position: absolute;
  top: 0;
  left: 20px;
  color: #ffffff;
}
.news ul.news-grid li a span.date-block span.date {
  font: 2em/0.6em "ConduitITCW01-ExtraLigh 731268", Helvetica, Arial, sans-serif;
}
.news ul.news-grid li a span.date-block span.month {
  font: 1.4em/0.6em "ConduitITCW01-ExtraLigh 731268", Helvetica, Arial, sans-serif;
}
.news ul.news-grid li a span.content {
  background: black;
  cursor: default;
  color: white;
  display: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  overflow: hidden;
  padding: 10px 15px 10px 20px;
  width: 265px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  cursor: pointer;
}
.news ul.news-grid li a span.content span {
  font-size: 0.8em;
  max-height: 60px;
  overflow: hidden;
}
.news ul.news-grid li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news ul.news-grid li.social-content {
  background: #ffffff;
  height: 185px;
}
.news ul.news-grid li.social-content .news-item {
  padding: 10px 15px 15px 20px;
}
.news ul.news-grid li.social-content .news-item h3 {
  color: black;
  font-size: 0.9em;
  font-weight: bold;
}
.news ul.news-grid li.social-content .news-item h3 span {
  color: #b4b4b4;
  font-size: 0.8em;
  font-weight: normal;
  margin: 0 0 0 10px;
}
.news ul.news-grid li.social-content .news-item p {
  font-size: 0.75em;
  padding: 10px 0;
}
.news ul.news-grid li.social-content .news-item .list-tweet-news {
  overflow: hidden;
  width: 265px;
}
.news ul.news-grid li.social-content .news-item .list-tweet-news ul {
  width: 99999px;
  overflow: hidden;
}
.news ul.news-grid li.social-content .news-item .list-tweet-news ul li {
  font-size: 0.75em;
  float: left;
  height: 102px;
  width: 265px;
}
.news ul.news-grid li.social-content .news-item .list-tweet-news ul li a {
  color: #E66505;
  font-weight: bold;
}
.news ul.news-grid li.social-content .news-item ul.social-media {
  padding: 0;
}
.news ul.news-grid li.social-content .news-item ul.social-media li {
  float: none;
  width: auto;
  height: auto;
  text-align: left;
}
.news ul.news-grid li.social-content .news-item .text-block {
  font-size: 0.8em;
}
.news ul.news-grid li.social-content .news-item .text-block span.btn-next {
  float: right;
  margin: 0;
}
.news ul.news-grid li.social-content .news-item .text-block span a {
  color: #727272;
  margin-left: 4px;
}
.news ul.news-grid li.social-content .news-item .text-block span a:hover {
  color: #181817;
}
.news ul.news-grid li.social-content .news-item .text-block span.sub-text {
  margin: 0;
}
.news ul.news-grid li.bigNews {
  height: 370px;
  width: 600px;
  float: right;
}
.news ul.news-grid li.bigNews span.content {
  width: 565px;
}
h2.title {
  color: #BCD507;
  font: 2em "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-left: 33px;
  margin: 0;
  float: none;
  width: auto;
}
.our-story {
  margin: 21px auto 0;
  padding-bottom: 40px;
  width: 900px;
  overflow: hidden;
}
.our-story .story-grid {
  width: 890px;
  margin: 0;
}
.our-story .story-grid li {
  float: left;
  list-style: none outside none;
  position: relative;
}
.our-story .story-grid li a {
  text-decoration: none;
}
.our-story .story-grid li a img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.our-story .story-grid li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.our-story .story-grid li .desc {
  display: block;
  background: url("../images/shadow.png") repeat-x 0 100%;
  width: auto;
  padding: 0 10px 10px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.our-story .story-grid li .desc span.year {
  color: #ffffff;
  font: 2.4em "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  display: block;
}
.our-story .story-grid li .desc span.title {
  color: #ffffff;
  font: 0.9em "Conduit ITC W01 Light", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  display: block;
}
.our-story .story-grid .type-1 {
  height: 186px;
  width: 296px;
}
.our-story .story-grid .type-2 {
  height: 186px;
  width: 296px;
}
.our-story .story-grid .type-3 {
  height: 186px;
  width: 296px;
}
.our-story .story-grid .type-4 {
  height: 365px;
  width: 295px;
}
.our-story .story-grid .type-5 {
  float: right;
  height: 365px;
  width: 595px;
}
.our-story .story-grid .type-6 {
  height: 181px;
  width: 588px;
}
.our-story .story-grid .type-0 {
  height: 181px;
  width: 302px;
}
#overlay {
  background: #777;
  height: 100%;
  left: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  display: none;
}
#popup-story {
  background: #000;
  border: 3px solid #444243;
  z-index: 11;
  margin: 0 auto;
  width: 896px;
  top: 50%;
  left: 50%;
  margin-top: -310px;
  margin-left: -448px;
  display: none;
  position: fixed;
}
#popup-story .content {
  margin: 0 auto;
  padding: 40px 0 30px;
  width: 600px;
  overflow: hidden;
  background: none;
}
#popup-story .content ul {
  width: 100000px;
  overflow: hidden;
  margin: 0;
}
#popup-story .content ul li {
  float: left;
}
#popup-story .content ul li .desc {
  color: #ffffff;
  padding: 20px 0 0 0;
  width: 600px;
  font-size: 0.8em;
}
#popup-story .content ul li .desc .year {
  font-size: 2.4em;
  padding: 0 0 5px 0;
}
#popup-story .content ul li .desc .title {
  font-size: 1.3em;
  margin: 3px 0 5px;
  display: block;
}
#popup-story .prev {
  background-image: url("../images/back-arrow.jpg");
  display: block;
  height: 86px;
  width: 55px;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 100;
  text-indent: -99999em;
}
#popup-story .next {
  background-image: url("../images/forward-arrow.jpg");
  display: block;
  height: 86px;
  width: 55px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  z-index: 100;
  text-indent: -99999em;
}
#popup-story #close {
  background: url("../images/overlay-close.jpg") no-repeat scroll 0 0 transparent;
  height: 30px;
  width: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-indent: -99999em;
}
#popup-story .mt {
  background: url("../images/fancybox-x.png") 0 0 repeat-x;
  position: absolute;
  left: -3px;
  top: -23px;
  width: 101%;
  height: 20px;
}
#popup-story .fancybox-bg {
  border: none;
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 20px;
  z-index: 101;
}
#popup-story .tr {
  width: 20px;
  height: 20px;
  background: url("../images/fancybox.png") -40px -162px no-repeat;
  position: absolute;
  right: -25px;
  top: -23px;
}
#popup-story .br {
  width: 20px;
  height: 20px;
  background: url("../images/fancybox.png") -40px -182px no-repeat;
  position: absolute;
  bottom: -23px;
  right: -25px;
}
#popup-story .mb {
  background: url("../images/fancybox-x.png") 0 -20px repeat-x;
  position: absolute;
  bottom: -23px;
  left: -3px;
  width: 101%;
  height: 20px;
}
#popup-story .mr {
  background: url("../images/fancybox-y.png") -20px 0 repeat-y;
  height: 101%;
  width: 20px;
  position: absolute;
  right: -23px;
  top: -3px;
}
#popup-story .bl {
  width: 20px;
  height: 20px;
  background: url("../images/fancybox.png") -40px -142px no-repeat;
  position: absolute;
  bottom: -23px;
  left: -23px;
}
#popup-story .ml {
  background: url("../images/fancybox-y.png") 0 0 repeat-y;
  height: 101%;
  width: 20px;
  position: absolute;
  left: -23px;
  top: -3px;
}
#popup-story .tl {
  width: 20px;
  height: 20px;
  background: url("../images/fancybox.png") -40px -122px no-repeat;
  position: absolute;
  left: -23px;
  top: -23px;
}
/*new detail*/
.page.news-detail {
  *zoom: 1;
  color: #ffffff;
}
.page.news-detail:before,
.page.news-detail:after {
  display: table;
  content: "";
  line-height: 0;
}
.page.news-detail:after {
  clear: both;
}
.page.news-detail .left-menu p {
  font-size: 1em;
  font-weight: bold;
}
.page.news-detail .left-menu ul {
  padding-top: 15px;
}
.page.news-detail .left-menu ul li {
  padding-bottom: 0;
}
.page.news-detail .left-menu a {
  color: #ffffff;
}
.page.news-detail .left-menu a:hover {
  color: #bed600;
}
.page.news-detail .archive-wrapper {
  *zoom: 1;
  float: left;
  width: 720px;
}
.page.news-detail .archive-wrapper:before,
.page.news-detail .archive-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.page.news-detail .archive-wrapper:after {
  clear: both;
}
.page.news-detail .archive-wrapper > h3 {
  margin-left: 7px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.1em;
}
.page.news-detail .news-article {
  background: #ffffff;
  border: 10px solid #d8d8d8;
  float: left;
  width: 690px;
  margin: 0 0 15px 7px;
  color: #000;
  font-size: 0.8em;
}
.page.news-detail .news-article .image {
  float: left;
  padding: 30px 10px 30px 30px;
  width: 170px;
}
.page.news-detail .news-article .content {
  float: left;
  min-height: 173px;
  padding: 30px 30px 0 20px;
  width: 430px;
}
.page.news-detail .news-article .content .meta {
  margin-bottom: 10px;
  overflow: hidden;
}
.page.news-detail .news-article .content .meta h3 {
  color: #828282;
  font-size: 115%;
  font-weight: bold;
  text-decoration: none;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  width: 230px;
}
.page.news-detail .news-article .content .meta .date {
  color: #828282;
  text-align: right;
  font-size: 0.8em;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 2px;
}
.page.news-detail .news-article .content .social-media {
  overflow: hidden;
  clear: left;
  padding-top: 20px;
}
.page.news-detail .news-article .content .social-media li {
  text-align: left;
}
.page.news-detail .news-article .link {
  overflow: hidden;
  clear: left;
  padding: 0 40px 40px 40px;
  border-bottom: 3px solid #bed600;
}
.page.news-detail .news-article .link a {
  color: #828282;
}
.page.news-detail .news-article .link a:hover {
  color: #000;
}
.page.news-detail .news-article .link .prev {
  float: left;
}
.page.news-detail .news-article .link .next {
  float: right;
}
.page.news-detail a {
  text-decoration: underline;
}
.page {
  margin: 21px auto 0;
  width: 890px;
}
.store-locator {
  background: #ffffff;
  padding: 40px 0;
}
.store-locator .stores {
  padding-top: 20px;
}
.store-locator .stores .intro {
  color: #000000;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0 40px 25px 20px;
}
.store-locator .stores .carousel {
  position: relative;
}
.store-locator .stores .carousel .nav {
  z-index: 999;
}
.store-locator .stores .carousel .nav a.prev,
.store-locator .stores .carousel .nav a.next {
  text-indent: -99999em;
  position: absolute;
  display: block;
  height: 95px;
  width: 14px;
}
.store-locator .stores .carousel .nav a.prev {
  left: 10px;
  background: url("../images/carousel-arrows.png") no-repeat 0 0;
}
.store-locator .stores .carousel .nav a.next {
  right: 10px;
  background: url("../images/carousel-arrows.png") no-repeat 0 -106px;
}
.store-locator .stores .carousel .list {
  height: 146px;
  margin: 20px 25px 0;
  overflow: hidden;
  position: relative;
}
.store-locator .stores .carousel .list ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  width: 50000px;
}
.store-locator .stores .carousel .list ul li {
  float: left;
  height: 150px;
  margin-right: 13px;
  width: 194px;
}
.store-locator .stores .carousel .list ul li a {
  color: #E76505;
  font-size: 0.8em;
  text-decoration: underline;
}
.store-locator .stores .carousel .list ul li a:hover {
  color: #BED600;
}
.store-locator .stores .carousel .list ul li .desc {
  padding: 7px 0 0;
  color: #000000;
  font-size: 0.8em;
}
.store-locator .locator {
  padding: 25px 25px 0 25px;
}
.store-locator .locator .intro-map {
  margin: 40px 0 18px 24px;
  padding: 0;
}
.store-locator .locator .intro-map label {
  color: #000000;
  font-size: 130%;
  padding-left: 0;
}
.store-locator .locator .search-block {
  height: 36px;
  padding: 0 0 10px;
  width: 366px;
}
.store-locator .locator .search-block .search-text {
  background: #E4E4E4;
  border: none;
  float: left;
  height: 18px;
  width: 200px;
  padding: 6px 5px;
}
.store-locator .locator .search-block .search-btn {
  background: url("../images/search-btn.jpg") no-repeat 0 0;
  border: none;
  cursor: pointer;
  float: right;
  height: 35px;
  width: 154px;
  text-indent: -9999px;
}
.store-locator .get-in-touch {
  padding: 25px 0 35px 25px;
  color: #000000;
  font-size: 0.8em;
}
.store-locator .get-in-touch a {
  color: #E76505;
  text-decoration: underline;
  padding: 0 0 0 4px;
}
.store-locator .get-in-touch a:hover {
  color: #BED600;
}
.error-message {
  display: none;
  font-size: 10px;
}
.map-popup {
  font-size: 0.8em;
}
.map-popup .name {
  font-size: 1.25em;
  font-weight: bold;
  color: #BCD507;
}
.map-popup .place,
.map-popup .phone {
  font-size: 13px;
}
.map-popup .image {
  display: block;
  margin-top: 10px;
}
.map-popup .website a {
  color: #000;
}
#main-country {
  background: url('../images/backgrounds/countries-bg.jpg') no-repeat center 0;
  width: 100%;
}
#main-country .container {
  height: 768px;
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#main-country .container ul.country-links {
  position: absolute;
  top: 306px;
  left: 67px;
  width: 560px;
}
#main-country .container ul.country-links li {
  float: left;
  width: 168px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 20px;
  padding-left: 111px;
  display: block;
}
#main-country .container ul.country-links li a {
  line-height: 1em;
  font-size: 0.8em;
  -webkit-transition: color 1s, font-size 0.1s;
  -moz-transition: color 1s, font-size 0.1s;
  -ms-transition: color 1s, font-size 0.1s;
  -o-transition: color 1s, font-size 0.1s;
  transition: color 1s, font-size 0.1s;
}
#main-country .container ul.country-links li a:hover {
  color: #c1d700;
  font-size: 1em;
}
#thanks-block {
  *zoom: 1;
  margin: 21px auto 0;
  padding: 50px 63px 50px 50px;
  width: 777px;
  background-color: #ffffff;
}
#thanks-block:before,
#thanks-block:after {
  display: table;
  content: "";
  line-height: 0;
}
#thanks-block:after {
  clear: both;
}
#thanks-block .social-big {
  margin-top: 40px;
  float: left;
  width: 388px;
}
#thanks-block .social-big:hover img {
  opacity: 0.5;
}
#thanks-block .social-big a {
  *zoom: 1;
  display: block;
}
#thanks-block .social-big a:before,
#thanks-block .social-big a:after {
  display: table;
  content: "";
  line-height: 0;
}
#thanks-block .social-big a:after {
  clear: both;
}
#thanks-block .social-big img {
  max-height: 140px;
  float: left;
}
#thanks-block .social-big p {
  padding: 38px 20px 0 30px;
  overflow: hidden;
  font-family: "Conduit ITC W01 Regular", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 2em;
}
.page.contact-block {
  padding: 30px 40px 50px 40px;
  margin-bottom: 10px;
  width: 810px;
}
.contact-block {
  background: #ffffff;
}
.contact-block fieldset {
  border: none;
  color: #000000;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.contact-block fieldset ul {
  margin: 0;
}
.contact-block fieldset ul li {
  margin: 0 0 5px 0;
}
.contact-block fieldset ul li label {
  display: block;
  width: 200px;
  line-height: 20px;
  margin: 0 0 5px 0;
}
.contact-block fieldset ul li .field input[type="text"] {
  border: 1px solid #bbb;
  padding: 5px;
  width: 300px;
  height: 16px;
  font-size: 1em;
}
.contact-block fieldset ul li .field input[type="text"]:focus {
  border: 1px solid #666;
}
.contact-block fieldset ul li .field span {
  background: url("../images/error-cross.jpg") no-repeat 0 0;
  color: #CD282F;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0 20px;
  padding: 4px 0 8px 30px;
  vertical-align: top;
}
.contact-block fieldset ul li .field label.letter-text {
  line-height: 15px;
  margin: 0;
  padding: 0;
}
.contact-block fieldset ul li input[type="checkbox"] {
  float: left;
  width: auto;
  margin: 0 5px 0 0;
  padding: 0;
}
.contact-block fieldset ul li textarea {
  height: 250px;
  margin: 0.5em 0;
  padding: 5px;
  width: 300px;
}
.contact-block fieldset legent {
  padding: 0 0 20px 0;
  display: block;
}
.contact-block fieldset p.caption {
  padding: 0 0 20px 0;
}
.contact-block fieldset .captcha-block {
  margin: 20px 0;
}
.contact-block fieldset p.serverError {
  margin-bottom: 20px;
  color: red;
  font-size: 1.5em;
}
/*sitemap*/
.page.sitemap {
  font-size: 0.875em;
  background: #ffffff;
  width: 820px;
  padding: 30px 30px;
  margin-bottom: 10px;
}
.page.sitemap li {
  padding: 2px 0;
}
.page.sitemap li ul {
  margin-left: 40px;
}
.page.sitemap a {
  color: #000000;
  text-decoration: underline;
}
.page.sitemap a:hover {
  color: #bed600;
}
.press {
  width: 935px;
  height: 100%;
  margin: 15px 0 0 25px;
  overflow: hidden;
}
.press .article-block {
  overflow: hidden;
}
.press .article {
  width: 720px;
  overflow: hidden;
  border: 10px solid #d8d8d8;
  background: #ffffff;
  font-size: 120%;
  margin-bottom: 15px;
}
.press .article .time {
  width: 280px;
  float: right;
  font-size: 12px;
  color: #acaaaa;
  text-align: right;
  padding-bottom: 10px;
}
.press .article h2 a {
  width: 160px;
  float: left;
  color: #8b8b8b;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 10px;
}
.press .article .inner {
  width: 720px;
  overflow: hidden;
  border-bottom: 3px solid #bed600;
  background: #ffffff;
  padding: 0 0 20px;
}
.press .article .inner .meta {
  width: 460px;
  margin-bottom: 10px;
  overflow: hidden;
}
.press .article .inner .image {
  width: 170px;
  float: left;
  padding: 30px 10px 0px 30px;
}
.press .article .inner .content {
  overflow: hidden;
  font-size: 13px;
  padding: 30px 30px 0px 20px;
}
.press .article .inner .content > a {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  color: #000000;
}
.press .article .inner .content > a:hover {
  color: #c1d700;
}
.press .article .inner .link {
  overflow: hidden;
  clear: left;
  padding: 0 40px 5px 40px;
  font-size: 13px;
}
.press .article .inner .link a {
  color: #828282;
  font-weight: bold;
}
.press .article .inner .link a:hover {
  color: #000000;
}
.press .article .inner .link .prev {
  float: left;
}
.press .article .inner .link .next {
  float: right;
}
/********* left menu ********/
.left-menu {
  width: 140px;
  padding-left: 9px;
  float: left;
}
.left-menu ul {
  padding: 0 0 20px 0;
}
.left-menu ul li {
  color: #ffffff;
  padding: 0 0 2px 0;
}
.left-menu ul li a {
  font-size: 0.7em;
  line-height: 0.7em;
  font-weight: bold;
  text-decoration: underline;
}
.left-menu ul li a:hover,
.left-menu ul li a:active {
  color: #bed600;
  text-decoration: underline;
}
/********* right article ********/
.content-list {
  padding: 5px 0px 5px 0px;
}
.content-list li {
  padding: 0px;
}
.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}
.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.zoomIframe {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  display: block;
}
.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110;
  width: 300px;
}
.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.zoomWindow {
  left: 343px;
  position: absolute;
  top: -0.5px;
  background: #FFF;
  z-index: 8000;
  height: auto;
  z-index: 10000;
  z-index: 100;
}
.zoomPreload {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../images/product-details/zoom-loader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.cookie-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.cookie-block {
  width: 940px;
  margin: 0 auto;
  background-color: #ffffff;
  color: #5a5a5a;
}
.cookie-block p {
  margin-bottom: 10px;
}
.cookie-block .inner {
  position: relative;
  padding: 30px 60px;
}
.cookie-block .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 10px;
  height: 10px;
  color: #000000;
}
.cookie-block .content {
  position: relative;
  margin: 20px 0;
  padding-right: 85px;
  font-size: 13px;
}
.cookie-block .title {
  padding-bottom: 15px;
  padding-left: 0;
  font: 28px "Conduit ITC W01 Regular", Helvetica, Arial, sans-serif normal;
  border-bottom: 1px solid #bed600;
}
.cookie-block .document-link {
  color: #bed600;
}
.cookie-block .yes-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 74px;
  height: 33px;
  background: url(../images/btn-submit.png) no-repeat transparent;
  color: #ffffff;
  font: 22px/33px "Conduit ITC W01 Light", Helvetica, Arial, sans-serif normal;
  text-align: center;
  text-transform: uppercase;
}
