/*
 * HTML5 ? Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 14px; line-height: 1.231; }

body, button, input, select, textarea { font-family: 'open sans', "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif; color: #222; }

body.language-ja, .language-ja button, .language-ja input, .language-ja select, .language-ja { font-family: 'open sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }


/*
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #008bdc; color: #fff; text-shadow: none; }
::selection { background: #008bdc; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a:link { color: #008bdc; }
a:visited { color: #008bdc; }
a:hover { color: #000; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, 
input, 
select, 
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */


input:required, textarea:required { }

input:valid, textarea:valid { }

input:invalid, textarea:invalid { background-color: #f0dddd; }

input:focus { }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Søren Friis Dam
   ========================================================================== */

/* =============================================================================
   Page Setup
   ========================================================================== */

body {
  background-image: url("http://cdn-assets.tcelectronic.com/data/img/site-white.png");
  background-repeat: repeat-x;
}

#wrapper { /* This id is only for decoration purposes */
  background-image: url("http://cdn-assets.tcelectronic.com/data/img/site-white.png"), url("http://cdn-assets.tcelectronic.com/data/img/site-border-center.png");
    background-position: center top, center 600px;
  background-repeat: repeat-x, repeat-y;
  margin: 0 auto;
  width: 980px;
  padding: 0 10px;
}

#container { /* container */
  background-image: url("http://cdn-assets.tcelectronic.com/data/img/site-border-top.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0 10px;
  margin: 0 0 0 -10px;
  width:980px;
  z-index: 1;
  position: relative;
}

#main-content { /* main content */
  min-height: 400px;
}

#subfooter { /* the real footer */
  background: url("http://cdn-assets.tcelectronic.com/data/img/site-border-bottom.png") #fff;
  background-position: center -37px;
  background-repeat: no-repeat;
  padding: 0 10px 150px 10px;
  margin: 0 0 0 -10px;
  width:980px;
  //height: 100%;
  font-size: 13px;
}

/* =============================================================================
   Member Login
   ========================================================================== */

#ContentPlaceHolderDefault_PartielContent_LoginView1_Login1 tr:first-child td:first-child table:first-child tr:first-child td:first-child
{
  font-weight:bold;
}

#ContentPlaceHolderDefault_PartielContent_LoginView1_Login1 td
{
  text-align:left;
  padding:8px;
}

#ContentPlaceHolderDefault_PartielContent_LoginView1_Login1 td input
{
  margin:0;
  padding:0;
}

#ContentPlaceHolderDefault_PartielContent_LoginView1_Login1 td label
{
  padding:0;
  margin:0;
  width:190px !important;
}

#ContentPlaceHolderDefault_PartielContent_LoginView1_Login1_RememberMe
{
  width:50px !important;
}

#ContentPlaceHolderDefault_PartielContent_LoginView1_Login1_UserName, #ContentPlaceHolderDefault_PartielContent_LoginView1_Login1_Password
{
  height: 26px !important;
}

#ContentPlaceHolderDefault_PartielContent_LoginView1_Login1_PasswordRequired, #ContentPlaceHolderDefault_PartielContent_LoginView1_Login1_UserNameRequired
{
  padding:0 8px;
  color:red;
}

#ContentPlaceHolderDefault_PartielContent_LoginView1_Login1_LoginButton
{
  padding: 10px 50px !important;
}

/* =============================================================================
   Helpers
   ========================================================================== */

iframe {
  border: 0;
}

/* =============================================================================
   Links
   ========================================================================== */

a.blank-link,
a[target="_blank"] {
    background: url("http://cdn-assets.tcelectronic.com/data/img/blank-link.gif") no-repeat;
    background-position: right 5px;
    padding-right: 13px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.blank-link:hover,
a[target="_blank"]:hover {
    background-position: right -13px;
}

.no-blank
{
  background:-moz-linear-gradient(center bottom , #0070B1 0px, #008BDC 75%) !important;
}

.no-blank:hover
{
  background-position: 0;
}

ul.box.box-narrow a[target="_blank"],
#featured a[target="_blank"],
a.featured-box-link[target="_blank"],
.gallery-slide a[target="_blank"],
a.link-not-blank[target="_blank"] {
  background: none;
  padding-right: 0;
}

#footer-top-two a[target="_blank"] {
  padding-right: 0;
}

.paragraph-link {
  text-decoration: none;
}

.paragraph-link h3 {
  color:#333;
}

.list-image {
  float:left;
  position:relative;
  top:6px;
}

a.paragraph-link .list-image {
  border-radius:2px 2px 2px 2px;
  box-shadow:0 2px 8px rgba(0, 0, 0, 0.2);
  transition:box-shadow 0.5s ease 0s;
}

a.paragraph-link:hover .list-image {
  box-shadow:0 6px 15px rgba(0, 0, 0, 0.3);
}

.new-product-label {
  background: #269ce0;
  background: -moz-linear-gradient(top,  #269ce0 0%, #2686be 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#269ce0), color-stop(100%,#2686be));
  background: -webkit-linear-gradient(top,  #269ce0 0%,#2686be 100%);
  background: -o-linear-gradient(top,  #269ce0 0%,#2686be 100%);
  background: -ms-linear-gradient(top,  #269ce0 0%,#2686be 100%);
  background: linear-gradient(to bottom,  #269ce0 0%,#2686be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#269ce0', endColorstr='#2686be',GradientType=0 );
  color:#fff;
  font-size: 18px !important;
  font-weight:bolder;
  position:absolute;
  bottom:30px;
  padding:2px 10px 3px 8px !important;
  left:0;
  z-index:10;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-transform:uppercase;
}

/* =============================================================================
   Pagination
   ========================================================================== */

  .pagination
  {
    float:right;
  }

  .pagination a span {
      display:inline-block;
      height:26px;
      width:34px;
      text-align:center;
      padding-top:8px;
      text-transform:uppercase;

      -webkit-transition: .2s all ease;
      -moz-transition: .2s all ease;
      -o-transition: .2s all ease;
      -ms-transition: .2s all ease;
      transition: .2s all ease;

      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;

  }

  .pagination a:hover span {
      color:#fff;
      background-color:#008bdc;
  }

  .pagination a
  {
    text-decoration:none;
    color:#fff;

    background-image: linear-gradient(bottom, #0070b1 0%, #008bdc 75%);
    background-image: -o-linear-gradient(bottom, #0070b1 0%, #008bdc 75%);
    background-image: -moz-linear-gradient(bottom, #0070b1 0%, #008bdc 75%);
    background-image: -webkit-linear-gradient(bottom, #0070b1 0%, #008bdc 75%);
    background-image: -ms-linear-gradient(bottom, #0070b1 0%, #008bdc 75%);

    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, #0070b1),
      color-stop(0.75, #008bdc)
    );

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity: 0.85;

    display:inline-block;


    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }

.current, .dots
  {
    color:#008bdc;
    background-color:#fff;
    height:26px;
    width:34px;
    text-align:center;
    display:inline-block;
    padding-top:8px;
    cursor: default;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
  }

/*.pagination .prev span
  {
    width:112px;
  }

.pagination .next span
  {
    width:70px;
  }*/

/* =============================================================================
   Fonts & Colors
   ========================================================================== */

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

::-webkit-input-placeholder  { color:#ccc; }
input:-moz-placeholder { color:#ccc; }

h1,
h2 {
  font-family: nudista-web, arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}

.language-ja h1,
.language-ja h2 {
  font-family: "Kozuka Gothic Pro", nudista-web, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.language-ja h2 {
  font-weight: bold;
  font-size: 25px;
}

.language-ja h3 {
  font-weight: bold;
  font-size: 18px;
}

h2 {
  font-size: 24px;
  font-weight: normal;
  color: #333333;
}


p {
  line-height: 1.5;
  color: #333333;
}

ul#add-to-basket li a {
  font-size: 10px;
  text-decoration: none;
}

.more-options {
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
}

.more-options a {
  text-decoration: none;
  color:#666;
}

.list-with-headline h3 {
  margin-bottom: 0;
  font-family: nudista-web, arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  color: #222;
}


.language-ja .list-with-headline h3 {
  font-family: "Kozuka Gothic Pro", nudista-web, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 100;
}

.list-with-headline li {
  color: #666;
}


/* =============================================================================
   Colors
   ========================================================================== */


ul#add-to-basket li a, .button {
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 20px;
  color: white !important;
  text-shadow: 0 1px 0 #005688;
  background-color: #008bdc;
  background-image: -webkit-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: -moz-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: -o-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: -ms-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 1px 0 #006199 inset, 1px 0 0 #005688 inset, -1px 0 0 #005688 inset, 0 -1px 0 #004670 inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 #006199 inset, 1px 0 0 #005688 inset, -1px 0 0 #005688 inset, 0 -1px 0 #004670 inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0,112,177)), color-stop(75%, rgb(0,139,220)));
  background-image: -webkit-linear-gradient(bottom, rgb(0,112,177) 0%, rgb(0,139,220) 75%);
  background-image: -moz-linear-gradient(bottom, rgb(0,112,177) 0%, rgb(0,139,220) 75%);
  background-image: -o-linear-gradient(bottom, rgb(0,112,177) 0%, rgb(0,139,220) 75%);
  background-image: -ms-linear-gradient(bottom, rgb(0,112,177) 0%, rgb(0,139,220) 75%);
  background-image: linear-gradient(bottom, rgb(0,112,177) 0%, rgb(0,139,220) 75%);

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);

  color: white;
  */

  /*-moz-user-select: none;
  background-color: #969696;
  background-image: -moz-linear-gradient(#BEBEBE, #969696);
  background-repeat: no-repeat;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 #999999 inset, 1px 0 0 #888888 inset, -1px 0 0 #888888 inset, 0 -1px 0 #777777 inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  padding: 8px 15px 8px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  display: block;
  font-size: 12px;
  font-weight: normal;*/
}

.country {
  line-height:36px;
}

.button.germany,
.button.france,
.button.italy,
.button.uk,
.button.japan,
.button.poland,
.button.sweden,
.button.spain,
.button.benelux,
.button.australia,
.button.belgium,
.button.netherlands,
.button.luxembourg {
  padding-left:73px;
  position:relative;
}

.button.germany:before,
.button.france:before,
.button.italy:before,
.button.uk:before,
.button.japan:before,
.button.poland:before,
.button.sweden:before,
.button.spain:before,
.button.benelux:before,
.button.australia:before,
.button.belgium:before,
.button.netherlands:before,
.button.luxembourg:before {
  background-repeat: no-repeat;
  top:0;
  text-indent: 24px;
  content:"";
  width:54px;
  height:27px;
  display:block;
  position: absolute;
  margin:6px 0 0 6px;
}

.button.germany:before {
  background-image:url('http://cdn-assets.tcelectronic.com/data/img/button-flag-germany-2.png') !important;
}

.button.france:before {
  background-image:url('http://cdn-assets.tcelectronic.com/data/img/button-flag-france-2.png') !important;
}

.button.italy:before {
  background-image:url('http://cdn-assets.tcelectronic.com/data/img/button-flag-italy-2.png') !important;
}

.button.uk:before {
  background-image:url('http://cdn-assets.tcelectronic.com/data/img/button-flag-union-jack-3.png') !important;
}

.button.japan:before {
  background-image:url('http://cdn-assets.tcelectronic.com/data/img/button-flag-japan-54x27-2.png') !important;
}

.button.poland:before {
  background-image:url('http://cdn-assets.tcelectronic.com/data/img/button-flag-poland-54x27-2.png') !important;
}

.button.sweden:before {
  background-image:url('http://cdn-assets.tcelectronic.com/data/img/button-flag-sweden-54x27-2.png') !important;
}

.button.spain:before {
  background-image:url('http://cdn-assets.tcelectronic.com/data/img/button-flag-spain-54x27-2.png') !important;
}

.button.benelux:before {
  background-image:url('http://cdn-assets.tcelectronic.com/data/img/button-flag-benelux-54x27-2.png') !important;
}

.button.australia:before {
  background-image:url('http://cdn-assets.tcelectronic.com/data/img/button-flag-australia-54x27-2.png') !important;
}

.button.belgium:before {
  background-image:url('http://cdn-assets.tcelectronic.com/data/img/button-flag-belgium-54x27-3.png') !important;
}

.button.netherlands:before {
  background-image:url('http://cdn-assets.tcelectronic.com/data/img/button-flag-the-netherlands-54x27-2.png') !important;
}

.button.luxembourg:before {
  background-image:url('http://cdn-assets.tcelectronic.com/data/img/button-flag-luxembourg-54x27-2.png') !important;
}

.blank {
  background-image: none !important;
  background-color: #008bdc !important;
}

#sticky.stick {
  background: url("http://cdn-assets.tcelectronic.com/data/img/horizontal-border.png") no-repeat scroll center 45px white
}


/* =============================================================================
   Lists
   ========================================================================== */

#main section li {
  list-style-image: url("http://cdn-assets.tcelectronic.com/data/img/square.gif");
  margin-bottom: 1em;
  line-height: 1.5;
}

ul#add-to-basket li {
  list-style: none;
}

/* =============================================================================
   Forms
   ========================================================================== */

#site-subscribe-email {
  background: white;
}

form ol li, #main section form li {
  list-style: none;
  padding: 5px 10px;
  margin-bottom: 2px;
}

form label {
  float: left;
  width: 110px;
}

#main-content input, #main-content textarea, #main-content select  {
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px 1px #999999 inset;
  font-size: 13px;
  height: 16px;
  //height: 22px !important;
  line-height: 16px;
  margin: 2px 0 0 15px;
  padding: 3px 5px;
  width: 200px;
}

#main-content input[type="checkbox"] {
  box-shadow: 0 0;
}

#main-content select {
   background: #EFEFEF;
   height: 25px;
   width: 210px;
}

#main-content li.styled-select {
   height: 34px;
   overflow: hidden;
   box-shadow: 0 1px 1px #999 inset;
  border-radius: 5px;
}


fieldset {
  border: 1px dashed #999;
  margin: 10px;
}

/*
#main-content input:required, textarea:required { background-color: #f0dddd; }

#main-content input:valid, textarea:valid { background: url("http://www.usedflexomachines.com/images/valid_ok.gif") no-repeat 190px center; }

#main-content input:invalid, textarea:invalid { background-color: #f0dddd; }
*/
#main-content input:focus { background-color: #eaeaea; }

#main-content input[type="submit"],
#main-content input[type="submit"]:valid {
  position: absolute;
  display: inline-block;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 15px;
  color: white;
  height: auto;
  width: auto;
  min-width: 250px;
  text-shadow: 0 1px 0 #005688;
  background-color: #008bdc;
  background-image: -webkit-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: -moz-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: -o-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: -ms-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 1px 0 #006199 inset, 1px 0 0 #005688 inset, -1px 0 0 #005688 inset, 0 -1px 0 #004670 inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 #006199 inset, 1px 0 0 #005688 inset, -1px 0 0 #005688 inset, 0 -1px 0 #004670 inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 #006199 inset, 1px 0 0 #005688 inset, -1px 0 0 #005688 inset, 0 -1px 0 #004670 inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
}

#main-content form input[type="submit"],
#main-content form input[type="submit"]:valid {
  position: relative;
}

