@import "/css/blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
@import "http://fonts.googleapis.com/css?family=Istok+Web:400,500,700,500italic&subset=cyrillic,cyrillic-ext,latin,latin-ext&.css";
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.custom-font {
  font-family: "Istok Web", Arial, sans-serif;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

.center {
  margin: 0 auto;
  text-align: center;
}
.center  > DIV {
  text-align: left;
}
.boxsizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.new-product-template {
  background-color: #134d75;
  color: white;
  float: right;
  display: block;
  line-height: 24px;
  padding: 0 5px;
  text-transform: uppercase;
  height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: -2px;
  font-size: 14px;
  font-weight: 400;
}
.sprite {
  background: transparent url(../images/_theme/0-14/sprite.png) no-repeat 0 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
IMG {
  display: block;
}
EM {
  font-style: italic;
}
html,
button,
input,
select,
textarea {
  color: #333333;
}
body {
  background: #e6e6e6 url(../images/_theme/0-14/background.gif) repeat 0 0;
  font-size: 0.722222222;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  /* color: #878787; */
  line-height: 130%;
  font-size: 14px;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #009ee3;
}
::-moz-placeholder {
  color: #009ee3;
}
::-moz-placeholder {
  color: #009ee3;
}
::-ms-input-placeholder {
  color: #009ee3;
}
H1,
H2,
H3,
H4,
H5 {
  font-size: 28px;
  font-family: "Istok Web", Arial, sans-serif;
  line-height: 160%;
  margin-bottom: 15px;
}
H2 {
  font-size: 23px;
  line-height: 140%;
}
H3 {
  font-size: 20px;
  line-height: 120%;
}
H4 {
  font-size: 16px;
  line-height: 120%;
}
HEADER {
  background: white url(../images/_theme/0-14/header.gif) repeat-x 0 100%;
  overflow: hidden;
  height: 72px;
}
HEADER .inner {
  margin: 0 auto;
  text-align: center;
  width: 980px;
  position: relative;
}
HEADER .inner  > DIV {
  text-align: left;
}
HEADER .inner DIV.logo,
HEADER .inner H1.logo {
  position: absolute;
  top: 23px;
  background: transparent url(../images/_theme/0-14/sprite.png) no-repeat 0 0;
  display: block;
  width: 154px;
  height: 26px;
}
HEADER .inner DIV.logo B,
HEADER .inner H1.logo B {
  display: none;
}
HEADER .afco-title {
  position: absolute;
  right: 0;
  top: 20px;
}
HEADER #language-switcher {
  position: absolute;
  right: -5px;
  top: 50px;
  color: #858585;
}
HEADER #language-switcher A {
  margin: 0 5px;
  padding: 0 5px;
  display: block;
  float: left;
  font-size: 11px;
  text-decoration: none;
  color: #858585;
  background-color: #efefef;
}
HEADER #language-switcher A.selected {
  color: #5c5c5c;
  background-color: #dfdfdf;
}
HEADER #language-switcher A:hover {
  color: #333333;
}
#nav-bar {
  height: 32px;
  background: #134d75 url(../images/_theme/0-14/nav-bar.png) repeat-x 0 0;
}
#nav-bar .inner {
  margin: 0 auto;
  text-align: center;
  width: 980px;
  text-align: left;
  position: relative;
}
#nav-bar .inner  > DIV {
  text-align: left;
}
#nav-bar .inner A {
  color: white;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  font-family: "Istok Web", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 34px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
}
#nav-bar .inner DIV.search {
  position: absolute;
  top: 0;
  height: 32px;
  right: 0;
}
#nav-bar .inner DIV.search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #eeeeee;
}
#nav-bar .inner DIV.search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eeeeee;
  opacity: 1;
}
#nav-bar .inner DIV.search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eeeeee;
  opacity: 1;
}
#nav-bar .inner DIV.search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #eeeeee;
}
#nav-bar .inner DIV.search INPUT[type=text] {
  background: transparent url(../images/_theme/0-14/search-background.png) no-repeat 0 0;
  width: 190px;
  height: 19px;
  border: 0;
  padding: 0 0 0 19px;
  font-size: 11px;
  color: white;
  top: 6px;
  position: relative;
}
#nav-bar .inner DIV.search #search-btn B {
  display: none;
}
NAV {
  height: 70px;
  overflow: hidden;
  background: #f6f6f6 url(../images/_theme/0-14/nav-bar-second.png) repeat-x 0 0;
}
NAV .inner {
  margin: 0 auto;
  text-align: center;
  width: 980px;
}
NAV .inner  > DIV {
  text-align: left;
}
NAV LI {
  float: left;
}
NAV .mainMenu {
  display: table;
  width: 100%;
}
NAV .mainMenu LI {
  display: table-cell;
  float: none;
}
NAV .mainMenu A {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  display: block;
  height: 60px;
  margin-top: 7px;
  margin-left: -1px;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid transparent;
  color: #333333;
  padding: 20px 10px 20px 55px;
  text-decoration: none;
  font-family: "Istok Web", Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  position: relative;
}
NAV .mainMenu A:hover,
NAV .mainMenu A.selected {
  background: #e6e6e6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, e 0 e 0 e 0), color-stop(1, e 6 e 6 e 6));
  background: -ms-linear-gradient(bottom, e 0 e 0 e 0, e 6 e 6 e 6);
  background: -moz-linear-gradient(center bottom, e 0 e 0 e 0 0%, e 6 e 6 e 6 100%);
  border-top: 1px solid #c3c3c3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) inset;
  height: 64px;
  color: #004473;
  border-color: #999999;
}
NAV .mainMenu A I.icon {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  left: 12px;
  top: 10px;
}
NAV .mainMenu A B {
  display: block;
  position: absolute;
  height: 36px;
}
NAV .mainMenu A EM {
  color: transparent;
}
NAV .mainMenu DIV.submenu-content {
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 173px;
  width: 100%;
  z-index: 100;
  display: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #f6f6f6;
  /*height: 228px;*/

  /*overflow: hidden;*/

}
NAV .mainMenu DIV.submenu-content .scroll-area {
  height: 228px;
  overflow: hidden;
  width: 976px;
  margin: 0 auto;
  position: relative;
}
NAV .mainMenu DIV.submenu-content .scroll-buttons {
  height: 30px;
  width: 330px;
  margin: 0 auto;
  padding-top: 10px;
}
NAV .mainMenu DIV.submenu-content .scroll-buttons A {
  width: 145px;
  height: 23px;
  display: inline-block;
  margin: 0;
  padding: 0;
  background: transparent url(../images/_theme/0-14/sprite.png) no-repeat 0 0;
  background-position: 0 -300px;
  border: none;
}
NAV .mainMenu DIV.submenu-content .scroll-buttons A:hover {
  box-shadow: none;
}
NAV .mainMenu DIV.submenu-content .scroll-buttons A B {
  display: none;
}
NAV .mainMenu DIV.submenu-content .scroll-buttons A.menu-scroll-up {
  margin-right: 20px;
}
NAV .mainMenu DIV.submenu-content .scroll-buttons A.menu-scroll-up:hover {
  background-position: -145px -300px;
}
NAV .mainMenu DIV.submenu-content .scroll-buttons A.menu-scroll-down {
  background-position: 0 -323px;
}
NAV .mainMenu DIV.submenu-content .scroll-buttons A.menu-scroll-down:hover {
  background-position: -145px -323px;
}
NAV .mainMenu DIV.submenu-content P {
  text-align: left;
}
NAV .mainMenu DIV.submenu-content .inner {
  margin: 0 auto;
  width: 976px;
  text-align: left;
  overflow: hidden;
}
NAV .mainMenu DIV.submenu-content .inner UL.category-thumbs {
  margin-bottom: 13px;
  zoom: 1;
  *zoom: 1;
}
NAV .mainMenu DIV.submenu-content .inner UL.category-thumbs:before,
NAV .mainMenu DIV.submenu-content .inner UL.category-thumbs:after {
  content: "";
  display: table;
}
NAV .mainMenu DIV.submenu-content .inner UL.category-thumbs:after {
  clear: both;
}
NAV .mainMenu DIV.submenu-content .inner UL.category-thumbs LI IMG {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  width: 236px;
  padding: 0;
  margin: 0 0 0 0;
  float: left;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
}
NAV .mainMenu DIV.submenu-content .inner UL.category-thumbs LI IMG:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
NAV .mainMenu DIV.submenu-content .inner UL.category-thumbs LI IMG:hover A {
  background-color: transparent;
}
NAV .mainMenu DIV.submenu-content .inner UL.category-thumbs LI.w-1-4:nth-child(4n),
NAV .mainMenu DIV.submenu-content .inner UL.category-thumbs LI.w-2-8:nth-child(4n) {
  margin: 13px 0 0 0;
}
NAV .mainMenu DIV.submenu-content .inner LI {
  float: left;
  display: block;
  padding: 0;
  margin: 13px 8px 0 0;
  width: 115px;
}
NAV .mainMenu DIV.submenu-content .inner LI:last-child {
  margin-right: 0;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-0-8 {
  display: none;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-1-1,
NAV .mainMenu DIV.submenu-content .inner LI.w-8-8 {
  width: 976px;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-1-1 .p:nth-child(8n),
NAV .mainMenu DIV.submenu-content .inner LI.w-8-8 .p:nth-child(8n) {
  margin-right: 0;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-1-2,
NAV .mainMenu DIV.submenu-content .inner LI.w-4-8 {
  width: 484px;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-1-2 .p:nth-child(4n),
NAV .mainMenu DIV.submenu-content .inner LI.w-4-8 .p:nth-child(4n) {
  margin-right: 0;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-1-4,
NAV .mainMenu DIV.submenu-content .inner LI.w-2-8 {
  width: 238px;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-1-4 .p:nth-child(2n),
NAV .mainMenu DIV.submenu-content .inner LI.w-2-8 .p:nth-child(2n) {
  margin-right: 0;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-3-8 {
  width: 361px;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-3-8 .p:nth-child(3n) {
  margin-right: 0;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-5-8 {
  width: 607px;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-5-8 .p:nth-child(5n) {
  margin-right: 0;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-6-8 {
  width: 720px;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-6-8 .p:nth-child(6n) {
  margin-right: 0;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-7-8 {
  width: 853px;
}
NAV .mainMenu DIV.submenu-content .inner LI.w-7-8 .p:nth-child(7n) {
  margin-right: 0;
}
NAV .mainMenu DIV.submenu-content .inner LI.no-right-margin {
  margin-right: 0;
}
NAV .mainMenu DIV.submenu-content .inner LI H2 {
  margin: 0;
  padding: 0;
}
NAV .mainMenu DIV.submenu-content .inner LI H2 A {
  background-color: #91a3af;
  color: white;
  height: 20px;
  padding: 1px 5px;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
NAV .mainMenu DIV.submenu-content .inner LI H2 A:hover {
  border-radius: 0;
}
NAV .mainMenu DIV.submenu-content .inner LI A {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
}
NAV .mainMenu DIV.submenu-content .inner LI A:hover {
  box-shadow: none;
}
NAV .mainMenu DIV.submenu-content .inner LI .products .p {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  width: 115px;
  padding: 5px 10px;
  margin: 0 8px 10px 0;
  float: left;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
}
NAV .mainMenu DIV.submenu-content .inner LI .products .p A {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-size: 10px;
  text-align: center;
}
NAV .mainMenu DIV.submenu-content .inner LI .products .p:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
NAV .mainMenu DIV.submenu-content .inner LI .products .p:hover A {
  background-color: transparent;
}
.container980 {
  margin: 0 auto;
  text-align: center;
  width: 980px;
}
.container980  > DIV {
  text-align: left;
}
.inner980 {
  width: 980px;
  margin: 0 auto;
}
#content-container {
  margin: 0 auto;
  text-align: center;
  width: 980px;
  /*min-height: 500px;*/

}
#content-container  > DIV {
  text-align: left;
}
#content-container .page-path {
  height: 38px;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px 0;
}
#content-container .page-path LI:first-child {
  padding-left: 16px;
}
#content-container .page-path LI {
  float: left;
  line-height: 38px;
}
#content-container .page-path LI A {
  color: #555555;
  font-size: 12px;
  display: block;
  text-decoration: none;
}
#content-container .page-path LI.sep {
  display: block;
  width: 20px;
  background: transparent url(../images/_theme/0-14/sprite.png) no-repeat 0 0;
  background-position: -200px 0;
}
#content-container .page-path LI.sep B {
  visibility: hidden;
}
#content-container H1 {
  margin-bottom: 20px;
}
#content-container .category-description {
  margin: 20px 0;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 20px;
}
#content-container ARTICLE {
  line-height: 160%;
  position: relative;
}
#content-container ARTICLE A {
  color: #134d75;
}
#content-container ARTICLE A:hover {
  color: #0c3049;
}
#content-container ARTICLE H1.title-custom {
  background: #7395ad url(../images/_theme/0-14/title-background-tile.png) repeat 0 0;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  line-height: 26px;
  padding: 6px 12px;
  margin: 20px 0;
}
#content-container ARTICLE P {
  font-family: "Lucida Sans Unicode";
  font-size: 14px;
  line-height: 20px;
  color: #8b8b8b;
  margin-bottom: 10px;
}
#content-container ARTICLE .main_data {
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d0d0d0;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#content-container ARTICLE OL {
  font-family: "Lucida Sans Unicode";
  font-size: 14px;
  line-height: 20px;
  color: #8b8b8b;
  margin-bottom: 10px;
  list-style-type: decimal;
}
#content-container ARTICLE OL LI {
  margin-left: 40px;
  padding-left: 10px;
  margin-bottom: 5px;
  list-style-type: decimal;
}
#content-container ARTICLE HR {
  border: 0;
  border-top: 1px solid #dddddd;
}
#content-container .full {
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d0d0d0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#content-container .full ARTICLE {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 10px 40px 20px 40px;
}
#content-container .margin-top {
  margin-top: 20px;
}
#content-container .standard {
  background: white url(../images/_theme/0-14/standard-column-bg.png) repeat-y 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d0d0d0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}
