/*CSS for libs/plugin*/
 @import url("base/jquery.ui.base.css");

/* SlimBox
--------------------------------------------------------- */
 #lbOverlay {
    background-color : #000;
    cursor : pointer;
    height : 100%;
    left : 0;
    position : fixed;
    top : 0;
    width : 100%;
    z-index : 9999;
}
#lbCenter, #lbBottomContainer {
    background-color : #fff;
    overflow : hidden;
    position : absolute;
    z-index : 9999;
}
.lbLoading {
    background : #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
    background-repeat : no-repeat;
    border : 10px solid #fff;
    left : 0;
    position : absolute;
    top : 0;
}
#lbPrevLink, #lbNextLink {
    display : block;
    outline : none;
    position : absolute;
    top : 0;
    width : 50%;
}
#lbPrevLink {
    left : 0;
}
#lbPrevLink:hover {
    background : transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
    right : 0;
}
#lbNextLink:hover {
    background : transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
    border : 10px solid #fff;
    border-top-style : none;
    color : #666;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size : 10px;
    line-height : 1.4em;
    text-align : left;
}
#lbCloseLink {
    background : transparent url(../images/closelabel.gif) no-repeat center;
    display : block;
    float : right;
    height : 22px;
    margin : 5px 0;
    outline : none;
    width : 66px;
}
#lbCaption, #lbNumber {
    margin-right : 71px;
}
#lbCaption {
    font-weight : bold;
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
 .nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