/* =============================================================================
   Position
   ========================================================================== */

#product-menu-nav {
  float: left;
}

ul#add-to-basket {
  float: right;
  margin: 8px 20px 0 0;
  position: relative;
    z-index: 99;
}

#sticky.stick {
  position: fixed;
  top: 0;
  width: 980px;
  z-index: 99999;
}

.more-options a {
  margin-left: 10px;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.align-image-left {
  float: left;
  padding: 0 20px 0 0 !important;
}

.align-image-center {
  margin: 0 auto;
  display: block;
}

.align-image-right {
  float: right;
  padding: 0 0 0 20px;
}

.paragraph-list {
  padding:0;
}

.paragraph-list-thumb {
  padding:0 0 0 175px;
}

/* =============================================================================
   Main menu setup
   ========================================================================== */

header#site-header {
  line-height: 0;
  font-size: 13px;
  position: relative;
  z-index: 999;
}

h1#logo {
  padding: 0;
  margin: 0;
}

.sublogo {
  display: block;
}

h1#logo a {
  background: url("http://cdn-assets.tcelectronic.com/data/img/tcelectronic-main-logo.png") no-repeat scroll 28px 6px;
  display: block;
  float: left;
  text-indent: -9999px;
  height: 20px;
  overflow: hidden;
  width: 170px;
  height: 35px;
  margin-right: 15px;
}

h1#logo a:hover {
  /* background-position: -138px 6px; */
}

h1#logo a #barrel {
  background-image: url("http://cdn-assets.tcelectronic.com/data/img/logo-rotating.png");
  padding-top: 5px;
  text-indent: -999px;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 29px;
  background-position: 0 5px;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

h1#logo a:hover #barrel {

  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);

  -webkit-transform-origin:50% 47%;
  -moz-transform-origin:50% 47%;
  -ms-transform-origin:50% 47%;
  -o-transform-origin:50% 47%;
  transform-origin:50% 47%;
}



nav#site-menu-navigation {
  display: inline-block;
}

ul#site-menu,ul#secondary-site-menu,ul#language-picker-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

ul#site-menu {
  padding-left:1px;
  background-image: linear-gradient(bottom, rgb(239,239,239) 0%, rgb(204,204,204) 100%);
  background-image: -o-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(204,204,204) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(204,204,204) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(204,204,204) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(204,204,204) 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.0, rgb(239,239,239)),
    color-stop(1, rgb(204,204,204))
  );
}
ul#site-menu li,ul#secondary-site-menu > li,ul#product-filter li {
  float: left;
}
ul#secondary-site-menu {
  float: right;
  background-image: linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);
  background-image: -o-linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.46, rgb(239,239,239)),
    color-stop(1, rgb(231,231,231))
  );
}

ul#site-menu li {
  margin-right: 1px;

  background-image: linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);
  background-image: -o-linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.46, rgb(239,239,239)),
    color-stop(1, rgb(231,231,231))
  );
}

ul#secondary-site-menu > li,
#language-picker-menu ul li {
  background-image: linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);
  background-image: -o-linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(239,239,239) 46%, rgb(231,231,231) 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.46, rgb(239,239,239)),
    color-stop(1, rgb(231,231,231))
  );
}


ul#site-menu li a,
ul#secondary-site-menu li a  {
  line-height: 2.7em;
  height: 35px;
  display: block;
  padding: 0 15px;
  text-decoration: none;

  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  -ms-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

ul#site-menu li a,
ul#secondary-site-menu li a {
  color: #666;
}

ul#site-menu li a:hover,
ul#secondary-site-menu li a:hover,
#language-picker-menu:hover a#current-language {

  -webkit-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -ms-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;

  color: #333;
  text-shadow: 1px 1px 0px #fff;

  background-color: #f8f8f8;
}

ul#site-menu li a:active,
ul#secondary-site-menu li a:active,
ul#site-menu li a:focus,
ul#secondary-site-menu li a:focus  {
  color: #333;
  text-shadow: 1px 1px 0px #fff;
  background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
  background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(239,239,239) 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    color-stop(0.0, rgb(255,255,255)),
    left top,
    color-stop(1, rgb(239,239,239))
  );
}

ul#site-menu li.current-page a,
ul#secondary-site-menu li.current-page a {
  color: #333;
  background-image: url("http://cdn-assets.tcelectronic.com/data/img/main-menu-selected-arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #f8f8f8;
}

#cart {
  padding-left: 24px;
}

#cart span {
  background: url("http://cdn-assets.tcelectronic.com/data/img/cart.png") no-repeat scroll 0 5px;
    display: block;
    float: left;
    height: 35px;
    margin-right: 0;
    padding-left: 0;
    width: 24px;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

#cart:hover span {
  background-position: -24px 5px;
}


#language-picker-menu {
  position: relative;
  width: 46px;
}

#language-picker-menu:hover {

}

#language-picker-menu a#current-language span {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: .2s all ease-in-out 1s;
  -moz-transition: .2s all ease-in-out 1s;
  -o-transition: .2s all ease-in-out 1s;
  -ms-transition: .2s all ease-in-out 1s;
  transition: .2s all ease-in-out 1s;
}

#language-picker-menu:hover a#current-language span {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -ms-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}


#language-picker-menu a#current-language {
  width: 16px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: .2s all ease-in-out 1s;
  -moz-transition: .2s all ease-in-out 1s;
  -o-transition: .2s all ease-in-out 1s;
  -ms-transition: .2s all ease-in-out 1s;
  transition: .2s all ease-in-out 1s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}


#language-picker-menu:hover a#current-language {
  width: 100px;
  -webkit-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -ms-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2);
}

#language-picker-menu a#current-language img {
  margin-bottom: 2px;
}



#language-picker-menu ul {
  position: absolute;
  list-style: none;
  height: 0;
  top: 35px;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: .5s all ease-in-out .5s;
  -moz-transition: .5s all ease-in-out .5s;
  -o-transition: .5s all ease-in-out .5s;
  -ms-transition: .5s all ease-in-out .5s;
  transition: .5s all ease-in-out .5s;

  -webkit-box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.2);

  background: #F8F8F8;
}


#language-picker-menu:hover ul {
  /*3 LANGUAGES*/
  /*height: 70px;*/
  /*4 LANGUAGES*/
  height: 105px;

  -webkit-transition: .5s all ease-in-out .2s;
  -moz-transition: .5s all ease-in-out .2s;
  -o-transition: .5s all ease-in-out .2s;
  -ms-transition: .5s all ease-in-out .2s;
  transition: .5s all ease-in-out .2s;
}

#language-picker-menu ul li {
  width: 100%;
}

#language-picker-menu ul li a{
  float: none;
  width: 100px;
}

#language-picker-menu span {
  padding-left: 10px;
}


#language-picker-menu:hover {

}
/*
#site-search-box {
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 1px 1px #999999 inset;
    float: left;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    margin: 7px 0 0 15px;
    padding: 3px 22px 3px 5px;
    width: 100px;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    -ms-transition: width 1s ease;
    transition: width 1s ease;
}

#site-search-box:focus {
    width: 200px;
}

#site-search-submit {
    background: url("http://cdn-assets.tcelectronic.com/data/img/search-magnifier.png") no-repeat scroll left center;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 22px;
    margin: 7px 0 0 150px;
    padding: 0;
    position: absolute;
    right: 10px;
    width: 24px;
}

#site-search-submit:hover,
#site-search-submit:active,
#site-search-submit:focus {
  background-position: right center ;
}

*/

/***
**** SELECT2 SEARCH START
***/

.select2-input {
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 1px 1px #999999 inset;
    float: left;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    margin: 7px 0 0 15px;
    padding: 3px 22px 3px 5px;
    width: 100px;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    -ms-transition: width 1s ease;
    transition: width 1s ease;
}

.select2-input:focus {
    width: 152px;
    //width: 200px;
}

#site-search-submit {
    background: url("http://cdn-assets.tcelectronic.com/data/img/search-magnifier.png") no-repeat scroll left center;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 22px;
    margin: 7px 0 0 150px;
    padding: 0;
    position: absolute;
    right: 10px;
    width: 24px;
}

#site-search-submit:hover,
#site-search-submit:active,
#site-search-submit:focus {
  background-position: right center ;
}

.select2-no-results,
.select2-searching {
    margin-left: 10px;
    color: #666666;
}

.select2-results {
  background: white;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 0 10px 0 0;
  padding: 0;
  position: absolute;
  line-height: 35px;
  right: 0;
  width: 350px;
  z-index: 1999;
  top: 35px;
}

.select2-result {
  z-index: 1999;
}

.select2-result-unselectable {
  width: 115px;
  background: none;
  margin-top: 10px;
  line-height: 35px;
  clear: both;
  float: left;
  text-align: right;
}

.select2-result-selectable {
  background: white;
  border-left: 1px solid #e7e7e7;
  float: right;
  margin-left: 0;
  width: 225px;
  height: 35px;
  color: #666666;
}