#content-container .standard ARTICLE {
  float: right;
  width: 774px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 20px 40px;
}
#content-container .standard ARTICLE.category-view {
  padding: 0;
}
#content-container .standard ARTICLE .main_data {
  border: 0;
  padding: 0;
  box-shadow: none;
}
#content-container .standard ARTICLE #categories_small {
  margin-bottom: 40px;
  zoom: 1;
  *zoom: 1;
}
#content-container .standard ARTICLE #categories_small:before,
#content-container .standard ARTICLE #categories_small:after {
  content: "";
  display: table;
}
#content-container .standard ARTICLE #categories_small:after {
  clear: both;
}
#content-container .standard ARTICLE #categories_small DIV {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  float: left;
  width: 33%;
  padding: 0 10px;
  height: 200px;
}
#content-container .standard ARTICLE #categories_small DIV IMG {
  max-width: 100%;
  height: auto;
}
#content-container .standard ARTICLE #categories_small DIV H4 {
  margin: 10px 0;
}
#content-container .standard ARTICLE TABLE TR TH,
#content-container .standard ARTICLE .main_table TR TH,
#content-container .standard ARTICLE .data_table TR TH,
#content-container .standard ARTICLE TABLE TR TD,
#content-container .standard ARTICLE .main_table TR TD,
#content-container .standard ARTICLE .data_table TR TD {
  vertical-align: top;
  padding: 7px;
}
#content-container .standard ARTICLE TABLE.with-border {
  border: 1px solid #bbbbbb;
  border-collapse: collapse;
  width: 100%;
}
#content-container .standard ARTICLE TABLE.with-border TH,
#content-container .standard ARTICLE TABLE.with-border TD {
  border: 1px solid #bbbbbb;
  vertical-align: top;
  font-size: 11px;
}
#content-container .standard ARTICLE TABLE.with-border TH {
  background-color: #eeeeee;
  font-weight: bold;
}
#content-container .standard ARTICLE TABLE.table-condensed TD {
  padding: 3px;
}
#content-container .standard ARTICLE TABLE.content-centered TD,
#content-container .standard ARTICLE TABLE.content-centered TH {
  text-align: center;
}
#content-container .standard ARTICLE TABLE.content-centered TD IMG,
#content-container .standard ARTICLE TABLE.content-centered TH IMG {
  margin: 0 auto;
}
#content-container .standard ASIDE {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  width: 204px;
  float: left;
}
#content-container .standard ASIDE #nav {
  font-family: "Istok Web", Arial, sans-serif;
  font-size: 14px;
  border-top: 1px solid #e9e9e9;
  margin-top: 84px;
}
#content-container .standard ASIDE #nav.categories {
  margin-top: 42px;
}
#content-container .standard ASIDE #nav.categories LI:last-child {
  border-bottom: 0;
}
#content-container .standard ASIDE #nav.categories UL {
  background-color: transparent;
  display: none;
}
#content-container .standard ASIDE #nav.categories .small-description {
  font-size: 11px;
  line-height: 150%;
  padding: 0 20px 15px 20px;
  color: #08426b;
  background-color: white;
}
#content-container .standard ASIDE #nav LI {
  border-bottom: 1px solid #e9e9e9;
}
#content-container .standard ASIDE #nav A {
  display: block;
  text-decoration: none;
  color: #5e5e5e;
  padding: 15px 10px 15px 20px;
}
#content-container .standard ASIDE #nav A.selected {
  color: #08426b;
  background-color: white !important;
  font-weight: bold;
}
#content-container .standard ASIDE #nav UL {
  background-color: white;
}
#content-container .standard ASIDE #nav UL LI {
  border-bottom: 1px solid #f3f3f3;
}
#content-container .standard ASIDE #nav UL LI A {
  font-size: 12px;
  padding: 3px 10px 3px 35px;
}
#content-container .standard ASIDE #nav UL LI A:hover {
  color: #919191;
}
#content-container .standard ASIDE #nav UL LI UL LI A {
  padding: 3px 10px 3px 55px;
  font-size: 11px;
}
#content-container .main-category-image {
  margin: 30px 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#content-container .main-category-image IMG {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#content-container #category-view-path {
  height: 42px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 15px;
}
#content-container #category-view-path LI {
  float: left;
  line-height: 40px;
  padding: 0 0 0 5px;
}
#content-container #category-view-path LI A {
  color: #555555;
  text-decoration: none;
  font-size: 10px;
}
#content-container #category-view-path LI.sep {
  display: block;
  width: 17px;
  padding: 0;
  background: transparent url(../images/_theme/0-14/sprite.png) no-repeat 0 0;
  background-position: -270px 0;
}
#content-container #category-view-path LI.sep B {
  color: transparent;
}
#content-container #product-view-main-tabs {
  height: 50px;
}
#content-container #product-view-main-tabs LI {
  float: left;
  min-width: 230px;
  margin-right: 10px;
}
#content-container #product-view-main-tabs LI A {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.05);
  font-family: "Istok Web", Arial, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  text-decoration: none;
  height: 42px;
  padding-top: 10px;
  line-height: 20px;
  font-weight: bold;
  display: block;
  border: 1px solid #d0d0d0;
  background-color: white;
  color: #8b8b8b;
  margin-top: 10px;
  border-bottom: 1px solid white;
  background: white url(../images/_theme/0-14/products-tab-background.png) repeat-x 0 100%;
}
#content-container #product-view-main-tabs LI A:hover {
  height: 52px;
  margin-top: 0;
  padding-top: 20px;
}
#content-container #product-view-main-tabs LI A.selected {
  height: 52px;
  margin-top: 0;
  padding-top: 20px;
  background-image: none;
  color: #08426b;
}
#content-container .product-view HR {
  height: 5px;
  background: transparent url(../images/_theme/0-14/hr-background.png) no-repeat 0 0;
  border: 0;
  margin: 10px 0;
}
#content-container .product-view .commercial-explanation {
  margin: 0 -15px;
}
#content-container .product-view .commercial-explanation UL {
  list-style-type: disc;
  padding: 0 20px;
  margin: 20px 0;
}
#content-container .product-view .commercial-explanation UL LI {
  list-style-type: disc;
}
#content-container .product-view .feature-columns .left,
#content-container .product-view .columns .left {
  width: 250px;
}
#content-container .product-view .feature-columns .left H2,
#content-container .product-view .columns .left H2 {
  line-height: 130%;
}
#content-container .product-view .feature-columns .keyfeatures-kasc LI,
#content-container .product-view .columns .keyfeatures-kasc LI {
  list-style: disc;
}
#content-container .product-view .feature-columns .right,
#content-container .product-view .columns .right {
  width: 650px;
}
#content-container .product-view .feature-columns .right A,
#content-container .product-view .columns .right A {
  color: black;
}
#content-container .product-view .feature-columns .right TABLE,
#content-container .product-view .columns .right TABLE {
  width: 100%;
  border-collapse: collapse;
}
#content-container .product-view .feature-columns .right TABLE TR TD,
#content-container .product-view .columns .right TABLE TR TD {
  padding: 5px;
  border: 1px solid #d6d6d6;
}
#content-container .product-view .feature-columns .right TABLE TR.alt TD,
#content-container .product-view .columns .right TABLE TR.alt TD {
  background-color: whitesmoke;
}
#content-container .product-view .feature-columns .right TABLE TD.s,
#content-container .product-view .columns .right TABLE TD.s {
  width: 300px;
}
#content-container .related-products-list {
  zoom: 1;
  *zoom: 1;
  /*
		LI {
			float: left;
			width: 120px;			
			margin-right: 4px;
			margin-bottom: 4px;
			padding: 2px;
		}
	*/

}
#content-container .related-products-list:before,
#content-container .related-products-list:after {
  content: "";
  display: table;
}
#content-container .related-products-list:after {
  clear: both;
}
#content-container .product-view-features,
#content-container .product-view-related {
  margin: 0 -15px;
  margin-top: 20px;
}
#content-container .product-view-features A,
#content-container .product-view-related A {
  float: left;
}
#content-container #product-view-main {
  margin: 20px -70px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
  border: 1px solid #dddddd;
  padding: 20px;
}
#content-container #product-view-main .left {
  width: 620px;
}
#content-container #product-view-main .left H4 {
  color: #555555;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 0;
}
#content-container #product-view-main .right {
  width: 360px;
  padding-top: 100px;
}
#content-container #product-view-main .right .product-view-additional {
  color: #444444;
}
#content-container #product-view-main .right .product-view-additional P {
  color: #444444;
}
#content-container #product-view-main .right H2 {
  font-weight: bold;
}
#content-container #product-view-main .right .new-product {
  background-color: #134d75;
  color: white;
  float: right;
  display: block;
  line-height: 24px;
  padding: 0 5px;
  text-transform: uppercase;
  height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: -2px;
  font-size: 14px;
  font-weight: 400;
  float: none;
  display: inline;
  margin-left: 20px;
  font-size: inherit;
}
#content-container #product-view-main .right P.additional-ops {
  color: #444444;
}
#content-container #product-view-main.portrait .left {
  width: 320px;
}
#content-container #product-view-main.portrait .right {
  width: 660px;
  position: relative;
}
#content-container #product-view-main.portrait .right .product-additional-images {
  margin: 20px 0 0 0;
  top: 370px;
}
#content-container #product-view-main.portrait .right .product-additional-images UL {
  height: 80px;
  width: 600px;
}
#content-container #product-view-main.portrait .right .product-additional-images UL LI {
  float: left;
  margin-right: 10px;
}
#content-container #product-view-main.portrait .right .product-additional-images UL LI IMG {
  border: 1px solid white;
}
#content-container #product-view-main.portrait .right .product-additional-images UL LI IMG:hover {
  border-color: #f8f8f8;
}
#content-container #product-view-main.portrait .right H4 {
  color: #555555;
  font-size: 10px;
  font-weight: normal;
}
#content-container #product-view-main .product-additional-images {
  margin: 10px 0 0 0;
}
#content-container #product-view-main .product-additional-images UL {
  height: 80px;
  width: 600px;
}
#content-container #product-view-main .product-additional-images UL LI {
  float: left;
  margin-right: 10px;
}
#content-container #product-view-main .product-additional-images UL LI IMG {
  border: 1px solid white;
}
#content-container #product-view-main .product-additional-images UL LI IMG:hover {
  border-color: #f8f8f8;
}
#content-container #category-view-subcategories DIV {
  width: 387px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 20px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  min-height: 360px;
}
#content-container #category-view-subcategories DIV.no-subcategories {
  min-height: 295px;
}
#content-container #category-view-subcategories DIV.no-subcategories P {
  margin: 0;
  font-size: 13px;
  line-height: 140%;
}
#content-container #category-view-subcategories DIV:nth-child(2n) {
  border-right: 0;
}
#content-container #category-view-subcategories DIV H4 {
  font-size: 22px;
  margin-bottom: 5px;
}
#content-container #category-view-subcategories DIV UL {
  margin: 0 10px;
}
#content-container #category-view-subcategories DIV UL LI {
  background: transparent url(../images/_theme/0-14/bullet-arrow-gray.png) no-repeat 0 7px;
  padding: 0 0 0 10px;
}
#content-container .category-view-compare {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 22px 0 0;
}
#content-container .category-view-compare A {
  display: block;
  background: #e7e7e7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d4d4d4), color-stop(1, #e7e7e7));
  background: -ms-linear-gradient(bottom, #d4d4d4, #e7e7e7);
  background: -moz-linear-gradient(center bottom, #d4d4d4 0%, #e7e7e7 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #b4b4b4;
  color: #333333;
  text-shadow: 1px 1px 0 white;
  text-decoration: none;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#content-container .category-view-compare A:hover {
  background: #d4d4d4;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e7e7e7), color-stop(1, #d4d4d4));
  background: -ms-linear-gradient(bottom, #e7e7e7, #d4d4d4);
  background: -moz-linear-gradient(center bottom, #e7e7e7 0%, #d4d4d4 100%);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
#content-container .parent-category-title {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  border-bottom: 1px solid #e9e9e9;
  padding: 20px;
}
#content-container .parent-category-title H2 {
  font-size: 14px;
  line-height: 20px;
  color: #5e5e5e;
  margin: 0;
}
#content-container #category-view-products .p {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  float: left;
  width: 257px;
  height: 300px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background-color: white;
  padding: 20px;
}
#content-container #category-view-products .p:hover {
  background-color: #fafafa;
}
#content-container #category-view-products .p:nth-child(3n) {
  border-right: 0;
}
#content-container #category-view-products .p .image {
  margin-bottom: 10px;
}
#content-container #category-view-products .p H3 {
  font-family: "Istok Web", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  line-height: 22px;
  margin-bottom: 10px;
}
#content-container #category-view-products .p H3 .new-product {
  background-color: #134d75;
  color: white;
  float: right;
  display: block;
  line-height: 24px;
  padding: 0 5px;
  text-transform: uppercase;
  height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: -2px;
  font-size: 14px;
  font-weight: 400;
}
#content-container #category-view-products .p H3 A {
  text-decoration: none;
  color: #555555;
}
#content-container #category-view-products .p H3 A:hover {
  color: #134d75;
}
#content-container #category-view-products .p .product-name {
  color: #555555;
  font-size: 12px;
  height: 50px;
  line-height: 16px;
}
#content-container #category-view-products .p .product-options {
  color: #134d75;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#content-container #category-view-products .p .product-options .compare_cb {
  float: left;
  position: relative;
  width: 130px;
}
#content-container #category-view-products .p .product-options .compare_cb LABEL {
  position: absolute;
  left: 28px;
  top: 2px;
  cursor: pointer;
}
#content-container #category-view-products .p .product-options .product-details {
  float: right;
}
#content-container #category-view-products .p .product-options .product-details A {
  display: block;
  line-height: 26px;
  text-decoration: none;
  padding-right: 13px;
  background: transparent url(../images/_theme/0-14/bullet-arrow-blue.png) no-repeat 100% 50%;
}
FOOTER {
  border-top: 2px solid lightgray;
  min-height: 110px;
  background-color: white;
}
FOOTER .inner {
  margin: 0 auto;
  text-align: center;
  width: 980px;
  text-align: left;
  position: relative;
}
FOOTER .inner  > DIV {
  text-align: left;
}
FOOTER .bottom-menu {
  font-family: "Istok Web", Arial, sans-serif;
  border-bottom: 1px solid lightgray;
  height: 47px;
}
FOOTER .bottom-menu LI {
  float: left;
  line-height: 47px;
}
FOOTER .bottom-menu LI A {
  display: block;
  color: #5e5e5e;
  font-size: 12px;
  text-decoration: none;
  padding: 0 2px;
}
FOOTER .bottom-menu LI.sep {
  color: white;
}
FOOTER .page-path-outer {
  margin-top: 1px;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid #f1f1f1;
}
FOOTER .page-path-outer .page-path {
  margin: 0 auto;
  text-align: center;
  width: 980px;
}
FOOTER .page-path-outer .page-path  > DIV {
  text-align: left;
}
FOOTER .page-path-outer .page-path LI {
  float: left;
}
FOOTER .page-path-outer .page-path LI A,
FOOTER .page-path-outer .page-path LI B {
  line-height: 28px;
  font-size: 10px;
  color: #979797;
  text-decoration: none;
  display: block;
  padding: 0 2px;
}
FOOTER .page-path-outer .page-path LI.sep {
  width: 19px;
  background: transparent url(../images/_theme/0-14/sprite.png) no-repeat 0 0;
  background-position: -240px 0;
}
FOOTER .page-path-outer .page-path LI.sep B {
  color: transparent;
}
FOOTER .product-categories {
  background-color: white;
  position: relative;
}
FOOTER .product-categories .inner {
  padding: 25px 0;
}
FOOTER .product-categories .inner #kenwood-logo {
  display: block;
  width: 100px;
  height: 16px;
  background: transparent url(../images/_theme/0-14/sprite.png) no-repeat 0 0;
  background-position: 0 -40px;
  text-indent: -9000px;
  position: absolute;
}
FOOTER .product-categories .tab-content {
  float: right;
  top: 25px;
  left: 170px;
}
FOOTER .product-categories .tab-content A {
  color: #7e7e7e;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
FOOTER .product-categories .tab-content DIV {
  float: left;
  width: 800px;
}
FOOTER .product-categories .tab-content DIV UL LI {
  float: left;
  width: 180px;
  height: 124px;
  overflow: hidden;
}
FOOTER .product-categories .tab-content DIV UL LI UL LI {
  height: inherit;
}
FOOTER .product-categories .tab-content DIV UL LI UL A {
  font-size: 10px;
  font-weight: normal;
}
FOOTER .product-categories .product-lines {
  width: 150px;
  margin-top: 33px;
  float: left;
}
FOOTER .product-categories .product-lines LI {
  display: block;
  font-family: "Istok Web", Arial, sans-serif;
}
FOOTER .product-categories .product-lines LI.fli212 {
  height: 48px;
}
FOOTER .product-categories .product-lines LI A {
  border: 1px solid white;
  color: #5e5e5e;
  font-size: 12px;
  text-decoration: none;
  display: block;
  height: 23px;
  line-height: 23px;
  background: transparent url(../images/_theme/0-14/sprite.png) no-repeat 0 0;
  background-position: 0 -72px;
  padding-left: 20px;
  text-transform: uppercase;
}
FOOTER .product-categories .product-lines LI A:hover,
FOOTER .product-categories .product-lines LI A.selected {
  border: 1px solid #f1f1f1;
  border-right: 1px solid white;
  background-position: -1px -112px;
}
FOOTER #footer-bar-bottom {
  background: #134d75 url(../images/_theme/0-14/footer-bar.png) repeat-x 0 0;
  height: 62px;
}
FOOTER #footer-bar-bottom .jvckenwood-copy,
FOOTER #footer-bar-bottom #jvckenwood-link {
  position: absolute;
  top: 27px;
}
FOOTER #footer-bar-bottom .jvckenwood-copy {
  right: 0;
  top: 23px;
  color: #87a4b9;
  font-family: "Istok Web", Arial, sans-serif;
  font-size: 10px;
}
FOOTER #footer-bar-bottom .info {
  left: 0;
  top: 23px;
  color: #87a4b9;
  font-family: "Istok Web", Arial, sans-serif;
  font-size: 10px;
  position: absolute;
  top: 27px;
}
.news-archive-list {
  margin: 40px 0;
}
.news-archive-list .title {
  margin-bottom: 10px;
}
.news-archive-list .title .left {
  width: 170px;
  margin: 0;
  font-size: 16px;
}
.news-archive-list .title .right {
  width: 524px;
}
.news-archive-list .left {
  margin-right: 16px;
}
.news-archive-list .left IMG {
  border: 2px solid lightgray;
}
.news-archive-list H3 {
  font-size: 17px;
  line-height: 120%;
  margin: 0;
}
.news-archive-list H3 A {
  text-decoration: none;
}
.news-archive-list P {
  font-size: 12px;
  line-height: 16px;
}
.news-archive-list A.intro {
  text-decoration: none;
  color: #8b8b8b !important;
}
.news-archive-list A.intro:hover {
  color: #333333 !important;
}
.news-archive-list IMG {
  margin: 15px 0;
}
#content-container ARTICLE .novost H2 {
  line-height: 120%;
  margin: 20px 0;
}
#content-container ARTICLE .novost .summary P {
  color: #5e5e5e;
  font-size: 120%;
}
#content-container ARTICLE UL.sitemap {
  margin-left: 20px;
}
#content-container ARTICLE UL.sitemap UL {
  margin-left: 20px;
}
UL.related-products-list {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
UL.related-products-list LI {
  float: left;
  margin: 0 7px 10px  0;
  padding: 2px;
  width: 120px;
  height: 100%;
  background-color: #f7f7f7;
  height: 197px;
  overflow: hidden;
}
UL.related-products-list LI:nth-child(5n) {
  margin-right: 0;
}
UL.related-products-list LI A {
  display: block;
  text-decoration: none;
  font-weight: bold;
  float: none !important;
}
UL.related-products-list LI DIV.description {
  text-align: center;
  padding-top: 10px;
}
UL.related-products-list LI DIV.description H5 {
  font-size: 10px;
  font-family: Arial;
  line-height: 115%;
}
.frame {
  width: 100%;
  height: 160px;
  padding: 0;
  overflow: hidden;
}
.frame .slidee {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
.frame .slidee LI {
  float: left;
  margin: 0 7px 0  0;
  padding: 2px;
  width: 120px;
  height: 100%;
  background-color: #f7f7f7;
}
.frame .slidee LI A {
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.frame .slidee LI DIV.description {
  text-align: center;
  padding-top: 10px;
}
.frame .slidee LI DIV.description H5 {
  font-size: 10px;
  font-family: Arial;
  line-height: 115%;
}
.scrollbar {
  margin-top: 10px;
  width: 100%;
  height: 8px;
  background-color: #e7e7e7;
}
.scrollbar .handle {
  width: 100px;
  /* overriden if dynamicHandle: 1 */
  height: 100%;
  background: #8d8d8d;
}
.scrollbar-images {
  margin-top: 10px;
  width: 100%;
  height: 4px;
  background-color: #e7e7e7;
}
.scrollbar-images .handle {
  width: 100px;
  /* overriden if dynamicHandle: 1 */
  height: 100%;
  background: #8d8d8d;
}
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 42px;
  height: 44px;
  background: url(/images/_theme/0-14/go-top.png) no-repeat;
}
#scrollUp B {
  display: none;
}
#scrollUp:hover {
  background-position: -42px 0;
}
/* .homepage-widget */