/* If an image is wrapped in a link */
 .nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white;
    filter:alpha(opacity=0);
    opacity:0;
}
/* The slices and boxes in the Slider */
 .nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img {
    display:block;
}
/* Caption styles */
 .nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    width:100%;
    z-index:8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
 .nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
 .nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
 .theme-default .nivoSlider {
    position:relative;
    background:url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:0;
}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}
.theme-default .nivo-controlNav {
    text-align: center;
    padding: 10px 0 0;
}
.theme-default .nivo-controlNav a {
    display:inline-block;
    width:20px;
    height:20px;
    background:url(../images/btn-controls.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
    background-position:0 -20px;
}
.theme-default .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(../images/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    opacity: 0.4;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}
.theme-default a.nivo-nextNav {
    background-position:-30px 0;
    right:4px;
}
.theme-default a.nivo-prevNav {
    left:4px;
}
.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}
/* This is the moving lens square underneath the mouse pointer. */
 .cloud-zoom-lens {
    border: 1px solid #e8e8e8;
    margin:0;
    /* Set this to minus the border thickness. */
    background:url(../images/bg_lens.png) 0 0 repeat;
    cursor:none;
}
/* This is for the title text. */
 .cloud-zoom-title {
    font-family:Arial, Helvetica, sans-serif;
    position:absolute !important;
    background-color:#000;
    color:#fff;
    padding:3px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size:10px;
    top:0px;
    display:none;
}
/* This is the zoom window. */
 .cloud-zoom-big {
    border:1px solid #C31335;
    overflow:hidden;
    background:#000;
}
/* This is the loading message. */
 .cloud-zoom-loading {
    color:white;
    background:#222;
    padding:3px;
    border:1px solid #000;
}
/*scroll*/
 .scroll-pane {
    float:left;
}
/*height:915px; */
 .jScrollPaneTrack {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right:7px;
    background-color:#e9e9e9;
}
.jScrollPaneDrag {
    width:3px;
    background:#8cc63e;
    position:relative;
    top:10px !important;
    left:2px;
    cursor:pointer;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.jScrollPaneDragTop {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.jScrollPaneDragBottom {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
}
.jScrollActiveArrowButton, .jScrollActiveArrowButton:hover {
}
.jspContainer {
    overflow:hidden;
    position:relative;
    height:110px;
    display:block;
    float:left;
}
.jspPane {
    position:absolute;
    padding-right:0;
}
.jspVerticalBar {
    width:11px;
    height:100%;
    background-color:#fff;
    float:right;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.jspHorizontalBar {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:16px;
    display:none!important;
}
.jspVerticalBar *, .jspHorizontalBar * {
    margin:0;
    padding:0;
}
.jspCap {
    display:none;
}
.jspHorizontalBar .jspCap {
    float:left;
}
.jspTrack {
    background:url(../images/bg-jspDrag.png) 50% 0 repeat-y;
    width:11px;
    margin:0;
    overflow:hidden;
    position:relative;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.jspDrag {
    background:#c3011c;
    position:relative;
    top:0;
    left:0;
    cursor:pointer;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float:left;
    height:100%;
}
.jspArrow {
    text-indent:-20000px;
    display:block;
    cursor:pointer;
}
.jspArrow.jspDisabled {
    cursor:default;
}
.jspVerticalBar .jspArrow {
}
.jspHorizontalBar .jspArrow {
    width:11px;
    float:left;
    height:100%;
}
.jspVerticalBar .jspArrow:focus {
    outline:none;
}
.jspArrowUp {
    background:url(../images/icon_arrow_scroll.png) 50% 1px no-repeat;
    top:0;
    display:block;
    height:6px;
    width:11px;
    overflow:hidden;
    position:absolute;
    right:0;
    text-indent:-2000px;
    z-index:1;
}
.jspArrowDown {
    background:url(../images/icon_arrow_scroll.png) 50% -5px no-repeat;
    bottom:0 !important;
    display:block;
    height:6px;
    width:3px;
    overflow:hidden;
    position:absolute;
    right:0;
    text-indent:-2000px;
    z-index: 1;
}
.jspCorner {
    background:#eeeef4;
    float:left;
    height:100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
 * html .jspCorner {
    margin:0 -11px 0 0;
}
.jScrollPaneContainer {
    overflow:hidden;
    position:relative;
    z-index:1;
}
.jScrollArrowUp {
    background:url(../images/icon_arrow_scroll.png) 0 0 no-repeat;
    bottom:18px !important;
    display:block;
    height:4px;
    overflow:hidden;
    position:absolute;
    right:9px;
    text-indent:-2000px;
    width:20px;
    z-index:1;
}
.jScrollArrowDown {
    background:url(../images/icon_arrow_scroll.png) 0 -5px no-repeat;
    bottom:4px !important;
    display:block;
    height:4px;
    overflow:hidden;
    position:absolute;
    right:8px;
    text-indent:-2000px;
    z-index: 1;
}
.block-feedback-inner .jspVerticalBar {
    width:3px;
    background-color:#f8f7f7;
}
.block-feedback-inner .jspTrack {
    background:#cccccc;
    width:3px;
}
.block-feedback-inner .jspDrag {
    background:#000;
}
/* tooltip */
 .tooltip {
    position: absolute;
    top: -70000px;
    left: 0;
    z-index: 7779;
    width: 338px;
    background:url(../images/bg-tips-top.png) 0 20px no-repeat;
    padding:34px 0 0 0;
}
.tooltip p {
    margin:0;
    padding:0 0 10px 0;
}
.tooltip-inner {
    background:url(../images/bg-tips.png) 0 0 repeat;
    padding:0 3px 3px 3px;
}
.tooltip-inner-wrap {
    background:#fff;
    padding:1px;
}
.tooltip-inner img {
    text-align:center;
    max-width:330px;
    background:#fff;
}
.tooltip-inner div {
    color:#454545;
    line-height:18px;
}
.tooltip-inner div p {
    padding:0 10px 10px 10px;
    color:#6a6a6a;
    line-height:18px;
    font-size:12px;
}
.tooltip-inner h3 {
    font-weight:bold;
    margin-bottom: 3px;
    font-size: 14px;
    color:#454545;
    text-align:center;
}
.tooltip-inner h3 span {
    font-weight:normal;
}
.product-code-label {
    color:#313131
}
/*
 * 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;
}
/* Icon Fonts
*********************************/

/* FlexSlider Necessary Styles
*********************************/
 .flexslider {
    margin: 0;
    padding: 0;
    position:relative;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
 .flexslider .slides li > 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;
}