.select2-result-selectable:first-child {
    line-height: 35px;
}

.select2-result-unselectable + .select2-result-selectable {
  margin-top: 10px;
}

.select2-searching {
  background: url("http://cdn-assets.tcelectronic.com/data/img/json-ajax-loader.gif") no-repeat 310px center;
}

.select2-highlighted {
  background-image: url("http://cdn-assets.tcelectronic.com/data/img/json-arrow-right.png"), -ms-radial-gradient(left bottom, ellipse farthest-corner, #FFFFFF 50%, #e7e7e7 100%);
  background-image: url("http://cdn-assets.tcelectronic.com/data/img/json-arrow-right.png"), -moz-radial-gradient(left bottom, ellipse farthest-corner, #FFFFFF 50%, #e7e7e7 100%);
  background-image: url("http://cdn-assets.tcelectronic.com/data/img/json-arrow-right.png"), -o-radial-gradient(left bottom, ellipse farthest-corner, #FFFFFF 50%, #e7e7e7 100%);
  background-image: url("http://cdn-assets.tcelectronic.com/data/img/json-arrow-right.png"), -webkit-gradient(radial, left bottom, 0, left bottom, 993, color-stop(0.5, #FFFFFF), color-stop(1, #e7e7e7));
  background-image: url("http://cdn-assets.tcelectronic.com/data/img/json-arrow-right.png"), -webkit-radial-gradient(left bottom, ellipse farthest-corner, #FFFFFF 50%, #e7e7e7 100%);
  background-image: url("http://cdn-assets.tcelectronic.com/data/img/json-arrow-right.png"), radial-gradient(ellipse farthest-corner at left bottom, #FFFFFF 50%, #e7e7e7 100%);

  background-position: 210px center, right center;
  background-repeat: no-repeat;
  color: #000000;
  position: relative;
  text-decoration: underline;
  z-index: 999999;
}

.search-heading {
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  color: #999999;
}

.json-search-image {
  margin-bottom: 3px;
  margin-right: 10px;
  margin-top: 3px;
  width: 29px;
}

.json-search-image-overlay {
  position: absolute;
  left: 10px;
  bottom: 1px;
}

.json-search-title.json-search-title-toneprint {
  line-height: 22px;
  position: absolute;
}

.json-search-subtitle {
  line-height: 22px;
  position: absolute;
  top: 14px;
  font-size: 10px;
}

.select2-result-label {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'open sans', arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}


.language-ja .select2-result-label {
  font-family: 'open sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



ul#secondary-site-menu li a.select2-result-label {
  padding: 0 10px;
}

ul#secondary-site-menu li.current-page a.select2-result-label {
    background: none;
    color: #666666;
}

ul#secondary-site-menu li a.select2-result-label:hover {
  background: none;
  text-shadow: none;
}

#site-search-box {
  display: none !important;
}

/***
**** SELECT2 SEARCH END
***/


#main-content #site-search-page {
  width: 400px;
  position: relative;
  height: 36px;
}

#main-content #site-search-page #site-search-box-page,
#main-content #site-search-page #site-search-box-page:valid {
    border: medium none;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 1px 1px #999999 inset;
    float: left;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    margin: 7px 22px 0 0;
    padding: 3px 5px;
    width: 356px;
}

#main-content #site-search-page #site-search-submit-page,
#main-content #site-search-page #site-search-submit-page:valid {
  background: url("http://cdn-assets.tcelectronic.com/data/img/search-magnifier.png") no-repeat scroll left center  white;
  border: 0 none;
  border-radius: 0 5px 5px 0;
  box-shadow: -1px 1px 1px #999999 inset;
  cursor: pointer;
  display: block;
  height: 22px;
  margin: 7px 0 0 150px;
  padding: 0;
  position: absolute;
  right: 10px;
  width: 24px;
  top: 0;
}

#search-again {
  background: whiteSmoke;
  padding: 20px;
  margin: 0 20px;
  border-radius: 5px;
  margin-top: 54px;
}

#search-result-numbers {
  float: right;
  margin-top: 10px;
}

.template-search-results #main > h1 {
  position: absolute;
  left: 90px;
  font-size: 74px;
  text-transform: uppercase;
  top: 60px;
}
/* =============================================================================
   Segment Menu
   ========================================================================== */

header#segment-menu-header {
  line-height: 0;

  border-radius: 0 0 2px 2px;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); */
  overflow: hidden;

  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  opacity: 0.85;

  background-image: linear-gradient(bottom, #0070b1 0%, #008bdc 75%);
  background-image: -o-linear-gradient(bottom, #0070b1 0%, #008bdc 75%);
  background-image: -moz-linear-gradient(bottom, #0070b1 0%, #008bdc 75%);
  background-image: -webkit-linear-gradient(bottom, #0070b1 0%, #008bdc 75%);
  background-image: -ms-linear-gradient(bottom, #0070b1 0%, #008bdc 75%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #0070b1),
    color-stop(0.75, #008bdc)
  );
  background-color: #008bdc;
}

h1#segment-logo {
  padding: 0;
  margin: 0;
}

.language-ja h1#segment-logo {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}


h1#segment-logo a {
    color: #FFFFFF;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-decoration: none;
}

h1#segment-logo a:hover {

}

h1#segment-logo.current-page a {
  background-image: url("http://cdn-assets.tcelectronic.com/data/img/segment-menu-selected-arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

nav#segment-menu-navigation {
  display: inline-block;
}

ul#segment-menu,
ul#secondary-segment-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

ul#segment-menu {
  padding-left:2px;
  background: url("http://cdn-assets.tcelectronic.com/data/img/segment-menu-divider.png") no-repeat 0 1px;
}

ul#segment-menu {
  float: right;
}

ul#segment-menu li,
ul#secondary-segment-menu li {
  float: left;
}

ul#secondary-segment-menu {
  float: right;
}

ul#segment-menu li {
  padding-right: 2px;
  background: url("http://cdn-assets.tcelectronic.com/data/img/segment-menu-divider.png") no-repeat 100% 1px;
}

ul#secondary-segment-menu li {
  padding-left: 2px;
  background: url("http://cdn-assets.tcelectronic.com/data/img/segment-menu-divider.png") no-repeat 0 1px;
}

ul#segment-menu li a,
ul#secondary-segment-menu li a {
  line-height: 4em;
  height: 50px;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -ms-transition: 1s all ease;
  transition: 1s all ease;
}

ul#segment-menu li a[target="_blank"],
ul#secondary-segment-menu li a[target="_blank"] {
  padding: 0 15px 0 15px;
  background-image: url("http://cdn-assets.tcelectronic.com/data/img/blank-link-single.gif");
  background-position: right 23px;
  border-right: 15px solid transparent;
}

ul#segment-menu li a:hover,
ul#secondary-segment-menu li a:hover {
  color: #fff;
  /* text-shadow: 1px 1px 0px #fff; */
  background-color: #008bdc;
  -webkit-transition: .2s all ease;
  -moz-transition: .2s all ease;
  -o-transition: .2s all ease;
  -ms-transition: .2s all ease;
  transition: .2s all ease;
}



ul#segment-menu li a:active,
ul#secondary-segment-menu li a:active,
ul#segment-menu li a:focus,
ul#secondary-segment-menu li a:focus  {
  color: #fff;
  background-color: #008bdc;
}

ul#segment-menu li.current-page a,
ul#secondary-segment-menu li.current-page a {
  background-image: url("http://cdn-assets.tcelectronic.com/data/img/segment-menu-selected-arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #008bdc;
}

/* =============================================================================
   Product Menu
   ========================================================================== */

ul#product-menu {
  margin: 0 0 0 15px;
  padding: 10px 0 0;
  height: 40px;
  position: relative;
  z-index: 10;
}

ul#product-menu li {
  display: inline-block;
  list-style: none;
}

ul#product-menu li a {
  line-height: 1em;
  height: 40px;
  padding: 0 15px;
  text-decoration: none;
  color: #666;
}

ul#product-menu li a:hover {
  color: #333;
}

ul#product-menu li a:active,
ul#product-menu li a:focus  {
  color: #000;
}

ul#product-menu li.current-page a {
  color: #000;
}

ul#product-menu li:first-child {
  font-size: 24px;
  font-family: nudista-web, arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}

.language-ja ul#product-menu li:first-child {
  font-family: "Kozuka Gothic Pro", nudista-web, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 100;
  font-size: 20px;
  font-weight: bold;
}



/* =============================================================================
   Product Filter Menu
   ========================================================================== */

ul#product-filter {
  margin: 0 0 0 15px;
  padding: 10px 0 0;
  height: 34px;
  position: relative;
  z-index: 10;
}

ul#product-filter li{
  list-style: none;
}

ul#product-filter li a {
  display: inline-block;
  line-height: 1em;
  padding: 7px 15px 14px;
  text-decoration: none;
  color: #666;
  font-size: 13px;
}

ul#product-filter li a:hover {
  color: #000;
}

ul#product-filter li a:active,
ul#product-filter li a:focus  {
  color: #000;
}

ul#product-filter li.current-page {

}

ul#product-filter li.current-page a {
  background: url("http://cdn-assets.tcelectronic.com/data/img/product-filter-menu-selected-arrow.png") no-repeat scroll center bottom transparent;
  color: #000;
  font-weight: bold;
}

#main section#products {
  background: url("http://cdn-assets.tcelectronic.com/data/img/background-gradient.png") repeat-x center top;
  clear: both;
  padding: 15px 30px 40px;
  margin: 0;
}

/* =============================================================================
   Featured Slider
   ========================================================================== */

/* positioning */
#featured {
  clear: both;
  background: transparent url("http://cdn-assets.tcelectronic.com/data/img/featured-banner-loading.gif") no-repeat center center;
}

#featured-banner {
  height: 800px;
  width: 100%;
  display:block;

  position: absolute;
}
.featured-banner {
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 765px;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 35px;
}

#featured {
  width: 980px;
  position: relative;
/*  overflow: hidden; */
  height: 515px;
}

#segment-menu-header + #main #featured {
  height: 465px;
}

#page-menu-header + #featured,
#page-menu-header + .orbit-wrapper #featured {
  top: -50px;
  margin-bottom: -50px;
}

#featured > img,
#featured > div,
#featured > a {
  display: none;
}

/* container */

.orbit-wrapper {
    width: 980px;
    height: 515px;
    position: relative;
    display: block;
}

/* target pages under a segment with a banner and a page menu */
.template-page .orbit-wrapper {
  /* height: 465px; */
}

.orbit {
    width: 1px;
    height: 1px;
    position: relative;
/*    overflow: hidden;  */
}

.orbit > img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.orbit img.background-image {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    display: none;
}

.orbit > a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    display: none;
}

.orbit > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* link on banner */

#featured .banner a {
  display: block;
  height: 100%;
  text-decoration: none;
}

#featured .banner h2,
#featured .banner h3.inversed {
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  font-weight: bold;
  color: #000;
  font-size: 51px;
  letter-spacing: -1px;
  line-height: 1;
  font-family: nudista-web, arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}

.language-ja #featured .banner h2,
.language-ja #featured .banner h3.inversed {
  font-family: "Kozuka Gothic Pro", nudista-web, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 100;
}



#featured .banner h3,
#featured .banner h2.inversed {
  text-transform: none;
  position: absolute;
  display: inline-block;
  font-weight: normal;
  color: #000;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1;
  font-family: nudista-web, arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}

.language-ja #featured .banner h3,
.langauge-ja #featured .banner h2.inversed {
  font-family: "Kozuka Gothic Pro", nudista-web, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 100;
}


#featured .banner .bannertext {
  position: absolute;
  display: inline-block;
  font-family: nudista-web, arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  font-size: 21px;
  line-height: 1.2;
}
.language-ja #featured .banner .bannertext {
  font-family: "Kozuka Gothic Pro", nudista-web, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 100;
}

