#contact-steps {
  min-height: 10em; }
  #contact-steps li {
    background: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    width: 10em;
    list-style: none;
    cursor: pointer; }
  #contact-steps .hidden {
    display: none; }
  #contact-steps #contact-step1 .private-audio {
    width: 90%; }
  #contact-steps #contact-step1 .professional-audio {
    width: 90%; }
  #contact-steps #contact-step2 li {
    width: 100%; }
  #contact-steps #contact-step3 label {
    display: inline;
    width: 40%; }
  #contact-steps #contact-step3 input, #contact-steps #contact-step3 select {
    width: auto;
    display: block; }
  #contact-steps #contact-step3 textarea {
    height: 12em;
    width: 51em; }

#faq dt dd {
  text-indent: 2em; }
.latest_news {
  margin: 0;
  padding: 0; }

h3.latest_news {
  height: 16%;
  font-size: small;
  line-height: 1em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-overflow: ellipsis; }
  h3.latest_news:last-child {
    border: none; }

p.published_on {
  height: 1em;
  color: gray;
  font-size: xx-small; }
/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=7d7d7d&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=101010&iconColorDefault=888888&bgColorHover=0096d6&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #7d7d7d url(/assets/jquery-ui/ui-bg_highlight-soft_75_7d7d7d_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #101010; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #101010; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #0096d6 url(/assets/jquery-ui/ui-bg_highlight-soft_75_0096d6_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/assets/jquery-ui/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/assets/jquery-ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/assets/jquery-ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/assets/jquery-ui/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/assets/jquery-ui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/assets/jquery-ui/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/assets/jquery-ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/assets/jquery-ui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/assets/jquery-ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Accordion 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
* qTip2 - Pretty powerful tooltips
* http://craigsworks.com/projects/qtip2/
*
* Version: nightly
* Copyright 2009-2010 Craig Michael Thompson - http://craigsworks.com
*
* Dual licensed under MIT or GPLv2 licenses
*   http://en.wikipedia.org/wiki/MIT_License
*   http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Mon Jun 18 08:09:07.0000000000 2012
*/

/* Core qTip styles */

.ui-tooltip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	border-width: 1px;
	border-style: solid;
}

	/* Fluid class for determining actual width in IE */
	.ui-tooltip-fluid{
		display: block;
		visibility: hidden;
		position: static !important;
		float: left !important;
	}

	.ui-tooltip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
		overflow: hidden;
	}

	.ui-tooltip-titlebar{
		position: relative;
		min-height: 14px;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.ui-tooltip-titlebar + .ui-tooltip-content{ border-top-width: 0px !important; }

		/*! Default close button class */
		.ui-tooltip-titlebar .ui-state-default{
			position: absolute;
			right: 4px;
			top: 50%;
			margin-top: -9px;

			cursor: pointer;
			outline: medium none;

			border-width: 1px;
			border-style: solid;
		}
		
		* html .ui-tooltip-titlebar .ui-state-default{ top: 16px; } /* IE fix */

		.ui-tooltip-titlebar .ui-icon,
		.ui-tooltip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
		}

		.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.ui-tooltip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus{

}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{
	
}


/*! Default tooltip style */
.ui-tooltip-default{
	border-color: #F1D031;
	background-color: #FFFFA3;
	color: #555;
}

	.ui-tooltip-default .ui-tooltip-titlebar{
		background-color: #FFEF93;
	}

	.ui-tooltip-default .ui-tooltip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{
		border-color: #AAA;
		color: #111;
	}

/* Tips plugin */
.ui-tooltip .ui-tooltip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.ui-tooltip .ui-tooltip-tip,
	.ui-tooltip .ui-tooltip-tip *{
		position: absolute;
		
		line-height: 0.1px !important;
		font-size: 0.1px !important;
		color: #123456;

		background: transparent;
		border: 0px dashed transparent;
	}
	
	.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }


/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}

/*! Light tooltip style */
.ui-tooltip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.ui-tooltip-light .ui-tooltip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.ui-tooltip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.ui-tooltip-dark .ui-tooltip-titlebar{
		background-color: #404040;
	}

	.ui-tooltip-dark .ui-tooltip-icon{
		border-color: #444;
	}

	.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.ui-tooltip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.ui-tooltip-cream .ui-tooltip-titlebar{
		background-color: #F0DE7D;
	}

	.ui-tooltip-cream .ui-state-default .ui-tooltip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.ui-tooltip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.ui-tooltip-red .ui-tooltip-titlebar{
		background-color: #F06D65;
	}

	.ui-tooltip-red .ui-state-default .ui-tooltip-icon{
		background-position: -102px 0;
	}

	.ui-tooltip-red .ui-tooltip-icon{
		border-color: #D95252;
	}

	.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.ui-tooltip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.ui-tooltip-green .ui-tooltip-titlebar{
		background-color: #B0DE78;
	}

	.ui-tooltip-green .ui-state-default .ui-tooltip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.ui-tooltip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.ui-tooltip-blue .ui-tooltip-titlebar{
		background-color: #D0E9F5;
	}

	.ui-tooltip-blue .ui-state-default .ui-tooltip-icon{
		background-position: -2px 0;
	}

/*! Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-rounded,
.ui-tooltip-tipsy,
.ui-tooltip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*! Youtube tooltip style */
.ui-tooltip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border-width: 0;

	background: #4A4A4A;
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: linear-gradient(to bottom,#4A4A4A 0,black 100%);
}

	.ui-tooltip-youtube .ui-tooltip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}
	
	.ui-tooltip-youtube .ui-tooltip-content{
		padding: .75em;
		font: 12px arial,sans-serif;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.ui-tooltip-youtube .ui-tooltip-icon{
		border-color: #222;
	}

	.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.ui-tooltip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

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

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.ui-tooltip-jtools .ui-tooltip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.ui-tooltip-jtools .ui-tooltip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.ui-tooltip-jtools .ui-tooltip-titlebar,
	.ui-tooltip-jtools .ui-tooltip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.ui-tooltip-jtools .ui-tooltip-icon{
		border-color: #555;
	}

	.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.ui-tooltip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.ui-tooltip-cluetip .ui-tooltip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}
	
	.ui-tooltip-cluetip .ui-tooltip-icon{
		border-color: #808064;
	}
	
	.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.ui-tooltip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0px solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.ui-tooltip-tipsy .ui-tooltip-titlebar{
		padding: 6px 35px 0 10;
		background-color: transparent;
	}

	.ui-tooltip-tipsy .ui-tooltip-content{
		padding: 6px 10;
	}
	
	.ui-tooltip-tipsy .ui-tooltip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.ui-tooltip-tipped{
	border: 3px solid #959FA9;

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

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.ui-tooltip-tipped .ui-tooltip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.ui-tooltip-tipped .ui-tooltip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.ui-tooltip-tipped .ui-tooltip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.ui-tooltip-bootstrap{
	font-size: 13px;
	line-height: 18px;

	color: #333333;
	background-color: #ffffff;


	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);

	*border-right-width: 2px;
	*border-bottom-width: 2px;

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

	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.ui-tooltip-bootstrap .ui-tooltip-titlebar{
		font-size: 18px;
		line-height: 22px;

		border-bottom: 1px solid #ccc;
		background-color: transparent;
	}

		.ui-tooltip-bootstrap .ui-tooltip-titlebar .ui-state-default{
			right: 9px; top: 49%;
			border-style: none;
		}

	.ui-tooltip-bootstrap .ui-tooltip-icon{
		background: white;
	}

		.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon{
			width: auto;
			height: auto;
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon:hover{
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{
	filter: none;
	-ms-filter: none;
}

.related_news {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  padding: 2px 0px; }
  .related_news:last-child {
    border: none;
    padding-bottom: 0px; }

h1.news_article {
  color: #0088cc;
  font: 24px/34px sans-serif; }

h2.news_article {
  color: #0088cc;
  font: 18px/26px sans-serif; }

article ul.news-article-images li {
  display: inline-block;
  color: #7d7d7d;
  min-height: 150px;
  font-size: 11px;
  line-height: 14px; }
  article ul.news-article-images li img {
    padding-bottom: 6px; }
  article ul.news-article-images li .caption-title {
    font-weight: bold;
    font-size: 12px; }
article ul.quotes {
  margin: 0px; }
  article ul.quotes li {
    list-style-type: none;
    background: none;
    margin-bottom: 18px; }
    article ul.quotes li .quotation-mark {
      width: 12px;
      height: 12px; }
    article ul.quotes li .quote-author {
      font-size: 12px;
      text-align: right; }
.press-contacts-list {
  padding: 6px 12px 6px 12px; }
  .press-contacts-list h2 {
    padding: 12px 12px 0 12px;
    font-weight: normal; }
  .press-contacts-list ul.regions {
    list-style-type: none; }
    .press-contacts-list ul.regions li {
      background: none;
      padding: 0 0 6px 0; }
      .press-contacts-list ul.regions li .region-header {
        border-top: 1px solid #d5d5d5; }
        .press-contacts-list ul.regions li .region-header .region-name {
          background: transparent url("/assets/gfx/arrow-3.png") left center no-repeat scroll;
          padding: 12px 0 8px 12px;
          margin-left: 12px; }
    .press-contacts-list ul.regions li.region-container.open .region-header .region-name {
      background: transparent url("/assets/gfx/arrow-3-right-rotation.png") left center no-repeat scroll; }
    .press-contacts-list ul.regions li.first .region-header {
      border-top: 0; }
  .press-contacts-list ul.areas {
    padding-left: 12px;
    margin-left: 12px; }
  .press-contacts-list ul.press-contacts {
    list-style-type: none;
    margin-left: 12px; }
    .press-contacts-list ul.press-contacts li {
      background: none;
      display: inline-block;
      width: 230px;
      height: 78px;
      padding: 6px 6px 9px 6px;
      vertical-align: top;
      color: #444444; }
      .press-contacts-list ul.press-contacts li .details, .press-contacts-list ul.press-contacts li .divisions {
        font-size: 12px;
        color: #7d7d7d;
        line-height: 16px; }
        .press-contacts-list ul.press-contacts li .details a, .press-contacts-list ul.press-contacts li .divisions a {
          color: #7d7d7d;
          text-decoration: underline !important; }
.see-others-sharing {
  font-size: 8pt !important;
  font-weight: normal; }

.product-attributes ul {
  display: inline; }
  .product-attributes ul li {
    font-size: 11px;
    background: none;
    display: inline;
    padding: 0; }
    .product-attributes ul li a:after {
      content: ","; }
    .product-attributes ul li a.last:after {
      content: ""; }

.new,
.special-product {
  position: relative; }
  .new .teaser-icon,
  .special-product .teaser-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 6px;
    background: #0089cc scroll;
    color: white;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase; }

div#accessories h3 {
  background: #c7c6c2;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #c7c6c2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #c7c6c2));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #c7c6c2 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #c7c6c2 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #c7c6c2 100%);
  background: linear-gradient(top, #f9f9f9 0%, #c7c6c2 100%);
  margin: 0 -24px 10px -24px;
  padding: 3px 0 3px 24px;
  font: normal 12px/18px "MS Sans Serif", Geneva, sans-serif;
  color: #7d7d7d; }
  div#accessories h3 span {
    background: url("/assets/standard/grey-row.gif") 0px center no-repeat;
    padding-left: 10px; }
div#accessories h3.opened span {
  background: url("/assets/standard/grey-row-down.gif") 0px center no-repeat; }
div#accessories ul li.line5 {
  width: auto;
  background: none; }
  div#accessories ul li.line5 .left {
    padding-left: 10px;
    width: 104px; }
    div#accessories ul li.line5 .left h4 {
      color: #666666;
      font-size: 12px;
      line-height: 14px;
      background: none; }

div.pane div.product-row div.product-infos {
  width: 396px;
  padding-bottom: 12px; }
div.pane div.product-row li {
  background: url(/assets/gfx/list-icon_2.png) no-repeat 0 5px;
  font-size: 11px;
  line-height: 14px;
  padding: 0 0 0 15px; }

div.qtip input[type=submit], div.qtip input[type=button] {
  width: 220px; }
  div.qtip input[type=submit].blue, div.qtip input[type=button].blue {
    background: #0096d6; }

.pane-full-width {
  position: relative;
  left: 232px;
  top: -12px; }

div.loupe {
  border: 1px solid white;
  outline: 1px solid gray;
  background-color: white; }
  div.loupe img {
    max-width: 900px;
    background-color: white; }

.product-advertisement-text textarea {
  width: 75%;
  height: 54px; }

article .stage.sidebar .buttons li.buy a.add_to_cart.spinner {
  background: url(/assets/gfx/spin.gif) no-repeat right center; }

article #articles.pane a.add_to_cart.spinner {
  padding-right: 30px;
  background: url(/assets/gfx/spin.gif) no-repeat right center; }

#shopping-cart .product.spinner {
  background: url(/assets/gfx/spin.gif) no-repeat;
  background-position: bottom 4px right 0px; }
.dBlock.clearfix.search-topic-head {
  background: transparent;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 8px 0;
  margin: 40px 0 20px; }