.homepage-widget {
  margin-top: 40px;
  z-index: 3;
  position: relative;
}
.homepage-widget .main-image {
  min-height: 418px;
}
.homepage-widget.three-tabs UL.tabs LI {
  width: 320px;
  margin-right: 10px !important;
}
.homepage-widget.three-tabs UL.tabs LI:nth-child(2) {
  margin-right: 10px !important;
}
.homepage-widget.three-tabs UL.tabs LI:nth-child(3) {
  margin-right: 0 !important;
}
.homepage-widget UL.tabs {
  margin-top: -40px;
  margin-bottom: 20px;
  z-index: 4;
  position: relative;
}
.homepage-widget UL.tabs LI {
  cursor: pointer;
  float: left;
  display: block;
  width: 470px;
  min-height: 250px;
}
.homepage-widget UL.tabs LI:nth-child(1) {
  margin-right: 40px;
}
.homepage-widget UL.tabs LI.hover DIV.bg DIV.image {
  background-position: 0 -132px;
}
.homepage-widget UL.tabs LI DIV.bg {
  background-color: transparent;
}
.homepage-widget UL.tabs LI DIV.bg DIV.image {
  margin-top: -12px;
  height: 132px;
  background: transparent url(../images/home/01-tab.png) no-repeat 0 0;
}
.homepage-widget UL.tabs LI DIV.bg DIV.rest {
  background-color: white;
  border: 1px solid #d0d0d0;
  border-top: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.homepage-widget UL.tabs LI DIV.bg DIV.rest H1 {
  color: #134d75;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 17px;
  padding: 10px 0;
  margin: 0 6px;
  border-bottom: 1px dashed #c3c3c3;
}
.homepage-widget UL.tabs LI DIV.bg DIV.rest H1 A {
  text-decoration: none;
}
.homepage-widget UL.tabs LI DIV.bg DIV.rest P {
  padding: 0 10px;
}
.homepage-widget UL.tabs LI A.support {
  font-size: 12px;
  text-align: right;
  text-decoration: none;
}
.homepage-widget .news {
  margin: 0 15px;
}
.homepage-widget .news .date {
  float: left;
  width: 50px;
  background-color: #f7f7f7;
}
.homepage-widget .news .date SPAN.day {
  text-align: center;
  display: block;
  color: #bbbbbb;
  line-height: 38px;
  font-size: 26px;
}
.homepage-widget .news .date SPAN.month {
  display: block;
  color: white;
  background-color: #bbbbbb;
  text-align: center;
  height: 13px;
  line-height: 13px;
  overflow: hidden;
  font-size: 11px;
}
.homepage-widget .news .content {
  float: right;
  width: 220px;
}
.homepage-widget .news .content H2 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 130%;
  min-height: 40px;
}
.homepage-widget .news .content H2 A {
  color: #5e5e5e;
  text-decoration: none;
}
.homepage-widget .news .content SPAN.c {
  margin-top: 2px;
  color: #bbbbbb;
  text-transform: uppercase;
  line-height: 10px;
  display: block;
}
.homepage-widget.two-tabs .news .content {
  width: 370px;
}
/* .homepage-widget END */