.artist-on-banner {
  text-shadow: #000 0px 0px 10px;
  position: relative;
  float: right;
  font-family: nudista-web, arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  font-style: italic;
  color: #FFF;
}
.language-ja .artist-on-banner {
  font-family: "Kozuka Gothic Pro", nudista-web, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 100;
}

#featured.artist-banner .banner {
  background: url("http://cdn-assets.tcelectronic.com/data/img/toneprint-banner-background.png") no-repeat 0 bottom;
}

.artist-banner-image {
  -webkit-mask-image: -webkit-gradient(linear, 50%top, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)), color-stop(.5, rgba(0,0,0,1)));
}

.template-artist .featured-banner
{
  position:absolute !important;
  top:105px !important;
  opacity:0.1 !important;
}

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */

/* Timer */

.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .4;
    cursor: pointer;
    z-index: 1001;
}

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url("http://cdn-assets.tcelectronic.com/data/img/featured-banner-rotator-black.png") no-repeat;
    z-index: 3;
}

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
}

span.rotator.move {
    left: 0;
}

span.mask.move {
    width: 40px;
    left: 0;
    background: url("http://cdn-assets.tcelectronic.com/data/img/featured-banner-timer-black.png") repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("http://cdn-assets.tcelectronic.com/data/img/featured-banner-pause-black.png") no-repeat;
    z-index: 4;
    opacity: 0;
}

span.pause.active {
    background: url("http://cdn-assets.tcelectronic.com/data/img/featured-banner-pause-black.png") no-repeat 0 -40px }

.timer:hover span.pause,
span.pause.active {
    opacity: 1
}

/* Directional Navigation */

.slider-nav {
    display: block;
}

.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}

.slider-nav span.right {
    background: url("http://cdn-assets.tcelectronic.com/data/img/featured-banner-right-arrow.png");
    right: 0;
}

.slider-nav span.left {
    background: url("http://cdn-assets.tcelectronic.com/data/img/featured-banner-left-arrow.png");
    left: 0;
}

/* Bullets Navigation */

.orbit-bullets {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 490px;
    z-index: 1000;
}

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url("http://cdn-assets.tcelectronic.com/data/img/featured-banner-bullets.png") no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden;
}

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0;
}


/* =============================================================================
   Comments
   ========================================================================== */

#fb-comments {
  width: 605px;
  margin: 0 auto;
  display: block;
}

/* =============================================================================
   Footer
   ========================================================================== */

footer#mainfooter {
  padding: 15px 30px;
  font-size: 13px;
  background: url("http://cdn-assets.tcelectronic.com/data/img/horizontal-border.png") no-repeat scroll center -3px #F5F5F5
}

footer#mainfooter h2 {
  font-family: "open sans", arial, sans-serif;
  color: #666666;
  font-weight: normal;
}
.langauge-ja footer#mainfooter h2 {
  font-family: nudista-web, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


footer#mainfooter a {
  text-decoration: none;
}

footer#mainfooter #footer-top #footer-top-one {
  float: left;
}

footer#mainfooter #footer-top #footer-top-two {
  float: right;
}

footer#mainfooter #footer-top #footer-top-two ul {
  float: left;
  margin: -3px 0 0;
}

footer#mainfooter #footer-top #footer-top-two li {
  float: left;
  list-style: none;
}

footer#mainfooter #footer-top h2 {
  font-size: 18px;
  float: left;
}

footer#mainfooter #footerlinks h2 {
  font-size: 13px;
  text-transform: uppercase;
}

footer#mainfooter #footerlinks section:hover h2  {
  color: #333;
  -moz-transition: all .2s ease-out;
}

footer#mainfooter #footerlinks{
  clear: both;
  margin: 0 40px;
}

footer#mainfooter #footerlinks section{
  float: left;
    margin: 0 15px;
    width: 138px;
}

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

footer#mainfooter #footerlinks li {
  line-height: 1.5;
}

#follow {
  margin: 0 30px;
  padding: 40px 0 5px 0;
}

#follow .fb_iframe_widget {
  float: left;
  margin-right: 15px;
  display: block;
}

#footer-top-two li a {
  background: url("http://cdn-assets.tcelectronic.com/data/img/social-icons-6.png") no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: 10px;
}

#footer-top-two li a:hover {

}

#footer-top-two a.facebook {
  background-position: 0 0;
}

#footer-top-two a.twitter {
  background-position: -32px 0;
}

#footer-top-two a.youtube {
  background-position: -64px 0;
}

#footer-top-two a.google-plus {
  background-position: -96px 0;
}

#footer-top-two a.youku {
  background-position: -160px 0;
}

#footer-top-two a.instagram {
  background-position: -192px 0;
}

#footer-top-two a.facebook:hover {
  background-position: 0 -32px;
}

#footer-top-two a.twitter:hover {
  background-position: -32px -32px;
}

#footer-top-two a.youtube:hover {
  background-position: -64px -32px;
}

#footer-top-two a.google-plus:hover {
  background-position: -96px -32px;
}

#footer-top-two a.youku:hover {
  background-position: -160px -32px;
}

#footer-top-two a.instagram:hover {
  background-position: -192px -32px;
}

#site-subscribe-email {
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px 1px #999999 inset;
  float: left;
  font-size: 13px;
  //height: 22px !important;
  height: 16px;
  line-height: 16px;
  margin: 2px 0 0 15px;
  padding: 3px 5px;
  width: 150px;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  -ms-transition: width 1s ease;
  transition: width 1s ease;
}

#site-subscribe-email:focus {
    width: 200px;
}

#site-subscribe-submit {
  background: url("http://cdn-assets.tcelectronic.com/data/img/submit-arrow.png") no-repeat scroll -24px 3px whiteSmoke;
  border: none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: 0 1px 1px #999999 inset;
  -moz-box-shadow: 0 1px 1px #999999 inset;
  box-shadow: 0 1px 1px #999999 inset;
  cursor: pointer;
  height: 22px;
  margin: 2px 0 0 166px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  width: 24px;
  -moz-transition: all 0.2s ease-out;
}

#site-subscribe {
  display: inline-block;
  position: relative;
}

#site-subscribe-submit:hover,
#site-subscribe-submit:active,
#site-subscribe-submit:focus {
  background-position: 0px 3px;
}

/* Footer */

#subfooter a {
  text-decoration: none;
}

#subfootercontent {
  padding: 15px 20px;
}

ul#metalinks {
  margin: 0;
  padding: 0;
  float:left;
}

ul#metalinks li {
  border-left: 1px solid gray;
  float: left;
  line-height: 1;
  list-style: none outside none;
  padding: 0 15px;
}

ul#metalinks li:first-child {
  border-left: 0 none;
  padding-left: 0;
}

#rights {
  display: inline;
  float: right;
  color: #666;
}

/*******************************NEW FOOTER STARTS***************************************/

/*#tcgroupcompanies {
  position: relative;
  right: 50%;
  clear: both;
  margin-top: 60px;
}*/

#tcgroupindividual {
  clear:both;
  text-align:center;
  margin-top: 62px;
}

#tcgroupindividual a {
  color:#666;
  background-image:none;
  padding:0 0 2px 0;
  display:inline;
  background-repeat:no-repeat;
  background-position:right 2px;
}

#tcgroupindividual a img {
  width: 180px;
}


#tcgroupindividual a:hover {
  color:#008bdc;
}

#tcgroupcompanies {
  margin-top: 16px;
  text-align:center;
  color:#666;
}

#tcgroupcompanies a, #tcgroupcompanies a.blank-link, #tcgroupcompanies a[target="_blank"] {
  background-image:none;
  padding:0;
  color:#666;
}

#tcgroupcompanies a:hover {
  color:#008bdc;
}

/*******************************NEW FOOTER ENDS***************************************/

ul#tcgrouplogos {
  left: 50%;
  margin: 0;
  padding: 13px 0 0 0;
  position: relative;
  text-align: center;
}

ul#tcgrouplogos li {
  display: inline;
  padding: 6px;
}

li#tcelectroniclogo a, li#tcheliconlogo a, #dynaudiologo a, li#tannoylogo a, li#labgruppenlogo a, li#tcappliedtechnologieslogo a, li#whiteAcousticslogo a, li#lakelogo a, li#dynaudiologo a {
  background: url("http://cdn-assets.tcelectronic.com/data/img/tcg-logos-footer.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  height: 24px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

li#tcelectroniclogo a {
  background-position: 0 0;
  width: 87px;
}

li#tcelectroniclogo a:hover {
  background-position: 0 -32px;
}

li#tannoylogo a {
  background-position: -98px 0;
  width: 63px;
}

li#tannoylogo a:hover {
  background-position: -98px -32px;
}

li#tcheliconlogo a {
  background-position: -172px 0;
  width: 102px;
}

li#tcheliconlogo a:hover {
  background-position: -172px -32px;
}

li#labgruppenlogo a {
  background-position: -287px 0;
  width: 113px;
}

li#labgruppenlogo a:hover {
  background-position: -287px -32px;
}

li#tcappliedtechnologieslogo a {
  background-position: -412px 0;
  width: 78px;
}

li#tcappliedtechnologieslogo a:hover {
  background-position: -412px -32px;
}

li#whiteAcousticslogo a {
  background-position: -504px 0;
  width: 42px;
}

li#whiteAcousticslogo a:hover {
  background-position: -504px -32px;
}

li#lakelogo a {
  background-position: -555px 0;
  width: 23px;
}

li#lakelogo a:hover {
  background-position: -555px -32px;
}

li#dynaudiologo a {
  background-position: -588px 0;
  width: 65px;
}

li#dynaudiologo a:hover {
  background-position: -588px -32px;
}

#rulefooter
{
  background: url("http://cdn-assets.tcelectronic.com/data/img/spacer-c6c6c6.gif");
  height:1px;
  width:682px;
  margin-left:auto;
  margin-right:auto;
  margin-top:4px;
}

#tcglogofooter a
{
  background: url("http://cdn-assets.tcelectronic.com/data/img/tcg-logo-footer.png");
  width:137px;
  height:28px;
  margin:15px 130px 0 0;
  float:right;
  text-indent: -9999px;
}

/* =============================================================================
   Buttons
   ========================================================================== */

#featured .banner .signupbutton,
a.download-button,
.manual-group a {
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 20px;
  color: white;
  text-shadow: 0 1px 0 #005688;
  background-color: #008bdc;
  background-image: -webkit-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: -moz-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: -o-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: -ms-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 1px 0 #006199 inset, 1px 0 0 #005688 inset, -1px 0 0 #005688 inset, 0 -1px 0 #004670 inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 #006199 inset, 1px 0 0 #005688 inset, -1px 0 0 #005688 inset, 0 -1px 0 #004670 inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 0 4px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

#featured .banner a:hover .signupbutton,
a.download-button:hover,
.manual-group a:hover {
  background-color: #008bdc;
  background-image: -webkit-linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-image: -moz-linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-image: -o-linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-image: -ms-linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-image: linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 1px 0 #006199 inset, 1px 0 0 #005688 inset, -1px 0 0 #005688 inset, 0 -1px 0 #004670 inset, 0 2px 0 rgba(255, 255, 255, 0.4) inset, 0 0 4px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.2), 0 6px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 #006199 inset, 1px 0 0 #005688 inset, -1px 0 0 #005688 inset, 0 -1px 0 #004670 inset, 0 2px 0 rgba(255, 255, 255, 0.4) inset, 0 0 4px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.2), 0 6px 15px rgba(0, 0, 0, 0.3);
}

#featured .banner .signupbutton {
  position: relative;
}

.button+.paragraph-link {
  display:block;
}

#featured .banner a.iframe
{
  height: auto;
}
a.button {
  margin-bottom: 25px;
}

a.download-button {
  font-size: 18px;
  background-image: url("http://cdn-assets.tcelectronic.com/media/2653990/download-icon-48x48.png"), -webkit-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: url("http://cdn-assets.tcelectronic.com/media/2653990/download-icon-48x48.png"), -moz-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: url("http://cdn-assets.tcelectronic.com/media/2653990/download-icon-48x48.png"), -o-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: url("http://cdn-assets.tcelectronic.com/media/2653990/download-icon-48x48.png"), -ms-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: url("http://cdn-assets.tcelectronic.com/media/2653990/download-icon-48x48.png"), linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-repeat: no-repeat, repeat;
  padding-left: 75px;
  display: inline-block;
  background-position: 10px center;
}