#reviews {
  position: relative; }
  #reviews .review-aggregate {
    margin-bottom: 0px; }
    #reviews .review-aggregate .review-count, #reviews .review-aggregate .rating, #reviews .review-aggregate .stars {
      float: left; }
    #reviews .review-aggregate .stars {
      margin-right: 10px; }
    #reviews .review-aggregate .rating {
      margin-top: -1px;
      margin-left: 10px; }
    #reviews .review-aggregate .review-count {
      font-size: 10px;
      margin-left: 20px;
      margin-top: -1px; }
  #reviews ul.product-reviews li {
    background: none;
    margin-left: 0px;
    padding-left: 0px;
    clear: both;
    margin-top: 30px; }
    #reviews ul.product-reviews li:first-child {
      margin-top: 20px; }
    #reviews ul.product-reviews li article {
      overflow: hidden; }
      #reviews ul.product-reviews li article .review-sidebar {
        float: left;
        width: 124px;
        padding: 3px 12px 0 24px; }
        #reviews ul.product-reviews li article .review-sidebar p {
          font-size: 11px;
          line-height: 14px;
          color: #7d7d7d;
          margin: 0 0 5px; }
          #reviews ul.product-reviews li article .review-sidebar p.nickname {
            margin-bottom: 0px; }
          #reviews ul.product-reviews li article .review-sidebar p.location {
            margin-bottom: 10px; }
        #reviews ul.product-reviews li article .review-sidebar h3 {
          margin-top: 12px;
          margin-bottom: 12px; }
      #reviews ul.product-reviews li article .label {
        color: #0096d6;
        background: none; }
      #reviews ul.product-reviews li article .center p {
        width: 380px;
        font-size: 13px;
        margin: 0px;
        margin-top: 5px; }
        #reviews ul.product-reviews li article .center p span {
          padding: 0px; }
      #reviews ul.product-reviews li article .center .tags p {
        font-size: 11px;
        line-height: 14px;
        color: #7d7d7d; }
  #reviews .reviews-toggler {
    position: absolute;
    top: 0px;
    right: 0px; }
  #reviews .no-reviews {
    font-style: italic;
    margin-top: 15px; }
  #reviews #write-a-review-toggler {
    position: absolute;
    top: 0px;
    right: 0px; }

article .stage.sidebar .key_features {
  margin-bottom: 0p; }

article .review-main {
  width: 410px; }
  article .review-main .tags {
    margin-top: 32px; }
    article .review-main .tags .p {
      margin: 0; }

.sidebar.stage .review-aggregate {
  padding: 12px 12px 12px 24px; }
  .sidebar.stage .review-aggregate .stars {
    margin-bottom: 5px; }
  .sidebar.stage .review-aggregate .average,
  .sidebar.stage .review-aggregate .best {
    padding: 2px;
    margin-top: 2px; }
  .sidebar.stage .review-aggregate .review-count {
    font-size: 11px; }

.stars {
  display: block;
  height: 12px;
  width: 76px; }
  .stars.stars-big {
    height: 16px;
    width: 100px; }
    .stars.stars-big.stars-0-0 {
      background-image: url("/assets/gfx/ratings/star-set_16x16-0-0.png"); }
    .stars.stars-big.stars-0-5 {
      background-image: url("/assets/gfx/ratings/star-set_16x16-0-5.png"); }
    .stars.stars-big.stars-1-0 {
      background-image: url("/assets/gfx/ratings/star-set_16x16-1-0.png"); }
    .stars.stars-big.stars-1-5 {
      background-image: url("/assets/gfx/ratings/star-set_16x16-1-5.png"); }
    .stars.stars-big.stars-2-0 {
      background-image: url("/assets/gfx/ratings/star-set_16x16-2-0.png"); }
    .stars.stars-big.stars-2-5 {
      background-image: url("/assets/gfx/ratings/star-set_16x16-2-5.png"); }
    .stars.stars-big.stars-3-0 {
      background-image: url("/assets/gfx/ratings/star-set_16x16-3-0.png"); }
    .stars.stars-big.stars-3-5 {
      background-image: url("/assets/gfx/ratings/star-set_16x16-3-5.png"); }
    .stars.stars-big.stars-4-0 {
      background-image: url("/assets/gfx/ratings/star-set_16x16-4-0.png"); }
    .stars.stars-big.stars-4-5 {
      background-image: url("/assets/gfx/ratings/star-set_16x16-4-5.png"); }
    .stars.stars-big.stars-5-0 {
      background-image: url("/assets/gfx/ratings/star-set_16x16-5-0.png"); }
  .stars.stars-0-0 {
    background-image: url("/assets/gfx/ratings/star-set_12x12-0-0.png"); }
  .stars.stars-0-5 {
    background-image: url("/assets/gfx/ratings/star-set_12x12-0-5.png"); }
  .stars.stars-1-0 {
    background-image: url("/assets/gfx/ratings/star-set_12x12-1-0.png"); }
  .stars.stars-1-5 {
    background-image: url("/assets/gfx/ratings/star-set_12x12-1-5.png"); }
  .stars.stars-2-0 {
    background-image: url("/assets/gfx/ratings/star-set_12x12-2-0.png"); }
  .stars.stars-2-5 {
    background-image: url("/assets/gfx/ratings/star-set_12x12-2-5.png"); }
  .stars.stars-3-0 {
    background-image: url("/assets/gfx/ratings/star-set_12x12-3-0.png"); }
  .stars.stars-3-5 {
    background-image: url("/assets/gfx/ratings/star-set_12x12-3-5.png"); }
  .stars.stars-4-0 {
    background-image: url("/assets/gfx/ratings/star-set_12x12-4-0.png"); }
  .stars.stars-4-5 {
    background-image: url("/assets/gfx/ratings/star-set_12x12-4-5.png"); }
  .stars.stars-5-0 {
    background-image: url("/assets/gfx/ratings/star-set_12x12-5-0.png"); }

#reviews.active {
  width: 748px;
  background: white;
  margin-top: -12px;
  margin-bottom: -12px;
  padding-top: 12px; }
  #reviews.active #hide-write-a-review {
    right: 25px;
    top: 12px; }

.gaming-shop-stage .stars {
  float: right;
  margin-top: 3px; }
.gaming-shop-stage .review-aggregate {
  width: 100%; }
.dealer-locator .short-note {
  font-size: 10px;
  color: #7d7d7d;
  margin-left: 12px; }
.dealer-locator h1.locatorHeadline {
  margin: 10px 0 0 10px;
  color: #7d7d7d;
  font-size: 22px;
  line-height: 24px;
  font-weight: normal; }
.dealer-locator .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5); }
  .dealer-locator .overlay div.layerContentWrapper {
    position: fixed;
    z-index: 8;
    height: 400px;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px; }
    .dealer-locator .overlay div.layerContentWrapper div.layerContent {
      background: white;
      position: relative;
      padding: 50px 40px; }
      .dealer-locator .overlay div.layerContentWrapper div.layerContent div.closeButton {
        position: absolute;
        right: 15px;
        top: 15px; }
        .dealer-locator .overlay div.layerContentWrapper div.layerContent div.closeButton a {
          font-size: 20px;
          font-weight: bold;
          line-height: 20px;
          color: #444446; }
      .dealer-locator .overlay div.layerContentWrapper div.layerContent div.online_dealers_list {
        height: 200px;
        overflow: auto;
        margin-top: 20px; }
        .dealer-locator .overlay div.layerContentWrapper div.layerContent div.online_dealers_list ul li {
          margin-bottom: 15px; }
.dealer-locator form#locator fieldset {
  background-color: #eeeeee;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #d3d4d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d3d4d6));
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #d3d4d6 100%);
  background: -o-linear-gradient(top, #f1f1f1 0%, #d3d4d6 100%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, #d3d4d6 100%);
  background: linear-gradient(top, #f1f1f1 0%, #d3d4d6 100%);
  color: #676767;
  margin: 12px;
  padding: 6px;
  font-family: Microsoft Sans Serif, Verdana, Helvetica, sans-serif;
  color: #7d7d7d; }
  .dealer-locator form#locator fieldset .field {
    display: inline-block;
    width: 162px;
    margin: 6px; }
  .dealer-locator form#locator fieldset .field.full {
    width: 100%; }
  .dealer-locator form#locator fieldset select {
    width: 54px;
    height: 25px; }
  .dealer-locator form#locator fieldset input, .dealer-locator form#locator fieldset select.large {
    width: 156px;
    color: #7d7d7d;
    padding: 2px 4px 1px 4px; }
  .dealer-locator form#locator fieldset .btn2 {
    padding: 0 24px 0 24px;
    color: #d5d5d5;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    border-radius: 0px;
    border: 1px solid;
    display: inline-block;
    margin: 3px; }
  .dealer-locator form#locator fieldset .btn2:hover {
    color: white; }
  .dealer-locator form#locator fieldset input.btn2 {
    height: 32px; }
  .dealer-locator form#locator fieldset input[type='checkbox'] {
    width: auto;
    margin: 6px; }
  .dealer-locator form#locator fieldset label {
    width: 140px;
    margin: 6px 0;
    font-family: Microsoft Sans Serif, Verdana, Helvetica, sans-serif;
    color: #7d7d7d; }
.dealer-locator form#locator .location_form.short {
  width: 356px; }
.dealer-locator form#locator .location_form.large {
  width: 420px;
  padding-left: 16px; }
.dealer-locator form#locator ul {
  margin-left: 0;
  margin-bottom: 0px;
  padding: 0;
  list-style-type: none; }
  .dealer-locator form#locator ul li.half {
    display: inline-block;
    margin: 6px;
    vertical-align: top; }
    .dealer-locator form#locator ul li.half input, .dealer-locator form#locator ul li.half select {
      vertical-align: top; }
  .dealer-locator form#locator ul li.product-groups {
    width: 552px;
    font-size: 12px; }
    .dealer-locator form#locator ul li.product-groups div {
      float: left; }
    .dealer-locator form#locator ul li.product-groups li {
      line-height: 24px; }
  .dealer-locator form#locator ul .categories {
    width: 180px; }
    .dealer-locator form#locator ul .categories ul li a {
      margin-left: 12px;
      color: #7d7d7d; }
    .dealer-locator form#locator ul .categories ul li.active {
      background-color: #666666; }
      .dealer-locator form#locator ul .categories ul li.active a {
        color: white; }
  .dealer-locator form#locator ul .sub-categories {
    width: 372px;
    background-color: #666666;
    color: #cdcdcd; }
    .dealer-locator form#locator ul .sub-categories .specialisation_name {
      margin: 5px;
      width: 100%; }
    .dealer-locator form#locator ul .sub-categories ul {
      padding: 3px 3px 6px 3px; }
      .dealer-locator form#locator ul .sub-categories ul li {
        display: inline-block;
        float: left;
        width: 172px;
        background: url("/assets/gfx/list-icon_6.png") 0 50% no-repeat;
        color: #bcbcbc;
        font-size: 11px;
        padding: 0;
        margin: 0 0 0px 10px; }
        .dealer-locator form#locator ul .sub-categories ul li a {
          color: #bcbcbc;
          display: block;
          padding: 0 0 0 17px;
          line-height: 155%; }
      .dealer-locator form#locator ul .sub-categories ul li.active {
        background: url("/assets/gfx/list-icon_3.png") 0 50% no-repeat;
        color: white; }
.dealer-locator .locator-map-wrapper ul {
  margin: 0; }
.dealer-locator .locator-map-wrapper li {
  display: inline-block;
  margin: 0; }
.dealer-locator .locator-map-wrapper > ul {
  font-size: 12px;
  margin-left: 0; }
  .dealer-locator .locator-map-wrapper > ul > li {
    height: 450px;
    margin: 6px;
    vertical-align: top; }
    .dealer-locator .locator-map-wrapper > ul > li a {
      color: #7d7d7d; }
      .dealer-locator .locator-map-wrapper > ul > li a li a {
        color: #0088cc; }
  .dealer-locator .locator-map-wrapper > ul li#markers {
    width: 320px;
    overflow-y: scroll; }
    .dealer-locator .locator-map-wrapper > ul li#markers ul#markers_list {
      width: 300px; }
      .dealer-locator .locator-map-wrapper > ul li#markers ul#markers_list li:first-child {
        width: 100%; }
      .dealer-locator .locator-map-wrapper > ul li#markers ul#markers_list li:hover:not(.intro_text) {
        background-color: #efefef; }
      .dealer-locator .locator-map-wrapper > ul li#markers ul#markers_list li.intro_text {
        margin: 3px 3px 3px 20px;
        color: #7d7d7d;
        font-family: Microsoft Sans Serif, Verdana, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px; }
      .dealer-locator .locator-map-wrapper > ul li#markers ul#markers_list .dealer-wrapper {
        width: 300px;
        border-bottom: 1px dotted #bcbcbe;
        padding: 10px 5px;
        position: relative; }
        .dealer-locator .locator-map-wrapper > ul li#markers ul#markers_list .dealer-wrapper ul.dealer-infos {
          padding-left: 40px; }
        .dealer-locator .locator-map-wrapper > ul li#markers ul#markers_list .dealer-wrapper ul.dealer-infos li {
          width: 100%;
          line-height: 16px;
          border: 0px solid black;
          list-style: none; }
        .dealer-locator .locator-map-wrapper > ul li#markers ul#markers_list .dealer-wrapper .bigger, .dealer-locator .locator-map-wrapper > ul li#markers ul#markers_list .dealer-wrapper .bigger a {
          width: 210px;
          font-size: 14px;
          color: #0088cc; }
        .dealer-locator .locator-map-wrapper > ul li#markers ul#markers_list .dealer-wrapper .locationCounter {
          position: absolute;
          top: 10px;
          left: 10px;
          display: block;
          background: url("/assets/gfx/dealer_locator_circle.png") 0 0 no-repeat;
          width: 24px;
          height: 22px;
          padding-top: 2px;
          text-align: center;
          color: white; }
.dealer-locator .locator-map-wrapper .leaflet-control-zoom-in {
  text-indent: 9px; }
.dealer-locator .locator-map-wrapper .leaflet-control-zoom-out {
  text-indent: 11px; }