.global-news {
  height: 35px;
  overflow: hidden;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin: 20px 0 30px 0;
}
.global-news .more-button {
  position: absolute;
  display: block;
  width: 50px;
  padding: 0 10px;
  height: 17px;
  line-height: 17px;
  background-color: #004473;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  right: 10px;
  top: 10px;
  color: white !important;
  text-decoration: none;
  font-size: 12px;
}
.global-news H1 {
  height: 35px;
  line-height: 38px;
  color: white;
  font-size: 13px;
  position: absolute;
  background: #134d75 repeat-x 0 0;
  width: 100px;
  padding: 0 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.global-news #news-fader {
  position: absolute;
  width: 640px;
  height: 35px;
  left: 140px;
}
.global-news #news-fader LI {
  position: absolute;
  width: 640px;
  height: 35px;
  line-height: 35px;
  display: none;
}
.global-news #news-fader LI A {
  text-decoration: none;
}
UL.category-news-rest {
  margin: 20px 0;
}
UL.category-news-rest LI {
  background-color: white;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  margin-right: 6px;
}
UL.category-news-rest LI:nth-child(4) {
  margin-right: 0;
}
UL.category-news-rest LI IMG:hover {
  opacity: 0.8;
}
.kweb-popup {
  position: relative;
  display: block;
}
.kweb-popup .zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
}
.kweb-popup .zoom-icon i {
  margin: -62px 0 0 -62px;
  display: block;
  width: 124px;
  height: 123px;
  background: transparent url(../images/_theme/0-14/zoom-icon.png) no-repeat 0 0;
}
/*-----------------------------------------------
 banner
 add 2012/09/12 @wada
-----------------------------------------------*/