a.download-button:hover {
  background-image: url("http://cdn-assets.tcelectronic.com/media/2653990/download-icon-48x48.png"), -webkit-linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-image: url("http://cdn-assets.tcelectronic.com/media/2653990/download-icon-48x48.png"), -moz-linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-image: url("http://cdn-assets.tcelectronic.com/media/2653990/download-icon-48x48.png"), -o-linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-image: url("http://cdn-assets.tcelectronic.com/media/2653990/download-icon-48x48.png"), -ms-linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-image: url("http://cdn-assets.tcelectronic.com/media/2653990/download-icon-48x48.png"), linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-repeat: no-repeat, repeat;
}

a.download-button span,
.box a.download-button span,
.manual-group a span {
  font-size: 12px;
  display: block;
  font-weight: normal;
  padding: 0;
}

a.download-button span span,
.box a.download-button span span,
.manual-group a span span {
  display: inline;
}

/*
a.file-type-exe {
  background-image: url(http://www.all-about-apple.com/image-files/download-icon.png), -moz-linear-gradient(bottom, #006199 0%, #008BDC 75%);
}
a.file-type-msi {
  background-image: url(http://www.all-about-apple.com/image-files/download-icon.png), -moz-linear-gradient(bottom, #006199 0%, #008BDC 75%);
}
*/
a.file-type-exe,
a.file-type-msi {

}



.software-details {
  margin: 5px 10px 10px;
}


.software-details span,
.generic-box .box .software-details span {
  font-weight: bold;
  font-size: inherit;
  padding: 0;
  display: inline;
}

.windows .supported-os,
.box .windows a.download-button span.supported-os {
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("http://cdn-assets.tcelectronic.com/media/2654002/icon_windows_sm.png");
  background-position: 0pt center;
  padding: 0px 0pt 0px 20px;
}

.mac .supported-os,
.box .mac a.download-button span.supported-os {
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("http://cdn-assets.tcelectronic.com/media/2654014/mac.png");
  background-position: 0pt center;
  padding: 0px 0pt 0px 20px;
}

.box .software-image {
  float: left;
  padding: 10px 20px 0 10px;
}

.box h2.software-product {
  padding: 20px 0 0;
}

.box .software-group {
  margin: 30px;
}
.box .software-group h4 {
  margin: 0 0 10px 30px;
}

.box .software-latest,
.box .software-previous {
  //margin: 0 0 0 60px;
  margin: 0 0 0 0;
}

.box .software-latest > div,
.box .software-previous > div {
  margin-bottom: 20px;
}

.software-instructions {
  margin: 0 0 0 10px;
}

.software-instruction {
  margin: 0 0 0 30px;
}

.software-previous > a {
  display: block;
  //margin: 0 0 15px 0;
  margin: 0 0 15px 10px;
}

.versions-history-container {
  //margin: 0 0 10px 30px;
  margin: 0 0 10px 10px;
}

.version-history {
    //margin: 0 0 0 30px;
    margin: 10px 0 0 30px;
}

.version-history > div {
    //margin: 0 0 0 30px;
    margin: 0 0 0 0;
}


/*
.manual-group a {
  font-size: 18px;
  background-image: url(http://www.theometrics.com/downloads/icon-pdf.png), -webkit-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: url(http://www.theometrics.com/downloads/icon-pdf.png), -moz-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: url(http://www.theometrics.com/downloads/icon-pdf.png), -o-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: url(http://www.theometrics.com/downloads/icon-pdf.png), -ms-linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-image: url(http://www.theometrics.com/downloads/icon-pdf.png), linear-gradient(bottom, #0070B1 0%, #008BDC 75%);
  background-repeat: no-repeat, repeat;
  padding-left: 75px;
  background-position: 10px center;
  display: table;
  margin-bottom: 20px;
}

.manual-group a:hover {
  background-image: url(http://www.theometrics.com/downloads/icon-pdf.png), -webkit-linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-image: url(http://www.theometrics.com/downloads/icon-pdf.png), -moz-linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-image: url(http://www.theometrics.com/downloads/icon-pdf.png), -o-linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-image: url(http://www.theometrics.com/downloads/icon-pdf.png), -ms-linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-image: url(http://www.theometrics.com/downloads/icon-pdf.png), linear-gradient(bottom, #006199 0%, #008BDC 75%);
  background-repeat: no-repeat, repeat;
}



.manual-group .english {
  background: url(http://dev.umbraco.tcelectronic.com/media/31549/english-flag.png);
}

.manual-group .german {
  background: url(http://dev.umbraco.tcelectronic.com/media/31554/german-flag.png);
}


.manual-group .english,
.manual-group .german {

  background-repeat: no-repeat;
  padding-left: 24px;
  background-position: left center;
}



.manual {
  margin: 10px 0;
}
*/


ul.manuals {
  font-size: 14px;
  clear: both;
  margin: 0;
  padding: 0;
}

.manual li a span.english {
  background: url("http://cdn-assets.tcelectronic.com/media/170866/english-flag.png");
}

.manual li a span.german {
  background: url("http://cdn-assets.tcelectronic.com/media/170884/german-flag.png");
}

.manual li a span.french {
  background: url("http://cdn-assets.tcelectronic.com/media/170875/french-flag.png");
}

.manual li a span.spanish {
  background: url("http://cdn-assets.tcelectronic.com/media/668176/spanish-flag.png");
}

.manual li a span.italian {
  background: url("http://cdn-assets.tcelectronic.com/media/170848/italian-flag.png");
}

.manual li a span.polish {
  background: url("http://cdn-assets.tcelectronic.com/media/690480/polish-flag.png");
}

.manual li a span.dutch {
  background: url("http://cdn-assets.tcelectronic.com/media/691151/dutch-flag.png");
}

.manual li a span.chinese {
  background: url("http://cdn-assets.tcelectronic.com/media/691122/chinese-flag.png");
}

.manual li a span.japanese {
  background: url("http://cdn-assets.tcelectronic.com/media/170857/japanese-flag.png");
}

.generic-box .box .manual li a span {
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 0px;
}

.manual li a span.english,
.manual li a span.german,
.manual li a span.french,
.manual li a span.spanish,
.manual li a span.italian,
.manual li a span.chinese,
.manual li a span.dutch,
.manual li a span.polish,
.manual li a span.japanese {
  background-position: left center;
  background-repeat: no-repeat;
  margin-top: 5px;
  padding-left: 24px !important;
  padding-top: 0;
}

.manual li a {
    background: url("http://cdn-assets.tcelectronic.com/data/img/pdf_icon.gif");
    background-repeat: no-repeat;
    padding: 0 0 0 24px;
    margin: 0 10px 0 20px;
}

.manual {
  padding-bottom: 20px;
  background: url("http://cdn-assets.tcelectronic.com/data/img/horizontal-border-narrow.png") no-repeat scroll left bottom transparent;

}

.manuals .manual:last-child {
  background: none;
}

/* =============================================================================
   Main
   ========================================================================== */


#main {
  clear: both;
}

hr {
  background: url("http://cdn-assets.tcelectronic.com/data/img/horizontal-border.png");
  border: 0 none;
  height: 10px;
  padding: 0;
  margin: 0 0 10px;
  clear: both;
}

#main section.entry {
  background: url("http://cdn-assets.tcelectronic.com/data/img/horizontal-border.png") no-repeat center bottom transparent;
  clear: both;
  margin-left: 30px;
  margin-right: 30px;
  padding: 40px 0;
}


#main section.entry.hide-ruler {
  background: none;
  clear: both;
  margin-left: 30px;
  margin-right: 30px;
  padding: 40px 0;
}

#main section.entry.hide-ruler + section.entry {
  padding: 0 0 40px 0;
}

figure.pullout {
  margin: 0 -30px 0 -30px;
}

body figure.left.pullout {
  height: auto;
  margin: 0 30px 0 -30px;
  width: auto;
}

figure.left {
  float: left;
  margin-right: 40px;
}

body figure.right.pullout {
  height: auto;
  margin: 0 -30px 0 30px;
  width: auto;
}

figure.right {
  float: right;
  margin-left: 40px;
}

figure.left, figure.right {
  display: block;
}

figure figcaption {
  color: #999;
  font-style: italic;
  font-size: 11px;
  text-indent: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top:0;
}

h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
}

.column-1 h3 + p,
.column-2 h3 + p,
.column-3 h3 + p {
  margin-top: 0;
}

p:first-child {
  margin-top: 0;
}


#main ul {
  overflow: hidden;
}

.playbutton {
  bottom: 0 !important;
  left: 0;
  width: 20px;
  position: absolute;
  border-radius: 2px;
}

.box.more-videos a:hover .playbutton {
  bottom: 10px !important;
  left: 10px;
  box-shadow: 0 0 25px white;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

.playbutton2 {
  bottom: 0 !important;
  left: 0;
  width: 20px;
  position: absolute;
  border-radius: 2px;
}

.box.more-videos a:hover .playbutton2 {
  bottom: 10px !important;
  left: 10px;
  //box-shadow: 0 0 25px white;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

/* boxes shared style */

#main ul.box {
  padding: 0;
  overflow: visible !important;

}

#main .box  > li {
  list-style: none;
  border: 0;
  position: relative;
  float: left;
  margin: 15px 15px;
  line-height: 1.231;
}


#main .box.box-full > li {
  width: 100%;
  margin: 15px 0;
}

.box .box-image {
  position: absolute;
  bottom: 0;
  left: 0;
}

.box a {
  text-decoration: none;
  position: relative;
}

/*
.box a .box-image{
  height: 120px;
  -webkit-transition: .2s all ease;
  -moz-transition: .2s all ease;
  -o-transition: .2s all ease;
  -ms-transition: .2s all ease;
  transition: .2s all ease;
}

.box a:hover .box-image {
  height: 130px;
}
*/
.box.box-narrow a:link,
.box.box-narrow a:visited {
  color: #666;
  height: 100%;
  display: block;
}

.box.box-narrow.more-videos a:link,
.box.box-narrow.more-videos a:visited {
  height: auto;
}


.box.box-wide a:link,
.box.box-wide a:visited {
  color: #008bdc;
  display: table;
}

.box.box-wide a.download-button {
  color: white;
}

.box.box-wide a.featured-box-link:link,
.box.box-wide a.featured-box-link:visited {
  color: #008bdc;
  display: block;
}

#where-to-buy .box.box-wide a:link,
#where-to-buy .box.box-wide a:visited {
    display: block;
    color: #222;
    font-weight: normal;
}

.generic-box ul.box ul li a:hover,
.generic-box ul.box ul li a:focus {
  color: #333;
}

.generic-box {
  clear: both;
}
/* boxes specific properties*/

/*
.generic-box ul.box.box-narrow li a,
span.box-video li a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

*/

.generic-box ul.box  > li,
span.box-video {
  -webkit-transition: box-shadow .5s;
  -moz-transition: box-shadow .5s;
  -o-transition: box-shadow .5s;
  -ms-transition: box-shadow .5s;
  transition: box-shadow .5s;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}


.generic-box ul.box > li:hover,
.generic-box ul.box > li:focus,
ul.box.more-videos a:hover span.box-video,
ul.box.more-videos a:focus span.box-video {

  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, .3);
  box-shadow: 0 6px 15px rgba(0, 0, 0, .3);
  color: #333;
  z-index:99;
}


.box a span.box-video-active {
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, .3);
  box-shadow: 0 6px 15px rgba(0, 0, 0, .3);
  color: #333;
  z-index:99;
}

.box.more-videos a:hover h3,
.box.more-videos a:focus h3 {
  color: #333;
}


.generic-box ul.box.box-narrow  > li {
  height: 160px;
}

#main .box.box-narrow  > li {
  width: 160px;
  z-index: 9;

}

#main .box.box-wide  > li {
  width: 286px;
  min-height: 200px;
}