.dealer-locator .locator-map-wrapper .leaflet-popup-content {
  margin: 16px;
  padding: 0px; }
  .dealer-locator .locator-map-wrapper .leaflet-popup-content .address {
    font-size: 12px;
    line-height: 18px; }
  .dealer-locator .locator-map-wrapper .leaflet-popup-content .note {
    color: #666666;
    font-size: 10px;
    line-height: 12px; }

/* custom */
.map_container {
  position: relative;
  padding: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc #cccccc #999999 #cccccc;
  -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
  width: 600px;
  height: 432px;
  overflow: hidden; }
  .map_container #map {
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 98%;
    height: 98%; }
    .map_container #map label {
      width: auto;
      display: inline; }
.dealer-locator.us-dealer-locator {
  padding: 24px 12px;
  width: 944px; }
  .dealer-locator.us-dealer-locator h1 {
    color: black;
    display: inline;
    float: left;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 8px 0 0; }
  .dealer-locator.us-dealer-locator h2 {
    color: #0096d6;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 8px 10px 0; }
  .dealer-locator.us-dealer-locator h3 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px; }
  .dealer-locator.us-dealer-locator .product-name {
    font-size: 24px;
    line-height: 24px; }
  .dealer-locator.us-dealer-locator ul.tabs {
    clear: both;
    margin: 12px 0 6px 0; }
    .dealer-locator.us-dealer-locator ul.tabs li {
      background: #0096d6;
      border: 1px solid #0096d6;
      border-bottom: none;
      display: inline;
      margin: 0 12px 0 0;
      padding: 10px 10px 8px 10px; }
      .dealer-locator.us-dealer-locator ul.tabs li a {
        color: white;
        font-size: 22px;
        text-transform: capitalize; }
      .dealer-locator.us-dealer-locator ul.tabs li:hover, .dealer-locator.us-dealer-locator ul.tabs li.active {
        background: white; }
        .dealer-locator.us-dealer-locator ul.tabs li:hover a, .dealer-locator.us-dealer-locator ul.tabs li.active a {
          color: #0096d6; }
  .dealer-locator.us-dealer-locator .lefty {
    float: left;
    width: 450px; }
    .dealer-locator.us-dealer-locator .lefty p {
      margin: 0 0 6px 0; }
  .dealer-locator.us-dealer-locator ul.logos {
    list-style: none;
    max-height: 220px;
    margin: 0 0 12px 0;
    overflow: hidden;
    width: 440px; }
    .dealer-locator.us-dealer-locator ul.logos li {
      display: inline;
      height: 60px;
      line-height: 40px;
      margin: 12px 12px 0 0;
      width: 132px; }
  .dealer-locator.us-dealer-locator .short-note {
    clear: both;
    font-size: 12px;
    margin: 6px 0; }
  .dealer-locator.us-dealer-locator ul.dealers {
    clear: both;
    margin: 0 0 6px 0; }
    .dealer-locator.us-dealer-locator ul.dealers li {
      display: inline;
      margin: 0 4px 0 0; }
      .dealer-locator.us-dealer-locator ul.dealers li a {
        font-size: 10px;
        text-transform: capitalize; }
  .dealer-locator.us-dealer-locator input textarea {
    border: 1px solid #cccccc; }
  .dealer-locator.us-dealer-locator input.button {
    background: #0096d6;
    border: 1px solid #666666;
    color: white; }
  .dealer-locator.us-dealer-locator .tabbed-container {
    border: 1px solid #0096d6;
    margin: 0 0 12px;
    padding: 12px;
    height: 700px; }
  .dealer-locator.us-dealer-locator .online-dealer-list ul.odl-navigate {
    margin: 0 0 10px 0; }
    .dealer-locator.us-dealer-locator .online-dealer-list ul.odl-navigate li {
      display: inline;
      margin: 0 3px 0 0; }
      .dealer-locator.us-dealer-locator .online-dealer-list ul.odl-navigate li:hover {
        background: #0096d6;
        color: white; }
  .dealer-locator.us-dealer-locator .online-dealer-list ul.odl {
    width: 440px;
    height: 310px;
    margin: 0 0 10px 0;
    overflow-y: scroll; }
    .dealer-locator.us-dealer-locator .online-dealer-list ul.odl li {
      border-top: 1px solid #cccccc;
      color: #999999;
      padding: 5px 10px; }
      .dealer-locator.us-dealer-locator .online-dealer-list ul.odl li a {
        display: block; }
  .dealer-locator.us-dealer-locator form.dealer-locator-search fieldset {
    margin: 0 0 12px 0; }
  .dealer-locator.us-dealer-locator form.dealer-locator-search label {
    text-align: center; }
  .dealer-locator.us-dealer-locator form.dealer-locator-search label, .dealer-locator.us-dealer-locator form.dealer-locator-search div {
    font-size: 12px;
    color: #7d7d7d; }
  .dealer-locator.us-dealer-locator form.dealer-locator-search label.locator-category, .dealer-locator.us-dealer-locator form.dealer-locator-search select.locator-category {
    width: 200px; }
  .dealer-locator.us-dealer-locator form.dealer-locator-search label.locator-location, .dealer-locator.us-dealer-locator form.dealer-locator-search input.locator-location {
    width: 300px; }
  .dealer-locator.us-dealer-locator form.dealer-locator-search select.search-radius {
    display: block;
    width: 200px; }
  .dealer-locator.us-dealer-locator form.dealer-locator-search .floaty {
    float: left;
    margin-right: 3px; }
  .dealer-locator.us-dealer-locator form.dealer-locator-search div.locator-product-name {
    clear: both; }
  .dealer-locator.us-dealer-locator form.dealer-locator-search .locator-submit {
    margin-top: 27px; }
  .dealer-locator.us-dealer-locator .locator-map-wrapper li#markers {
    height: 450px;
    width: 282px;
    margin: 10px 6px 10px 0;
      margin-overflow-y: scroll; }
  .dealer-locator.us-dealer-locator .locator-map-wrapper li#gmap {
    height: 460px; }
  .dealer-locator.us-dealer-locator .out-of-screen {
    position: absolute;
    left: -10000px; }

.authorized-dealers {
  background: white !important; }
  .authorized-dealers a {
    display: inline !important; }
  .authorized-dealers h1 {
    display: block !important;
    float: none !important;
    margin-bottom: 15px; }
  .authorized-dealers .online-dealer-list ul.odl {
    height: auto !important;
    width: auto !important; }
.regular-font {
  font-family: "sennheiserdemi", Microsoft Sans Serif, Verdana, Helvetica, sans-serif; }

.bold-font {
  font-family: "sennheiserbold", Microsoft Sans Serif, Verdana, Helvetica, sans-serif; }

.thin-font {
  font-family: "sennheiserbook", Microsoft Sans Serif, Verdana, Helvetica, sans-serif; }

.strong, .little-fake-title, .product-stage-v2.product-stage ul.breadcrumbs li.current, .product-stage-v2.product-stage .product-sidebar .reviews, .product-stage-v2.product-stage .product-sidebar .choose-color span, .product-stage-v2.product-stage .product-sidebar .product-number span {
  font-weight: bold; }

.no-text {
  text-indent: -9999em; }

.product-stage-v2.product-stage {
  font-family: "Microsoft Sans Serif", Verdana, Helvetica, sans-serif;
  height: 503px;
  background: url("/assets/momentum/slices/shop_background.jpg") no-repeat center 0 #454547;
  font-size: 11px !important;
  color: white;
  height: 550px;
  width: 970px;
  margin: 0 0 11px 11px;
  float: none;
  margin: 0px;
  height: 550px;
  width: 990px;
  margin: 0 0 0 0; }
  .product-stage-v2.product-stage ul, .product-stage-v2.product-stage ul li, .product-stage-v2.product-stage .sidebar h1, .product-stage-v2.product-stage .description {
    margin: 0;
    padding: 0;
    background: none; }
  .product-stage-v2.product-stage a {
    color: #7d7d7d; }
  .product-stage-v2.product-stage h1, .product-stage-v2.product-stage h2, .product-stage-v2.product-stage h3, .product-stage-v2.product-stage h4, .product-stage-v2.product-stage h5 {
    font-weight: normal;
    color: inherit; }
  .product-stage-v2.product-stage ul.breadcrumbs {
    height: 48px;
    margin: 0 0 0 24px; }
    .product-stage-v2.product-stage ul.breadcrumbs li {
      float: left;
      height: 20px;
      margin: 0 14px 0 0; }
      .product-stage-v2.product-stage ul.breadcrumbs li a {
        float: left;
        height: 100%;
        width: 100%;
        padding: 22px 0 0; }
  .product-stage-v2.product-stage .medium-container {
    float: left;
    height: 500px;
    width: 653px;
    margin: 35px 0 0 0;
    position: relative;
    line-height: 500px;
    border: 0px solid transparent; }
    .product-stage-v2.product-stage .medium-container .product-slider {
      height: 100%;
      width: 100%; }
      .product-stage-v2.product-stage .medium-container .product-slider img {
        max-width: 490px;
        max-height: 360px;
        vertical-align: middle; }
      .product-stage-v2.product-stage .medium-container .product-slider .product-image {
        overflow: hidden;
        width: 653px;
        height: 504px; }
        .product-stage-v2.product-stage .medium-container .product-slider .product-image img {
          position: relative; }
    .product-stage-v2.product-stage .medium-container ul.thumbs-nav {
      position: absolute;
      bottom: 23px;
      left: 175px; }
      .product-stage-v2.product-stage .medium-container ul.thumbs-nav li {
        float: left;
        height: 65px;
        width: 57px;
        margin: 0 10px 0 0;
        border-bottom: 4px solid #e5e5e5; }
        .product-stage-v2.product-stage .medium-container ul.thumbs-nav li.current, .product-stage-v2.product-stage .medium-container ul.thumbs-nav li:hover {
          border-color: #bfbfbf; }
        .product-stage-v2.product-stage .medium-container ul.thumbs-nav li.active {
          border-color: #0096d6; }
        .product-stage-v2.product-stage .medium-container ul.thumbs-nav li img {
          cursor: pointer; }
    .product-stage-v2.product-stage .medium-container span.arrow {
      cursor: pointer;
      diplay: block;
      height: 115px;
      width: 54px;
      position: absolute;
      top: 154px; }
      .product-stage-v2.product-stage .medium-container span.arrow.left {
        left: 27px; }
      .product-stage-v2.product-stage .medium-container span.arrow.right {
        right: 17px; }
  .product-stage-v2.product-stage .product-sidebar {
    float: right;
    height: 500px;
    width: 267px;
    padding: 0 24px; }
    .product-stage-v2.product-stage .product-sidebar .up-description {
      width: 236px;
      margin: 0; }
    .product-stage-v2.product-stage .product-sidebar h1.product-title {
      font-size: 42px;
      width: 236px;
      margin: 0 -3px 10px;
      line-height: 30px; }
    .product-stage-v2.product-stage .product-sidebar .description {
      font-size: inherit;
      height: 84px;
      width: 236px;
      line-height: 16px;
      overflow: hidden; }
    .product-stage-v2.product-stage .product-sidebar .reviews {
      height: 87px;
      width: 236px; }
      .product-stage-v2.product-stage .product-sidebar .reviews .reviews-counter {
        margin: 4px 0 0; }
        .product-stage-v2.product-stage .product-sidebar .reviews .reviews-counter div {
          float: left; }
      .product-stage-v2.product-stage .product-sidebar .reviews ul {
        margin: 22px 0 0; }
        .product-stage-v2.product-stage .product-sidebar .reviews ul li {
          float: left; }
          .product-stage-v2.product-stage .product-sidebar .reviews ul li a {
            margin: 0 10px 0 0;
            padding: 0 12px 0 0;
            background: url("/assets/gfx/new-product/review-link.png") no-repeat 100% 50% transparent; }
    .product-stage-v2.product-stage .product-sidebar .choose-color {
      height: 31px;
      width: 236px; }
      .product-stage-v2.product-stage .product-sidebar .choose-color span, .product-stage-v2.product-stage .product-sidebar .choose-color ul {
        float: left; }
      .product-stage-v2.product-stage .product-sidebar .choose-color ul {
        margin: 3px 3px 3px 5px; }
        .product-stage-v2.product-stage .product-sidebar .choose-color ul li {
          float: left;
          height: 16px;
          width: 16px;
          margin: 0 1px 0 0;
          cursor: pointer; }
          .product-stage-v2.product-stage .product-sidebar .choose-color ul li.black {
            background: url("/assets/momentum/slices/color_chooser/black.png") no-repeat 0 0 transparent; }
          .product-stage-v2.product-stage .product-sidebar .choose-color ul li.brown {
            background: url("/assets/momentum/slices/color_chooser/brown.png") no-repeat 0 0 transparent; }
    .product-stage-v2.product-stage .product-sidebar .product-number,
    .product-stage-v2.product-stage .product-sidebar .product-price {
      float: left;
      height: 40px;
      width: 120px; }
      .product-stage-v2.product-stage .product-sidebar .product-number span,
      .product-stage-v2.product-stage .product-sidebar .product-price span {
        display: block; }
    .product-stage-v2.product-stage .product-sidebar .product-number span {
      height: 23px; }
    .product-stage-v2.product-stage .product-sidebar .product-price span {
      font-size: 9px; }
      .product-stage-v2.product-stage .product-sidebar .product-price span.price {
        font-size: 20px;
        text-align: right; }
    .product-stage-v2.product-stage .product-sidebar .buy-or-continue {
      position: relative;
      height: 118px;
      clear: both; }
      .product-stage-v2.product-stage .product-sidebar .buy-or-continue li {
        float: left;
        height: 30px;
        width: 120px;
        margin: 17px 1px 0; }
        .product-stage-v2.product-stage .product-sidebar .buy-or-continue li.continue {
          height: 27px;
          width: 112px; }
          .product-stage-v2.product-stage .product-sidebar .buy-or-continue li.continue a {
            float: left;
            height: 100%;
            width: 100%;
            padding: 4px 0 0 6px;
            background: url("/assets/momentum/slices/dealer_button.png") no-repeat 0 0 transparent;
            color: white; }
        .product-stage-v2.product-stage .product-sidebar .buy-or-continue li.buy a {
          position: absolute;
          top: 11px;
          right: 0;
          height: 57px;
          width: 100px;
          padding: 11px 0 0 41px;
          background: url("/assets/momentum/slices/buy_ribbon.png") no-repeat 0 0 transparent;
          color: white;
          font-size: 14px; }
  .product-stage-v2.product-stage p, .product-stage-v2.product-stage h1 {
    position: static; }
  .product-stage-v2.product-stage .choose-color-placeholder {
    height: 50px; }
  .product-stage-v2.product-stage .thumbs-nav {
    display: none; }
  .product-stage-v2.product-stage .product-name {
    margin-top: 75px; }
img.search-list {
  width: 155px;
  height: 155px; }

img.search-zoom {
  width: 300px;
  height: 300px; }
/* Project: CirclePlayer
 * http://www.jplayer.org
 *
 * Copyright (c) 2012 Happyworm Ltd
 *
 * Author: Silvia Benvenuti
 * Edited by: Mark J Panaghiston
 * Date: 2nd October 2012
 * Artwork inspired by: http://forrst.com/posts/Untitled-CJz
 */
div.gamingRedesign .cp-jplayer {
  width: 0;
  height: 0; }
div.gamingRedesign #zrgamingalt, div.gamingRedesign .audio-player-wrapper {
  /* This is needed when progress is greater than 50% or for fallback */
  margin-left: 0;
  color: #333333; }
  div.gamingRedesign #zrgamingalt .cp-container, div.gamingRedesign .audio-player-wrapper .cp-container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 86px;
    /* 200 - (2 * 48) */
    height: 86px;
    background: url("/assets/gaming/circle_player/background.png") 0 0 no-repeat;
    padding: 0px;
    margin: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* FALLBACK for .progress
     * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
     * (It needs the container selector to work. Or use div) */ }
    div.gamingRedesign #zrgamingalt .cp-container :focus, div.gamingRedesign .audio-player-wrapper .cp-container :focus {
      border: none;
      outline: 0; }
    div.gamingRedesign #zrgamingalt .cp-container .cp-fallback, div.gamingRedesign .audio-player-wrapper .cp-container .cp-fallback {
      background: url("/assets/gaming/circle_player/progress_sprite.gif") no-repeat;
      background-position: 0 82px; }
  div.gamingRedesign #zrgamingalt .cp-buffer-1, div.gamingRedesign #zrgamingalt .cp-buffer-2, div.gamingRedesign #zrgamingalt .cp-progress-1, div.gamingRedesign #zrgamingalt .cp-progress-2, div.gamingRedesign .audio-player-wrapper .cp-buffer-1, div.gamingRedesign .audio-player-wrapper .cp-buffer-2, div.gamingRedesign .audio-player-wrapper .cp-progress-1, div.gamingRedesign .audio-player-wrapper .cp-progress-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 82px;
    clip: rect(0px, 41px, 82px, 0px);
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    border-radius: 52px; }
  div.gamingRedesign #zrgamingalt .cp-buffer-1, div.gamingRedesign #zrgamingalt .cp-buffer-2, div.gamingRedesign .audio-player-wrapper .cp-buffer-1, div.gamingRedesign .audio-player-wrapper .cp-buffer-2 {
    background: url("/assets/gaming/circle_player/buffer.png") 0 0 no-repeat; }
  div.gamingRedesign #zrgamingalt .cp-progress-1, div.gamingRedesign #zrgamingalt .cp-progress-2, div.gamingRedesign .audio-player-wrapper .cp-progress-1, div.gamingRedesign .audio-player-wrapper .cp-progress-2 {
    background: url("/assets/gaming/circle_player/progress.png") 0 0 no-repeat; }
  div.gamingRedesign #zrgamingalt .cp-buffer-holder, div.gamingRedesign #zrgamingalt .cp-progress-holder, div.gamingRedesign .audio-player-wrapper .cp-buffer-holder, div.gamingRedesign .audio-player-wrapper .cp-progress-holder {
    position: absolute;
    margin: 2px;
    width: 82px;
    height: 82px; }
  div.gamingRedesign #zrgamingalt .cp-circle-control, div.gamingRedesign .audio-player-wrapper .cp-circle-control {
    position: absolute;
    margin: 2px;
    width: 82px;
    height: 82px;
    cursor: pointer; }
  div.gamingRedesign #zrgamingalt .cp-buffer-holder, div.gamingRedesign #zrgamingalt .cp-progress-holder, div.gamingRedesign .audio-player-wrapper .cp-buffer-holder, div.gamingRedesign .audio-player-wrapper .cp-progress-holder {
    clip: rect(0px, 82px, 82px, 41px);
    display: none; }
  div.gamingRedesign #zrgamingalt .cp-buffer-holder.cp-gt50, div.gamingRedesign #zrgamingalt .cp-progress-holder.cp-gt50, div.gamingRedesign #zrgamingalt .cp-progress-1.cp-fallback, div.gamingRedesign .audio-player-wrapper .cp-buffer-holder.cp-gt50, div.gamingRedesign .audio-player-wrapper .cp-progress-holder.cp-gt50, div.gamingRedesign .audio-player-wrapper .cp-progress-1.cp-fallback {
    clip: rect(auto, auto, auto, auto); }
  div.gamingRedesign #zrgamingalt .cp-controls, div.gamingRedesign .audio-player-wrapper .cp-controls {
    margin: 0;
    padding: 15px; }
    div.gamingRedesign #zrgamingalt .cp-controls li, div.gamingRedesign .audio-player-wrapper .cp-controls li {
      list-style-type: none;
      display: block;
      padding: 0;
      background: none;
      /*IE Fix */
      position: absolute; }
      div.gamingRedesign #zrgamingalt .cp-controls li a, div.gamingRedesign .audio-player-wrapper .cp-controls li a {
        position: relative;
        display: block;
        width: 57px;
        height: 57px;
        text-indent: -9999px;
        z-index: 1;
        cursor: pointer; }
    div.gamingRedesign #zrgamingalt .cp-controls .cp-play, div.gamingRedesign .audio-player-wrapper .cp-controls .cp-play {
      background: url("/assets/gaming/circle_player/controls.png") 0 0 no-repeat; }
      div.gamingRedesign #zrgamingalt .cp-controls .cp-play:hover, div.gamingRedesign .audio-player-wrapper .cp-controls .cp-play:hover {
        background: url("/assets/gaming/circle_player/controls.png") -58px 0 no-repeat; }
    div.gamingRedesign #zrgamingalt .cp-controls .cp-pause, div.gamingRedesign .audio-player-wrapper .cp-controls .cp-pause {
      background: url("/assets/gaming/circle_player/controls.png") -1px -57px no-repeat; }
      div.gamingRedesign #zrgamingalt .cp-controls .cp-pause:hover, div.gamingRedesign .audio-player-wrapper .cp-controls .cp-pause:hover {
        background: url("/assets/gaming/circle_player/controls.png") -58px -57px no-repeat; }
  div.gamingRedesign #zrgamingalt .section, div.gamingRedesign .audio-player-wrapper .section {
    width: 968px;
    height: 644px;
    color: #333333; }
    div.gamingRedesign #zrgamingalt .section.test-sound, div.gamingRedesign .audio-player-wrapper .section.test-sound {
      position: relative;
      background: transparent url("/assets/gaming/circle_player/section_background.jpg"); }
      div.gamingRedesign #zrgamingalt .section.test-sound h2, div.gamingRedesign .audio-player-wrapper .section.test-sound h2 {
        font: 50px/49px "sennheiserbold", sans-serif;
        text-transform: uppercase;
        margin-bottom: 0px;
        color: #333333; }
      div.gamingRedesign #zrgamingalt .section.test-sound p, div.gamingRedesign .audio-player-wrapper .section.test-sound p {
        font: 15px/20px "sennheiserbook", sans-serif; }
      div.gamingRedesign #zrgamingalt .section.test-sound #microphone, div.gamingRedesign .audio-player-wrapper .section.test-sound #microphone {
        position: relative;
        top: 240px; }
      div.gamingRedesign #zrgamingalt .section.test-sound #right-col, div.gamingRedesign .audio-player-wrapper .section.test-sound #right-col {
        position: absolute;
        top: 24px;
        right: 0;
        width: 480px; }
        div.gamingRedesign #zrgamingalt .section.test-sound #right-col p, div.gamingRedesign .audio-player-wrapper .section.test-sound #right-col p {
          width: 415px; }
        div.gamingRedesign #zrgamingalt .section.test-sound #right-col #player, div.gamingRedesign .audio-player-wrapper .section.test-sound #right-col #player {
          position: absolute;
          top: 334px; }
          div.gamingRedesign #zrgamingalt .section.test-sound #right-col #player p, div.gamingRedesign .audio-player-wrapper .section.test-sound #right-col #player p {
            font: 20px "sennheiserbook", sans-serif;
            margin-bottom: 8px; }
          div.gamingRedesign #zrgamingalt .section.test-sound #right-col #player #disabled, div.gamingRedesign .audio-player-wrapper .section.test-sound #right-col #player #disabled {
            float: left;
            margin-left: 61px; }
          div.gamingRedesign #zrgamingalt .section.test-sound #right-col #player #enabled, div.gamingRedesign .audio-player-wrapper .section.test-sound #right-col #player #enabled {
            float: right;
            margin-right: 78px; }
          div.gamingRedesign #zrgamingalt .section.test-sound #right-col #player .icon, div.gamingRedesign .audio-player-wrapper .section.test-sound #right-col #player .icon {
            position: relative;
            font: 15px "sennheiserbook", sans-serif;
            width: 130px;
            margin: 0 0 0 0;
            text-align: center; }
            div.gamingRedesign #zrgamingalt .section.test-sound #right-col #player .icon #icon-background, div.gamingRedesign .audio-player-wrapper .section.test-sound #right-col #player .icon #icon-background {
              position: relative; }
            div.gamingRedesign #zrgamingalt .section.test-sound #right-col #player .icon #progress-circle, div.gamingRedesign .audio-player-wrapper .section.test-sound #right-col #player .icon #progress-circle {
              top: 16px;
              left: 24px;
              position: absolute;
              display: none; }
            div.gamingRedesign #zrgamingalt .section.test-sound #right-col #player .icon .play-icon, div.gamingRedesign .audio-player-wrapper .section.test-sound #right-col #player .icon .play-icon {
              top: 29px;
              left: 36px;
              position: absolute; }
            div.gamingRedesign #zrgamingalt .section.test-sound #right-col #player .icon .canvas, div.gamingRedesign .audio-player-wrapper .section.test-sound #right-col #player .icon .canvas {
              /*	background-color: red; */
              position: absolute;
              top: 1.1em;
              left: 1.6em;
              z-index: 0; }
          div.gamingRedesign #zrgamingalt .section.test-sound #right-col #player #cp_container_1, div.gamingRedesign .audio-player-wrapper .section.test-sound #right-col #player #cp_container_1 {
            left: 190px;
            top: 30px; }
          div.gamingRedesign #zrgamingalt .section.test-sound #right-col #player #cp_container_2, div.gamingRedesign .audio-player-wrapper .section.test-sound #right-col #player #cp_container_2 {
            left: 0px;
            top: 30px; }
  div.gamingRedesign #zrgamingalt .cp-container .label, div.gamingRedesign .audio-player-wrapper .cp-container .label {
    font: 16px "sennheiserbook", sans-serif;
    text-align: center;
    position: relative;
    top: 72px;
    left: -57px;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    text-transform: none;
    width: 200px; }