#categoryLauncher {
  height: 418px;
  position: relative;
  width: 100%;
  overflow: hidden;
  /*----- Category Launcher -----*/

}
#categoryLauncher .leftOverlay,
#categoryLauncher .rightOverlay {
  background: url("/images/_theme/0-14/import/banner_filter_back.png") left top repeat-x;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#categoryLauncher .leftOverlay {
  margin-left: -490px;
  left: -50%;
}
#categoryLauncher .rightOverlay {
  margin-left: 490px;
  left: 50%;
}
#categoryLauncher .leftOverlay .arrow,
#categoryLauncher .rightOverlay .arrow {
  position: absolute;
  width: 60px;
  height: 480px;
  top: 0px;
  cursor: pointer;
  text-indent: -9999px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#categoryLauncher .leftOverlay .arrow {
  right: 0px;
  background: url("/images/_theme/0-14/import/left_arrow.png") center 200px no-repeat;
}
#categoryLauncher .rightOverlay .arrow {
  left: 0px;
  background: url("/images/_theme/0-14/import/right_arrow.png") center 200px no-repeat;
}
#categoryLauncher .leftOverlay .arrow:hover {
  background: url("/images/_theme/0-14/import/left_arrow_o.png") center 200px no-repeat;
}
#categoryLauncher .rightOverlay .arrow:hover {
  background: url("/images/_theme/0-14/import/right_arrow_o.png") center 200px no-repeat;
}
#categoryLauncher .numberIcons {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
}
#categoryLauncher .numberIcons li {
  float: right;
  width: 32px;
  height: 32px;
  padding: 0 10px 0 0;
  text-indent: -9999px;
  outline: none;
  background: no-repeat left top;
  cursor: pointer;
}
#categoryLauncher .contentWapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 418px;
  overflow: hidden;
}
#categoryLauncher .contentWapper ul {
  position: relative;
}
#categoryLauncher .contentWapper li {
  width: 980px;
  height: 418px;
  position: absolute;
}
#categoryLauncher .numberIcons .n1 {
  background-image: url("/images/_theme/0-14/import/btn01.png");
}
#categoryLauncher .numberIcons .n2 {
  background-image: url("/images/_theme/0-14/import/btn02.png");
}
#categoryLauncher .numberIcons .n3 {
  background-image: url("/images/_theme/0-14/import/btn03.png");
}
#categoryLauncher .numberIcons .n4 {
  background-image: url("/images/_theme/0-14/import/btn04.png");
}
#categoryLauncher .numberIcons .n5 {
  background-image: url("/images/_theme/0-14/import/btn05.png");
}
#categoryLauncher .numberIcons .n6 {
  background-image: url("/images/_theme/0-14/import/btn06.png");
}
#categoryLauncher .numberIcons .n1:hover,
#categoryLauncher .numberIcons .n1.on {
  background-image: url("/images/_theme/0-14/import/btn01_on.png");
}
#categoryLauncher .numberIcons .n2:hover,
#categoryLauncher .numberIcons .n2.on {
  background-image: url("/images/_theme/0-14/import/btn02_on.png");
}
#categoryLauncher .numberIcons .n3:hover,
#categoryLauncher .numberIcons .n3.on {
  background-image: url("/images/_theme/0-14/import/btn03_on.png");
}
#categoryLauncher .numberIcons .n4:hover,
#categoryLauncher .numberIcons .n4.on {
  background-image: url("/images/_theme/0-14/import/btn04_on.png");
}
#categoryLauncher .numberIcons .n5:hover,
#categoryLauncher .numberIcons .n5.on {
  background-image: url("/images/_theme/0-14/import/btn05_on.png");
}
#categoryLauncher .numberIcons .n6:hover,
#categoryLauncher .numberIcons .n6.on {
  background-image: url("/images/_theme/0-14/import/btn06_on.png");
}
/* COLOR BOX CONTENT */

#slidePanel {
  position: relative;
}
#slidePanel #slideBigImage {
  background: white;
}
#slideThumbs {
  padding-top: 10px;
  overflow: hidden;
}
#slideThumbs img {
  float: left;
  margin-right: 6px;
  border: 2px solid white;
  cursor: pointer;
}
#slideThumbs img:hover,
#slideThumbs img .current {
  border: 2px solid #19528d;
}
/*
UL.feature-icons {
	LI {
		float:left;		
		width: 98px;
		height: 50px;
		font-size: 11px;
		line-height: 110%;
		background-color: #a7bdcf;
		margin: 0 5px 7px 0;
		.rounded(3px);
		.boxsizing();
		padding: 5px;
		display: table;
		.gradient(#d0dde7, #d0dde7, #7c9cb5);
		box-shadow: 0 1px 2px #a0bacc;		
		
		&:nth-child(9n+0) {			
			margin-right: 0;
		}
		
		CENTER {
			color: #fff;
			height: 40px;
			overflow: hidden;
			display: table-cell; 
  			vertical-align: middle; 
  			text-align: center;
  			text-shadow: 0 1px 2px rgba(8,66,107,0.52);
  			
  			A {
  				color: #fff !important;
  				text-decoration: none;
  				text-align: center;
  			}
		}
	}	
}*/

UL.feature-icons LI {
  float: left;
  width: 105px;
  height: 50px;
  font-size: 12px;
  line-height: 110%;
  background-color: #a7bdcf;
  margin: 0 12px 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 5px;
  display: table;
  background: #d0dde7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d0dde7), color-stop(1, #7c9cb5));
  background: -ms-linear-gradient(bottom, #d0dde7, #7c9cb5);
  background: -moz-linear-gradient(center bottom, #d0dde7 0%, #7c9cb5 100%);
  box-shadow: 0 1px 2px #5986a6;
}
UL.feature-icons LI:nth-child(8n+0) {
  margin-right: 0;
}
UL.feature-icons LI.small CENTER {
  font-size: 10px;
  line-height: 10px;
}
UL.feature-icons LI CENTER {
  color: white;
  height: 40px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 1px 1px rgba(8, 66, 107, 0.82);
}
UL.feature-icons LI CENTER A {
  color: white !important;
  text-decoration: none;
  text-align: center;
}
UL.kenwood-ui-tabs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 41px;
}
UL.kenwood-ui-tabs LI {
  float: left;
}
UL.kenwood-ui-tabs LI A {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid white;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 0;
  text-decoration: none;
  color: #5e5e5e;
}
UL.kenwood-ui-tabs LI A:hover {
  color: #134d75;
  text-shadow: none;
}
UL.kenwood-ui-tabs LI A.selected {
  background-color: #fbfbfb;
  color: black;
  border: 1px solid #dedede;
  border-bottom: 1px solid #fbfbfb;
}
.kenwood-ui-tabs-content {
  border: 1px solid #dedede;
  background-color: white;
  display: none;
  padding: 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
UL.kenwood-ui-tabs.support {
  margin-top: 20px;
}
UL.kenwood-ui-tabs.support LI A {
  border-bottom: 1px solid #dedede;
  background: transparent url(../images/_theme/0-14/tab-support-separator.png) no-repeat 100% 50%;
}
UL.kenwood-ui-tabs.support LI A.selected {
  border: 1px solid #dedede;
  border-bottom: 1px solid #fbfbfb;
  background-image: none;
  background-color: #fbfbfb;
}
UL.kenwood-ui-tabs.support LI A.no-image {
  background-image: none;
}
#tab-manual H3 {
  margin: 10px 0 0 0;
}
.kenwood-ui-tabs-content.support {
  padding: 30px;
  background-color: #fbfbfb;
}
.kenwood-ui-tabs-content.support .inner {
  background-color: white;
  border: 1px solid #d0d0d0;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
TABLE.table-simple TR TD {
  padding: 5px;
  border: 1px solid transparend;
}
TABLE.table-simple TR TD:nth-child(1) {
  text-align: right;
}
TABLE.table-simple TR TD INPUT[type=text],
TABLE.table-simple TR TD INPUT[type=password] {
  border: 1px solid #eeeeee;
  padding: 4px;
}
TABLE.table-simple.style-1 {
  border-left: 1px solid #dddddd;
  margin: 50px 0;
}
TABLE.table-simple.style-1 TD:nth-child(1) {
  padding-left: 100px;
}
TABLE.table-type-2 {
  width: 100%;
  border-collapse: collapse;
}
TABLE.table-type-2 TR TD {
  padding: 5px;
  border: 1px solid #d6d6d6;
}
TABLE.table-type-2 TR:nth-child(2n+1) TD {
  background-color: whitesmoke;
}
TABLE.table-type-2 TD.s {
  width: 300px;
}
TABLE.table-type-2 A.pdf-manual {
  background: transparent url(../images/_theme/0-14/icon_pdf.png) no-repeat 0 50%;
  padding-left: 30px;
  display: inline-block;
}
TABLE.table-type-2.tbl_compare {
  margin-top: 30px;
}
TABLE.table-type-2.tbl_compare TR TD {
  font-size: 12px;
  line-height: 120%;
}
.kweb-yes,
.kweb-no {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: transparent url(../images/_theme/0-14/icon-tick.png) no-repeat 0 0;
}
.kweb-yes B,
.kweb-no B {
  display: none;
}
.kweb-no {
  background-image: url(../images/_theme/0-14/icon-empty.png);
}
#dealerLocator {
  position: relative;
}
#dealerLocator INPUT {
  height: 20px;
  border: 1px solid #dddddd;
}
#dealerLocator INPUT[type=button] {
  background-color: #0c63a0;
  color: white;
  border: 0;
  height: 24px;
  width: 76px;
}
#dealerLocator SELECT {
  height: 20px;
  border: 1px solid #dddddd;
}
#dealerLocator .sidebar {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 255px;
  z-index: 20;
}
#dealerLocator .sidebar .filter {
  padding-bottom: 5px;
}
#dealerLocator .sidebar .filter DIV {
  padding: 10px 0;
}
#dealerLocator .sidebar .filter SELECT {
  width: 100%;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 3px;
  height: 24px;
}
#dealerLocator .sidebar .results {
  overflow: auto;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#dealerLocator .sidebar .results .item {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 2px;
  padding: 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 120%;
}
#dealerLocator .sidebar .results .item:last-child {
  border-bottom: none;
}
#dealerLocator .sidebar .results .item H4,
#dealerLocator .sidebar .results .item H5 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
#dealerLocator .sidebar .results .item:hover {
  background-color: #e6e9f4;
  color: #333366;
}
#dealerLocator .sidebar .results .item .descriptor {
  display: block;
  height: 18px;
}
#dealerLocator .sidebar .results .item .descriptor IMG {
  float: left;
  width: 16px;
  height: 16px;
}
#dealerLocator .sidebar .results .shown {
  background-color: #e6e9f4;
  color: #333366;
}
#dealerLocator .center {
  margin: 20px 0;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}
.dealer-locator-tabs {
  height: 30px;
}
.dealer-locator-tabs LI {
  float: left;
  list-style-type: none;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  color: #666666;
  cursor: pointer;
  background-color: #f3f3f3;
}
.dealer-locator-tabs LI.selected {
  background-color: white;
  color: black;
}
#dealerLocator #finddealer,
#dealerLocator #selectors {
  padding: 5px;
  background-color: white;
  min-height: 24px;
  height: auto;
}
#dealerLocator #selectors DIV {
  padding: 0;
}
#dealerLocator #finddealer INPUT[type=text] {
  width: 240px;
}
.iconsholder {
  display: block;
  height: 16px;
}
.iconsholder SPAN.title {
  display: none;
}
.iconsholder .descriptor {
  margin: 1px 1px 0 0;
  float: left;
}
/* WEBSITE OVERRIDE */