#main section.generic-box ul.box.box-narrow > li:nth-child(5n-4),
#main .box.box-narrow > li:nth-child(5n-4) {
  margin-left: 0;
  clear: both;
}

#main section.generic-box ul.box.box-narrow > li:nth-child(5n),
#main .box.box-narrow > li:nth-child(5n)  {
  margin-right: 0;
}

#main section.generic-box ul.box.box-wide > li:nth-child(3n-2) {
  margin-left: 0;
  clear: both;
}

#main section.generic-box ul.box.box-wide > li:nth-child(3n) {
  margin-right: 0;
}

.generic-box .box.box-narrow h3 {
  height: 100%;
  margin: 0;
  width: 100%;
}

.generic-box .box.box-wide h3 {
  /*height: 100%;*/
  margin: 0;
  width: 100%;
  background: #fff;
}

.generic-box .box span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px 0;
  text-decoration: none;
  word-wrap:break-word;
}

#where-to-buy.generic-box .box .box-description span {
    font-weight: normal;
}

.generic-box .box span.short-description {
  font-size: 13px;
  font-weight: normal;
}

.box span.short-description {
  font-size: 15px;
  margin: 0;
  padding-top: 3px;
}

.box .box-logo {
  position: absolute;
  bottom: 2px;
  right: 5px;
  background: rgba(255, 255, 255, 0.5);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.box a:hover .box-logo {
  opacity: 1;
}

.box.box-wide .box-icon {
  float: left;
  margin: 10px 10px 10px 15px;
}

.box.box-wide .box-description {
  font-weight: normal;
  margin-left: 80px;
  font-size: 13px;
  padding: 10px 10px 15px 0;
}

.box.box-wide a.box-link {
  line-height: 1.5;
  padding-right: 15px;

  margin-left: 81px;
  font-size: 13px;
}

.box.box-wide a.box-link-sales {
  line-height: 1.5;
  padding-right: 15px;

  margin-left: 0;
  font-size: 13px;
  color:#008bdc;
}

.box.box-wide a.box-link:hover {
  color: #333;
}

/*
.box.box-wide h3 > a:first-child {
  display: block;
  height: 200px;
}

.box.box-wide h3 > a:first-child .box-description span {
  font-weight: normal;
  color: #222222;
}
*/

span.box-video {
  position: relative;
  padding: 5px;
  display:block;
  width: 150px;
  height: 84px;
  overflow; hidden;
  margin-bottom: 5px;
}

span.box-video span {
  display:block;
  height: 100%;
  width: 100%;
  overflow:hidden;
}

span.box-video span img {
  margin-top: -14px;
}

.box.more-videos h3 {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

/* boxes - extra for TonePrint */
.product-toneprint-image-tiny {
  bottom: 0px;
  //bottom: -5px;
  //left: -5px;
  position: absolute;
  //width: 30px;
  z-index: 0;

  /*-webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;*/
}

.box a:hover .product-toneprint-image-tiny {
  bottom: 0px;
  //bottom: 5px;
  //left: 5px;
  //-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  //filter: alpha(opacity=100);
  opacity: 1;
  position: absolute;
  //width: 40px;
  z-index: 0;

  //-webkit-transition: all .2s;
  //-moz-transition: all .2s;
  //-o-transition: all .2s;
  //-ms-transition: all .2s;
  //transition: all .2s;
}

.background-toneprint-image {
  bottom: 0;
  position: absolute;
  right: 0;
  border-bottom-right-radius: 2px;
  width: 95px;
}

/* boxes - extra for Frontpage */

.generic-box .box a .color-image {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;

  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity 1.2s ease-out;
  -o-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.generic-box .box a:hover .color-image {
  opacity: 1;
}

/* boxes - extra for Segments */

#segments.entry {
  background: none;
}


#segments ul.box  {
  width: 730px;
  margin: 0 auto;
}

#segments ul.box li:nth-child(4n)  {
  margin-right: 0;
}

/* boxes - extra for Partners */

#partners.entry {
  background: none;
}

#partners h2, #partners p {
  text-align: center;
}

#partners ul.box  {
  width: 540px;
  margin: 0 auto;
}

#partners ul.box li:nth-child(3n)  {
  margin-right: 0;
}


/* columns */

#main section.three-columns .column-1,
#main section.three-columns .column-2,
#main section.three-columns .column-3 {
  width: 280px;
  float: left;
}

#main section.three-columns .column-1 {
  clear: both;
  float: left;
}

#main section.three-columns .column-2 {
  margin: 0 40px;
}

#main section.two-columns .column-1 {
  width: 440px;
  clear: both;
  float: left;
}

#main section.two-columns .column-2 {
  width: 440px;
  float: right;
}

#main section.two-columns .column-1.column-bullet,
#main section.two-columns .column-2.column-bullet {
  width: 425px;
  padding-left: 15px;
  background: url("http://cdn-assets.tcelectronic.com/data/img/square.gif") no-repeat 0 10px;
}

#main section.three-columns .column-1.column-bullet,
#main section.three-columns .column-2.column-bullet,
#main section.three-columns .column-3.column-bullet {
  width: 265px;
  padding-left: 15px;
  background: url("http://cdn-assets.tcelectronic.com/data/img/square.gif") no-repeat 0 10px;
}

#artist-description div {
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-count: 2;
  column-gap: 40px;
}

.column-1 h3,
.column-2 h3,
.column-3 h3 {
  clear: both;
  font-family: nudista-web, arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  margin-bottom: 5px;
}
.language-ja .column-1 h3,
.language-ja .column-2 h3,
.language-ja .column-3 h3 {
  font-family: "Kozuka Gothic Pro", nudista-web, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
}


.side-by-side-column.column-1 {
  clear: both;
}


.column-1 > div,
.column-2 > div,
.column-3 > div,
.side-by-side-column {
  padding-bottom: 20px;
}


.column-1 > div > a,
.column-2 > div > a,
.column-3 > div > a,
.side-by-side-column > a {
  text-decoration: none;
  color: #222222;
}

.column-1 > div > a .column-link,
.column-2 > div > a .column-link,
.column-3 > div > a .column-link,
.side-by-side-column > a .column-link {
  text-decoration: none;
  color: #008bdc;
}

.column-1 > div > a:hover .column-link,
.column-2 > div > a:hover .column-link,
.column-3 > div > a:hover .column-link,
.side-by-side-column > a:hover .column-link {
  text-decoration: underline;
  color: #222222;
}

.column-1 > div > a:hover h3,
.column-2 > div > a:hover h3,
.column-3 > div > a:hover h3,
.side-by-side-column > a:hover h3 {
  color: #008bdc;
}


.artist-bio {
  font-weight: bold;
}

.artist-quote-text {
  text-shadow: 4px 0px 4px white, 0px 4px 4px white, -4px 0px 4px white, 0px -4px 4px white;
}

.sound-examples-by {
  color: #666;
  text-align: right;
  font-size: 10px;
}



/* =============================================================================
   Review
   ========================================================================== */

.review-text,
.artist-quote-text {
  font-style: italic;
  background: url("http://cdn-assets.tcelectronic.com/data/img/quote.png") no-repeat 0 5px;
  min-height: 40px;
}

.review-text span,
.artist-quote-text span {
  display: block;
  float: left;
  width: 50px;
  height: 40px;
}

.review-author {
  font-style: normal;
}

.reviews > div {
  margin-bottom: 50px !important;
}

.more-reviews {
  clear: both;
}
/* =============================================================================
   Gallery
   ========================================================================== */

#gallery-main {

}

#gallery-gallery{
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background:url("http://cdn-assets.tcelectronic.com/data/img/gallery/gallery-panel.png") repeat-x bottom center #ffffff;

  /* The width of the gallery */
  width: 920px;
  overflow: hidden;
  text-align: center;
  clear: both;
}

#gallery-slides{
  /* This is the slide area */
  height: 500px;

  /* jQuery changes the width later on to the sum of the widths of all the slides. */
  width: 920px;
  overflow: hidden;
}

.gallery-slide{
  float: left;
  position: relative;
  overflow: hidden;
}

.gallery-caption{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  color: #999;
  background: background: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-size: 11px;
}

#gallery-menu{
  /* This is the container for the thumbnails */
  height: 110px;
}

#gallery-menu ul{
  margin: 0px;
  padding: 0px;
}

#gallery-menu li{
  /* Every thumbnail is a li element */
  display: inline-block;
  list-style: none;
  height: 110px;
  overflow: hidden;
}

#gallery-menu li.inact:hover{
  /* The inactive state, highlighted on mouse over */
  /* background:url(http://demo.tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/img/pic_bg.png) repeat; */
}

#gallery-menu li.act,li.act:hover{
  /* The active state of the thumb */
  /* background:url(http://demo.tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/img/active_bg.png) no-repeat; */
  background: url("http://cdn-assets.tcelectronic.com/data/img/gallery/gallery-active-background.png") no-repeat;
}

#gallery-menu li.act a{
  cursor: default;
}

#gallery-menu .gallery-fbar{
  /* The left-most vertical bar, next to the first thumbnail */
  width: 2px;
  background: url("http://cdn-assets.tcelectronic.com/data/img/gallery/gallery-divider.png") no-repeat right;
  vertical-align: top;
}

#gallery-menu li a{
  display: block;
  background: url("http://cdn-assets.tcelectronic.com/data/img/gallery/gallery-divider.png") no-repeat right;
  height: 100px;
  padding-top: 10px;
  padding-right: 6px;
}

#gallery-menu a img{
  border: none;
}

/* =============================================================================
   Sharing
   ========================================================================== */


.share-buttons {
  position: absolute;
  width: 55px;
  top: 700px;
  border-right: 20px solid #008bdc;
  text-align: left;
  padding: 5px 10px;
  min-height: 200px;
  z-index: 999;
  margin-left: -95px;
}

.share-buttons span,
.share-buttons iframe,
.share-buttons div,
.share-buttons a {

  padding: 0 0 5px 0px;
}

#message {
  -moz-transform: rotate(90deg);
  -webkit-transform:  rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  rotate(90deg);
  color: white;
  left: -40px;
  position: absolute;
  top: 120px;
  width: 248px;
}

.language-de .share-buttons,
.language-ja .share-buttons {
  width: 68px;
  margin-left: -108px;
}

.language-de #message,
.language-ja #message {
  left: -27px;
}


/* =============================================================================
   Videos / YouTube
   ========================================================================== */

#video-gallery-embed-code pre,
#video-single-embed-code pre{
  margin: 0;
}

#video-gallery-embed-code,
#video-single-embed-code {
  display: none;
}

.video-full figcaption {
  text-indent: 0;
}

.box.box-narrow .even-more-videos a:link,
.box.box-narrow .even-more-videos a:visited {
  color: #008bdc;
  text-decoration: underline;
}

.box.box-narrow .even-more-videos a:hover {
  color: black;
}


/* =============================================================================
   Tech Specs
   ========================================================================== */

.techspecs-feature {
  clear: both;
  width: 300px;
  border:1px solid black;
}

.techspecs-value {
  width: 300px;
  float: left;
  border:1px solid black;
}


/* =============================================================================
   Error Page (404)
   ========================================================================== */

.template-error #main-content {
  position: relative
  z-index: 0;
}

.template-error h2#main-error-message {
  font-size: 172px;
  text-align: center;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 0;

  -webkit-animation: message;
  -moz-animation: message;
  -ms-animation: message;
  -o-animation: message;
  animation: message;

  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -ms-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;

  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.template-error h3#main-error-description {
  text-align: center;
  position: relative;
  z-index: 9;

  -webkit-animation: message;
  -moz-animation: message;
  -ms-animation: message;
  -o-animation: message;
  animation: message;

  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  -ms-animation-delay: 7s;
  -o-animation-delay: 7s;
  animation-delay: 7s;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.template-error .error-arrow {
  background: url("http://cdn-assets.tcelectronic.com/data/img/arrow-up.png") no-repeat center top;
  padding-top: 20px;
  top: 40px;
  text-align: center;
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  z-index: -1;

  -webkit-animation: message;
  -moz-animation: message;
  -ms-animation: message;
  -o-animation: message;
  animation: message;

  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -ms-animation-delay: 8s;
  -o-animation-delay: 8s;
  animation-delay: 8s;

  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.template-error h4#main-error-search {
  right: 20px;
}