/*
 * Customized Sheet based on https://github.com/marghoobsuleman/ms-Dropdown/blob/master/css/msdropdown/dd.css
 *
 * Those selectors should only work for the msDropDown js plugin.
 */

.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:default;}
.ddcommon ul{padding:0;margin:0;}
.ddcommon ul li{list-style-type:none;}
.borderRadiusTp ul li:last-child{border-bottom:0 none #c3c3c3; }
.borderRadiusBtm ul li:first-child{border-bottom:1 solid #c3c3c3; }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll{
opacity: .5; /* standard: ff gt 1.5, opera, safari */
-ms-filter:"alpha(opacity=50)"; /* ie 8 */
filter:alpha(opacity=50); /* ie lt 7 */
-khtml-opacity:.5; /* safari 1.x */
-moz-opacity:.5; /* ff lt 1.5, netscape */
color:#999999;
}
.ddcommon .clear{clear:both}
.ddcommon .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
.borderRadius .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.borderRadiusBtm .shadow{-moz-box-shadow:-5px -5px 5px -5px #888888;-webkit-box-shadow:-5px -5px 5px -5px #888888;box-shadow: -5px -5px 5px -5px #888888}
img.fnone{float:none !important}
.ddcommon .ddArrow{display:inline-block; position:absolute; top:50%; right:4px;}
.ddcommon .ddTitle .ddTitleText{display:block;color:#fff;background-color:#454547}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle; float:left}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999}
.ddcommon .ddChild li{clear:both;}
.ddcommon .ddChild li .description{display:block;color: #333;}
.ddcommon .ddChild li.gray{background-color: #f6f6f6;}
.ddcommon .ddChild li.white{background-color: #ffffff;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}

/*************** default theme **********************/
.dd{border:1px solid #c3c3c3;}
.dd .ddArrow{width:16px;height:16px; margin-top:-3px; background:url(/assets/gfx/arrow-4-down.png) no-repeat;}
.dd .ddTitle .ddTitleText{padding:0 0 0 6px;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:12px; color:#666}
.dd .ddTitle .ddTitleText img{padding-right:5px;}
.dd .ddChild{border:1px solid #c3c3c3; background-color:#fff; left:-1px;}
.dd .ddChild li{padding:5px; background-color:#fff}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel{color:#333;padding-left:6px;}
.dd .ddChild li.hover{background-color:#f2f2f2}
.dd .ddChild li img{padding:0 6px 0 0;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background-color:#454547;}
.dd .ddChild li.selected .ddlabel{color:#fff;}
.dd .selected{outline: none;}
body.layout-v2 header.layout_v2 nav a {
  color: white !important; }

.content_wrap {
  margin-left: -34px; }

#scsb-wrap {
  position: fixed;
  bottom: 0px;
  z-index: 1000000000; }

#scsb {
  background: url("/assets/momentum_europe_soundcheck/scsb-bg.png") 0 0 no-repeat;
  height: 90px;
  margin: auto -23px;
  position: relative;
  width: 1014px;
  z-index: 1900; }
  #scsb .mom, #scsb .moe {
    clear: both;
    position: absolute;
    top: 11px; }
  #scsb .mom {
    left: 24px; }
  #scsb .moe {
    left: 525px; }
  #scsb .mom img.productshot, #scsb .moe img.productshot {
    float: left;
    height: 80px;
    margin: 0 24px 0 0;
    width: 95px; }
  #scsb .mom .buy, #scsb .moe .buy {
    background: url("/assets/momentum_europe_soundcheck/arrow-right_17x18.png") 85% 50% no-repeat;
    border: 1px solid #555555;
    color: white;
    float: left;
    padding: 17px 45px 17px 12px;
    margin: 12px 0 0 0; }
  #scsb .mom div, #scsb .moe div {
    float: left;
    margin: 6px 30px 0 0;
    width: 175px; }
  #scsb .article-pull {
    background: #2a2a2a url("/assets/momentum_europe_soundcheck/article-pull_bg-1.png") 175px 50% no-repeat;
    border: 1px solid #555555;
    color: white;
    height: 38px;
    padding: 8px 12px;
    width: 200px; }
    #scsb .article-pull:hover {
      background: #2a2a2a url("/assets/momentum_europe_soundcheck/article-pull_bg-2.png") 175px 50% no-repeat;
      cursor: pointer; }
    #scsb .article-pull span {
      font-size: 12px; }
  #scsb .headphones-colors {
    background: #2a2a2a;
    border: 1px solid #555555;
    color: white;
    height: 107px;
    list-style: none;
    margin: -41px 0 0 0;
    padding: 8px 12px;
    width: 175px;
    z-index: 1901;
    display: none; }
    #scsb .headphones-colors li {
      cursor: pointer;
      float: left;
      font-size: 12px;
      height: 30px;
      width: 60px; }
      #scsb .headphones-colors li.black {
        background: url("/assets/momentum_europe_soundcheck/headphone_black.png") 0 2px no-repeat;
        padding: 0 0 0 24px; }
      #scsb .headphones-colors li.brown {
        background: url("/assets/momentum_europe_soundcheck/headphone_brown.png") 0 2px no-repeat;
        padding: 0 0 0 24px; }
      #scsb .headphones-colors li.pink {
        background: url("/assets/momentum_europe_soundcheck/headphone_pink.png") 0 2px no-repeat;
        padding: 0 0 0 24px; }
      #scsb .headphones-colors li.green {
        background: url("/assets/momentum_europe_soundcheck/headphone_green.png") 0 2px no-repeat;
        padding: 0 0 0 24px; }
      #scsb .headphones-colors li.ivory {
        background: url("/assets/momentum_europe_soundcheck/headphone_ivory.png") 0 2px no-repeat;
        padding: 0 0 0 24px; }
      #scsb .headphones-colors li.blue {
        background: url("/assets/momentum_europe_soundcheck/headphone_blue.png") 0 2px no-repeat;
        padding: 0 0 0 24px; }
      #scsb .headphones-colors li.red {
        background: url("/assets/momentum_europe_soundcheck/headphone_red.png") 0 2px no-repeat;
        padding: 0 0 0 24px; }
  #scsb .mom .headphones-colors {
    height: 22px; }
  #scsb .moe .headphones-colors {
    margin: -129px 0 0 0; }