BODY.wp-9 #content-container #category-view-products .p {
  height: 320px;
}
BODY.wp-9 #content-container #category-view-products .p .product-name {
  height: 70px;
}
BODY.wp-9 .feature-icons LI {
  width: 122px;
  padding: 5px 2px;
}
BODY.wp-9 .feature-icons LI:nth-child(7n+0) {
  margin-right: 0px;
}
BODY.wp-9 .feature-icons LI:nth-child(8n+0) {
  margin-right: 12px;
}
BODY.wp-9 .product-view-additional {
  max-height: 350px;
  overflow-y: auto;
  font-family: Arial, Helvetica, sans-serif !important;
}
BODY.wp-9 .commercial-explanation {
  margin: 0 -15px;
}
BODY.wp-9 .commercial-explanation P {
  color: black !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
BODY.wp-9 FOOTER .product-categories .product-lines {
  width: 170px;
}
BODY.wp-7 .feature-icons LI,
/*kenwood.nl*/ BODY.wp-14 .feature-icons LI {
  width: 122px;
  padding: 5px 2px;
}
BODY.wp-7 .feature-icons LI:nth-child(7n+0),
/*kenwood.nl*/ BODY.wp-14 .feature-icons LI:nth-child(7n+0) {
  margin-right: 0px;
}
BODY.wp-7 .feature-icons LI:nth-child(8n+0),
/*kenwood.nl*/ BODY.wp-14 .feature-icons LI:nth-child(8n+0) {
  margin-right: 12px;
}
BODY.wp-12 .global-news {
  margin: 20px 0;
}
BODY.wp-12 .global-news .more-button {
  color: white !important;
  width: 90px;
}
BODY.wp-12 .feature-icons LI {
  width: 144px;
  padding: 5px 2px;
  margin-right: 12px;
}
BODY.wp-12 .feature-icons LI:nth-child(6n+0) {
  margin-right: 0px;
}
/**/
BODY.cat-slider #content-container {
  width: auto !important;
}
/* PURE BUTTON */

.pure-button {
  /* Structure */
  display: inline-block;
  *display: inline;
  /*IE 6/7*/
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Firefox: Get rid of the inner focus border */

.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/*csslint outline-none:false*/

.pure-button {
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  /*IE 6/7 - To reduce IE's oversized button text*/
  *overflow: visible;
  /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
  padding: 0.5em 1em;
  color: #444444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  *color: #444444;
  /* IE 6 & 7 */
  border: 1px solid #999999;
  /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0);
  /*IE9 + everything else*/
  background-color: #e6e6e6;
  text-decoration: none;
  border-radius: 2px;
}
.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.pure-button:focus {
  outline: 0;
}
.pure-button-active,
.pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
}
.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.40;
  -moz-opacity: 0.40;
  opacity: 0.40;
  cursor: not-allowed;
  box-shadow: none;
}
.pure-button-hidden {
  display: none;
}
/* Firefox: Get rid of the inner focus border */

.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #0078e7;
  color: white;
}
.button-blue {
  padding: 0.3em 1em;
  color: white !important;
  border-radius: 5px;
  background: #7688a7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7688a7 0%, #6e82a2 22%, #4f6a8a 78%, #476284 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7688a7), color-stop(22%, #6e82a2), color-stop(78%, #4f6a8a), color-stop(100%, #476284));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7688a7 0%, #6e82a2 22%, #4f6a8a 78%, #476284 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7688a7 0%, #6e82a2 22%, #4f6a8a 78%, #476284 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7688a7 0%, #6e82a2 22%, #4f6a8a 78%, #476284 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7688a7 0%, #6e82a2 22%, #4f6a8a 78%, #476284 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7688a7', endColorstr='#476284', GradientType=0);
  /* IE6-9 */

}
.button-blue:hover,
.button-blue:focus {
  background-color: #7688a7;
}
.button-blue-dark {
  background: #134d75;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #003a5d), color-stop(1, #155a89));
  background: -ms-linear-gradient(bottom, #003a5d, #155a89);
  background: -moz-linear-gradient(center bottom, #003a5d 0%, #155a89 100%);
  padding: 0.3em 1em;
  color: white !important;
  border-radius: 5px;
}
.button-blue-dark:hover,
.button-blue-dark:focus {
  /*.gradient(#134d75, #155a89, #003a5d);*/
  background-color: #134d75;
}
.button-red {
  background: #c20e1a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9c0b15), color-stop(1, #c20e1a));
  background: -ms-linear-gradient(bottom, #9c0b15, #c20e1a);
  background: -moz-linear-gradient(center bottom, #9c0b15 0%, #c20e1a 100%);
  padding: 0.5em 1em;
  color: white !important;
  border-radius: 5px;
}
.button-red:hover,
.button-red:focus {
  /*.gradient(#134d75, #155a89, #003a5d);*/
  background-color: #c20e1a;
}
.larger {
  padding: 0.7em 1.2em;
  font-size: 120%;
}
.width-1-1 {
  width: 100%;
  box-sizing: border-box;
}
A.tooltips {
  position: relative;
  display: block;
  background: transparent url(../images/icons/question-mark.png) no-repeat 0 0;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  cursor: pointer;
}
A.tooltips span {
  position: absolute;
  width: 180px;
  color: white;
  background: black;
  height: 18px;
  line-height: 18px;
  text-align: center;
  visibility: hidden;
  border-radius: 0px;
  font-weight: normal;
}
A.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid black;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
A.tooltips:hover span {
  visibility: visible;
  opacity: 0.7;
  bottom: 36px;
  left: 50%;
  margin-left: -90px;
  z-index: 999;
}
#product-archive-wrapper {
  margin: 20px;
}
#product-archive-wrapper H2 {
  font-size: 16px;
}
#product-archive-wrapper .viewport {
  height: 100px;
  overflow-y: scroll;
}
#product-archive-wrapper LI {
  min-height: 24px;
  border-bottom: 1px solid #e8e8e8;
}
#product-archive-wrapper LI A {
  display: block;
  line-height: 15px;
  padding: 5px 0;
  text-decoration: none;
}
#product-archive-wrapper LI A:hover {
  background-color: #f6f6f6;
}
DIV.social-icons {
  float: right;
  background-color: transparent;
  margin-top: 12px;
}
DIV.social-icons UL {
  height: 24px;
}
DIV.social-icons UL LI {
  float: left;
  margin-right: 10px;
}
DIV.social-icons UL LI A {
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent url(../images/_theme/0-14/sprite-social.png) no-repeat 0 0;
}
DIV.social-icons UL LI A:hover {
  opacity: 0.8;
}
DIV.social-icons UL LI A B {
  display: none;
}
DIV.social-icons UL LI A#fb {
  background-position: -24px 0;
}
DIV.social-icons UL LI A#twitter {
  background-position: -48px 0;
}
DIV.social-icons UL LI A#yt {
  background-position: -72px 0;
}
DIV.social-icons UL LI A#gplus {
  background-position: -96px 0;
}
DIV.social-icons UL LI A#instagram {
  background-position: -120px 0;
}
DIV.social-icons UL LI A#email {
  background-position: -144px 0;
}
DIV.social-icons UL LI A#vkontakte {
  background-position: -168px 0;
}
/* REGISTRATION */

TABLE.form-registration TR.sectionTitle TD,
#tblRegistration TR.sectionTitle TD {
  background-color: #f9f9f9;
  font-weight: bold;
}
TABLE.form-registration TD.border,
#tblRegistration TD.border {
  border-bottom: 1px solid #eeeeee;
}
TABLE.form-registration TD.right,
#tblRegistration TD.right {
  text-align: right;
}
TABLE.form-registration SMALL.block,
#tblRegistration SMALL.block {
  display: block;
  margin-bottom: -10px;
  font-size: 12px;
}
TABLE.form-registration TABLE TD,
#tblRegistration TABLE TD {
  padding: 3px 0 !important;
}
TABLE.form-registration TABLE.details TD,
#tblRegistration TABLE.details TD {
  padding: 3px 10px 0 0 !important;
}
TABLE.form-registration TABLE.details TD INPUT[type=text],
#tblRegistration TABLE.details TD INPUT[type=text] {
  width: 160px;
}
TABLE.form-registration TABLE.details TD SMALL.block,
#tblRegistration TABLE.details TD SMALL.block {
  display: block;
  margin-bottom: -3px;
}
TABLE.form-registration SELECT,
#tblRegistration SELECT {
  padding: 3px;
}
TABLE.form-registration INPUT[type=text],
#tblRegistration INPUT[type=text] {
  width: 300px;
  height: 20px;
  border: 1px solid #cccccc;
}
TABLE.form-registration INPUT[type=text].small,
#tblRegistration INPUT[type=text].small {
  width: 70px;
}
TABLE.form-registration INPUT[type=text].wide,
#tblRegistration INPUT[type=text].wide {
  width: 100%;
}
TABLE.form-registration INPUT[type=text].missing,
#tblRegistration INPUT[type=text].missing,
TABLE.form-registration INPUT[type=text].not-valid,
#tblRegistration INPUT[type=text].not-valid {
  border-color: orange;
}
TABLE.form-registration TEXTAREA,
#tblRegistration TEXTAREA {
  width: 100%;
  height: 50px;
}
TABLE.form-registration .error-messages,
#tblRegistration .error-messages {
  color: red;
}
TABLE.form-registration.small-padding TD,
#tblRegistration.small-padding TD {
  padding: 5px !important;
}
/* SEARCH */

.searchresults LI {
  margin-bottom: 20px;
}
.searchresults LI:hover {
  background-color: #f9f9f9;
}
.searchresults LI H3 {
  margin-bottom: 0px;
}
.searchresults LI H3 A {
  color: #134d75;
  text-decoration: none;
}
.searchresults LI DIV {
  font-size: 13px;
  line-height: 130%;
  margin: 2px 0;
  color: #333333;
}
.search_input {
  border: 1px solid #999999;
  height: 20px;
  line-height: 20px;
  width: 200px;
}
/* TEXT */

.text-warning {
  background-color: #ffffdd;
  font-size: 11px;
  color: red;
  padding: 5px;
}
/* FAQ */

#faq-breadcrumbs {
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 10px 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
#faq-breadcrumbs .page-path {
  margin: 0;
  height: 26px;
  line-height: 26px;
}
#faq-breadcrumbs .page-path LI {
  line-height: 26px;
}
#faq-breadcrumbs .page-path LI.sep {
  background-position: -200px -6px;
}
#faq-category-desc {
  margin: 20px 0;
  padding: 10px 15px;
  background-color: #ffffdd;
}
#faq-items LI {
  margin-bottom: 10px;
  padding-left: 15px;
  background: transparent url(../images/_theme/0-14/bullet-arrow-blue.png) no-repeat 0 5px;
}
#faq-items .answer {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
/* SUPPORT */