.template-error h4#main-error-menu {
  left: 20px;
}

.template-error #main-error-options {
  text-align: center;
  line-height: 1.8;
  margin-top: 30px;
  list-style: none;
  padding: 0;

  -webkit-animation: message;
  -moz-animation: message;
  -ms-animation: message;
  -o-animation: message;
  animation: message;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -ms-animation-delay: 8s;
  -o-animation-delay: 8s;
  animation-delay: 8s;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.template-error h1#logo a {
  -webkit-animation: logo;
  -moz-animation: logo;
  -ms-animation: logo;
  -o-animation: logo;
  animation: logo;

  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;

  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}


.template-error #site-menu {
  z-index: 0;

  -webkit-animation: sitemenu;
  -moz-animation: sitemenu;
  -ms-animation: sitemenu;
  -o-animation: sitemenu;
  animation: sitemenu;

  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;

  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.template-error #secondary-site-menu {
  -webkit-animation: hinge;
  -moz-animation: hinge;
  -ms-animation: hinge;
  -o-animation: hinge;
  animation: hinge;

  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;

  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -ms-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.template-error #follow {
  -webkit-animation: hinge;
  -moz-animation: hinge;
  -ms-animation: hinge;
  -o-animation: hinge;
  animation: hinge;

  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;

  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -ms-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.template-error #mainfooter {
  -webkit-animation: hinge2;
  -moz-animation: hinge2;
  -ms-animation: hinge2;
  -o-animation: hinge2;
  animation: hinge2;

  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;

  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -ms-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* =============================================================================
   ColorBox
   ========================================================================== */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url("http://cdn-assets.tcelectronic.com/data/img/colorbox/overlay-2.png") repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url("http://cdn-assets.tcelectronic.com/data/img/colorbox/controls-2.png") no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url("http://cdn-assets.tcelectronic.com/data/img/colorbox/controls-2.png") no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url("http://cdn-assets.tcelectronic.com/data/img/colorbox/controls-2.png") no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url("http://cdn-assets.tcelectronic.com/data/img/colorbox/controls-2.png") no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url("http://cdn-assets.tcelectronic.com/data/img/colorbox/controls-2.png") left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url("http://cdn-assets.tcelectronic.com/data/img/colorbox/controls-2.png") right top repeat-y;}
    #cboxTopCenter{height:21px; background:url("http://cdn-assets.tcelectronic.com/data/img/colorbox/border-2.png") 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url("http://cdn-assets.tcelectronic.com/data/img/colorbox/border-2.png") 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url("http://cdn-assets.tcelectronic.com/data/img/colorbox/loading_background.png") no-repeat center center;}
        #cboxLoadingGraphic{background:url("http://cdn-assets.tcelectronic.com/data/img/colorbox/loading.gif") no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url("http://cdn-assets.tcelectronic.com/data/img/colorbox/controls-2.png") no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url("http://cdn-assets.tcelectronic.com/data/img/colorbox/controls-2.png") no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url("http://cdn-assets.tcelectronic.com/data/img/colorbox/controls-2.png") no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* ______________HINGE ANIMATION */