.regular-font {
  font-family: "sennheiserdemi", Microsoft Sans Serif, Verdana, Helvetica, sans-serif; }

.bold-font {
  font-family: "sennheiserbold", Microsoft Sans Serif, Verdana, Helvetica, sans-serif; }

.thin-font {
  font-family: "sennheiserbook", Microsoft Sans Serif, Verdana, Helvetica, sans-serif; }

body.layout-v2 header.layout_v2 {
  background: url("/assets/layout_v2/header.png") 0 0 no-repeat;
  position: relative;
  height: 166px;
  margin: 0 0 0 -24px;
  width: 1014px;
  z-index: 2000; }
  body.layout-v2 header.layout_v2 a.logo {
    border: none;
    display: inline;
    height: 20px;
    width: 172px; }
  body.layout-v2 header.layout_v2 .header-search {
    position: absolute;
    top: 9px;
    right: 20px; }
    body.layout-v2 header.layout_v2 .header-search input {
      -webkit-appearance: none;
      -webkit-box-shadow: inset 0px 1px 1px rgba(50, 50, 50, 0.5);
      -moz-box-shadow: inset 0px 1px 1px rgba(50, 50, 50, 0.5);
      box-shadow: inset 0px 1px 1px rgba(50, 50, 50, 0.5);
      background: #0084bc url("/assets/layout_v2/magnifying-glass.png") 180px 50% no-repeat;
      border: none;
      border: 1px solid #68c3ef \9 ;
      *border: 1px solid #68c3ef;
      border-radius: 10px;
      color: white;
      font-family: "sennheiserdemi", Microsoft Sans Serif, Verdana, Helvetica, sans-serif;
      font-size: 12px;
      height: 15px;
      margin: 0;
      outline: 0;
      padding: 5px 12px 3px 12px;
      width: 180px; }
      body.layout-v2 header.layout_v2 .header-search input:hover, body.layout-v2 header.layout_v2 .header-search input:focus {
        background: #ededed;
        color: #666666; }
    body.layout-v2 header.layout_v2 .header-search ::-webkit-input-placeholder {
      color: #5cbced; }
  body.layout-v2 header.layout_v2 nav {
    margin: -15px 12px 0 24px;
    width: 968px; }
    body.layout-v2 header.layout_v2 nav .main-menu, body.layout-v2 header.layout_v2 nav .meta-menu, body.layout-v2 header.layout_v2 nav .breadcrumbs {
      clear: right;
      list-style: none;
      margin: 0 0 14px 0;
      padding: 0; }
      body.layout-v2 header.layout_v2 nav .main-menu li, body.layout-v2 header.layout_v2 nav .meta-menu li, body.layout-v2 header.layout_v2 nav .breadcrumbs li {
        display: inline;
        margin: 0 0 0 12px; }
        body.layout-v2 header.layout_v2 nav .main-menu li a, body.layout-v2 header.layout_v2 nav .meta-menu li a, body.layout-v2 header.layout_v2 nav .breadcrumbs li a {
          color: #969393;
          font-family: "sennheiserbook", Microsoft Sans Serif, Verdana, Helvetica, sans-serif;
          font-size: 12px;
          line-height: 18px; }
          body.layout-v2 header.layout_v2 nav .main-menu li a:hover, body.layout-v2 header.layout_v2 nav .meta-menu li a:hover, body.layout-v2 header.layout_v2 nav .breadcrumbs li a:hover {
            color: white; }
    body.layout-v2 header.layout_v2 nav .main-menu {
      display: table;
      margin: 6px 0 14px 0 !important;
      width: 968px; }
      body.layout-v2 header.layout_v2 nav .main-menu li {
        border-bottom: 1px solid #969393;
        display: table-cell;
        text-align: center; }
        body.layout-v2 header.layout_v2 nav .main-menu li:hover {
          border-bottom: 1px solid #0096d6; }
          body.layout-v2 header.layout_v2 nav .main-menu li:hover a {
            background: #0096d6;
            color: white;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            transition: all 300ms linear; }
        body.layout-v2 header.layout_v2 nav .main-menu li a {
          display: block;
          font-family: "sennheiserbook", Microsoft Sans Serif, Verdana, Helvetica, sans-serif;
          font-size: 14px;
          padding: 2px 0;
          text-transform: uppercase;
          margin: 0 0 9px 0;
          -webkit-transition: all 300ms linear;
          -moz-transition: all 300ms linear;
          -o-transition: all 300ms linear;
          -ms-transition: all 300ms linear;
          transition: all 300ms linear; }
    body.layout-v2 header.layout_v2 nav .meta-menu {
      float: right; }
      body.layout-v2 header.layout_v2 nav .meta-menu li.globe {
        background: url("/assets/layout_v2/earth.png") no-repeat 12px 70%;
        margin: 0;
        padding: 0 0 0 40px; }
    body.layout-v2 header.layout_v2 nav .breadcrumbs {
      margin: -8px 0 0 0; }
      body.layout-v2 header.layout_v2 nav .breadcrumbs.breadcrumb-alternate {
        display: none; }
        body.layout-v2 header.layout_v2 nav .breadcrumbs.breadcrumb-alternate span {
          color: #cccccc; }
      body.layout-v2 header.layout_v2 nav .breadcrumbs ul {
        display: inline;
        margin: 0; }
      body.layout-v2 header.layout_v2 nav .breadcrumbs li {
        background: url("/assets/layout_v2/breadrumb-icon.png") 0 70% no-repeat;
        margin: 0 6px 0 0;
        padding: 0 0 0 8px; }
        body.layout-v2 header.layout_v2 nav .breadcrumbs li.first {
          background: none;
          padding: 0; }
        body.layout-v2 header.layout_v2 nav .breadcrumbs li.active {
          font-weight: bold; }
body.layout-v2 ul.ui-autocomplete.ui-menu li.ui-menu-item a {
  color: #666666 !important; }
body.layout-v2 footer.footer_v2 {
  height: auto; }
  body.layout-v2 footer.footer_v2:after {
    content: "";
    display: table;
    clear: both; }
  body.layout-v2 footer.footer_v2 .footer-logo {
    float: left;
    height: 50px;
    width: 269px;
    margin: 60px 0 14px; }
    body.layout-v2 footer.footer_v2 .footer-logo a {
      float: left;
      height: 100%;
      width: 100%;
      margin: 0 0 0 56px;
      background: url(/assets/momentum/slices/footer_logo.png) no-repeat 0 0; }
  body.layout-v2 footer.footer_v2 ul.social {
    float: right;
    margin: 91px 0 0 0; }
    body.layout-v2 footer.footer_v2 ul.social span {
      float: left; }
    body.layout-v2 footer.footer_v2 ul.social li {
      display: inline;
      height: 16px;
      margin: 0 0 0 6px; }
      body.layout-v2 footer.footer_v2 ul.social li a, body.layout-v2 footer.footer_v2 ul.social li a img {
        margin: 0; }
  body.layout-v2 footer.footer_v2 .legal-social-area {
    clear: both;
    border: 1px solid #454547;
    border-width: 1px 0;
    margin: 0 0 25px 67px; }
    body.layout-v2 footer.footer_v2 .legal-social-area:after {
      content: "";
      display: table;
      clear: both; }
    body.layout-v2 footer.footer_v2 .legal-social-area .copyright {
      float: left;
      margin: 25px 0 0 -10px; }
      body.layout-v2 footer.footer_v2 .legal-social-area .copyright p {
        color: #999999;
        display: block; }
    body.layout-v2 footer.footer_v2 .legal-social-area ul.legal {
      float: left;
      margin: 0 0 25px -10px;
      padding: 0; }
      body.layout-v2 footer.footer_v2 .legal-social-area ul.legal li {
        float: left;
        list-style: none;
        margin: 0 6px 0 0;
        line-height: 11px; }
        body.layout-v2 footer.footer_v2 .legal-social-area ul.legal li:first-child {
          border-width: 0; }
        body.layout-v2 footer.footer_v2 .legal-social-area ul.legal li a {
          float: left;
          height: 100%;
          width: 100%;
          margin: 0; }
  body.layout-v2 footer.footer_v2 nav {
    background: transparent;
    margin: 0;
    padding: 0 56px 56px; }
    body.layout-v2 footer.footer_v2 nav:after {
      content: "";
      display: table;
      clear: both; }
    body.layout-v2 footer.footer_v2 nav > ul {
      height: auto;
      margin: 0; }
      body.layout-v2 footer.footer_v2 nav > ul > li {
        width: 171px; }
        body.layout-v2 footer.footer_v2 nav > ul > li > a {
          display: block;
          margin: 0 0 15px;
          padding: 0 32px 0 0;
          font-weight: bold; }
        body.layout-v2 footer.footer_v2 nav > ul > li > ul {
          height: auto; }
          body.layout-v2 footer.footer_v2 nav > ul > li > ul > li {
            width: 150px;
            padding: 6px 0;
            line-height: 12px; }
            body.layout-v2 footer.footer_v2 nav > ul > li > ul > li > a {
              margin: 0 !important; }
.regular-font {
  font-family: "sennheiserdemi", Microsoft Sans Serif, Verdana, Helvetica, sans-serif; }

.bold-font {
  font-family: "sennheiserbold", Microsoft Sans Serif, Verdana, Helvetica, sans-serif; }

.thin-font {
  font-family: "sennheiserbook", Microsoft Sans Serif, Verdana, Helvetica, sans-serif; }

.debug {
  position: absolute;
  left: 0;
  display: none; }

.little-triangle {
  padding-right: 20px !important;
  background: url(/assets/momentum/slices/little-triangle.png) right 50% no-repeat; }

body.layout-p2 {
  background: url(/assets/momentum/slices/body-bg.png) repeat-y 50% 0 #424242; }
  body.layout-p2 article {
    margin: -12px; }
    body.layout-p2 article .stage-image {
      display: inline; }
    body.layout-p2 article h1 {
      color: white;
      font-size: 24px;
      line-height: 30px; }
      body.layout-p2 article h1 span {
        color: #aaaaaa;
        font-size: 12px;
        line-height: 18px; }
    body.layout-p2 article h2 {
      color: #999999;
      font-size: 36px;
      line-height: 42px; }
      body.layout-p2 article h2 span {
        color: #db1d1d;
        font-size: 36px; }
    body.layout-p2 article p {
      color: #999999;
      font-size: 13px; }
    body.layout-p2 article h1, body.layout-p2 article h2, body.layout-p2 article h3, body.layout-p2 article p {
      font-weight: normal;
      position: absolute; }
    body.layout-p2 article ul li {
      background: none; }
  body.layout-p2 .div-1, body.layout-p2 .all-features, body.layout-p2 .product_feature, body.layout-p2 .div-9, body.layout-p2 .div-10, body.layout-p2 .div-11, body.layout-p2 .lieferumfang, body.layout-p2 .reviews, body.layout-p2 .div-12, body.layout-p2 .div-13, body.layout-p2 .div-14, body.layout-p2 .videos {
    position: relative;
    width: 990px;
    background: #454547; }
    body.layout-p2 .div-1 p, body.layout-p2 .all-features p, body.layout-p2 .product_feature p, body.layout-p2 .div-9 p, body.layout-p2 .div-10 p, body.layout-p2 .div-11 p, body.layout-p2 .lieferumfang p, body.layout-p2 .reviews p, body.layout-p2 .div-12 p, body.layout-p2 .div-13 p, body.layout-p2 .div-14 p, body.layout-p2 .videos p {
      color: #999999; }
  body.layout-p2 .product_feature {
    height: 503px;
    position: relative; }
    body.layout-p2 .product_feature h2, body.layout-p2 .product_feature p {
      width: 100%;
      position: static; }
    body.layout-p2 .product_feature h2 span {
      display: block; }
    body.layout-p2 .product_feature .contentText {
      position: absolute; }
  body.layout-p2 .all-features h1, body.layout-p2 .lieferumfang h1, body.layout-p2 .videos h1 {
    top: 35px;
    left: 53px;
    position: absolute; }
  body.layout-p2 .div-11, body.layout-p2 .div-12, body.layout-p2 .div-13 {
    height: auto; }
  body.layout-p2 .div-8, body.layout-p2 .div-10, body.layout-p2 .div-11, body.layout-p2 .div-12, body.layout-p2 .div-13, body.layout-p2 .supply-scope, body.layout-p2 .lieferumfang {
    margin-bottom: 12px; }
  body.layout-p2 .lieferumfang {
    height: 599px; }
  body.layout-p2 .videos {
    margin-top: 12px;
    height: 558px; }
  body.layout-p2 .div-1 {
    margin-bottom: 12px;
    height: 671px; }
    body.layout-p2 .div-1 .image-wrapper {
      height: 671px;
      hoverflow: hidden; }
      body.layout-p2 .div-1 .image-wrapper img {
        margin-top: 0px; }
    body.layout-p2 .div-1 h1 {
      font-size: 30px;
      line-height: 41px; }
      body.layout-p2 .div-1 h1 span {
        color: #0096d6;
        font-size: 30px;
        line-height: 40px;
        display: block; }
    body.layout-p2 .div-1 h1, body.layout-p2 .div-1 p {
      top: 145px;
      left: 344px; }
    body.layout-p2 .div-1 p {
      top: 226px;
      width: 448px;
      font-size: 14px; }
    body.layout-p2 .div-1 .momentum-products {
      position: absolute;
      top: 370px; }
      body.layout-p2 .div-1 .momentum-products.black {
        left: 342px; }
      body.layout-p2 .div-1 .momentum-products.brown {
        left: 442px; }
    body.layout-p2 .div-1 .jabz-black, body.layout-p2 .div-1 .jabz-brown {
      display: block;
      position: absolute;
      top: 500px;
      left: 580px;
      height: 28px;
      color: white;
      font-size: 16px; }
      body.layout-p2 .div-1 .jabz-black span, body.layout-p2 .div-1 .jabz-brown span {
        display: block;
        font-size: 10px; }
      body.layout-p2 .div-1 .jabz-black.active, body.layout-p2 .div-1 .jabz-brown.active {
        height: 22px;
        width: 22px; }
        body.layout-p2 .div-1 .jabz-black.active img, body.layout-p2 .div-1 .jabz-brown.active img {
          width: 100%;
          height: 100%; }
    body.layout-p2 .div-1 .jabz-black {
      margin: -25px 0px; }
    body.layout-p2 .div-1 .jabz-brown {
      margin: -25px 36px; }
    body.layout-p2 .div-1 .pick-color {
      position: absolute;
      top: 503px;
      left: 580px;
      color: white;
      font-size: 10px; }
    body.layout-p2 .div-1 .jabz-btn-dealer, body.layout-p2 .div-1 .jabz-btn-shop, body.layout-p2 .div-1 .jabz-btn-warranty {
      position: absolute;
      right: -11px;
      color: white; }
      body.layout-p2 .div-1 .jabz-btn-dealer span, body.layout-p2 .div-1 .jabz-btn-shop span, body.layout-p2 .div-1 .jabz-btn-warranty span {
        float: left;
        display: block;
        margin: 2px 6px 0;
        padding: 10px; }
        body.layout-p2 .div-1 .jabz-btn-dealer span.js_shop_button_image, body.layout-p2 .div-1 .jabz-btn-shop span.js_shop_button_image, body.layout-p2 .div-1 .jabz-btn-warranty span.js_shop_button_image {
          background-repeat: no-repeat;
          margin: 14px 0 0 14px; }
        body.layout-p2 .div-1 .jabz-btn-dealer span.js_price_button_price, body.layout-p2 .div-1 .jabz-btn-shop span.js_price_button_price, body.layout-p2 .div-1 .jabz-btn-warranty span.js_price_button_price {
          width: 128px;
          background: url(/assets/momentum/slices/ribbon-price.png) no-repeat right 0 transparent;
          padding: 10px 0; }
        body.layout-p2 .div-1 .jabz-btn-dealer span.buy-now, body.layout-p2 .div-1 .jabz-btn-shop span.buy-now, body.layout-p2 .div-1 .jabz-btn-warranty span.buy-now {
          background: url(/assets/momentum/slices/ribbon-arrow.png) no-repeat right 50% transparent;
          padding: 10px 24px 10px 10px; }
    body.layout-p2 .div-1 .jabz-btn-warranty, body.layout-p2 .div-1 .jabz-btn-shop {
      top: 500px;
      display: block;
      width: 300px;
      height: 67px;
      background: url(/assets/momentum/slices/ribbon-right-blue.png) no-repeat 0 0 transparent; }
      body.layout-p2 .div-1 .jabz-btn-warranty .buy-now.spinner, body.layout-p2 .div-1 .jabz-btn-shop .buy-now.spinner {
        background: url(/assets/gfx/spin.gif) no-repeat right center; }
    body.layout-p2 .div-1 .jabz-btn-warranty {
      background: url(/assets/momentum/slices/ribbon-right-grey2.png) no-repeat 0 0 transparent; }
    body.layout-p2 .div-1 .jabz-btn-dealer {
      top: 559px;
      height: 100px;
      width: 144px;
      background: url(/assets/momentum/slices/ribbon-right-grey.png) no-repeat 0 0 transparent; }
      body.layout-p2 .div-1 .jabz-btn-dealer span {
        background: url(/assets/momentum/slices/ribbon-arrow.png) no-repeat right 50% transparent;
        padding: 10px 24px 10px 10px; }
  body.layout-p2 .all-features {
    height: 168px;
    background: url("/assets/momentum/slices/all_features.jpg") repeat-x 0px 0px transparent; }
  body.layout-p2 .div-9 {
    height: 754px; }
    body.layout-p2 .div-9 h1 {
      top: 40px;
      left: 55px; }
  body.layout-p2 .div-10 img {
    top: 210px;
    left: 0;
    position: absolute; }
  body.layout-p2 .div-10 p, body.layout-p2 .div-10 h2 {
    font-size: 12px;
    left: 55px;
    top: 110px;
    width: 330px; }
  body.layout-p2 .div-10 p span {
    color: white;
    font-size: 26px;
    line-height: 40px; }
  body.layout-p2 .div-10 h1 {
    font-size: 38px;
    top: 120px;
    left: 690px; }
    body.layout-p2 .div-10 h1 span {
      color: white;
      font-size: 12px;
      line-height: 40px; }
  body.layout-p2 .div-10 h2 {
    top: 206px;
    left: 690px;
    line-height: 20px;
    width: 250px; }
  body.layout-p2 .div-10 .jabz_cusrev {
    position: absolute;
    top: 305px;
    left: 690px; }
    body.layout-p2 .div-10 .jabz_cusrev strong {
      color: white;
      font-size: 12px;
      display: block; }
  body.layout-p2 .div-10 .jabz_choose-color strong {
    color: white;
    font-size: 12px;
    display: block; }
  body.layout-p2 .div-10 .jabz_cusrev span {
    color: #999999;
    font-size: 12px; }
  body.layout-p2 .div-10 .jabz_cusrev img {
    top: 24px;
    left: 155px; }
  body.layout-p2 .div-10 .jabz_choose-color {
    position: absolute;
    top: 355px;
    left: 690px; }
    body.layout-p2 .div-10 .jabz_choose-color select {
      font-size: 12px;
      width: 232px; }
  body.layout-p2 .div-10 .jabz_price {
    color: white;
    font-size: 22px;
    position: absolute;
    top: 440px;
    left: 690px; }
    body.layout-p2 .div-10 .jabz_price span {
      color: #999999;
      font-size: 11px; }
  body.layout-p2 .div-10 .jabz_buy-now img {
    position: absolute;
    top: 474px;
    left: 825px; }
  body.layout-p2 .div-10 .jabz_dealer-locator img {
    position: absolute;
    top: 474px;
    left: 825px;
    top: 483px;
    left: 690px; }
  body.layout-p2 .div-11, body.layout-p2 .div-12 {
    background: url(/assets/momentum/slices/data-bg.png) repeat-y 0 0; }
    body.layout-p2 .div-11 h2, body.layout-p2 .div-11 h3, body.layout-p2 .div-12 h2, body.layout-p2 .div-12 h3 {
      position: static;
      padding: 35px 0 0 53px; }
    body.layout-p2 .div-11 h2, body.layout-p2 .div-12 h2 {
      color: white;
      font-size: 28px;
      line-height: 34px;
      background: url(/assets/momentum/slices/data-title.png) repeat-x 0 0;
      height: 68px;
      margin: 0; }
    body.layout-p2 .div-11 h3, body.layout-p2 .div-12 h3 {
      color: white;
      font-size: 28px;
      line-height: 34px; }
    body.layout-p2 .div-11 ul li, body.layout-p2 .div-12 ul li {
      position: relative;
      color: #999999;
      font-weight: bold;
      padding: 0px 53px;
      height: 40px; }
      body.layout-p2 .div-11 ul li:first-child, body.layout-p2 .div-12 ul li:first-child {
        border-top: 0px solid transparent; }
      body.layout-p2 .div-11 ul li.even, body.layout-p2 .div-12 ul li.even {
        background: url(/assets/momentum/slices/data-even.png) repeat-y 0 0;
        border-bottom: 1px solid #555555; }
        body.layout-p2 .div-11 ul li.even:after, body.layout-p2 .div-12 ul li.even:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 4px;
          background: url(/assets/momentum/slices/data-even-shadow.png) repeat-x 0 0; }
      body.layout-p2 .div-11 ul li span:first-child, body.layout-p2 .div-12 ul li span:first-child {
        float: left;
        font-weight: normal; }
      body.layout-p2 .div-11 ul li span, body.layout-p2 .div-12 ul li span {
        float: right;
        margin: 11px 0 0 0; }
  body.layout-p2 .div-11:after {
    content: "";
    display: table;
    clear: both; }
  body.layout-p2 .div-11 ul.data li {
    padding: 0; }
    body.layout-p2 .div-11 ul.data li span {
      padding: 0 53px 0 12px;
      margin: 11px 0 0 0;
      position: relative;
      z-index: 2;
      background: url(/assets/momentum/slices/data-bg.png) repeat-y 0 0;
      background-position: -835px 0px; }
      body.layout-p2 .div-11 ul.data li span:first-child {
        float: left;
        font-weight: normal;
        padding: 0 12px 0 53px;
        position: relative;
        z-index: 2;
        background: url(/assets/momentum/slices/data-bg.png) repeat-y 0 0; }
      body.layout-p2 .div-11 ul.data li span.dots {
        background: url(/assets/momentum/slices/dot_border.png) repeat-x 0 0;
        height: 3px;
        left: 0;
        position: absolute !important;
        top: 20px;
        width: 100%;
        padding: 0;
        z-index: 1;
        margin: 0; }
    body.layout-p2 .div-11 ul.data li.even span {
      background: url(/assets/momentum/slices/data-even.png) repeat-y 0 0;
      background-position: right; }
      body.layout-p2 .div-11 ul.data li.even span:first-child {
        background: url(/assets/momentum/slices/data-even.png) repeat-y 0 0; }
      body.layout-p2 .div-11 ul.data li.even span.dots {
        background: url(/assets/momentum/slices/dot_border.png) repeat-x 0 0; }
  body.layout-p2 .div-12 {
    padding-bottom: 35px; }
    body.layout-p2 .div-12 ul.downloads {
      margin-bottom: 0; }
      body.layout-p2 .div-12 ul.downloads:after {
        content: "";
        display: table;
        clear: both; }
      body.layout-p2 .div-12 ul.downloads li {
        float: left;
        width: 389px;
        background: url(/assets/momentum/slices/data-even.png) repeat-y 0 0;
        overflow: hidden; }
        body.layout-p2 .div-12 ul.downloads li:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 4px;
          background: url(/assets/momentum/slices/data-even-shadow.png) repeat-x 0 0; }
        body.layout-p2 .div-12 ul.downloads li.even {
          background-position: -498px 0;
          border: 0px solid transparent; }
        body.layout-p2 .div-12 ul.downloads li a {
          background: url(/assets/momentum/slices/download-icon.png) 0 50% no-repeat;
          color: #999999;
          display: block;
          padding: 0 0 0 24px;
          height: 100%; }
          body.layout-p2 .div-12 ul.downloads li a:hover {
            color: white; }
          body.layout-p2 .div-12 ul.downloads li a span {
            text-decoration: underline;
            color: #0096d6; }
            body.layout-p2 .div-12 ul.downloads li a span:first-child {
              color: inherit;
              text-decoration: none; }
        body.layout-p2 .div-12 ul.downloads li.no-bg {
          background: transparent;
          border-top: 1px solid #555555; }
          body.layout-p2 .div-12 ul.downloads li.no-bg:after {
            display: none; }
  body.layout-p2 .lieferumfang ul.includes {
    position: absolute;
    top: 543px;
    left: 100px; }
    body.layout-p2 .lieferumfang ul.includes li {
      float: left;
      color: white;
      text-align: center;
      width: 292px;
      margin: 0 2px 0 0; }
      body.layout-p2 .lieferumfang ul.includes li.include-1 {
        width: 215px; }
      body.layout-p2 .lieferumfang ul.includes li.include-3, body.layout-p2 .lieferumfang ul.includes li.include-4 {
        width: 116px; }
  body.layout-p2 .product-stage {
    position: relative; }
    body.layout-p2 .product-stage > h2 {
      position: absolute;
      top: 35px;
      left: 53px;
      height: 60;
      width: 590px;
      overflow: hidden;
      font-size: 24px;
      line-height: 30px; }
      body.layout-p2 .product-stage > h2 span {
        display: block;
        font-size: 13px;
        color: #999999; }
  body.layout-p2 .div-13.videos h1 {
    position: static; }
  body.layout-p2 .div-14 h1 {
    top: 28px;
    left: 445px;
    font-size: 28px;
    line-height: 34px; }
  body.layout-p2 .div-14 h2 {
    color: white;
    top: 34px;
    left: 50px;
    font-size: 26px;
    line-height: 28px; }
  body.layout-p2 .div-14 p {
    color: #e8b399;
    left: 445px;
    top: 105px;
    width: 458px; }
  body.layout-p2 .div-14 a {
    background: #d65828;
    color: white;
    padding: 12px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 161px;
    width: 136px; }
  body.layout-p2 div.momentumNewHeader {
    min-height: 667px;
    background: url(/assets/momentum/bg_momentum_new_header.jpg) no-repeat top center;
    position: relative;
    margin-bottom: 15px; }
    body.layout-p2 div.momentumNewHeader div.headerTitle {
      position: absolute;
      top: 85px;
      left: 60px; }
      body.layout-p2 div.momentumNewHeader div.headerTitle div.slogan {
        width: 340px;
        color: white;
        font: 100 42px/46px "Microsoft Sans Serif", Verdana, Arial, Sans-Serif; }
    body.layout-p2 div.momentumNewHeader ul.productList {
      position: absolute;
      bottom: 54px;
      left: 215px;
      margin: 0px; }
      body.layout-p2 div.momentumNewHeader ul.productList li.productItem {
        text-align: center;
        color: white;
        font: 100 16px/22px "Microsoft Sans Serif", Verdana, Arial, Sans-Serif;
        float: left;
        width: 160px;
        margin: 0 65px 0 0;
        padding: 0px; }
        body.layout-p2 div.momentumNewHeader ul.productList li.productItem .buyButton {
          height: auto; }
        body.layout-p2 div.momentumNewHeader ul.productList li.productItem div.title span.new {
          color: #2d9ed5; }
        body.layout-p2 div.momentumNewHeader ul.productList li.productItem div.title span.new, body.layout-p2 div.momentumNewHeader ul.productList li.productItem div.title span.name {
          font: 100 16px/22px "sennheiserbold", Verdana, Arial, Sans-Serif; }
        body.layout-p2 div.momentumNewHeader ul.productList li.productItem div.product-delivery-time {
          font-size: 12px; }
        body.layout-p2 div.momentumNewHeader ul.productList li.productItem div.buyButton a.button,
        body.layout-p2 div.momentumNewHeader ul.productList li.productItem div.dealerButton a.button {
          margin-top: 15px;
          color: white;
          background: #2d9ed5 none;
          padding: 8px;
          display: inline-block;
          font-weight: normal;
          border: solid 1px #2d9ed5;
          font: 100 13px/13px "Microsoft Sans Serif", Verdana, Arial, Sans-Serif;
          position: relative; }
          body.layout-p2 div.momentumNewHeader ul.productList li.productItem div.buyButton a.button s,
          body.layout-p2 div.momentumNewHeader ul.productList li.productItem div.dealerButton a.button s {
            display: block;
            font-weight: normal;
            margin-bottom: 4px; }
          body.layout-p2 div.momentumNewHeader ul.productList li.productItem div.buyButton a.button span.price,
          body.layout-p2 div.momentumNewHeader ul.productList li.productItem div.dealerButton a.button span.price {
            font: bold 13px/13px "Microsoft Sans Serif", Verdana, Arial, Sans-Serif; }
        body.layout-p2 div.momentumNewHeader ul.productList li.productItem div.dealerButton a.button {
          background: transparent none;
          border: solid 1px white;
          width: auto; }
          body.layout-p2 div.momentumNewHeader ul.productList li.productItem div.dealerButton a.button strong {
            font: bold 13px/13px "Microsoft Sans Serif", Verdana, Arial, Sans-Serif; }
.regular-font {
  font-family: "sennheiserdemi", Microsoft Sans Serif, Verdana, Helvetica, sans-serif; }

.bold-font, body.layout-dj .features.tabbed > span h2, body.layout-gaming .features.tabbed > span h2, body.layout-bluestage .features.tabbed > span h2 {
  font-family: "sennheiserbold", Microsoft Sans Serif, Verdana, Helvetica, sans-serif; }

.thin-font {
  font-family: "sennheiserbook", Microsoft Sans Serif, Verdana, Helvetica, sans-serif; }

body.layout-dj {
  font-family: "sennheiserdemi", Microsoft Sans Serif, Helvetica, sans-serif;
  background: url("/assets/dj/bg_body.jpg") no-repeat center top #010101 !important; }
  body.layout-dj p {
    font-family: "sennheiserdemi", Microsoft Sans Serif, Helvetica, sans-serif; }
  body.layout-dj h2 {
    font-family: "sennheiserbook", Microsoft Sans Serif, Helvetica, sans-serif; }
  body.layout-dj article {
    margin: -12px -12px -12px -13px; }
    body.layout-dj article .stage-image {
      display: inline; }
    body.layout-dj article h1 {
      color: white;
      font-size: 24px;
      line-height: 30px; }
      body.layout-dj article h1 span {
        color: #aaaaaa;
        font-size: 12px;
        line-height: 18px; }
    body.layout-dj article h2 {
      color: #999999;
      font-size: 36px;
      line-height: 42px; }
      body.layout-dj article h2 span {
        color: white;
        font-size: 36px; }
    body.layout-dj article p {
      color: #999999;
      font-size: 14px; }
    body.layout-dj article h1, body.layout-dj article h2, body.layout-dj article h3, body.layout-dj article p {
      font-weight: normal; }
    body.layout-dj article ul li {
      background: none; }
  body.layout-dj.container header.layout_v2 {
    position: absolute;
    margin-left: -24px;
    background: url("/assets/dj/header.png") no-repeat center top transparent; }
  body.layout-dj.container article {
    margin-top: 60px;
    background: #131313; }
  body.layout-dj div.djDesign.technicalData {
    background: url("/assets/dj/bg_technical_data.jpg") no-repeat center top transparent;
    width: 992px; }
    body.layout-dj div.djDesign.technicalData h3 {
      font: normal 45px/48px "sennheiserbook", Verdana, Helvetica, sans-serif;
      color: white;
      padding: 35px 0 90px 55px; }
    body.layout-dj div.djDesign.technicalData ul.dataGrid {
      margin: 0;
      padding: 0 0 40px; }
      body.layout-dj div.djDesign.technicalData ul.dataGrid li {
        list-style: none;
        margin: 0px; }
        body.layout-dj div.djDesign.technicalData ul.dataGrid li.header {
          padding-top: 142px; }
          body.layout-dj div.djDesign.technicalData ul.dataGrid li.header div.techDataLabel {
            min-height: 1px;
            height: auto;
            padding: 0px;
            width: 248px; }
          body.layout-dj div.djDesign.technicalData ul.dataGrid li.header div.hd8dj, body.layout-dj div.djDesign.technicalData ul.dataGrid li.header div.hd7dj, body.layout-dj div.djDesign.technicalData ul.dataGrid li.header div.hd6mix {
            width: 230px;
            padding: 0 0 50px;
            height: auto;
            font: normal 28px/28px "sennheiserbook", Verdana, Helvetica, sans-serif;
            color: #0099cc;
            text-align: center; }
            body.layout-dj div.djDesign.technicalData ul.dataGrid li.header div.hd8dj strong, body.layout-dj div.djDesign.technicalData ul.dataGrid li.header div.hd7dj strong, body.layout-dj div.djDesign.technicalData ul.dataGrid li.header div.hd6mix strong {
              font-family: "sennheiserdemi", Verdana, Helvetica, sans-serif;
              font-weight: normal; }
        body.layout-dj div.djDesign.technicalData ul.dataGrid li:nth-child(even), body.layout-dj div.djDesign.technicalData ul.dataGrid li.even {
          background: url("/assets/dj/bg_odd_technical_data_grid.png") repeat left top transparent;
          border-top: 1px solid rgba(35, 35, 35, 0.5);
          border-bottom: 1px solid rgba(85, 85, 85, 0.5); }
          body.layout-dj div.djDesign.technicalData ul.dataGrid li:nth-child(even) div.techDataLabel, body.layout-dj div.djDesign.technicalData ul.dataGrid li:nth-child(even) div.hd8dj, body.layout-dj div.djDesign.technicalData ul.dataGrid li:nth-child(even) div.hd7dj, body.layout-dj div.djDesign.technicalData ul.dataGrid li:nth-child(even) div.hd6mix, body.layout-dj div.djDesign.technicalData ul.dataGrid li.even div.techDataLabel, body.layout-dj div.djDesign.technicalData ul.dataGrid li.even div.hd8dj, body.layout-dj div.djDesign.technicalData ul.dataGrid li.even div.hd7dj, body.layout-dj div.djDesign.technicalData ul.dataGrid li.even div.hd6mix {
            background: url("/assets/dj/bg_odd_shadow_technical_data_grid.png") repeat-x left top transparent; }
        body.layout-dj div.djDesign.technicalData ul.dataGrid li:last-child, body.layout-dj div.djDesign.technicalData ul.dataGrid li.last {
          border-bottom: 0px; }
        body.layout-dj div.djDesign.technicalData ul.dataGrid li div.dataWrapper {
          background: url("/assets/dj/bg_odd_dots_technical_data_grid.png") no-repeat center 37px transparent; }
        body.layout-dj div.djDesign.technicalData ul.dataGrid li div.techDataLabel, body.layout-dj div.djDesign.technicalData ul.dataGrid li div.hd8dj, body.layout-dj div.djDesign.technicalData ul.dataGrid li div.hd7dj, body.layout-dj div.djDesign.technicalData ul.dataGrid li div.hd6mix {
          float: left;
          font: normal 14px/16px Arial, Sans-Serif;
          color: white;
          width: 230px;
          height: 16px;
          padding: 26px 0;
          text-align: center; }
        body.layout-dj div.djDesign.technicalData ul.dataGrid li div.techDataLabel {
          color: #0099cc;
          padding-left: 50px;
          width: 198px;
          text-align: left; }
  body.layout-dj .gamingRedesign.featureBoxContents {
    position: relative; }
    body.layout-dj .gamingRedesign.featureBoxContents .content-box.backgroundImage {
      width: 992px;
      background-color: transparent;
      background-position: top left;
      background-repeat: no-repeat;
      background-attachment: scroll; }
      body.layout-dj .gamingRedesign.featureBoxContents .content-box.backgroundImage .contentText {
        color: #333333;
        position: absolute; }
        body.layout-dj .gamingRedesign.featureBoxContents .content-box.backgroundImage .contentText .title {
          font: normal 50px/50px "sennheiserbold", Verdana, Arial, Sans-Serif;
          margin: 0 0 25px; }
        body.layout-dj .gamingRedesign.featureBoxContents .content-box.backgroundImage .contentText .title2 {
          font: normal 24px/24px "sennheiserbook", Verdana, Arial, Sans-Serif;
          margin: 0 0 20px; }
        body.layout-dj .gamingRedesign.featureBoxContents .content-box.backgroundImage .contentText .text p {
          font: normal 15px/20px "sennheiserbook", Verdana, Arial, Sans-Serif; }
  body.layout-dj .product_feature {
    width: 990px;
    height: 503px;
    position: relative;
    background: #454547; }
    body.layout-dj .product_feature p {
      color: #999999; }
    body.layout-dj .product_feature h2, body.layout-dj .product_feature p {
      width: 100%;
      position: static; }
    body.layout-dj .product_feature h2 span {
      display: block; }
    body.layout-dj .product_feature .contentText {
      position: absolute; }
    body.layout-dj .product_feature .delivery_time {
      font: normal 9px/10px Arial, Sans-Serif;
      margin: 9px; }

body.layout-dj div.gamingRedesign.featureBoxContents.tabbedFeatures, body.layout-gaming div.gamingRedesign.featureBoxContents.tabbedFeatures, body.layout-bluestage div.gamingRedesign.featureBoxContents.tabbedFeatures {
  width: 992px;
  margin: 0; }
body.layout-dj .features.tabbed, body.layout-gaming .features.tabbed, body.layout-bluestage .features.tabbed {
  position: relative;
  height: 672px;
  margin: 0 0 0; }
  body.layout-dj .features.tabbed > span, body.layout-gaming .features.tabbed > span, body.layout-bluestage .features.tabbed > span {
    position: absolute;
    top: 35px;
    left: 53px;
    z-index: 100;
    width: 590px; }
    body.layout-dj .features.tabbed > span h2, body.layout-dj .features.tabbed > span p, body.layout-gaming .features.tabbed > span h2, body.layout-gaming .features.tabbed > span p, body.layout-bluestage .features.tabbed > span h2, body.layout-bluestage .features.tabbed > span p {
      position: static; }
    body.layout-dj .features.tabbed > span h2, body.layout-gaming .features.tabbed > span h2, body.layout-bluestage .features.tabbed > span h2 {
      font-size: 28px;
      margin: 0;
      line-height: 28px; }
  body.layout-dj .features.tabbed > div.js_active, body.layout-gaming .features.tabbed > div.js_active, body.layout-bluestage .features.tabbed > div.js_active {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  body.layout-dj .features.tabbed .content-box.backgroundImage, body.layout-gaming .features.tabbed .content-box.backgroundImage, body.layout-bluestage .features.tabbed .content-box.backgroundImage {
    width: 992px;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  body.layout-dj .features.tabbed ul.js_fake_nav, body.layout-gaming .features.tabbed ul.js_fake_nav, body.layout-bluestage .features.tabbed ul.js_fake_nav {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 90px;
    left: 111px;
    z-index: 100; }
    body.layout-dj .features.tabbed ul.js_fake_nav li, body.layout-gaming .features.tabbed ul.js_fake_nav li, body.layout-bluestage .features.tabbed ul.js_fake_nav li {
      background: none;
      float: left;
      color: white;
      cursor: pointer;
      border: 1px solid white;
      border: 1px solid rgba(255, 255, 255, 0.5);
      text-align: center;
      margin: 0 60px 0 0;
      padding: 0 8px;
      font: normal 14px/21px "sennheiserbook", Verdana, Helvetica, sans-serif; }
      body.layout-dj .features.tabbed ul.js_fake_nav li.js_active, body.layout-gaming .features.tabbed ul.js_fake_nav li.js_active, body.layout-bluestage .features.tabbed ul.js_fake_nav li.js_active {
        background: #0099cc;
        color: white;
        border: 1px solid #0099cc;
        position: relative; }
  body.layout-dj .features.tabbed .product_feature, body.layout-gaming .features.tabbed .product_feature, body.layout-bluestage .features.tabbed .product_feature {
    height: 503px;
    position: relative;
    background: #454547; }
    body.layout-dj .features.tabbed .product_feature h2, body.layout-dj .features.tabbed .product_feature p, body.layout-gaming .features.tabbed .product_feature h2, body.layout-gaming .features.tabbed .product_feature p, body.layout-bluestage .features.tabbed .product_feature h2, body.layout-bluestage .features.tabbed .product_feature p {
      width: 100%;
      position: static; }
    body.layout-dj .features.tabbed .product_feature h2 span, body.layout-gaming .features.tabbed .product_feature h2 span, body.layout-bluestage .features.tabbed .product_feature h2 span {
      display: block; }
    body.layout-dj .features.tabbed .product_feature .contentText, body.layout-gaming .features.tabbed .product_feature .contentText, body.layout-bluestage .features.tabbed .product_feature .contentText {
      position: absolute; }
.isproductsgmtboxes {
  padding: 0 0 0 12px; }
  .isproductsgmtboxes h2 {
    background: #007eb4;
    background: -moz-linear-gradient(top, #007eb4 0%, #0096d6 20%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007eb4), color-stop(20%, #0096d6));
    background: -webkit-linear-gradient(top, #007eb4 0%, #0096d6 20%);
    background: -o-linear-gradient(top, #007eb4 0%, #0096d6 20%);
    background: -ms-linear-gradient(top, #007eb4 0%, #0096d6 20%);
    background: linear-gradient(top, #007eb4 0%, #0096d6 20%);
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 12px 0;
    padding: 2px 12px 1px; }

.varbox8,
.varbox16 {
  background: #eaebec;
  float: left;
  margin: 0 0 12px 12px;
  position: relative;
  height: 500px;
  width: 466px; }
  .varbox8 h3,
  .varbox16 h3 {
    background: #007eb4;
    background: -moz-linear-gradient(top, #007eb4 0%, #0096d6 20%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007eb4), color-stop(20%, #0096d6));
    background: -webkit-linear-gradient(top, #007eb4 0%, #0096d6 20%);
    background: -o-linear-gradient(top, #007eb4 0%, #0096d6 20%);
    background: -ms-linear-gradient(top, #007eb4 0%, #0096d6 20%);
    background: linear-gradient(top, #007eb4 0%, #0096d6 20%);
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin: -5px 0 0;
    padding: 2px 12px 1px; }
  .varbox8 p,
  .varbox16 p {
    border-bottom: 1px dotted #333333;
    font-size: 12px;
    line-height: 16px;
    margin: 12px 12px 24px 12px;
    padding: 0 0 12px 0;
    height: 65px; }
  .varbox8 ul,
  .varbox16 ul {
    margin: 0 40px 12px 40px;
    height: 80px; }
  .varbox8 li,
  .varbox16 li {
    list-style: none;
    height: 120px;
    background: none;
    padding: 0; }
  .varbox8 a,
  .varbox16 a {
    text-decoration: none;
    outline: none; }
    .varbox8 a:focus,
    .varbox16 a:focus {
      outline: none; }
  .varbox8 li img,
  .varbox16 li img {
    float: left;
    margin: 4px 12px 12px 0; }
  .varbox8 li b,
  .varbox16 li b {
    font-size: 12px;
    color: #666666;
    display: block; }
  .varbox8 li span,
  .varbox16 li span {
    color: #666666;
    font-size: 11px;
    line-height: 12px; }
  .varbox8 .btn1,
  .varbox16 .btn1 {
    margin: 0 0 0 12px; }
  .varbox8 .bx-wrapper,
  .varbox16 .bx-wrapper {
    margin: 0 auto;
    /*next button */
    /*previous button */ }
    .varbox8 .bx-wrapper ul.slider,
    .varbox16 .bx-wrapper ul.slider {
      margin: 0; }
    .varbox8 .bx-wrapper .bx-next,
    .varbox16 .bx-wrapper .bx-next {
      position: absolute;
      top: 365px;
      right: 3px;
      z-index: 999;
      width: 30px;
      height: 51px;
      text-indent: -999999px;
      background: url(/assets/img/is/next.png) no-repeat 0 0px; }
    .varbox8 .bx-wrapper .bx-prev,
    .varbox16 .bx-wrapper .bx-prev {
      position: absolute;
      top: 365px;
      left: 12px;
      z-index: 999;
      width: 30px;
      height: 51px;
      text-indent: -999999px;
      background: url(/assets/img/is/previous.png) no-repeat 0 0px; }

.varbox16 {
  width: 944px;
  height: auto;
  margin-top: 15px; }
  .varbox16 ul {
    margin: 15px; }
    .varbox16 ul li {
      float: left;
      height: auto;
      margin: 0 15px 15px 0;
      width: 285px; }
      .varbox16 ul li a {
        display: block;
        padding-left: 13px;
        color: #333333;
        position: relative; }
        .varbox16 ul li a span.arrow {
          position: absolute;
          left: 0px;
          top: 2px;
          font-size: 20px;
          color: #999999; }
  /*
   * jQuery FlexSlider v2.2.0
   * http://www.woothemes.com/flexslider/
   *
   * Copyright 2012 WooThemes
   * Free to use under the GPLv2 license.
   * http://www.gnu.org/licenses/gpl-2.0.html
   *
   * Contributing author: Tyler Smith (@mbmufffin)
   */


  /* Browser Resets
  *********************************/

  .flex-container a:active,
  .flexslider a:active,
  .flex-container a:focus,
  .flexslider a:focus  {outline: none;}
  .slides,
  .flex-control-nav,
  .flex-direction-nav {margin: 0; padding: 0; list-style: none;}

  /* FlexSlider Necessary Styles
  *********************************/
  .flexslider {margin: 0; padding: 0;}
  .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
  .flexslider .slides img {width: 100%; display: block;}
  .flex-pauseplay span {text-transform: capitalize;}

  /* Clearfix for the .slides element */
  .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
  html[xmlns] .slides {display: block;}
  * html .slides {height: 1%;}

  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
   * include js that eliminates this class on page load */
  .no-js .slides > li:first-child {display: block;}

  /* FlexSlider Default Theme
  *********************************/
  .flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; z-index: 1000;}
  .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
  .loading .flex-viewport { max-height: 300px; }
  .flexslider .slides { zoom: 1; }
  .carousel li { margin-right: 5px; }

  /* Direction Nav */
  .flex-direction-nav {*height: 0;}
  .flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
  .flex-direction-nav .flex-prev { left: -50px; }
  .flex-direction-nav .flex-next { right: -50px; text-align: right; }
  .flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
  .flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
  .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
  .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
  .flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
  .flex-direction-nav a.flex-next:before  { content: '\f002'; }

  /* Pause/Play */
  .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
  .flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
  .flex-pauseplay a:hover  { opacity: 1; }
  .flex-pauseplay a.flex-play:before { content: '\f003'; }

  /* Control Nav */
  .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
  .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
  .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
  .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
  .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

  .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
  .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
  .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
  .flex-control-thumbs img:hover {opacity: 1;}
  .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

  @media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
    .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
  }
/* Targets ALL Opera Versions */


@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	/* Example: */
	#my-id { 
		clear:right; 
	}
}
/* Targets Safari on iPad (portrait and landscape) */


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	.social {
		width: 150px;
	}
	.headwrap h1 {
		font-size: 20px;
	}
}



/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

}

/* Targets ALL Safari Versions */


@media screen and (-webkit-min-device-pixel-ratio:0) {
	article .stage .image-thumbs .slider1 li.video-thumb img {
		margin: 0 0 10px 0;
	}
}
/*============================================================================*/

.price-slider-container { 
	background: url('/assets/gfx/crossfader-scale.png') 0 0 no-repeat;
	margin: 12px 0 0 0;
	}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component containers
----------------------------------*/
.ui-widget-content { 
	border: none; 
	background: none;
	}
.ui-widget-header {
	border: none; 
	background: none;
	}

/* Interaction states
----------------------------------*/
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default,
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus,
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
	color: transparent;
	border: none;
	background: url('/assets/gfx/crossfader-button.png') 0 0 no-repeat;
	}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight,
.ui-state-error, 
.ui-widget-content .ui-state-error, 
.ui-widget-header .ui-state-error {
	border: none; 
	background: none;
	}

.ui-widget-content {
  width: 150px;
  }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	}

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-slider { 
	position: relative;
	text-align: left;
	}
.ui-slider .ui-slider-handle {
	position: absolute; 
	z-index: 4; 
	cursor: default;
	height: 34px;
	width: 15px;
	}
.ui-slider .ui-slider-range { 
	position: absolute; 
	z-index: 3; 
	font-size: 12px; 
	display: block; 
	border: 0; 
	}

.ui-slider-horizontal { 
	height: 24px;
	margin: 0 0 12px 0;
	width: 157px;
	}
.ui-slider-horizontal .ui-slider-handle { 
	top: -.3em; 
	margin: -.1em 0;
	}

.ui-slider-handle {
	left: -.1em;
	right: 6px;
	}

.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }


.isotope-item .video iframe {
  width: 100%;
  height: 282px;
  border: 0; }
body {
  font-family: Microsoft Sans Serif, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

div.prStars {
  background-image: url('/assets/gfx/ratings/blue_stars.gif');
}

div.prStars.prStarsSmall {
  background-image: url('/assets/gfx/ratings/blue_stars_small.gif');
}

div.prwrapper {
  width: 723px;
  margin: 0px;
  margin-left: 3px;
}

.prconfirm {
  margin: 0px;
}

.prcontentwrap .prsubmit {
  margin: -25px 0 0 45%;
}

#describeyourself, #de_deprimaryuse, #en_deprimaryuse, #en_usprimaryuse, #en_ukprimaryuse, #wasthisagift, #primaryuse {
  display: none;
}
/* Targets ALL Firefox Versions */


@-moz-document url-prefix() {
	article .stage .image-thumbs .slider1 li.video-thumb img {
		margin: 0 0 8px 0;
	}
}

@-moz-document url-prefix() {
  body.layout-v2 header.layout_v2 {
	  margin: 0 0 0 -23px;
	}
}