.Select_iPod_canvas {
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  border: 1px solid #cad0d7;
  border-radius: 3px 3px 3px 3px;
  background: none repeat scroll 0% 0% white;
  margin-bottom: 15px;
  width: 770px;
}
TABLE.select_iPod3 TD {
  vertical-align: top;
}
.SelectBox2 {
  border: 1px solid #cad0d7;
  border-radius: 3px 3px 3px 3px;
  padding: 10px;
  margin-bottom: 20px;
}
/*
.modelSelect2 {
	display: none;
}

.go_pagetop {
	display: none;
}

.list_ipod {
	display: none;
}
*/

.SelectClear {
  clear: both;
}
.note2 {
  padding-left: 7px;
  text-indent: -7px;
  font-size: 12px !important;
}
TABLE.color {
  width: 100%;
  text-align: left;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
TABLE.color TH,
TABLE.color TD {
  padding: 15px;
  border: 1px solid #d6d6d6;
  background: white;
}
TABLE.color TH {
  background: whitesmoke;
  font-weight: normal;
}
.modelSelect {
  border: 1px solid #cad0d7;
  border-radius: 3px 3px 3px 3px;
  width: 380px;
  float: left;
  padding: 10px;
  margin-bottom: 20px;
  background-color: white;
  background-image: url(/india/common/images/selecth2_back.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  height: 125px;
  margin-top: 15px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 220%;
}
TABLE.firmware-update {
  margin: 30px 0;
  width: 100%;
}
TABLE.firmware-update TR TD {
  background-color: #f6f6f6;
  padding: 3px 5px;
}
TABLE.firmware-update TR TD A {
  font-weight: bold;
}
TABLE.firmware-update TR TD A.new-firmware {
  background-image: url(/images/sites/new/en.gif);
  background-position: 0 2px;
  background-repeat: no-repeat;
  padding-left: 35px;
}
TABLE.firmware-update TR:nth-child(2n+1) TD {
  background-color: white;
}
TABLE.firmware-update TR:hover TD {
  background-color: #ffffdd;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    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;
  }
}
.extended-warranty {
  margin: 0;
  padding: 50px 10px;
  background: transparent url(../images/_theme/0-14/3yw/background.png) no-repeat 0 0;
}
.extended-warranty P {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  font-size: 13px;
  color: #333333 !important;
}
.extended-warranty OL {
  list-style-type: decimal;
  margin: 10px 20px;
}
.extended-warranty OL LI {
  list-style-type: decimal;
}
.extended-warranty .inner {
  background: #fafafa url(../images/_theme/0-14/3yw/background-inner.png) no-repeat 0 0;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.extended-warranty .inner .column1 {
  width: 280px;
}
.extended-warranty .inner .column1 .logo {
  width: 280px;
  background: transparent url(../images/_theme/0-14/3yw/2-1-logo.png) no-repeat 50% 0;
  text-align: center;
  padding-top: 150px;
  line-height: 110%;
  font-weight: bold;
  letter-spacing: -1px;
}
.extended-warranty .inner .column2 {
  width: 390px;
  margin-left: 25px;
}
.extended-warranty .inner .column2 H2 {
  font-weight: bold;
}
.extended-warranty .inner .column2 H3 {
  font-size: 18px;
  font-weight: bold;
}
.extended-warranty .inner .column3 {
  width: 210px;
}
.extended-warranty .inner .column3 .steps H3 {
  margin: 0;
}
.extended-warranty .inner .column3 .steps OL {
  list-style-type: none;
}
.extended-warranty .inner .column3 .steps LI {
  background: transparent url(../images/_theme/0-14/3yw/bullet-not-active.png) no-repeat 0 0;
  padding-left: 65px;
  padding-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.extended-warranty .inner .column3 .steps LI.active {
  background-image: url(../images/_theme/0-14/3yw/bullet-active.png);
}
.extended-warranty .inner .column3 .steps LI B {
  position: absolute;
  top: 12px;
  left: 20px;
  color: white;
  font-size: 24px;
}
.extended-warranty .form-table {
  width: 100%;
}
.extended-warranty .form-table TR TD {
  padding: 2px 0;
}
.extended-warranty .form-table TR TD INPUT {
  border: 1px solid #999999;
  padding: 4px 2px;
}
.extended-warranty .form-table TR TD INPUT.not-valid {
  background-color: #ffffdd;
}
.extended-warranty .form-table TR TD SELECT {
  border: 1px solid #999999;
  padding: 4px 2px;
}
.extended-warranty .form-table TR TD INPUT[type=text] {
  width: 95%;
}
.extended-warranty .warning {
  background-color: #ffffdd;
  font-size: 11px;
  color: red;
  margin: 10px 0;
}
.form-table.uk {
  width: 100%;
}
.form-table.uk TR TD {
  padding: 2px 0;
}
.form-table.uk TR TD INPUT {
  border: 1px solid #999999;
  padding: 4px 2px;
}
.form-table.uk TR TD INPUT.not-valid {
  background-color: #ffffdd;
}
.form-table.uk TR TD INPUT[type=text] {
  width: 95%;
}
.form-table.uk TR TD SELECT {
  padding: 4px 2px;
}
H3.form-title {
  color: #134d75;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*DISTRIBUTOR WEBSITE*/

BODY.b2b HEADER .inner .logo {
  background-image: url(/images/_theme/0-14/authorized-dealer.png);
  width: 84px;
  height: 54px;
  top: 10px;
}
BODY.b2b HEADER #distributor-country {
  position: absolute;
  top: 23px;
  right: 120px;
}
BODY.b2b #nav-bar {
  background-image: url(../images/_theme/0-14/nav-bar-b2b.png);
  background-color: #a33233;
}
BODY.b2b #footer-bar-bottom {
  background-color: #a33233;
  background-image: url(../images/_theme/0-14/footer-bar-b2b.png);
}
BODY.b2b #footer-bar-bottom .jvckenwood-copy {
  color: rgba(255, 255, 255, 0.7);
}
BODY.b2b #categoryLauncher .leftOverlay .arrow {
  background: url("/images/_theme/0-14/import/b2b/left_arrow.png") center 200px no-repeat;
}
BODY.b2b #categoryLauncher .leftOverlay .arrow:hover {
  background: url("/images/_theme/0-14/import/b2b/left_arrow_o.png") center 200px no-repeat;
}
BODY.b2b #categoryLauncher .rightOverlay .arrow {
  background: url("/images/_theme/0-14/import/b2b/right_arrow.png") center 200px no-repeat;
}
BODY.b2b #categoryLauncher .rightOverlay .arrow:hover {
  background: url("/images/_theme/0-14/import/b2b/right_arrow_o.png") center 200px no-repeat;
}
BODY.b2b #categoryLauncher .numberIcons .n1 {
  background-image: url("/images/_theme/0-14/import/b2b/btn01.png");
}
BODY.b2b #categoryLauncher .numberIcons .n1:hover,
BODY.b2b #categoryLauncher .numberIcons .n1.on {
  background-image: url("/images/_theme/0-14/import/b2b/btn01_on.png");
}
BODY.b2b #categoryLauncher .numberIcons .n2 {
  background-image: url("/images/_theme/0-14/import/b2b/btn02.png");
}
BODY.b2b #categoryLauncher .numberIcons .n2:hover,
BODY.b2b #categoryLauncher .numberIcons .n2.on {
  background-image: url("/images/_theme/0-14/import/b2b/btn02_on.png");
}
BODY.b2b #categoryLauncher .numberIcons .n3 {
  background-image: url("/images/_theme/0-14/import/b2b/btn03.png");
}
BODY.b2b #categoryLauncher .numberIcons .n3:hover,
BODY.b2b #categoryLauncher .numberIcons .n3.on {
  background-image: url("/images/_theme/0-14/import/b2b/btn03_on.png");
}
BODY.b2b #categoryLauncher .numberIcons .n4 {
  background-image: url("/images/_theme/0-14/import/b2b/btn04.png");
}
BODY.b2b #categoryLauncher .numberIcons .n4:hover,
BODY.b2b #categoryLauncher .numberIcons .n4.on {
  background-image: url("/images/_theme/0-14/import/b2b/btn04_on.png");
}
BODY.b2b #categoryLauncher .numberIcons .n5 {
  background-image: url("/images/_theme/0-14/import/b2b/btn05.png");
}
BODY.b2b #categoryLauncher .numberIcons .n5:hover,
BODY.b2b #categoryLauncher .numberIcons .n5.on {
  background-image: url("/images/_theme/0-14/import/b2b/btn05_on.png");
}
BODY.b2b #categoryLauncher .numberIcons .n6 {
  background-image: url("/images/_theme/0-14/import/b2b/btn06.png");
}
BODY.b2b #categoryLauncher .numberIcons .n6:hover,
BODY.b2b #categoryLauncher .numberIcons .n6.on {
  background-image: url("/images/_theme/0-14/import/b2b/btn06_on.png");
}
BODY.b2b #scrollUp {
  background-image: url("/images/_theme/0-14/go-top-b2b.png");
}
.authorized-dealer {
  position: absolute;
  right: 0;
}
.authorized-dealer IMG {
  position: absolute;
  top: 0;
  right: 0;
}
.authorized-dealer H2 {
  position: absolute;
  top: 25px;
  right: 138px;
  font-size: 20px;
  color: #666666;
}
.authenticated-user-menu-wrap {
  margin: 0 auto;
  widTh: 980px;
}
.authenticated-user-menu {
  height: 38px;
  margin: 20px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #cfebff url(/images/_theme/0-14/protected.png) no-repeat 10px 50%;
}
.authenticated-user-menu .right {
  line-height: 38px;
  color: #134d75;
  margin-right: 8px;
}
.authenticated-user-menu UL {
  float: left;
}
.authenticated-user-menu UL:first-child {
  margin-left: 30px;
}
.authenticated-user-menu UL LI {
  line-height: 38px;
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}
.authenticated-user-menu UL LI:hover {
  background-color: #c9e5f8;
}
.authenticated-user-menu UL LI B {
  color: #134d75;
}
.authenticated-user-menu UL UL {
  margin-left: -10px;
  position: absolute;
  z-index: 1000;
  display: none;
  background-color: white;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.authenticated-user-menu UL UL LI {
  line-height: 120%;
  border-bottom: 1px solid #eeeeee;
  padding: 3px 10px;
}
.authenticated-user-menu UL UL LI:hover {
  background-color: #fafafa;
}
.authenticated-user-menu UL UL LI A {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
  display: block;
}
.authenticated-user-menu UL UL LI A:hover {
  color: #134d75;
}
.authenticated-user-menu UL UL LI LI {
  padding-left: 20px;
}
#protected-product-images {
  position: relative;
}
#protected-product-images.active B {
  background-color: #c9e5f8;
}
#protected-product-images.active DIV.dropdown-big {
  display: block;
}
#protected-product-images B {
  float: left;
  line-height: 38px;
  padding: 0 10px;
  color: #134d75;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
}
#protected-product-images B:hover {
  background-color: #c9e5f8;
}
#protected-product-images DIV.dropdown-big {
  position: absolute;
  background-color: white;
  top: 42px;
  width: 980px;
  display: none;
  border: 1px solid #dddddd;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  padding: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