@-webkit-keyframes hinge {
  0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
  20% { -webkit-transform: rotate(90deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
  35% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
  60% {  -webkit-transform: translateY(700px); opacity: 0; }
  90% { -webkit-transform: translateY(-20px); opacity: 0; }
  100% { -webkit-transform: translateY(0); opacity: 1; }
}

@-moz-keyframes hinge {
  0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
  20% { -moz-transform: rotate(90deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
  35% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
  60% {  -moz-transform: translateY(700px); opacity: 0; }
  90% { -moz-transform: translateY(-20px); opacity: 0; }
  100% { -moz-transform: translateY(0); opacity: 1; }
}

@-ms-keyframes hinge {
  0% { -ms-transform: rotate(0); -ms-transform-origin: top left; -ms-animation-timing-function: ease-in-out; }
  20% { -ms-transform: rotate(90deg); -ms-transform-origin: top left; -ms-animation-timing-function: ease-in-out; }
  35% { -ms-transform: rotate(60deg) translateY(0); opacity: 1; -ms-transform-origin: top left; -ms-animation-timing-function: ease-in-out; }
  60% {  -ms-transform: translateY(700px); opacity: 0; }
  90% { -ms-transform: translateY(-20px); opacity: 0; }
  100% { -ms-transform: translateY(0); opacity: 1; }
}

@-o-keyframes hinge {
  0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
  20% { -o-transform: rotate(90deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
  35% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
  60% {  -o-transform: translateY(700px); opacity: 0; }
  90% { -o-transform: translateY(-20px); opacity: 0; }
  100% { -o-transform: translateY(0); opacity: 1; }
}

@keyframes hinge {
  0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }
  20% { transform: rotate(90deg); transform-origin: top left; animation-timing-function: ease-in-out; }
  35% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }
  60% {  transform: translateY(700px); opacity: 0; }
  90% { transform: translateY(-20px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

/* ______________HINGE2 ANIMATION */
@-webkit-keyframes hinge2 {
  0% { -webkit-transform: rotate(0); -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  10% { -webkit-transform: rotate(-110deg); -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  22% { -webkit-transform: rotate(-70deg); -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  35% { -webkit-transform: rotate(-80deg); -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  40% { -webkit-transform: rotate(-75deg) translateY(0); opacity: 1; -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  50% { -webkit-transform: translateY(700px); opacity: 0; }
  90% { -webkit-transform: translateY(-20px); opacity: 0; }
  100% { -webkit-transform: translateY(0); opacity: 1; }
}

@-moz-keyframes hinge2 {
  0% { -moz-transform: rotate(0); -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  10% { -moz-transform: rotate(-110deg); -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  22% { -moz-transform: rotate(-70deg); -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  35% { -moz-transform: rotate(-80deg); -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  40% { -moz-transform: rotate(-75deg) translateY(0); opacity: 1; -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  50% { -moz-transform: translateY(700px); opacity: 0; }
  90% { -moz-transform: translateY(-20px); opacity: 0; }
  100% { -moz-transform: translateY(0); opacity: 1; }
}

@-ms-keyframes hinge2 {
  0% { -ms-transform: rotate(0); -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  10% { -ms-transform: rotate(-110deg); -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  22% { -ms-transform: rotate(-70deg); -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  35% { -ms-transform: rotate(-80deg); -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  40% { -ms-transform: rotate(-75deg) translateY(0); opacity: 1; -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  50% { -ms-transform: translateY(700px); opacity: 0; }
  90% { -ms-transform: translateY(-20px); opacity: 0; }
  100% { -ms-transform: translateY(0); opacity: 1; }
}

@-o-keyframes hinge2 {
  0% { -o-transform: rotate(0); -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  10% { -o-transform: rotate(-110deg); -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  22% { -o-transform: rotate(-70deg); -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  35% { -o-transform: rotate(-80deg); -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  40% { -o-transform: rotate(-75deg) translateY(0); opacity: 1; -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  50% { -o-transform: translateY(700px); opacity: 0; }
  90% { -o-transform: translateY(-20px); opacity: 0; }
  100% { -o-transform: translateY(0); opacity: 1; }
}

@keyframes hinge2 {
  0% { transform: rotate(0); transform-origin: top right; animation-timing-function: ease-in-out; }
  10% { transform: rotate(-110deg); transform-origin: top right; animation-timing-function: ease-in-out; }
  22% { transform: rotate(-70deg); transform-origin: top right; animation-timing-function: ease-in-out; }
  35% { transform: rotate(-80deg); transform-origin: top right; animation-timing-function: ease-in-out; }
  40% { transform: rotate(-75deg) translateY(0); opacity: 1; transform-origin: top right; animation-timing-function: ease-in-out; }
  50% { transform: translateY(700px); opacity: 0; }
  90% { transform: translateY(-20px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

/* ______________HINGE3 ANIMATION */
@-webkit-keyframes hinge3 {
  0% { -webkit-transform: rotate(0); -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  10% { -webkit-transform: rotate(-110deg); -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  22% { -webkit-transform: rotate(-70deg); -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  35% { -webkit-transform: rotate(-80deg); -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  40% { -webkit-transform: rotate(-75deg) translateY(0); opacity: 1; -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  50% { -webkit-transform: translateY(700px); opacity: 0; }
  90% { -webkit-transform: translateY(-20px); opacity: 0; }
  100% { -webkit-transform: translateY(0); opacity: 1; }
}

@-moz-keyframes hinge3 {
  0% { -moz-transform: rotate(0); -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  10% { -moz-transform: rotate(-110deg); -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  22% { -moz-transform: rotate(-70deg); -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  35% { -moz-transform: rotate(-80deg); -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  40% { -moz-transform: rotate(-75deg) translateY(0); opacity: 1; -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  50% { -moz-transform: translateY(700px); opacity: 0; }
  90% { -moz-transform: translateY(-20px); opacity: 0; }
  100% { -moz-transform: translateY(0); opacity: 1; }
}

@-ms-keyframes hinge3 {
  0% { -ms-transform: rotate(0); -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  10% { -ms-transform: rotate(-110deg); -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  22% { -ms-transform: rotate(-70deg); -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  35% { -ms-transform: rotate(-80deg); -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  40% { -ms-transform: rotate(-75deg) translateY(0); opacity: 1; -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  50% { -ms-transform: translateY(700px); opacity: 0; }
  90% { -ms-transform: translateY(-20px); opacity: 0; }
  100% { -ms-transform: translateY(0); opacity: 1; }
}

@-o-keyframes hinge3 {
  0% { -o-transform: rotate(0); -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  10% { -o-transform: rotate(-110deg); -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  22% { -o-transform: rotate(-70deg); -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  35% { -o-transform: rotate(-80deg); -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  40% { -o-transform: rotate(-75deg) translateY(0); opacity: 1; -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  50% { -o-transform: translateY(700px); opacity: 0; }
  90% { -o-transform: translateY(-20px); opacity: 0; }
  100% { -o-transform: translateY(0); opacity: 1; }
}

@keyframes hinge3 {
  0% { transform: rotate(0); transform-origin: top right; animation-timing-function: ease-in-out; }
  10% { transform: rotate(-110deg); transform-origin: top right; animation-timing-function: ease-in-out; }
  22% { transform: rotate(-70deg); transform-origin: top right; animation-timing-function: ease-in-out; }
  35% { transform: rotate(-80deg); transform-origin: top right; animation-timing-function: ease-in-out; }
  40% { transform: rotate(-75deg) translateY(0); opacity: 1; transform-origin: top right; animation-timing-function: ease-in-out; }
  50% { transform: translateY(700px); opacity: 0; }
  90% { transform: translateY(-20px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

/* ______________LOGO ANIMATION */
@-webkit-keyframes logo {
  0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
  20% { -webkit-transform: rotate(90deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
  35% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
  60% {  -webkit-transform: translateY(700px); opacity: 0; }
  90% { -webkit-transform: translateY(-20px); opacity: 0; }
  100% { -webkit-transform: translateY(0); opacity: 1; }
}

@-moz-keyframes logo {
  0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
  20% { -moz-transform: rotate(90deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
  35% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
  60% {  -moz-transform: translateY(700px); opacity: 0; }
  90% { -moz-transform: translateY(-20px); opacity: 0; }
  100% { -moz-transform: translateY(0); opacity: 1; }
}

@-ms-keyframes logo {
  0% { -ms-transform: rotate(0); -ms-transform-origin: top left; -ms-animation-timing-function: ease-in-out; }
  20% { -ms-transform: rotate(90deg); -ms-transform-origin: top left; -ms-animation-timing-function: ease-in-out; }
  35% { -ms-transform: rotate(60deg) translateY(0); opacity: 1; -ms-transform-origin: top left; -ms-animation-timing-function: ease-in-out; }
  60% {  -ms-transform: translateY(700px); opacity: 0; }
  90% { -ms-transform: translateY(-20px); opacity: 0; }
  100% { -ms-transform: translateY(0); opacity: 1; }
}

@-o-keyframes logo {
  0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
  20% { -o-transform: rotate(90deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
  35% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
  60% {  -o-transform: translateY(700px); opacity: 0; }
  90% { -o-transform: translateY(-20px); opacity: 0; }
  100% { -o-transform: translateY(0); opacity: 1; }
}

@keyframes logo {
  0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }
  20% { transform: rotate(90deg); transform-origin: top left; animation-timing-function: ease-in-out; }
  35% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }
  60% {  transform: translateY(700px); opacity: 0; }
  90% { transform: translateY(-20px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

/* ______________SITEMENU ANIMATION */
@-webkit-keyframes sitemenu {
  0% { -webkit-transform: rotate(0); -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  10% { -webkit-transform: rotate(-110deg); -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  22% { -webkit-transform: rotate(-70deg); -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  35% { -webkit-transform: rotate(-90deg); -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  40% { -webkit-transform: rotate(-85deg) translateY(0); opacity: 1; -webkit-transform-origin: top right; -webkit-animation-timing-function: ease-in-out; }
  60% { -webkit-transform: translateY(700px); opacity: 0; }
  90% { -webkit-transform: translateY(-20px); opacity: 0; }
  100% { -webkit-transform: translateY(0); opacity: 1; }
}

@-moz-keyframes sitemenu {
  0% { -moz-transform: rotate(0); -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  10% { -moz-transform: rotate(-110deg); -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  22% { -moz-transform: rotate(-70deg); -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  35% { -moz-transform: rotate(-90deg); -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  40% { -moz-transform: rotate(-85deg) translateY(0); opacity: 1; -moz-transform-origin: top right; -moz-animation-timing-function: ease-in-out; }
  60% { -moz-transform: translateY(700px); opacity: 0; }
  90% { -moz-transform: translateY(-20px); opacity: 0; }
  100% { -moz-transform: translateY(0); opacity: 1; }
}

@-ms-keyframes sitemenu {
  0% { -ms-transform: rotate(0); -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  10% { -ms-transform: rotate(-110deg); -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  22% { -ms-transform: rotate(-70deg); -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  35% { -ms-transform: rotate(-90deg); -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  40% { -ms-transform: rotate(-85deg) translateY(0); opacity: 1; -ms-transform-origin: top right; -ms-animation-timing-function: ease-in-out; }
  60% { -ms-transform: translateY(700px); opacity: 0; }
  90% { -ms-transform: translateY(-20px); opacity: 0; }
  100% { -ms-transform: translateY(0); opacity: 1; }
}

@-o-keyframes sitemenu {
  0% { -o-transform: rotate(0); -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  10% { -o-transform: rotate(-110deg); -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  22% { -o-transform: rotate(-70deg); -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  35% { -o-transform: rotate(-90deg); -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  40% { -o-transform: rotate(-85deg) translateY(0); opacity: 1; -o-transform-origin: top right; -o-animation-timing-function: ease-in-out; }
  60% { -o-transform: translateY(700px); opacity: 0; }
  90% { -o-transform: translateY(-20px); opacity: 0; }
  100% { -o-transform: translateY(0); opacity: 1; }
}

@keyframes sitemenu {
  0% { transform: rotate(0); transform-origin: top right; animation-timing-function: ease-in-out; }
  10% { transform: rotate(-110deg); transform-origin: top right; animation-timing-function: ease-in-out; }
  22% { transform: rotate(-70deg); transform-origin: top right; animation-timing-function: ease-in-out; }
  35% { transform: rotate(-90deg); transform-origin: top right; animation-timing-function: ease-in-out; }
  40% { transform: rotate(-85deg) translateY(0); opacity: 1; transform-origin: top right; animation-timing-function: ease-in-out; }
  60% { transform: translateY(700px); opacity: 0; }
  90% { transform: translateY(-20px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

/* ______________MESSAGE ANIMATION */
@-webkit-keyframes message {
  0% { -webkit-transform: translateY(50px); opacity: 0; -webkit-animation-timing-function: ease-in-out; }
  100% { -webkit-transform: translateY(0); opacity: 1; }
}

@-moz-keyframes message {
  0% { -moz-transform: translateY(50px); opacity: 0; -moz-animation-timing-function: ease-in-out; }
  100% { -moz-transform: translateY(0); opacity: 1; }
}

@-ms-keyframes message {
  0% { -ms-transform: translateY(50px); opacity: 0; -ms-animation-timing-function: ease-in-out; }
  100% { -ms-transform: translateY(0); opacity: 1; }
}

@-o-keyframes message {
  0% { -o-transform: translateY(50px); opacity: 0; -o-animation-timing-function: ease-in-out; }
  100% { -o-transform: translateY(0); opacity: 1; }
}

@keyframes message {
  0% { transform: translateY(50px); opacity: 0; animation-timing-function: ease-in-out; }
  100% { transform: translateY(0); opacity: 1; }
}


/* ==|== specific styles for older browsers ========================================
   This section contains styles targeting specific issues in various older browsers incompatible with html5 & css3
   ========================================================================== */

/* Layout issues in LT IE10 */

.no-cssgradients header#segment-menu-header {
  background: #008bdc;
}

/* Layout issues in LT IE9 */

.no-multiplebgs #wrapper {
    background-image: url("http://cdn-assets.tcelectronic.com/data/img/site-border-center.png");
    background-position: center 100%;
    background-repeat: repeat-y;
}

.no-multiplebgs #container {
    /*background-image: url("http://cdn-assets.tcelectronic.com/data/img/site-border-top-no-multiplebgs.png") transparent no-repeat; */
    background-image: none;
}


.no-multiplebgs #wrapper:before {
   position:absolute;
   top:0;
   background: url("http://cdn-assets.tcelectronic.com/data/img/site-border-top-no-multiplebgs.png");
   display: block;
   height: 800px;
   width: 1000px;
   content: "";
   margin-left: -10px;
   margin-right: 10px;
}

.no-csstransforms #message {
  display: none;
}

.no-boxshadow #main .box-narrow.box > li {
  width: 152px;
}

.no-boxshadow .generic-box ul.box > li,
.no-boxshadow span.box-video {
  border: 1px solid #eeeeee !important;
}

#language-picker-menu a#current-language span {
  display: none\9;
}

#language-picker-menu:hover a#current-language span {
  display: inline\9;
}

.no-textshadow .artist-on-banner {
  background: rgba(255, 255, 255, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff');
  padding: 0 10px;
}


/* Layout issues in LT IE8 */

.no-generatedcontent #site-menu-navigation {
  float: left;
}

.no-generatedcontent #secondary-site-menu {
  float: right;
}

.no-generatedcontent #main-content {
  clear: both;
}

.no-generatedcontent ul#segment-menu {
  float: left;
  display: block;
}
.no-generatedcontent nav#segment-menu-navigation {
  display: inline-block;
  display: table-cell;
  float: left;

}
.no-generatedcontent ul#secondary-segment-menu {
  float: right;
  display: block;
}

/* .no-generatedcontent */

.no-generatedcontent hr{
    display : list-item;
    list-style : url("http://cdn-assets.tcelectronic.com/data/img/horizontal-border.png") inside;
    filter : alpha(opacity=0);
    margin-left: 0px;
    width : 0;
    margin-top: 10px;
}

/* ==|== specific styles for javascript disabled ============================
   This section contains styles targeting specific issues when javascript is not available
   ========================================================================== */

.no-js #featured div:first-child {
  display: block;
}

.no-js  #featured {
  background: none;
}

.no-js .background-image {
  width:  100%
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}

@media only screen and (max-width: 1200px) {
  /* Style adjustments for viewports 480px and over go here */
  .share-buttons,
  .language-de .share-buttons {
    position: relative !important;
    width: auto !important;
    top: 0 !important;
    border-right: none;
    text-align: left;
    padding: 5px 30px;
    min-height: 0;
    z-index: 999;
    margin-left: 0;
  }
  #message {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #222;
    left: 0 !important;
    position: relative;
    top: 0;
    width: auto !important;
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
    font-family: nudista-web, arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  }
 .langauge-ja #message {
    font-family: nudista-web, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }  


  .share-buttons span,
  .share-buttons iframe,
  #google-plus-one,
  #pinterest-pin-it
  {
    padding: 0 20px 0 0 !important;
    display: inline-table;
    vertical-align: text-bottom;
  }

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* ==|== BUY NOW BUTTON ======================================================= */                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                  
.buy-button {
  width:267px;
  height:130px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  display:block;
  color:#222;
  text-decoration:none;
  transition: all 0.5s ease;
  text-align:center;
}

.buy-button:hover {
  -webkit-box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

.cart {
  width:40px;
  height:36px;
  background-color:#008bdc;
  background-image:url('http://cdn-assets.tcelectronic.com/data/img/buy-now-cart.png');
  background-repeat:no-repeat;
  background-position:4px 6px;
  background-size:31px 24px;
  float:left;
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  display:block;
}
                                                                                                                                                                                                                                                              
.buy {
  color:#333;
  display:block;
  background-color:#f4f4f4;
  width:102px;
  height:29px;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
  padding:7px 0 0 10px;
  margin:0 0 0 40px;
  text-align:left;
  text-transform:lowercase;
}
                                                                                                                                                                                                                                                            
.product {
  display:block;
  position:relative;
  height:74px; 
  width:280px;
}

.product-name {
  font-family: nudista-web, arial, "Microsoft YaHei New", "Microsoft Yahei", "????", ??, SimSun, STXihei, "????", sans-serif;
  color:#333;
  font-size:26px;
  text-align:center;
  position:relative;
}
.language-ja .product-name {
  font-family: "Kozuka Gothic Pro", nudista-web, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 100;
}


.product-name-price
{
  display:block;
  position:absolute;
  top:50%;
  height:36px;
  margin-top:-15px;
  width:100%;
}

.discount
{
  //color:red;
  text-decoration:line-through;
}

li.buy-button-container {
  list-style: none;
  display: inline-block;
  padding:20px 84px 0 0;
}

li.buy-button-container:last-child {
  padding:20px 0 0 0 !important;
}

a[target="_blank"].buy-button  {
  background:url("");
  margin-bottom:20px;
}
 .upgrade
 {
  background: #008bdc;
  /*background: -moz-linear-gradient(top,#269ce0 0,#2686be 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#269ce0),color-stop(100%,#2686be));
  background: -webkit-linear-gradient(top,#269ce0 0,#2686be 100%);
  background: -o-linear-gradient(top,#269ce0 0,#2686be 100%);
  background: -ms-linear-gradient(top,#269ce0 0,#2686be 100%);
  background: linear-gradient(to bottom,#269ce0 0,#2686be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#269ce0',endColorstr='#2686be',GradientType=0 );*/
  font-weight: bolder;

  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-transform: uppercase;

  bottom:5px;
  color:#ffffff;
  display:block;
  float:left;
  height:13px;
  padding:2px 10px 4px 8px;

  position:relative;
  text-align:left;
  //width:auto;
  font-size:12px;
 }

.small { font-size: 24px !important; }

.smaller { font-size: 18px !important; }



input[type=text], input[type=email] {
  height:22px !important;
}

/*FONT AWESOME BOX LIST LINK*/                                                                                                                                                                                                                  
.fa-box-list {
  font-size: 1.6em;
  color: #333;
  margin: 10px 10px 10px 15px;
  float: left;
}

.page-vss3-native ul#product-menu li a,
.page-clarity-m ul#product-menu li a {
    color: #ccc;
}

.page-vss3-native ul#prduct-menu li.current-page a,
.page-clarity-m ul#prduct-menu li.current-page a {
  color: #e7e7e7;
}

.page-vss3-native ul#product-menu li:(.current-page) a:hover,
.page-clarity-m ul#product-menu li:(.current-page) a:hover  {
  color: #e7e7e7;
}

.page-vss3-native ul#product-menu li a:hover,
.page-clarity-m ul#product-menu li a:hover {
    color: white;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
