/*  Default stylesheet for the Carpe Slider
    2013-01-14 3.0
    Copyright Tom Hermansson Snickars, CARPE Design
    carpe.ambiprospect.com/slider/
*/
input[type="range"] {
    float: left;
    width: 100px;
}
input.vertical {
    float: left;
    height: 100px;
}
.carpe-slider-box,
.carpe-slider-box * {
    position: relative;
    visibility: visible;
    display: block;
    cursor: default;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}
.carpe-slider-box {
    visibility: hidden;
    width: 100px;
    height: 28px;
}
.carpe-slider-box.vertical {
    float: left;
    width: 28px;
    height: 100px;
    margin-bottom: 15px;
    margin-left: 1px;
    margin-right: 1px;
}
.carpe-slider-panel,
.carpe-slider-box[disabled] .carpe-slider-panel,
.carpe-slider-box[disabled]:hover .carpe-slider-panel {
    top: -22px;
    padding: 0 2px 0 2px;
    height: 26px;
    border: 1px solid;
    border-color: #cccccc #777777 #777777 #cccccc;
    -webkit-border-radius: 3px; 
    border-radius: 3px;
    color: #333333;
    background-color: #aaaaaa;
    background: -moz-linear-gradient(top, #bdbdbd 0%, #888888 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbdbd), color-stop(100%,#888888));
    background: -webkit-linear-gradient(top, #bdbdbd 0%,#888888 100%);
    background: -o-linear-gradient(top, #bdbdbd 0%,#888888 100%);
    background: -ms-linear-gradient(top, #bdbdbd 0%,#888888 100%);
    background: linear-gradient(top, #bdbdbd 0%,#888888 100%);
}
.carpe-slider-panel:link,
.carpe-slider-panel:visited {

}
.carpe-slider-panel:focus,
.carpe-slider-panel:active,
.carpe-slider-box:hover .carpe-slider-panel {
    border-color: #d0d0d0 #888888 #888888 #cccccc;
    background: #bdbdbd;
    background: -moz-linear-gradient(top, #cccccc 0%, #999999 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999));
    background: -webkit-linear-gradient(top, #cccccc 0%,#999999 100%);
    background: -o-linear-gradient(top, #cccccc 0%,#999999 100%);
    background: -ms-linear-gradient(top, #cccccc 0%,#999999 100%);
    background: linear-gradient(top, #cccccc 0%,#999999 100%);
}
.carpe-slider-panel:focus,
.carpe-slider-panel:active {
    outline: none;
    outline-width: 0;
    -webkit-box-shadow: 1px 1px 3px 0px #ffaa00;
    -moz-box-shadow: 1px 1px 3px 0px #ffaa00;
    box-shadow: 1px 1px 3px 0px #ffaa00;
    box-shadow: 0px 0px 2px 2px #ffaa00;
}
html.lt-ie9 .carpe-slider-panel:focus,
html.lt-ie9 .carpe-slider-panel:active {
    outline: 2px solid #ffaa00;
}
.carpe-slider-box.vertical .carpe-slider-panel,
.carpe-slider-box.vertical[disbaled]:hover .carpe-slider-panel {
    margin: -10px 0 1px 0; 
    padding: 2px 0px;
    width: 28px;
    height: 100px;
    background: -moz-linear-gradient(left , #bdbdbd 0%, #888888 100%);
    background: -webkit-linear-gradient(left , #bdbdbd 0%, #888888 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #bdbdbd), color-stop(1, #888888));
    background: -o-linear-gradient(left , #bdbdbd 0%, #888888 100%);
    background: -ms-linear-gradient(left , #bdbdbd 0%, #888888 100%);
    background: linear-gradient(left , #bdbdbd 0%, #888888 100%);
    -webkit-border-radius: 3px; 
    border-radius: 3px;
}
.carpe-slider-box.vertical:hover .carpe-slider-panel {
    background: -moz-linear-gradient(left, #cccccc 0%, #999999 100%);
    background: -webkit-linear-gradient(left, #cccccc 0%,#999999 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #cccccc), color-stop(1, #999999));
    background: -o-linear-gradient(left, #cccccc 0%,#999999 100%);
    background: -ms-linear-gradient(left, #cccccc 0%,#999999 100%);
    background: linear-gradient(left, #cccccc 0%,#999999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#999999',GradientType=1);
}
html.lt-ie8 .carpe-slider-panel {
    background: #aaaaaa;
}
html.lt-ie8 .carpe-slider-panel:focus,
html.lt-ie8 .carpe-slider-panel:active,
html.lt-ie8 .carpe-slider-box:hover .carpe-slider-panel {
    background: #bdbdbd;
}
/* The Carpe Link */
.carpe-slider-link, .carpe-slider-box[disabled] .carpe-slider-link {
    cursor: pointer;
    display: inline-block;
    z-index: 2;
    top: -50px;
    padding: 5px 0 0 5px;
    width: auto;
    height: 9px;
    color: #888888;
    line-height: 5px;
    font-family: sans-serif;
    font-size: 9px;
    border: 0;
    background: inherit;
}
html.lt-ie8 .vertical .carpe-slider-link,
html.lt-ie9 .vertical .carpe-slider-link {
    display: none;
}
a.carpe-slider-link:link,
a.carpe-slider-link:visited,
a.carpe-slider-link:active {
    color: #888888;
    text-decoration: none;
}
.carpe-slider-box:hover a {
    color: #888888;
}
.carpe-slider-box a:hover,
.carpe-slider-box a:active {
    color: #1240ab;
}
.vertical .carpe-slider-link {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: -36px;
    left: 4px;
    padding: 0 0 0 0px;
    width: 9px;
    height: auto;
}
/* The Slider Track */
.carpe-slider-track {
    cursor: default;
    z-index: 1;
    top: 11px;
    margin: 0px 2px;
    padding: 0;
    height: 2px;
    border: 1px solid;
    border-color: #888888 #bbbbbb #bbbbbb #888888;
    background-color: #333333;
    font-size: 0px;
}
.carpe-slider-box:hover .carpe-slider-track,
.carpe-slider-panel:focus .carpe-slider-track {
    background-color: #1240ab;
}
.carpe-slider-box[disabled] .carpe-slider-track,
.carpe-slider-box[disabled]:focus .carpe-slider-track,
.carpe-slider-box[disabled]:hover .carpe-slider-track,
.carpe-slider-box[disabled]:focus:hover .carpe-slider-track {
    background-color: #888888;
}
.carpe-slider-box.vertical .carpe-slider-track {
    top: 0px;
    left: 12px;
    width: 2px;
    margin: 2px 0px;
}
/* The Slider Knob */
.carpe-slider-knob  {
    cursor: e-resize;
    z-index: 3;
    top: 3px;
    left: 4px;
    width: 32px;
    height: 20px;
    border: 1px solid;
    border-color: #888888 #444444 #444444 #888888;
    -webkit-border-radius: 2px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px 0px #444444;
    -moz-box-shadow: 1px 1px 2px 0px #444444;
    box-shadow: 1px 1px 2px 0px #444444;
    background-color: #666666;
    background: -moz-linear-gradient(right, #888888 0%, #555555 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%,#888888), color-stop(100%,#555555));
    background: -webkit-linear-gradient(right, #888888 0%,#555555 100%);
    background: -o-linear-gradient(right, #888888 0%,#555555 100%);
    background: -ms-linear-gradient(right, #888888 0%,#555555 100%);
    background: linear-gradient(right, #888888 0%,#555555 100%);
}
.carpe-slider-knob:hover {
    -webkit-box-shadow: 1px 1px 3px 0px #1240ab;
    -moz-box-shadow: 1px 1px 3px 0px #1240ab;
    box-shadow: 1px 1px 3px 0px #1240ab;
}
.carpe-slider-box.vertical .carpe-slider-knob {
    cursor: n-resize;
    height: 32px;
    width: 20px;
    top: 6px;
    left: 4px;
    background: -moz-linear-gradient(bottom, #888888 1%, #555555 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#888888), color-stop(100%,#555555));
    background: -webkit-linear-gradient(bottom, #888888 1%,#555555 100%);
    background: -o-linear-gradient(bottom, #888888 1%,#555555 100%);
    background: -ms-linear-gradient(bottom, #888888 1%,#555555 100%);
    background: linear-gradient(bottom, #888888 1%,#555555 100%);
}
.carpe-slider-box[disabled] .carpe-slider-knob {
    cursor: default;
    border-color: #aaaaaa #666666 #666666 #aaaaaa;
    -webkit-border-radius: 2px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px 0px #444444;
    -moz-box-shadow: 1px 1px 3px 0px #444444;
    box-shadow: 1px 1px 3px 0px #444444;
    background: -moz-linear-gradient(bottom, #aaaaaa 1%, #777777 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#aaaaaa), color-stop(100%,#777777));
    background: -webkit-linear-gradient(bottom, #aaaaaa 1%,#777777 100%);
    background: -o-linear-gradient(bottom, #aaaaaa 1%,#777777 100%);
    background: -ms-linear-gradient(bottom, #aaaaaa 1%,#777777 100%);
    background: linear-gradient(bottom, #aaaaaa 1%,#777777 100%);
}