#protected-product-images DIV.dropdown-big UL {
  zoom: 1;
  *zoom: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
#protected-product-images DIV.dropdown-big UL:before,
#protected-product-images DIV.dropdown-big UL:after {
  content: "";
  display: table;
}
#protected-product-images DIV.dropdown-big UL:after {
  clear: both;
}
#protected-product-images DIV.dropdown-big UL LI {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  float: left;
  width: 33%;
  padding: 5px;
  line-height: 16px;
  font-size: 12px;
}
#protected-product-images DIV.dropdown-big UL LI A {
  color: #134d75;
  text-decoration: none;
}
#protected-product-images DIV.dropdown-big UL LI:hover {
  background-color: #f6f6f6;
}
#protected-product-images DIV.dropdown-big UL LI .thumb {
  width: 40px;
  height: 30px;
  float: left;
  margin-right: 10px;
  background-color: #eeeeee;
}
/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
  
  HEADER {
    height: 52px;
  }
  HEADER .inner {
    width: auto;
    padding: 0 10px;
  }
  HEADER .inner DIV.logo {
    top: 13px;
  }
  HEADER .inner .afco-title {
    right: 10px;
    top: 13px;
  }
  HEADER .inner .afco-title H2 {
    width: 130px;
    text-align: right;
    font-size: 15px;
    line-height: 110%;
  }
  #nav-bar .inner {
    width: auto;
    padding: 0 10px;
  }
  #nav-bar .inner DIV.search {
    right: 10px;
  }
  #nav-bar .inner #search-q {
    width: 100px;
  }
  NAV {
    height: auto;
    background: white;
    margin-bottom: 0;
    border-bottom: 1px solid #aaaaaa;
  }
  NAV .inner {
    width: auto;
  }
  NAV .inner .mainMenu LI {
    display: block;
    float: left;
    width: 50%;
    background: #f6f6f6 url(../images/_theme/0-14/nav-bar-second.png) repeat-x 0 0;
  }
  NAV .inner .mainMenu LI A {
    margin-top: 0;
    height: 55px;
    padding-top: 10px;
  }
  NAV .inner .mainMenu DIV.submenu-content {
    top: 100px;
  }
  NAV .inner .mainMenu DIV.submenu-content .inner {
    width: auto;
  }
  NAV .inner .mainMenu DIV.submenu-content UL LI {
    margin: 0 !important;
    width: 50% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
  
    padding: 10px;
    background: transparent;
  }
  NAV .inner .mainMenu DIV.submenu-content UL LI IMG {
    width: 100% !important;
    height: auto !important;
  }
  #content-container {
    width: auto;
  }
  #content-container .page-path {
    height: auto;
  }
  #content-container .main-category-image {
    margin: 0;
  }
  #content-container .category-description {
    margin: 10px 0;
    padding: 10px;
  }
  #content-container .category-description H1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #content-container .standard {
    margin: 10px 0;
    background: white;
  }
  #content-container .standard ARTICLE {
    width: auto;
    padding: 10px;
  }
  #content-container .standard ARTICLE.category-view #category-view-subcategories .no-subcategories {
    width: auto;
    padding: 10px;
    min-height: 100px;
  }
  #content-container .standard ARTICLE.category-view #category-view-subcategories H4 {
    text-align: center;
  }
  #content-container .standard ARTICLE #content-container DIV {
    width: auto;
  }
  #content-container .standard .category-view-compare {
    display: none;
  }
  #content-container .standard #category-view-path {
    border: 1px solid #cccccc;
    border-left: 0;
    border-right: 0;
  }
  #content-container .standard #category-view-path A {
    font-size: 12px;
  }
  #content-container .standard ASIDE {
    float: none;
    width: auto;
    margin-top: 10px;
    clear: both;
  }
  #content-container .standard ASIDE #nav.categories {
    margin-top: 0;
  }
  #content-container .standard ASIDE #nav.categories LI A {
    padding: 5px 10px;
  }
  #content-container #category-view-products .p {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  #content-container #category-view-products .p:nth-child(2n+1) {
    background-color: #f3f3f3;
  }
  #content-container #category-view-products .p .image {
    margin: 0;
  }
  #content-container #category-view-products .p .product-name {
    height: auto;
    margin: 10px 0;
  }
  #content-container #category-view-products .p .product-options .product-details {
    float: none;
    background-color: white;
    border: 1px solid #cccccc;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #content-container #category-view-products .p .product-options .product-details A {
    font-size: 13px;
  }
  #content-container #category-view-products .p .product-options .compare_cb {
    display: none;
  }
  #content-container #product-view-main-tabs {
    height: auto;
    zoom: 1;
    *zoom: 1;
  }
  #content-container #product-view-main-tabs:before,
  #content-container #product-view-main-tabs:after {
    content: "";
    display: table;
  }
  #content-container #product-view-main-tabs:after {
    clear: both;
  }
  #content-container #product-view-main-tabs LI {
    width: 50%;
    margin: 0;
    min-width: 0;
  }
  #content-container #product-view-main-tabs LI A,
  #content-container #product-view-main-tabs LI A.selected {
    padding: 0;
    margin: 0;
    height: auto;
    line-height: 120%;
    background-color: #134d75;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: white;
    border: 0;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    height: 40px;
    padding-top: 5px;
  }
  #content-container #product-view-main-tabs LI A:hover {
    padding: 0;
    margin: 0;
    padding-top: 5px;
    height: 40px;
  }
  #content-container #product-view-main {
    margin: 0;
    border: 0;
    padding: 0;
  }
  #content-container #product-view-main .left {
    width: auto;
  }
  #content-container #product-view-main .left H4 {
    display: none;
  }
  #content-container #product-view-main .right {
    width: auto;
    padding: 0;
  }
  #content-container #product-view-main .right .product_description {
    font-size: 16px;
    margin-bottom: 0;
  }
  #content-container .product-view-features {
    margin: 10px 0 0 0;
  }
  #content-container .product-view-features .feature-icons {
    zoom: 1;
    *zoom: 1;
  }
  #content-container .product-view-features .feature-icons:before,
  #content-container .product-view-features .feature-icons:after {
    content: "";
    display: table;
  }
  #content-container .product-view-features .feature-icons:after {
    clear: both;
  }
  #content-container .product-view-features .feature-icons LI {
    width: 100%;
    padding: 5px 0;
    margin: 0;
    box-shadow: 0;
    height: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: inherit;
    background: #666666;
    border-bottom: 1px solid white;
  }
  #content-container .product-view-features .feature-icons LI CENTER {
    height: auto;
  }
  #content-container .product-view-related {
    margin: 0;
  }
  #content-container .product-view .product-view-related {
    margin: 0;
  }
  #content-container .product-view .product-view-related .feature-columns .right {
    width: auto !important;
  }
  #content-container .product-view .product-view-related .feature-columns .left {
    width: auto;
  }
  #content-container .full ARTICLE {
    margin: 0;
    padding: 10px;
  }
  #content-container .product-view .feature-columns .right,
  #content-container .product-view .columns .right {
    width: auto;
  }
  IMG {
    width: 100%;
    height: auto;
  }
  .container980 {
    width: 100%;
    margin: 10px;
  }
  .container980 UL.category-news-rest {
    margin: 0;
  }
  FOOTER .inner {
    width: auto;
  }
  FOOTER .page-path-outer {
    display: none;
  }
  FOOTER .bottom-menu {
    height: auto;
  }
  FOOTER .bottom-menu UL {
    zoom: 1;
    *zoom: 1;
  }
  FOOTER .bottom-menu UL:before,
  FOOTER .bottom-menu UL:after {
    content: "";
    display: table;
  }
  FOOTER .bottom-menu UL:after {
    clear: both;
  }
  FOOTER .bottom-menu UL LI {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
  
    width: 33.33%;
    padding: 0;
    line-height: 110%;
    min-height: 45px;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
  }
  FOOTER .bottom-menu UL LI A {
    padding: 5px 10px;
  }
  FOOTER .bottom-menu UL LI.sep {
    display: none;
  }
  FOOTER .bottom-menu .inner .social-icons {
    float: none;
    padding: 10px;
    margin: 0;
  }
  FOOTER .bottom-menu .inner .social-icons LI {
    width: auto;
    float: left;
    padding: 0;
  }
  FOOTER .bottom-menu .inner .social-icons LI A {
    padding: 0;
  }
  FOOTER .product-categories {
    border-top: 1px solid #cccccc;
  }
  FOOTER .product-categories .inner {
    padding: 25px 0 10px 0;
  }
  FOOTER .product-categories .tab-content {
    display: none;
  }
  FOOTER .product-categories .inner #kenwood-logo {
    left: 10px;
  }
  FOOTER .product-categories .product-lines {
    width: 250px;
  }
  FOOTER #footer-bar-bottom IMG {
    width: auto;
    margin-left: 10px;
  }
  FOOTER #footer-bar-bottom .jvckenwood-copy {
    font-size: 11px;
    top: 27px;
  }
  ARTICLE TABLE {
    width: 100% !important;
  }
  ARTICLE TABLE TD {
    display: block;
  }
  ARTICLE .feature-columns TABLE TR TD {
    display: table-cell;
  }
  ARTICLE H1 {
    font-size: 20px;
  }
  ARTICLE IMG {
    width: 100% !important;
    height: auto !important;
  }
  #content-container .standard ARTICLE TABLE.form-registration TD {
    width: 100%;
  }
  #content-container .standard ARTICLE TABLE.form-registration TD.right {
    text-align: left;
    float: none;
  }
  #content-container .standard ARTICLE TABLE.form-registration INPUT[type=text] {
    width: 280px !important;
  }
  .homepage-widget {
    margin-top: 10px;
  }
  .homepage-widget .main-image {
    min-height: 0;
  }
}
