#sbox-overlay {
    position: absolute;
    background-color: #000;
    left: 0px;
    top: 0px
}

#sbox-window {
    position: absolute;
    background-color: #fff;
    text-align: left;
    overflow: visible;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
    display: none
}

#sbox-btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
    background: url(../../../../../../system/images/modal/closebox.png) no-repeat center;
    border: none
}

.sbox-loading #sbox-content {
    background-image: url(../../../../../../system/images/modal/spinner.gif);
    background-repeat: no-repeat;
    background-position: center
}

#sbox-content {
    clear: both;
    overflow: auto;
    background-color: #fff;
    height: 100%;
    width: 100%
}

.sbox-content-image#sbox-content {
    overflow: visible
}

#sbox-image {
    display: block
}

.sbox-content-image img {
    display: block;
    width: 100%;
    height: 100%
}

.sbox-content-iframe#sbox-content {
    overflow: visible
}

.body-overlayed {
    overflow: hidden
}

.body-overlayed embed,
.body-overlayed object,
.body-overlayed select {
    visibility: hidden
}

#sbox-window embed,
#sbox-window object,
#sbox-window select {
    visibility: visible
}

#sbox-window.shadow {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7)
}

.sbox-bg {
    position: absolute;
    width: 33px;
    height: 40px
}

.sbox-bg-n {
    left: 0;
    top: -40px;
    width: 100%;
    background: url(../../../../../../system/images/modal/bg_n.png) repeat-x
}

.sbox-bg-ne {
    right: -33px;
    top: -40px;
    background: url(../../../../../../system/images/modal/bg_ne.png) no-repeat
}

.sbox-bg-e {
    right: -33px;
    top: 0;
    height: 100%;
    background: url(../../../../../../system/images/modal/bg_e.png) repeat-y
}

.sbox-bg-se {
    right: -33px;
    bottom: -40px;
    background: url(../../../../../../system/images/modal/bg_se.png) no-repeat
}

.sbox-bg-s {
    left: 0;
    bottom: -40px;
    width: 100%;
    background: url(../../../../../../system/images/modal/bg_s.png) repeat-x
}

.sbox-bg-sw {
    left: -33px;
    bottom: -40px;
    background: url(../../../../../../system/images/modal/bg_sw.png) no-repeat
}

.sbox-bg-w {
    left: -33px;
    top: 0;
    height: 100%;
    background: url(../../../../../../system/images/modal/bg_w.png) repeat-y
}

.sbox-bg-nw {
    left: -33px;
    top: -40px;
    background: url(../../../../../../system/images/modal/bg_nw.png) no-repeat
}

@-moz-document url-prefix() {
    .body-overlayed {
        overflow: visible
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

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

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:hover,
a:active {
    outline: 0
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

#map_canvas img,
.google-maps img {
    max-width: none
}

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

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

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

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

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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

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

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff
}

a {
    color: #08c;
    text-decoration: none
}

a:hover {
    color: #005580;
    text-decoration: underline
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}

.row {
    margin-left: -20px;
    *zoom: 1
}

.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: ""
}

.row:after {
    clear: both
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px
}

.span12 {
    width: 940px
}

.span11 {
    width: 860px
}

.span10 {
    width: 780px
}

.span9 {
    width: 700px
}

.span8 {
    width: 620px
}

.span7 {
    width: 540px
}

.span6 {
    width: 460px
}

.span5 {
    width: 380px
}

.span4 {
    width: 300px
}

.span3 {
    width: 220px
}

.span2 {
    width: 140px
}

.span1 {
    width: 60px
}

.offset12 {
    margin-left: 980px
}

.offset11 {
    margin-left: 900px
}

.offset10 {
    margin-left: 820px
}

.offset9 {
    margin-left: 740px
}

.offset8 {
    margin-left: 660px
}

.offset7 {
    margin-left: 580px
}

.offset6 {
    margin-left: 500px
}

.offset5 {
    margin-left: 420px
}

.offset4 {
    margin-left: 340px
}

.offset3 {
    margin-left: 260px
}

.offset2 {
    margin-left: 180px
}

.offset1 {
    margin-left: 100px
}

.row-fluid {
    width: 100%;
    *zoom: 1
}

.row-fluid:before,
.row-fluid:after {
    display: table;
    line-height: 0;
    content: ""
}

.row-fluid:after {
    clear: both
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0
}

.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.127659574468085%
}

.row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%
}

.row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%
}

.row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%
}

.row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%
}

.row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%
}

.row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%
}

.row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%
}

.row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%
}

.row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%
}

.row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%
}

.row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%
}

.row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%
}

.row-fluid .offset12 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%
}

.row-fluid .offset12:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%
}

.row-fluid .offset11 {
    margin-left: 95.74468085106382%;
    *margin-left: 95.6382978723404%
}

.row-fluid .offset11:first-child {
    margin-left: 93.61702127659574%;
    *margin-left: 93.51063829787232%
}

.row-fluid .offset10 {
    margin-left: 87.23404255319149%;
    *margin-left: 87.12765957446807%
}

.row-fluid .offset10:first-child {
    margin-left: 85.1063829787234%;
    *margin-left: 84.99999999999999%
}

.row-fluid .offset9 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%
}

.row-fluid .offset9:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%
}

.row-fluid .offset8 {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%
}

.row-fluid .offset8:first-child {
    margin-left: 68.08510638297872%;
    *margin-left: 67.9787234042553%
}

.row-fluid .offset7 {
    margin-left: 61.70212765957446%;
    *margin-left: 61.59574468085106%
}

.row-fluid .offset7:first-child {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638297%
}

.row-fluid .offset6 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.085106382978715%
}

.row-fluid .offset6:first-child {
    margin-left: 51.063829787234035%;
    *margin-left: 50.95744680851063%
}

.row-fluid .offset5 {
    margin-left: 44.68085106382979%;
    *margin-left: 44.57446808510638%
}

.row-fluid .offset5:first-child {
    margin-left: 42.5531914893617%;
    *margin-left: 42.4468085106383%
}

.row-fluid .offset4 {
    margin-left: 36.170212765957444%;
    *margin-left: 36.06382978723405%
}

.row-fluid .offset4:first-child {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%
}

.row-fluid .offset3 {
    margin-left: 27.659574468085104%;
    *margin-left: 27.5531914893617%
}

.row-fluid .offset3:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%
}

.row-fluid .offset2 {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%
}

.row-fluid .offset2:first-child {
    margin-left: 17.02127659574468%;
    *margin-left: 16.914893617021278%
}

.row-fluid .offset1 {
    margin-left: 10.638297872340425%;
    *margin-left: 10.53191489361702%
}

.row-fluid .offset1:first-child {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.container:before,
.container:after {
    display: table;
    line-height: 0;
    content: ""
}

.container:after {
    clear: both
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    line-height: 0;
    content: ""
}

.container-fluid:after {
    clear: both
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px
}

small {
    font-size: 85%
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

cite {
    font-style: normal
}

.muted {
    color: #999
}

.text-warning {
    color: #c09853
}

a.text-warning:hover {
    color: #a47e3c
}

.text-error {
    color: #b94a48
}

a.text-error:hover {
    color: #953b39
}

.text-info {
    color: #3a87ad
}

a.text-info:hover {
    color: #2d6987
}

.text-success {
    color: #468847
}

a.text-success:hover {
    color: #356635
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1,
h2,
h3 {
    line-height: 40px
}

h1 {
    font-size: 38.5px
}

h2 {
    font-size: 31.5px
}

h3 {
    font-size: 24.5px
}

h4 {
    font-size: 17.5px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 11.9px
}

h1 small {
    font-size: 24.5px
}

h2 small {
    font-size: 17.5px
}

h3 small {
    font-size: 14px
}

h4 small {
    font-size: 14px
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    padding: 0;
    margin: 0 0 10px 25px
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0
}

li {
    line-height: 20px
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none
}

dl {
    margin-bottom: 20px
}

dt,
dd {
    line-height: 20px
}

dt {
    font-weight: bold
}

dd {
    margin-left: 10px
}

.dl-horizontal {
    *zoom: 1
}

.dl-horizontal:before,
.dl-horizontal:after {
    display: table;
    line-height: 0;
    content: ""
}

.dl-horizontal:after {
    clear: both
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dl-horizontal dd {
    margin-left: 180px
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px
}

blockquote small {
    display: block;
    line-height: 20px;
    color: #999
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px
}

code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

pre.prettyprint {
    margin-bottom: 20px
}

pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

form {
    margin: 0 0 20px
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

legend small {
    font-size: 15px;
    color: #999
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px
}

input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

label {
    display: block;
    margin-bottom: 5px
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

input,
textarea,
.uneditable-input {
    width: 206px
}

textarea {
    height: auto
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto
}

select,
input[type="file"] {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px
}

select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc
}

select[multiple],
select[size] {
    height: auto
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.uneditable-input,
.uneditable-textarea {
    color: #999;
    cursor: not-allowed;
    background-color: #fcfcfc;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025)
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap
}

.uneditable-textarea {
    width: auto;
    height: auto
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

.radio,
.checkbox {
    min-height: 20px;
    padding-left: 20px
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.controls>.radio:first-child,
.controls>.checkbox:first-child {
    padding-top: 5px
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}

.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 10px
}

.input-mini {
    width: 60px
}

.input-small {
    width: 90px
}

.input-medium {
    width: 150px
}

.input-large {
    width: 210px
}

.input-xlarge {
    width: 270px
}

.input-xxlarge {
    width: 530px
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block
}

input,
textarea,
.uneditable-input {
    margin-left: 0
}

.controls-row [class*="span"]+[class*="span"] {
    margin-left: 20px
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px
}

.controls-row {
    *zoom: 1
}

.controls-row:before,
.controls-row:after {
    display: table;
    line-height: 0;
    content: ""
}

.controls-row:after {
    clear: both
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
    float: left
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
    padding-top: 5px
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent
}

.control-group.warning>label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}

.control-group.error>label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

.control-group.success>label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}

.control-group.info>label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #3a87ad
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #3a87ad
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1
}

.form-actions:before,
.form-actions:after {
    display: table;
    line-height: 0;
    content: ""
}

.form-actions:after {
    clear: both
}

.help-block,
.help-inline {
    color: #595959
}

.help-block {
    display: block;
    margin-bottom: 10px
}

.help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1
}

.input-append,
.input-prepend {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
    font-size: 14px
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
    z-index: 2
}

.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546
}

.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.input-append input+.btn-group .btn,
.input-append select+.btn-group .btn,
.input-append .uneditable-input+.btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.input-prepend.input-append input+.btn-group .btn,
.input-prepend.input-append select+.btn-group .btn,
.input-prepend.input-append .uneditable-input+.btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append .btn-group:first-child {
    margin-left: 0
}

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}

.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}

.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0
}

.control-group {
    margin-bottom: 10px
}

legend+.control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate
}

.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    line-height: 0;
    content: ""
}

.form-horizontal .control-group:after {
    clear: both
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0
}

.form-horizontal .controls:first-child {
    *padding-left: 180px
}

.form-horizontal .help-block {
    margin-bottom: 0
}

.form-horizontal input+.help-block,
.form-horizontal select+.help-block,
.form-horizontal textarea+.help-block {
    margin-top: 10px
}

.form-horizontal .form-actions {
    padding-left: 180px
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table th {
    font-weight: bold
}

.table thead th {
    vertical-align: bottom
}

.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody+tbody {
    border-top: 2px solid #ddd
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px
}

.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #ddd
}

.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.table-bordered caption+thead tr:first-child th:first-child,
.table-bordered caption+tbody tr:first-child td:first-child,
.table-bordered colgroup+thead tr:first-child th:first-child,
.table-bordered colgroup+tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.table-bordered caption+thead tr:first-child th:last-child,
.table-bordered caption+tbody tr:first-child td:last-child,
.table-bordered colgroup+thead tr:first-child th:last-child,
.table-bordered colgroup+tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f5f5f5
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0
}

.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0
}

.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0
}

.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0
}

.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0
}

.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0
}

.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0
}

.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0
}

.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0
}

.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0
}

.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0
}

.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0
}

.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0
}

.table tbody tr.success td {
    background-color: #dff0d8
}

.table tbody tr.error td {
    background-color: #f2dede
}

.table tbody tr.warning td {
    background-color: #fcf8e3
}

.table tbody tr.info td {
    background-color: #d9edf7
}

.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6
}

.table-hover tbody tr.error:hover td {
    background-color: #ebcccc
}

.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc
}

.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../../../../../../com_zo2framework/images/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat
}

.icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"] {
    background-image: url(../../../../../../com_zo2framework/images/glyphicons-halflings-white.png)
}

.icon-glass {
    background-position: 0 0
}

.icon-music {
    background-position: -24px 0
}

.icon-search {
    background-position: -48px 0
}

.icon-envelope {
    background-position: -72px 0
}

.icon-heart {
    background-position: -96px 0
}

.icon-star {
    background-position: -120px 0
}

.icon-star-empty {
    background-position: -144px 0
}

.icon-user {
    background-position: -168px 0
}

.icon-film {
    background-position: -192px 0
}

.icon-th-large {
    background-position: -216px 0
}

.icon-th {
    background-position: -240px 0
}

.icon-th-list {
    background-position: -264px 0
}

.icon-ok {
    background-position: -288px 0
}

.icon-remove {
    background-position: -312px 0
}

.icon-zoom-in {
    background-position: -336px 0
}

.icon-zoom-out {
    background-position: -360px 0
}

.icon-off {
    background-position: -384px 0
}

.icon-signal {
    background-position: -408px 0
}

.icon-cog {
    background-position: -432px 0
}

.icon-trash {
    background-position: -456px 0
}

.icon-home {
    background-position: 0 -24px
}

.icon-file {
    background-position: -24px -24px
}

.icon-time {
    background-position: -48px -24px
}

.icon-road {
    background-position: -72px -24px
}

.icon-download-alt {
    background-position: -96px -24px
}

.icon-download {
    background-position: -120px -24px
}

.icon-upload {
    background-position: -144px -24px
}

.icon-inbox {
    background-position: -168px -24px
}

.icon-play-circle {
    background-position: -192px -24px
}

.icon-repeat {
    background-position: -216px -24px
}

.icon-refresh {
    background-position: -240px -24px
}

.icon-list-alt {
    background-position: -264px -24px
}

.icon-lock {
    background-position: -287px -24px
}

.icon-flag {
    background-position: -312px -24px
}

.icon-headphones {
    background-position: -336px -24px
}

.icon-volume-off {
    background-position: -360px -24px
}

.icon-volume-down {
    background-position: -384px -24px
}

.icon-volume-up {
    background-position: -408px -24px
}

.icon-qrcode {
    background-position: -432px -24px
}

.icon-barcode {
    background-position: -456px -24px
}

.icon-tag {
    background-position: 0 -48px
}

.icon-tags {
    background-position: -25px -48px
}

.icon-book {
    background-position: -48px -48px
}

.icon-bookmark {
    background-position: -72px -48px
}

.icon-print {
    background-position: -96px -48px
}

.icon-camera {
    background-position: -120px -48px
}

.icon-font {
    background-position: -144px -48px
}

.icon-bold {
    background-position: -167px -48px
}

.icon-italic {
    background-position: -192px -48px
}

.icon-text-height {
    background-position: -216px -48px
}

.icon-text-width {
    background-position: -240px -48px
}

.icon-align-left {
    background-position: -264px -48px
}

.icon-align-center {
    background-position: -288px -48px
}

.icon-align-right {
    background-position: -312px -48px
}

.icon-align-justify {
    background-position: -336px -48px
}

.icon-list {
    background-position: -360px -48px
}

.icon-indent-left {
    background-position: -384px -48px
}

.icon-indent-right {
    background-position: -408px -48px
}

.icon-facetime-video {
    background-position: -432px -48px
}

.icon-picture {
    background-position: -456px -48px
}

.icon-pencil {
    background-position: 0 -72px
}

.icon-map-marker {
    background-position: -24px -72px
}

.icon-adjust {
    background-position: -48px -72px
}

.icon-tint {
    background-position: -72px -72px
}

.icon-edit {
    background-position: -96px -72px
}

.icon-share {
    background-position: -120px -72px
}

.icon-check {
    background-position: -144px -72px
}

.icon-move {
    background-position: -168px -72px
}

.icon-step-backward {
    background-position: -192px -72px
}

.icon-fast-backward {
    background-position: -216px -72px
}

.icon-backward {
    background-position: -240px -72px
}

.icon-play {
    background-position: -264px -72px
}

.icon-pause {
    background-position: -288px -72px
}

.icon-stop {
    background-position: -312px -72px
}

.icon-forward {
    background-position: -336px -72px
}

.icon-fast-forward {
    background-position: -360px -72px
}

.icon-step-forward {
    background-position: -384px -72px
}

.icon-eject {
    background-position: -408px -72px
}

.icon-chevron-left {
    background-position: -432px -72px
}

.icon-chevron-right {
    background-position: -456px -72px
}

.icon-plus-sign {
    background-position: 0 -96px
}

.icon-minus-sign {
    background-position: -24px -96px
}

.icon-remove-sign {
    background-position: -48px -96px
}

.icon-ok-sign {
    background-position: -72px -96px
}

.icon-question-sign {
    background-position: -96px -96px
}

.icon-info-sign {
    background-position: -120px -96px
}

.icon-screenshot {
    background-position: -144px -96px
}

.icon-remove-circle {
    background-position: -168px -96px
}

.icon-ok-circle {
    background-position: -192px -96px
}

.icon-ban-circle {
    background-position: -216px -96px
}

.icon-arrow-left {
    background-position: -240px -96px
}

.icon-arrow-right {
    background-position: -264px -96px
}

.icon-arrow-up {
    background-position: -289px -96px
}

.icon-arrow-down {
    background-position: -312px -96px
}

.icon-share-alt {
    background-position: -336px -96px
}

.icon-resize-full {
    background-position: -360px -96px
}

.icon-resize-small {
    background-position: -384px -96px
}

.icon-plus {
    background-position: -408px -96px
}

.icon-minus {
    background-position: -433px -96px
}

.icon-asterisk {
    background-position: -456px -96px
}

.icon-exclamation-sign {
    background-position: 0 -120px
}

.icon-gift {
    background-position: -24px -120px
}

.icon-leaf {
    background-position: -48px -120px
}

.icon-fire {
    background-position: -72px -120px
}

.icon-eye-open {
    background-position: -96px -120px
}

.icon-eye-close {
    background-position: -120px -120px
}

.icon-warning-sign {
    background-position: -144px -120px
}

.icon-plane {
    background-position: -168px -120px
}

.icon-calendar {
    background-position: -192px -120px
}

.icon-random {
    width: 16px;
    background-position: -216px -120px
}

.icon-comment {
    background-position: -240px -120px
}

.icon-magnet {
    background-position: -264px -120px
}

.icon-chevron-up {
    background-position: -288px -120px
}

.icon-chevron-down {
    background-position: -313px -119px
}

.icon-retweet {
    background-position: -336px -120px
}

.icon-shopping-cart {
    background-position: -360px -120px
}

.icon-folder-close {
    background-position: -384px -120px
}

.icon-folder-open {
    width: 16px;
    background-position: -408px -120px
}

.icon-resize-vertical {
    background-position: -432px -119px
}

.icon-resize-horizontal {
    background-position: -456px -118px
}

.icon-hdd {
    background-position: 0 -144px
}

.icon-bullhorn {
    background-position: -24px -144px
}

.icon-bell {
    background-position: -48px -144px
}

.icon-certificate {
    background-position: -72px -144px
}

.icon-thumbs-up {
    background-position: -96px -144px
}

.icon-thumbs-down {
    background-position: -120px -144px
}

.icon-hand-right {
    background-position: -144px -144px
}

.icon-hand-left {
    background-position: -168px -144px
}

.icon-hand-up {
    background-position: -192px -144px
}

.icon-hand-down {
    background-position: -216px -144px
}

.icon-circle-arrow-right {
    background-position: -240px -144px
}

.icon-circle-arrow-left {
    background-position: -264px -144px
}

.icon-circle-arrow-up {
    background-position: -288px -144px
}

.icon-circle-arrow-down {
    background-position: -312px -144px
}

.icon-globe {
    background-position: -336px -144px
}

.icon-wrench {
    background-position: -360px -144px
}

.icon-tasks {
    background-position: -384px -144px
}

.icon-filter {
    background-position: -408px -144px
}

.icon-briefcase {
    background-position: -432px -144px
}

.icon-fullscreen {
    background-position: -456px -144px
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle {
    *margin-bottom: -3px
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}

.dropdown-menu li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08cc', endColorstr='#f07b3', GradientType=0)
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:hover {
    color: #333;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08cc', endColorstr='#f07b3', GradientType=0)
}

.dropdown-menu .disabled>a,
.dropdown-menu .disabled>a:hover {
    color: #999
}

.dropdown-menu .disabled>a:hover {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none
}

.open {
    *z-index: 1000
}

.open>.dropdown-menu {
    display: block
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0
}

.dropdown-submenu>a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " "
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px
}

.typeahead {
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease
}

.collapse.in {
    height: auto
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9
}

.btn:active,
.btn.active {
    background-color: #ccc \9
}

.btn:first-child {
    *margin-left: 0
}

.btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 2px
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0
}

.btn-mini {
    padding: 1px 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
}

.btn {
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25)
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #04c;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08cc', endColorstr='#f04cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #fff;
    background-color: #04c;
    *background-color: #003bb3
}

.btn-primary:active,
.btn-primary.active {
    background-color: #039 \9
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #fff;
    background-color: #f89406;
    *background-color: #df8505
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    *background-color: #a9302a
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
    *background-color: #499249
}

.btn-success:active,
.btn-success.active {
    background-color: #408140 \9
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    *background-color: #2a85a0
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c \9
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222;
    background-image: -moz-linear-gradient(top, #444, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
    background-image: -webkit-linear-gradient(top, #444, #222);
    background-image: -o-linear-gradient(top, #444, #222);
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4444', endColorstr='#f2222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9
}

button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-link {
    color: #08c;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover {
    color: #333;
    text-decoration: none
}

.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *margin-left: .3em;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    *zoom: 1
}

.btn-group:first-child {
    *margin-left: 0
}

.btn-group+.btn-group {
    margin-left: 5px
}

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0
}

.btn-toolbar .btn+.btn,
.btn-toolbar .btn-group+.btn,
.btn-toolbar .btn+.btn-group {
    margin-left: 5px
}

.btn-group>.btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group>.btn+.btn {
    margin-left: -1px
}

.btn-group>.btn,
.btn-group>.dropdown-menu {
    font-size: 14px
}

.btn-group>.btn-mini {
    font-size: 11px
}

.btn-group>.btn-small {
    font-size: 12px
}

.btn-group>.btn-large {
    font-size: 16px
}

.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}

.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}

.btn-group>.btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px
}

.btn-group>.btn.large:last-child,
.btn-group>.large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
    z-index: 2
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    *padding-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn-group>.btn-mini+.dropdown-toggle {
    *padding-top: 2px;
    padding-right: 5px;
    *padding-bottom: 2px;
    padding-left: 5px
}

.btn-group>.btn-small+.dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px
}

.btn-group>.btn-large+.dropdown-toggle {
    *padding-top: 7px;
    padding-right: 12px;
    *padding-bottom: 7px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #04c
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
    margin-top: 6px
}

.btn-large .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px
}

.dropup .btn-large .caret {
    border-bottom-width: 5px
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.btn-group-vertical {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.btn-group-vertical .btn {
    display: block;
    float: none;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical .btn+.btn {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical .btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.btn-group-vertical .btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.btn-group-vertical .btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

.btn-group-vertical .btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert h4 {
    margin: 0
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0
}

.alert-block p+p {
    margin-top: 5px
}

.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none
}

.nav>li>a {
    display: block
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>.pull-right {
    float: right
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase
}

.nav li+.nav-header {
    margin-top: 9px
}

.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0
}

.nav-list>li>a,
.nav-list .nav-header {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

.nav-list>li>a {
    padding: 3px 15px
}

.nav-list>.active>a,
.nav-list>.active>a:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #08c
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    margin-right: 2px
}

.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff
}

.nav-tabs,
.nav-pills {
    *zoom: 1
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    line-height: 0;
    content: ""
}

.nav-tabs:after,
.nav-pills:after {
    clear: both
}

.nav-tabs>li,
.nav-pills>li {
    float: left
}

.nav-tabs>li>a,
.nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    margin-bottom: -1px
}

.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-pills>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover {
    color: #fff;
    background-color: #08c
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li>a {
    margin-right: 0
}

.nav-tabs.nav-stacked {
    border-bottom: 0
}

.nav-tabs.nav-stacked>li>a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.nav-tabs.nav-stacked>li:first-child>a {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px
}

.nav-tabs.nav-stacked>li:last-child>a {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px
}

.nav-tabs.nav-stacked>li>a:hover {
    z-index: 2;
    border-color: #ddd
}

.nav-pills.nav-stacked>li>a {
    margin-bottom: 3px
}

.nav-pills.nav-stacked>li:last-child>a {
    margin-bottom: 1px
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.nav .dropdown-toggle .caret {
    margin-top: 6px;
    border-top-color: #08c;
    border-bottom-color: #08c
}

.nav .dropdown-toggle:hover .caret {
    border-top-color: #005580;
    border-bottom-color: #005580
}

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.nav>.dropdown.active>a:hover {
    cursor: pointer
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav>li.dropdown.open.active>a:hover {
    color: #fff;
    background-color: #999;
    border-color: #999
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}

.tabs-stacked .open>a:hover {
    border-color: #999
}

.tabbable {
    *zoom: 1
}

.tabbable:before,
.tabbable:after {
    display: table;
    line-height: 0;
    content: ""
}

.tabbable:after {
    clear: both
}

.tab-content {
    overflow: auto
}

.tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
    border-bottom: 0
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none
}

.tab-content>.active,
.pill-content>.active {
    display: block
}

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:hover {
    border-top-color: #ddd;
    border-bottom-color: transparent
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover {
    border-color: transparent #ddd #ddd #ddd
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:hover {
    border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #fff
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd
}

.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:hover {
    border-color: #eee #eee #eee #ddd
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #fff
}

.nav>.disabled>a {
    color: #999
}

.nav>.disabled>a:hover {
    text-decoration: none;
    cursor: default;
    background-color: transparent
}

.navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 20px;
    overflow: visible;
    color: #777
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065)
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    line-height: 0;
    content: ""
}

.navbar-inner:after {
    clear: both
}

.navbar .container {
    width: auto
}

.nav-collapse.collapse {
    height: auto;
    overflow: visible
}

.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff
}

.navbar .brand:hover {
    text-decoration: none
}

.navbar-text {
    margin-bottom: 0;
    line-height: 40px
}

.navbar-link {
    color: #777
}

.navbar-link:hover {
    color: #333
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-right: 1px solid #fff;
    border-left: 1px solid #f2f2f2
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 5px
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
    margin-top: 0
}

.navbar-form {
    margin-bottom: 0;
    *zoom: 1
}

.navbar-form:before,
.navbar-form:after {
    display: table;
    line-height: 0;
    content: ""
}

.navbar-form:after {
    clear: both
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
    margin-top: 5px
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
    display: inline-block;
    margin-bottom: 0
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
    margin-top: 3px
}

.navbar-form .input-append,
.navbar-form .input-prepend {
    margin-top: 6px;
    white-space: nowrap
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
    margin-top: 0
}

.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0
}

.navbar-search .search-query {
    padding: 4px 14px;
    margin-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.navbar-static-top {
    position: static;
    margin-bottom: 0
}

.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    border-width: 0 0 1px
}

.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1)
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1)
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0
}

.navbar .nav.pull-right {
    float: right;
    margin-right: 0
}

.navbar .nav>li {
    float: left
}

.navbar .nav>li>a {
    float: none;
    padding: 10px 15px 10px;
    color: #777;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    color: #555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125)
}

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075)
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    color: #fff;
    background-color: #e5e5e5;
    *background-color: #d9d9d9
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
    background-color: #ccc \9
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}

.btn-navbar .icon-bar+.icon-bar {
    margin-top: 3px
}

.navbar .nav>li>.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.navbar .nav>li>.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:before {
    top: auto;
    bottom: -7px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2)
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:after {
    top: auto;
    bottom: -6px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #555;
    background-color: #e5e5e5
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar .pull-right>li>.dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.navbar .pull-right>li>.dropdown-menu:before,
.navbar .nav>li>.dropdown-menu.pull-right:before {
    right: 12px;
    left: auto
}

.navbar .pull-right>li>.dropdown-menu:after,
.navbar .nav>li>.dropdown-menu.pull-right:after {
    right: 13px;
    left: auto
}

.navbar .pull-right>li>.dropdown-menu .dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: -1px;
    margin-left: 0;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.navbar-inverse {
    color: #999
}

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222, #111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
    background-image: -webkit-linear-gradient(top, #222, #111);
    background-image: -o-linear-gradient(top, #222, #111);
    background-image: linear-gradient(to bottom, #222, #111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2222', endColorstr='#f1111', GradientType=0)
}

.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav>li>a:hover {
    color: #fff
}

.navbar-inverse .nav>li>a:focus,
.navbar-inverse .nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .nav .active>a,
.navbar-inverse .nav .active>a:hover,
.navbar-inverse .nav .active>a:focus {
    color: #fff;
    background-color: #111
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .divider-vertical {
    border-right-color: #222;
    border-left-color: #111
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
    color: #fff;
    background-color: #111
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-search .search-query {
    color: #fff;
    background-color: #515151;
    border-color: #111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15)
}

.navbar-inverse .btn-navbar {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    *background-color: #040404;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
    color: #fff;
    background-color: #040404;
    *background-color: #000
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
    background-color: #000 \9
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.breadcrumb li {
    display: inline-block;
    *display: inline;
    text-shadow: 0 1px 0 #fff;
    *zoom: 1
}

.breadcrumb .divider {
    padding: 0 5px;
    color: #ccc
}

.breadcrumb .active {
    color: #999
}

.pagination {
    margin: 20px 0
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.pagination ul>li {
    display: inline
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination ul>li>a:hover,
.pagination ul>.active>a,
.pagination ul>.active>span {
    background-color: #f5f5f5
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    color: #999;
    cursor: default
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover {
    color: #999;
    cursor: default;
    background-color: transparent
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 17.5px
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px
}

.pagination-mini ul>li:first-child>a,
.pagination-small ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px
}

.pagination-mini ul>li:last-child>a,
.pagination-small ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 11.9px
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
    padding: 1px 6px;
    font-size: 10.5px
}

.pager {
    margin: 20px 0;
    text-align: center;
    list-style: none;
    *zoom: 1
}

.pager:before,
.pager:after {
    display: table;
    line-height: 0;
    content: ""
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.pager li>a:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #999;
    cursor: default;
    background-color: #fff
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin: -250px 0 0 -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box
}

.modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out
}

.modal.fade.in {
    top: 50%
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}

.modal-header .close {
    margin-top: 2px
}

.modal-header h3 {
    margin: 0;
    line-height: 30px
}

.modal-body {
    max-height: 400px;
    padding: 15px;
    overflow-y: auto
}

.modal-form {
    margin-bottom: 0
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    line-height: 0;
    content: ""
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.tooltip.top {
    margin-top: -3px
}

.tooltip.right {
    margin-left: 3px
}

.tooltip.bottom {
    margin-top: 3px
}

.tooltip.left {
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 236px;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover-content p,
.popover-content ul,
.popover-content ol {
    margin-bottom: 0
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow:after {
    z-index: -1;
    content: ""
}

.popover.top .arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-top-color: #fff;
    border-width: 10px 10px 0
}

.popover.top .arrow:after {
    bottom: -1px;
    left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 11px 0
}

.popover.right .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff;
    border-width: 10px 10px 10px 0
}

.popover.right .arrow:after {
    bottom: -11px;
    left: -1px;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 11px 11px 0
}

.popover.bottom .arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-width: 0 10px 10px
}

.popover.bottom .arrow:after {
    top: -1px;
    left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-width: 0 11px 11px
}

.popover.left .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff;
    border-width: 10px 0 10px 10px
}

.popover.left .arrow:after {
    right: -1px;
    bottom: -11px;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 0 11px 11px
}

.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1
}

.thumbnails:before,
.thumbnails:after {
    display: table;
    line-height: 0;
    content: ""
}

.thumbnails:after {
    clear: both
}

.row-fluid .thumbnails {
    margin-left: 0
}

.thumbnails>li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

a.thumbnail:hover {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25)
}

.thumbnail>img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #555
}

.media,
.media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media .pull-left {
    margin-right: 10px
}

.media .pull-right {
    margin-left: 10px
}

.media-list {
    margin-left: 0;
    list-style: none
}

.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.badge {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}

a.label:hover,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-important,
.badge-important {
    background-color: #b94a48
}

.label-important[href],
.badge-important[href] {
    background-color: #953b39
}

.label-warning,
.badge-warning {
    background-color: #f89406
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605
}

.label-success,
.badge-success {
    background-color: #468847
}

.label-success[href],
.badge-success[href] {
    background-color: #356635
}

.label-info,
.badge-info {
    background-color: #3a87ad
}

.label-info[href],
.badge-info[href] {
    background-color: #2d6987
}

.label-inverse,
.badge-inverse {
    background-color: #333
}

.label-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a
}

.btn .label,
.btn .badge {
    position: relative;
    top: -1px
}

.btn-mini .label,
.btn-mini .badge {
    top: 0
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress .bar+.bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15)
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0)
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0)
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0)
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-warning .bar,
.progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0)
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.accordion {
    margin-bottom: 20px
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.accordion-heading {
    border-bottom: 0
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px
}

.accordion-toggle {
    cursor: pointer
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel .item>img {
    display: block;
    line-height: 1
}

.carousel .active,
.carousel .next,
.carousel .prev {
    display: block
}

.carousel .active {
    left: 0
}

.carousel .next,
.carousel .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel .next {
    left: 100%
}

.carousel .prev {
    left: -100%
}

.carousel .next.left,
.carousel .prev.right {
    left: 0
}

.carousel .active.left {
    left: -100%
}

.carousel .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.carousel-control.right {
    right: 15px;
    left: auto
}

.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333;
    background: rgba(0, 0, 0, 0.75)
}

.carousel-caption h4,
.carousel-caption p {
    line-height: 20px;
    color: #fff
}

.carousel-caption h4 {
    margin: 0 0 5px
}

.carousel-caption p {
    margin-bottom: 0
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
    color: inherit
}

.hero-unit li {
    line-height: 30px
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.affix {
    position: fixed
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.hidden {
    display: none;
    visibility: hidden
}

.visible-phone {
    display: none !important
}

.visible-tablet {
    display: none !important
}

.hidden-desktop {
    display: none !important
}

.visible-desktop {
    display: inherit !important
}

@media (min-width:768px) and (max-width:979px) {
    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }

    .visible-tablet {
        display: inherit !important
    }

    .hidden-tablet {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }

    .visible-phone {
        display: inherit !important
    }

    .hidden-phone {
        display: none !important
    }
}

@media (min-width:1200px) {
    .row {
        margin-left: -30px;
        *zoom: 1
    }

    .row:before,
    .row:after {
        display: table;
        line-height: 0;
        content: ""
    }

    .row:after {
        clear: both
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px
    }

    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1170px
    }

    .span12 {
        width: 1170px
    }

    .span11 {
        width: 1070px
    }

    .span10 {
        width: 970px
    }

    .span9 {
        width: 870px
    }

    .span8 {
        width: 770px
    }

    .span7 {
        width: 670px
    }

    .span6 {
        width: 570px
    }

    .span5 {
        width: 470px
    }

    .span4 {
        width: 370px
    }

    .span3 {
        width: 270px
    }

    .span2 {
        width: 170px
    }

    .span1 {
        width: 70px
    }

    .offset12 {
        margin-left: 1230px
    }

    .offset11 {
        margin-left: 1130px
    }

    .offset10 {
        margin-left: 1030px
    }

    .offset9 {
        margin-left: 930px
    }

    .offset8 {
        margin-left: 830px
    }

    .offset7 {
        margin-left: 730px
    }

    .offset6 {
        margin-left: 630px
    }

    .offset5 {
        margin-left: 530px
    }

    .offset4 {
        margin-left: 430px
    }

    .offset3 {
        margin-left: 330px
    }

    .offset2 {
        margin-left: 230px
    }

    .offset1 {
        margin-left: 130px
    }

    .row-fluid {
        width: 100%;
        *zoom: 1
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        line-height: 0;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.564102564102564%;
        *margin-left: 2.5109110747408616%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }

    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.564102564102564%
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%
    }

    .row-fluid .span11 {
        width: 91.45299145299145%;
        *width: 91.39979996362975%
    }

    .row-fluid .span10 {
        width: 82.90598290598291%;
        *width: 82.8527914166212%
    }

    .row-fluid .span9 {
        width: 74.35897435897436%;
        *width: 74.30578286961266%
    }

    .row-fluid .span8 {
        width: 65.81196581196582%;
        *width: 65.75877432260411%
    }

    .row-fluid .span7 {
        width: 57.26495726495726%;
        *width: 57.21176577559556%
    }

    .row-fluid .span6 {
        width: 48.717948717948715%;
        *width: 48.664757228587014%
    }

    .row-fluid .span5 {
        width: 40.17094017094017%;
        *width: 40.11774868157847%
    }

    .row-fluid .span4 {
        width: 31.623931623931625%;
        *width: 31.570740134569924%
    }

    .row-fluid .span3 {
        width: 23.076923076923077%;
        *width: 23.023731587561375%
    }

    .row-fluid .span2 {
        width: 14.52991452991453%;
        *width: 14.476723040552828%
    }

    .row-fluid .span1 {
        width: 5.982905982905983%;
        *width: 5.929714493544281%
    }

    .row-fluid .offset12 {
        margin-left: 105.12820512820512%;
        *margin-left: 105.02182214948171%
    }

    .row-fluid .offset12:first-child {
        margin-left: 102.56410256410257%;
        *margin-left: 102.45771958537915%
    }

    .row-fluid .offset11 {
        margin-left: 96.58119658119658%;
        *margin-left: 96.47481360247316%
    }

    .row-fluid .offset11:first-child {
        margin-left: 94.01709401709402%;
        *margin-left: 93.91071103837061%
    }

    .row-fluid .offset10 {
        margin-left: 88.03418803418803%;
        *margin-left: 87.92780505546462%
    }

    .row-fluid .offset10:first-child {
        margin-left: 85.47008547008548%;
        *margin-left: 85.36370249136206%
    }

    .row-fluid .offset9 {
        margin-left: 79.48717948717949%;
        *margin-left: 79.38079650845607%
    }

    .row-fluid .offset9:first-child {
        margin-left: 76.92307692307693%;
        *margin-left: 76.81669394435352%
    }

    .row-fluid .offset8 {
        margin-left: 70.94017094017094%;
        *margin-left: 70.83378796144753%
    }

    .row-fluid .offset8:first-child {
        margin-left: 68.37606837606839%;
        *margin-left: 68.26968539734497%
    }

    .row-fluid .offset7 {
        margin-left: 62.393162393162385%;
        *margin-left: 62.28677941443899%
    }

    .row-fluid .offset7:first-child {
        margin-left: 59.82905982905982%;
        *margin-left: 59.72267685033642%
    }

    .row-fluid .offset6 {
        margin-left: 53.84615384615384%;
        *margin-left: 53.739770867430444%
    }

    .row-fluid .offset6:first-child {
        margin-left: 51.28205128205128%;
        *margin-left: 51.175668303327875%
    }

    .row-fluid .offset5 {
        margin-left: 45.299145299145295%;
        *margin-left: 45.1927623204219%
    }

    .row-fluid .offset5:first-child {
        margin-left: 42.73504273504273%;
        *margin-left: 42.62865975631933%
    }

    .row-fluid .offset4 {
        margin-left: 36.75213675213675%;
        *margin-left: 36.645753773413354%
    }

    .row-fluid .offset4:first-child {
        margin-left: 34.18803418803419%;
        *margin-left: 34.081651209310785%
    }

    .row-fluid .offset3 {
        margin-left: 28.205128205128204%;
        *margin-left: 28.0987452264048%
    }

    .row-fluid .offset3:first-child {
        margin-left: 25.641025641025642%;
        *margin-left: 25.53464266230224%
    }

    .row-fluid .offset2 {
        margin-left: 19.65811965811966%;
        *margin-left: 19.551736679396257%
    }

    .row-fluid .offset2:first-child {
        margin-left: 17.094017094017094%;
        *margin-left: 16.98763411529369%
    }

    .row-fluid .offset1 {
        margin-left: 11.11111111111111%;
        *margin-left: 11.004728132387708%
    }

    .row-fluid .offset1:first-child {
        margin-left: 8.547008547008547%;
        *margin-left: 8.440625568285142%
    }

    input,
    textarea,
    .uneditable-input {
        margin-left: 0
    }

    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 30px
    }

    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 1156px
    }

    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 1056px
    }

    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 956px
    }

    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 856px
    }

    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 756px
    }

    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 656px
    }

    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 556px
    }

    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 456px
    }

    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 356px
    }

    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 256px
    }

    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 156px
    }

    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 56px
    }

    .thumbnails {
        margin-left: -30px
    }

    .thumbnails>li {
        margin-left: 30px
    }

    .row-fluid .thumbnails {
        margin-left: 0
    }
}

@media (min-width:768px) and (max-width:979px) {
    .row {
        margin-left: -20px;
        *zoom: 1
    }

    .row:before,
    .row:after {
        display: table;
        line-height: 0;
        content: ""
    }

    .row:after {
        clear: both
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px
    }

    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 724px
    }

    .span12 {
        width: 724px
    }

    .span11 {
        width: 662px
    }

    .span10 {
        width: 600px
    }

    .span9 {
        width: 538px
    }

    .span8 {
        width: 476px
    }

    .span7 {
        width: 414px
    }

    .span6 {
        width: 352px
    }

    .span5 {
        width: 290px
    }

    .span4 {
        width: 228px
    }

    .span3 {
        width: 166px
    }

    .span2 {
        width: 104px
    }

    .span1 {
        width: 42px
    }

    .offset12 {
        margin-left: 764px
    }

    .offset11 {
        margin-left: 702px
    }

    .offset10 {
        margin-left: 640px
    }

    .offset9 {
        margin-left: 578px
    }

    .offset8 {
        margin-left: 516px
    }

    .offset7 {
        margin-left: 454px
    }

    .offset6 {
        margin-left: 392px
    }

    .offset5 {
        margin-left: 330px
    }

    .offset4 {
        margin-left: 268px
    }

    .offset3 {
        margin-left: 206px
    }

    .offset2 {
        margin-left: 144px
    }

    .offset1 {
        margin-left: 82px
    }

    .row-fluid {
        width: 100%;
        *zoom: 1
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        line-height: 0;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.7624309392265194%;
        *margin-left: 2.709239449864817%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }

    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.7624309392265194%
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%
    }

    .row-fluid .span11 {
        width: 91.43646408839778%;
        *width: 91.38327259903608%
    }

    .row-fluid .span10 {
        width: 82.87292817679558%;
        *width: 82.81973668743387%
    }

    .row-fluid .span9 {
        width: 74.30939226519337%;
        *width: 74.25620077583166%
    }

    .row-fluid .span8 {
        width: 65.74585635359117%;
        *width: 65.69266486422946%
    }

    .row-fluid .span7 {
        width: 57.18232044198895%;
        *width: 57.12912895262725%
    }

    .row-fluid .span6 {
        width: 48.61878453038674%;
        *width: 48.56559304102504%
    }

    .row-fluid .span5 {
        width: 40.05524861878453%;
        *width: 40.00205712942283%
    }

    .row-fluid .span4 {
        width: 31.491712707182323%;
        *width: 31.43852121782062%
    }

    .row-fluid .span3 {
        width: 22.92817679558011%;
        *width: 22.87498530621841%
    }

    .row-fluid .span2 {
        width: 14.3646408839779%;
        *width: 14.311449394616199%
    }

    .row-fluid .span1 {
        width: 5.801104972375691%;
        *width: 5.747913483013988%
    }

    .row-fluid .offset12 {
        margin-left: 105.52486187845304%;
        *margin-left: 105.41847889972962%
    }

    .row-fluid .offset12:first-child {
        margin-left: 102.76243093922652%;
        *margin-left: 102.6560479605031%
    }

    .row-fluid .offset11 {
        margin-left: 96.96132596685082%;
        *margin-left: 96.8549429881274%
    }

    .row-fluid .offset11:first-child {
        margin-left: 94.1988950276243%;
        *margin-left: 94.09251204890089%
    }

    .row-fluid .offset10 {
        margin-left: 88.39779005524862%;
        *margin-left: 88.2914070765252%
    }

    .row-fluid .offset10:first-child {
        margin-left: 85.6353591160221%;
        *margin-left: 85.52897613729868%
    }

    .row-fluid .offset9 {
        margin-left: 79.8342541436464%;
        *margin-left: 79.72787116492299%
    }

    .row-fluid .offset9:first-child {
        margin-left: 77.07182320441989%;
        *margin-left: 76.96544022569647%
    }

    .row-fluid .offset8 {
        margin-left: 71.2707182320442%;
        *margin-left: 71.16433525332079%
    }

    .row-fluid .offset8:first-child {
        margin-left: 68.50828729281768%;
        *margin-left: 68.40190431409427%
    }

    .row-fluid .offset7 {
        margin-left: 62.70718232044199%;
        *margin-left: 62.600799341718584%
    }

    .row-fluid .offset7:first-child {
        margin-left: 59.94475138121547%;
        *margin-left: 59.838368402492065%
    }

    .row-fluid .offset6 {
        margin-left: 54.14364640883978%;
        *margin-left: 54.037263430116376%
    }

    .row-fluid .offset6:first-child {
        margin-left: 51.38121546961326%;
        *margin-left: 51.27483249088986%
    }

    .row-fluid .offset5 {
        margin-left: 45.58011049723757%;
        *margin-left: 45.47372751851417%
    }

    .row-fluid .offset5:first-child {
        margin-left: 42.81767955801105%;
        *margin-left: 42.71129657928765%
    }

    .row-fluid .offset4 {
        margin-left: 37.01657458563536%;
        *margin-left: 36.91019160691196%
    }

    .row-fluid .offset4:first-child {
        margin-left: 34.25414364640884%;
        *margin-left: 34.14776066768544%
    }

    .row-fluid .offset3 {
        margin-left: 28.45303867403315%;
        *margin-left: 28.346655695309746%
    }

    .row-fluid .offset3:first-child {
        margin-left: 25.69060773480663%;
        *margin-left: 25.584224756083227%
    }

    .row-fluid .offset2 {
        margin-left: 19.88950276243094%;
        *margin-left: 19.783119783707537%
    }

    .row-fluid .offset2:first-child {
        margin-left: 17.12707182320442%;
        *margin-left: 17.02068884448102%
    }

    .row-fluid .offset1 {
        margin-left: 11.32596685082873%;
        *margin-left: 11.219583872105325%
    }

    .row-fluid .offset1:first-child {
        margin-left: 8.56353591160221%;
        *margin-left: 8.457152932878806%
    }

    input,
    textarea,
    .uneditable-input {
        margin-left: 0
    }

    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 20px
    }

    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 710px
    }

    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 648px
    }

    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 586px
    }

    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 524px
    }

    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 462px
    }

    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 400px
    }

    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 338px
    }

    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 276px
    }

    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 214px
    }

    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 152px
    }

    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 90px
    }

    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 28px
    }
}

@media (max-width:767px) {
    body {
        padding-right: 20px;
        padding-left: 20px
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-right: -20px;
        margin-left: -20px
    }

    .container-fluid {
        padding: 0
    }

    .dl-horizontal dt {
        float: none;
        width: auto;
        clear: none;
        text-align: left
    }

    .dl-horizontal dd {
        margin-left: 0
    }

    .container {
        width: auto
    }

    .row-fluid {
        width: 100%
    }

    .row,
    .thumbnails {
        margin-left: 0
    }

    .thumbnails>li {
        float: none;
        margin-left: 0
    }

    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .span12,
    .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .row-fluid [class*="offset"]:first-child {
        margin-left: 0
    }

    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
        display: inline-block;
        width: auto
    }

    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 0
    }

    .modal {
        position: fixed;
        top: 20px;
        right: 20px;
        left: 20px;
        width: auto;
        margin: 0
    }

    .modal.fade {
        top: -100px
    }

    .modal.fade.in {
        top: 20px
    }
}

@media (max-width:480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0)
    }

    .page-header h1 small {
        display: block;
        line-height: 20px
    }

    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc
    }

    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left
    }

    .form-horizontal .controls {
        margin-left: 0
    }

    .form-horizontal .control-list {
        padding-top: 0
    }

    .form-horizontal .form-actions {
        padding-right: 10px;
        padding-left: 10px
    }

    .media .pull-left,
    .media .pull-right {
        display: block;
        float: none;
        margin-bottom: 10px
    }

    .media-object {
        margin-right: 0;
        margin-left: 0
    }

    .modal {
        top: 10px;
        right: 10px;
        left: 10px
    }

    .modal-header .close {
        padding: 10px;
        margin: -10px
    }

    .carousel-caption {
        position: static
    }
}

@media (max-width:979px) {
    body {
        padding-top: 0
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static
    }

    .navbar-fixed-top {
        margin-bottom: 20px
    }

    .navbar-fixed-bottom {
        margin-top: 20px
    }

    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 5px
    }

    .navbar .container {
        width: auto;
        padding: 0
    }

    .navbar .brand {
        padding-right: 10px;
        padding-left: 10px;
        margin: 0 0 0 -5px
    }

    .nav-collapse {
        clear: both
    }

    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px
    }

    .nav-collapse .nav>li {
        float: none
    }

    .nav-collapse .nav>li>a {
        margin-bottom: 2px
    }

    .nav-collapse .nav>.divider-vertical {
        display: none
    }

    .nav-collapse .nav .nav-header {
        color: #777;
        text-shadow: none
    }

    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #777;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

    .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .nav-collapse .dropdown-menu li+li a {
        margin-bottom: 2px
    }

    .nav-collapse .nav>li>a:hover,
    .nav-collapse .dropdown-menu a:hover {
        background-color: #f2f2f2
    }

    .navbar-inverse .nav-collapse .nav>li>a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #999
    }

    .navbar-inverse .nav-collapse .nav>li>a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover {
        background-color: #111
    }

    .nav-collapse.in .btn-group {
        padding: 0;
        margin-top: 5px
    }

    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        display: none;
        float: none;
        max-width: none;
        padding: 0;
        margin: 0 15px;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .nav-collapse .open>.dropdown-menu {
        display: block
    }

    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
        display: none
    }

    .nav-collapse .dropdown-menu .divider {
        display: none
    }

    .nav-collapse .nav>li>.dropdown-menu:before,
    .nav-collapse .nav>li>.dropdown-menu:after {
        display: none
    }

    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        float: none;
        padding: 10px 15px;
        margin: 10px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
    }

    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111;
        border-bottom-color: #111
    }

    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: 0;
        overflow: hidden
    }

    .navbar .btn-navbar {
        display: block
    }

    .navbar-static .navbar-inner {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width:980px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important
    }
}

@media only screen and (min-width:0px) and (max-width:767px) {
    #bd {
        padding-left: 10px;
        padding-right: 10px
    }

    div.mod-languages {
        text-align: center
    }

    #zt-footer-inner {
        text-align: center
    }

    #zt-social>div {
        float: none !important;
        padding-top: 15px
    }

    .floatleft.width25,
    .floatleft.width33,
    .floatleft.width40,
    .floatright.width60,
    .floatleft.width50,
    .floatleft.width30 {
        width: 100% !important
    }

    #zt-top-menu ul {
        margin: 0 auto;
        text-align: center;
        float: none !important
    }

    #zt-top-menu ul li {
        display: inline;
        float: none !important;
        padding: 0 10px;
        height: 30px;
        line-height: 30px
    }

    #zt-banner img {
        width: 100%
    }

    #zt-userwrap7 h3.zt-title {
        display: block;
        float: none !important
    }

    #zt-logo-image {
        text-align: center
    }

    #zt-social,
    .zt-shipping {
        padding-left: 10px;
        padding-right: 10px
    }

    div.category-view .category {
        text-align: center;
        margin-bottom: 10px
    }

    #zt-top-action {
        position: static !important;
        display: table;
        margin: 0 auto
    }

    #zt-top-action-inner {
        position: relative
    }

    #zt-top-product .zt-item {
        margin-bottom: 20px
    }
}

@media (min-width:769px) and (max-width:979px) {
    .zt-header-text p {
        height: 33px !important
    }

    #zt-highlight .element {
        height: auto !important;
        width: 30.5% !important
    }

    #zt-userwrap7 h3.zt-title {
        display: block;
        float: none !important
    }
}

@media (min-width:980px) and (max-width:1170px) {
    .zt-header-text p {
        height: 45px !important
    }

    #zt-highlight .element {
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 40px
    }
}

@media only screen and (min-width:0px) and (max-width:1000px) {
    .pricing_box h2 {
        font-size: 35px !important
    }

    .pricing_box .header span {
        font-size: 12px !important
    }
}

@media (min-width:600px) and (max-width:768px) {
    div.desc_part .zt-action input.addtocart-button {
        background-position: 0 0 !important
    }

    div.desc_part .zt-action input.addtocart-button:hover,
    div.desc_part .zt-action input.addtocart-button:active,
    div.desc_part .zt-action input.addtocart-button:focus {
        background-position: 0 100% !important
    }

    div.desc_part .zt-action a.product-details {
        background-position: -213px 0 !important
    }

    div.desc_part .zt-action a.product-details:hover,
    div.desc_part .zt-action a.product-details:active,
    div.desc_part .zt-action a.product-details:focus {
        background-position: -213px 100% !important
    }

    #zt-highlight .element {
        height: auto !important;
        margin-left: 6%;
        margin-right: 6%;
        width: 34.5% !important
    }

    .zt-header-text p {
        height: 33px !important
    }

    table.cart-summary tr th {
        padding: 6px 15px !important
    }

    .rtl #zt-top-action #zt-cart-inner,
    .rtl #zt-top-action #zt-searchform-inner {
        right: -20px;
        left: auto;
        width: 100%
    }

    .rtl #zt-top-action .vmcart-border,
    .rtl #zt-searchform-inner .search-border {
        width: 100%
    }

    .rtl #zt-searchform-inner .search-border:before {
        right: 100px
    }

    .rtl #zt-top-action .vmcart-border:before {
        right: 62px !important
    }

    #zt-userwrap7 h3.zt-title {
        width: 100%
    }

    .scroller-slider {
        margin: 0 10%;
        width: 80% !important
    }

    ul.tabs li a {
        padding: 0 5px !important
    }

    div.itemFacebookButton {
        margin-right: 5px !important
    }

    .k2CalendarBlock table.calendar tr td {
        padding: 0 !important
    }

    .zt-newsletter input[type="email"] {
        width: 150px
    }

    #form-login-username input,
    #form-login-password input {
        width: 100%
    }

    #com-form-login-password,
    #com-form-login-remember {
        margin-left: 10px
    }

    div.order-view+form input#remember,
    #com-form-login-remember input#remember {
        margin-top: 10px !important
    }

    #com-form-order-submit input {
        margin-top: 28% !important;
        margin-left: 10px
    }

    #com-form-order-pass {
        margin-left: 10px
    }

    .orderlistcontainer {
        margin: 0 5px 0 0 !important
    }

    div.orderby-displaynumber div.title {
        width: 40px !important
    }

    .additional-images img {
        width: 60px !important;
        padding: 0 !important
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .scroller-slider {
        margin: 0 11%;
        width: 85% !important
    }

    .additional-images img {
        padding: 0 !important;
        width: 83px !important
    }
}

@media (max-width:500px) {
    div.desc_part .zt-action input.addtocart-button {
        background-position: 45px 0 !important
    }

    div.desc_part .zt-action a.product-details {
        background-position: -177px 0 !important
    }

    .itemAuthorContent {
        width: 90% !important
    }

    .itemCommentsForm .inputCommentName,
    .itemCommentsForm .inputCommentEmail,
    .itemCommentsForm .inputCommentUrl {
        width: 90% !important
    }

    #zt-position-17 h3.moduletitle {
        text-align: center
    }

    #zt-position-17 ul.weblinks,
    #zt-position-17 ul.menu {
        margin: 0 40px
    }

    #zt-userwrap7 {
        text-align: center
    }

    #zt-social {
        float: none !important
    }

    #zt-userwrap7 h3.zt-title {
        text-align: center !important
    }

    #zt-userwrap7 input[type="text"],
    #zt-userwrap7 input[type="password"],
    #zt-userwrap7 input[type="url"],
    #zt-userwrap7 input[type="email"] {
        float: none !important;
    }

    #zt-userwrap7 input[type="submit"] {
        float: none !important;
        margin-left: -10px !important
    }

    #zt-highlight .element {
        margin-left: 25%;
        margin-right: 25%
    }

    #zt-position-18,
    #zt-position-19,
    #zt-position-20,
    #zt-position-21,
    #zt-position-22 {
        text-align: center
    }

    #zt-logo-image {
        text-align: center
    }

    .cart-view table.cart-summary tr th:nth-child(2),
    .cart-view table.cart-summary tr td:nth-child(2),
    .cart-view table.cart-summary tr th:nth-child(5),
    .cart-view table.cart-summary tr td:nth-child(5),
    .cart-view table.cart-summary tr th:nth-child(6),
    .cart-view table.cart-summary tr td:nth-child(6),
    .cart-view table.cart-summary tr th:nth-child(3),
    .cart-view table.cart-summary tr td:nth-child(3) {
        display: none
    }

    #zt-highlight .option-set li {
        margin: 0 5px 0 0 !important
    }

    #zt-highlight .ztVMProductBlock .options {
        width: 100% !important;
        position: static !important
    }

    #zt-highlight h3.moduletitle {
        width: 100% !important
    }

    .rtl #zt-top-action #zt-cart-inner,
    .rtl #zt-top-action #zt-searchform-inner {
        right: 42%
    }

    .rtl #zt-searchform-inner .search-border:before {
        left: 10px !important
    }

    .rtl #zt-top-action .vmcart-border:before {
        left: 40px !important;
        right: auto !important
    }

    .scroller-slider {
        margin: 0 13%;
        width: 71% !important
    }

    #zt-footer-menu ul {
        margin-top: 15px
    }

    div.category-view a img {
        width: 100% !important
    }
}

@media (max-width:360px) {

    #zt-top-action #zt-cart-inner,
    #zt-top-action #zt-searchform-inner {
        right: -41px !important
    }

    ul.tabs li {
        margin: 0 5px !important
    }

    ul.tabs li a {
        font-size: 70% !important;
        padding: 0 5px !important
    }

    .profile dl dd {
        font-size: 62%
    }

    #zt-highlight .element {
        margin-left: 8%;
        margin-right: 8%
    }

    .rtl #zt-top-action #zt-cart-inner,
    .rtl #zt-top-action #zt-searchform-inner {
        right: 38px
    }

    .rtl #zt-searchform-inner .search-border:before {
        left: 15px !important
    }

    .rtl #zt-top-action .vmcart-border:before {
        left: 53px !important;
        right: auto !important
    }

    .scroller-slider {
        margin: 0 30%;
        width: 60% !important
    }

    #zt-social a#facebook {
        background-position: 50px 0 !important
    }

    #zt-social a#twitter {
        background-position: 50px -38px !important
    }

    #zt-social a#google {
        background-position: 50px -76px !important
    }

    #zt-social a#rss {
        background-position: 50px -114px !important
    }
}

@media (max-width:320px) {

    #searchForm input,
    #search-form fieldset.word input {
        width: 90px
    }

    #searchForm button {
        float: left
    }

    div.terms-of-service {
        display: inline-block !important
    }

    #k2Container .itemEditLink,
    #k2Container .catItemEditLink {
        left: 10px !important;
        top: -15px !important
    }

    .pricing_wrap_4 .pricing_box {
        width: 24% !important
    }

    .pricing_box h2 {
        font-size: 18px !important
    }

    .pricing_box a.button {
        padding: 0.3em 0.5em !important
    }

    .pricing_box .header {
        height: 60px !important
    }

    #zt-top-action {
        position: static !important;
        text-align: center
    }

    #zt-top-action-inner {
        display: inline-block;
        position: relative;
        margin-top: 10px
    }

    .control-buttons button {
        margin: 0 0 10px 0 !important
    }
}

@media only screen and (min-width:980px) and (max-width:1200px) {
    #menusys_mega li span.no-image {
        padding: 0 15px !important
    }

    #menusys_mega li.item>a {
        font-size: 130%
    }

    article header ul li {
        margin-right: 13px !important
    }
}

a {
    outline: none
}

a:hover,
a:active,
a:focus {
    -moz-outline-style: none;
    outline: none
}

ul,
ol {
    margin: 0 0 0 5px
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.body-overlayed {
    overflow: visible
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
    -moz-border-radius: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #d9d6d0;
    box-shadow: none;
    box-sizing: border-box;
    color: #888;
    font-size: 110%;
    height: 30px;
    line-height: 30px;
    max-width: 100% !important;
    padding: 0 12px;
    margin: 0
}

textarea {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    height: auto;
    line-height: 22px;
    max-width: 100% !important;
    padding: 24px;
    width: auto
}

select {
    cursor: pointer;
    height: inherit;
    padding: 6px;
    width: auto
}

html.-moz-select {
    padding: 3px 5px
}

#zt-left .login-form input[type="text"],
#zt-left .login-form input[type="password"],
#zt-right .login-form input[type="text"],
#zt-right .login-form input[type="password"] {
    width: 90%
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
    background: #f4f4f4;
    box-shadow: none
}

.big-btn,
a.details,
.back-to-category a,
a.continue_link,
button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
.readon,
.pagination ul li a,
.pagination ul li span {
    -moz-border-radius: 3px;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-border-radius: 3px;
    -webkit-transition: all .1s ease-out;
    background: #f75352;
    border-radius: 3px;
    border: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 125%;
    font-weight: 400;
    margin: 0;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    transition: all .1s ease-out
}

.big-btn {
    color: #fff !important;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    display: inline-block;
    font-size: 120%;
    line-height: 33px;
    text-transform: uppercase;
    padding: 0 25px
}

.big-btn:hover,
.big-btn:active,
.big-btn:focus,
a.details:hover,
a.details:active,
a.details:focus,
.back-to-category a:hover,
.back-to-category a:active,
.back-to-category a:focus,
a.vm-button-correct:hover,
a.vm-button-correct:active,
a.vm-button-correct:focus,
a.continue_link:hover,
a.continue_link:active,
a.continue_link:focus,
button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
.readon:hover,
.pagination ul li a:hover,
.pagination ul li span:hover {
    background: #CFCFCF;
    color: #fff !important;
    text-decoration: none
}

.pagination ul li a:hover,
.pagination ul li span:hover {
    background: #CFCFCF !important
}

input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
    background: transparent !important;
    border: none !important;
    height: auto !important;
    margin-top: 5px !important
}

select[size] {
    font-size: 100%;
    height: auto
}

select[size="1"] {
    height: 29px !important;
    line-height: 24px
}

.invalid {
    background: #fffef4;
    border: 1px solid #e25527 !important;
    color: #000
}

label {
    color: #363636;
    font-size: 110%;
    font-weight: 400
}

label.invalid {
    background: #fff;
    border: none !important;
    color: #e25527 !important
}

legend.hidelabeltxt {
    display: none
}

fieldset.filters {
    margin-bottom: 20px
}

fieldset.filters>div>* {
    float: left;
    margin-right: 10px
}

fieldset.filters>div>select {}

fieldset dt {
    margin: 10px 0
}

section article {
    margin-top: 20px
}

section article:first-child {
    margin-top: 0
}

section>header {
    margin: 0 0 32px;
    padding: 0
}

section>header h1 {
    line-height: 56px
}

.category header h2 {
    font-weight: 600
}

section>header h2 small {
    color: #666
}

section>header div p {
    font-weight: 300;
    line-height: 1.4;
    text-transform: none
}

section img {
    height: auto !important;
    max-width: 100% !important
}

section.categories-list ul {
    clear: both
}

section.category .children,
section.blog .children {
    clear: both;
    margin-top: 32px
}

section.categories-list ul ul {
    margin-left: 20px
}

section.categories-list ul ul li {
    border-top: 1px solid #eee;
    border: none;
    list-style-type: none
}

section.categories-list ul ul li:first-child {
    border: none
}

section.categories-list li,
section.category .children li,
section.blog .children li {
    border-bottom: 1px solid #eee;
    clear: both;
    line-height: 1.4;
    overflow: hidden;
    padding: 12px 0
}

section.categories-list li>a,
section.category .children li>a,
section.blog .children li>a {
    color: #de7037
}

section.categories-list li>a:hover,
section.category .children li>a:hover,
section.blog .children li>a:hover {
    color: #363636
}

section.categories-list li>div p,
section.category .children li>div p,
section.blog .children li>div p {
    margin: 0.5em 0
}

section.categories-list li>dl,
section.category .children li>dl,
section.blog .children li>dl {
    margin: 0
}

section.categories-list li>dl>dt,
section.category .children li>dl>dt,
section.blog .children li>dl>dt {
    float: left
}

section.categories-list li>dl>dd,
section.category .children li>dl>dd,
section.blog .children li>dl>dd {
    float: left;
    font-weight: bold;
    margin-left: 5px
}

section.category .children h3,
section.blog .children h3 {
    line-height: 24px;
    margin: 20px 0
}

.filters .hidelabeltxt {
    display: none
}

.filters .display-limit {
    float: right;
    display: inline-block;
    width: 130px
}

.filters .display-limit select {
    display: inline !important;
    float: none
}

table {
    margin-bottom: 20px;
    width: 100%
}

th {
    font-size: 125%;
    font-weight: bold;
    padding: 6px 10px 16px;
    text-align: left;
    border: 1px solid #D9D9D9
}

th a {
    color: #dc7037
}

th:hover,
thead tr:hover {
    background-color: transparent
}

th a:active,
th a:focus,
th a:hover {
    color: #111
}

tbody tr td {
    border-top: 1px solid #DDD;
    padding: 6px 10px
}

tbody tr td p {
    margin: 0.5em 0
}

tr:hover {
    background: #fbfbfb
}

.list-author {
    font-size: 14px;
    font-style: italic
}

section.blog .leading {
    margin-bottom: 0px
}

section.blog .items-row {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden
}

.items-more {
    clear: both;
    margin: -20px 0 0
}

section.blog article {
    padding: 0 0 10px;
    margin-bottom: 0px
}

.items-more h3 {
    font-size: 200%;
    line-height: 24px;
    margin-bottom: 20px
}

.items-more ol {
    list-style-type: none;
    margin-top: 0
}

.items-more ol li {
    border-top: 1px solid #eee;
    padding: 8px 0
}

.items-more ol li:first-child {
    border-top: none
}

.calendar .button {
    display: table-cell
}

#jform_publish_up,
#jform_publish_down {
    margin-right: 10px
}

.items-leading>div {
    clear: both !important
}

article>time {
    background-color: #1096d5;
    color: #FFF;
    left: 0px;
    padding: 10px;
    position: absolute;
    text-align: center
}

article,
article>section {
    position: relative
}

article {
    margin-bottom: 16px
}

article.item-page {
    margin-bottom: 0
}

article header {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    width: 100%
}

article>time+section header {
    padding-left: 85px
}

article header h1,
article header h2 {
    clear: both;
    font-size: 250%;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 5px;
    padding: 0
}

article header h2 {}

article header h1 a,
article header h2 a {
    color: #333
}

article header h1 a:hover,
article header h2 a:hover {
    color: #da5a12
}

article header ul li {
    float: left;
    list-style: none;
    margin-bottom: 2px;
    margin-right: 20px
}

li.print-icon,
li.email-icon {
    padding: 0 !important
}

li.print-icon a,
li.email-icon a {
    position: relative;
    top: 3px
}

li.print-icon img,
li.email-icon img,
li.edit-icon img {
    float: left
}

article.item-page ul.content-links li {
    background: none
}

article header+div,
article header+p {
    clear: both
}

.img-intro-none {
    float: none
}

.img-intro-none img {
    float: none !important;
    margin: 0 auto
}

.img-intro-left,
.img-intro-right,
.img-intro-left>img,
.img-intro-right>img {
    float: none !important;
    margin: 0 auto
}

.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right {
    float: none;
    margin: 0 0 32px;
    overflow: hidden;
    position: relative
}

.img-fulltext-none>div,
.img-fulltext-left>div,
.img-fulltext-right>div {
    float: none !important;
    width: 100% !important
}

.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
    display: block;
    height: auto !important;
    margin: 0 auto;
    max-width: 100% !important;
    width: 100% !important
}

p.img_caption {
    background: #f7683a;
    color: #fff;
    font-size: 100%;
    margin: 0;
    padding: 5px 12px;
    position: absolute;
    right: 0;
    top: 15px
}

section.blog div.img_caption {
    float: none !important
}

section.blog div.img_caption img.caption {
    display: block;
    float: none !important
}

.item-page ul {
    list-style-type: none
}

.content-links {
    margin-bottom: 20px
}

.filter-search .filter-search-lbl {
    margin-top: 5px
}

.edit fieldset>div {
    clear: both;
    padding: 5px 0
}

.edit fieldset>div label {
    display: block;
    float: left;
    min-width: 120px
}

#editor-xtd-buttons {
    display: inline-block;
    height: auto !important
}

li.edit-icon {
    list-style: none
}

#login-form label[for="modlgn-remember"] {
    display: inline
}

#login-form input#modlgn-remember {
    margin: 0 !important
}

.login-greeting {
    margin-bottom: 10px
}

.login .login-fields {
    margin-bottom: 10px
}

#zt-component .login ul,
#login-form ul {
    margin: 10px 0 0 15px
}

section.login .login-fields {
    padding-bottom: 16px
}

section.login .login-fields label {
    display: block;
    float: left;
    line-height: 34px;
    min-width: 100px
}

section.login ul {
    font-size: 100%;
    margin-top: 20px;
    padding-top: 20px
}

.profile-edit legend {
    color: #2f3336;
    font-size: 200%
}

.profile-edit dt {
    margin-top: 24px !important
}

.profile legend,
.profile-edit legend {
    color: #333;
    font-size: 200%;
    margin: 0 0 10px 0;
    padding: 0 0 14px 0;
    width: 100%
}

.profile dt {
    clear: both;
    float: left;
    font-size: 95%;
    font-weight: bold;
    min-width: 200px
}

.profile {
    background: #fff;
    padding: 20px
}

.profile #users-profile-core {
    width: 100%
}

.profile dl dd {
    border-bottom: 1px solid #e5e5e5;
    margin-left: 120px;
    padding: 10px 0 10px 20px
}

.profile dl dt {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding: 10px 0
}

.contact-details {
    overflow: hidden
}

.contact .jicons-icons {
    display: none
}

.contact-image {
    float: right;
    padding: 12px
}

dt.inline,
dd.inline {
    display: inline-block !important;
    float: left !important;
    width: auto !important
}

dd.inline+dd,
dd.inline+dt {
    clear: both
}

dd.inline input[type="checkbox"] {
    margin-top: 14px !important
}

.contact h3 {
    margin: 30px 0 0;
    padding: 12px 0 0
}

#jform_contact_email_copy {
    margin-left: 10px
}

#contact-form textarea {
    width: 100%
}

section.newsfeed>ol {
    list-style: none
}

section.newsfeed>ol>li {
    padding: 24px 0 0
}

section.newsfeed>ol>li>a {
    font-size: 350%
}

section.contentpane iframe {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #eee;
    box-sizing: border-box
}

.tip {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 1px #888;
    max-width: 350px;
    min-width: 150px;
    padding: 8px
}

.tip-title {
    background: #2e9be1;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 15px
}

.tip-text {
    color: #555;
    font-size: 95%;
    padding: 5px 0
}

#system-message dt {
    display: none
}

#system-message {
    color: #fff;
    margin: 0 0 5px 0
}

#system-message dd ul {
    padding: 10px;
    margin-left: 15px
}

#system-message dd {
    background: none repeat scroll 0 0 #5DBA5D;
    margin: 0
}

#system-message dd.info {
    background-color: #5DBA5D
}

#system-message dd.error {
    background: none repeat scroll 0 0 #FE654C
}

#system-message dd.error li {
    margin: 0 15px
}

#system-message dd.notice {
    background: none repeat scroll 0 0 #4C90FE;
    color: #fff
}

#system-message-container {
    margin: 0;
    padding: 0
}

.item-page>div.pagination {
    display: none !important
}

.k2Pagination {
    text-align: center
}

.pagination {
    clear: both;
    text-align: center;
    margin: 20px 0 0
}

.pagination ul {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span,
.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {}

.pagination ul li {
    background: transparent !important;
    color: #909090;
    cursor: default;
    display: inline;
    margin: 0;
    padding: 0 !important
}

.pagination ul li a,
.pagination ul li span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff !important;
    display: block;
    font-size: 100%;
    height: 22px;
    line-height: 22px;
    min-width: 24px;
    padding: 3px;
    text-align: center;
    margin: 0 2px
}

.pagination ul li a {
    background-color: transparent;
    color: #7E7E7E !important
}

.pagination ul li.counter {
    float: right;
    font-size: 95%;
    line-height: 25px;
    margin-right: 12px
}

ul.pagenav {
    margin: 15px 0;
    overflow: hidden;
    padding: 0;
    list-style: none
}

ul.pagenav .pagenav-prev {
    float: left
}

ul.pagenav .pagenav-next {
    float: right
}

#member-registration legend {
    border: none;
    color: #2f3336;
    font-size: 265%;
    line-height: 32px
}

#member-registration dt,
#member-registration dd {}

#member-registration dt {
    min-width: 170px
}

#member-registration dd {
    min-width: 200px
}

#member-registration dd:after {}

#member-registration fieldset+div {
    line-height: 35px
}

#member-profile>div {
    line-height: 35px
}

.bannergroup:first-line,
.bannergroup_text:first-line {
    color: #333;
    font-size: 125%;
    font-weight: 500
}

div.banneritem {
    color: #999;
    font-size: 100%;
    padding: 12px 0 8px 0
}

div.banneritem a {
    font-size: 105%
}

div.bannerfooter {
    color: #da5a12;
    font-size: 90%;
    font-style: italic;
    padding: 12px 5px 0 0;
    text-align: right
}

#dynamic_recaptcha_1,
#recaptcha_area {
    max-width: 480px;
    min-height: 112px
}

.pane-sliders {
    margin-bottom: 20px
}

.pane-sliders .panel h3 {
    border-bottom: 1px solid #eee;
    color: #2f3336;
    padding: 5px 15px
}

.pagenavcounter {
    font-size: 100%;
    font-weight: 600
}

#article-index {
    float: right;
    margin: 0 0 15px 30px;
    width: 180px
}

#article-index h3 {
    font-size: 195%;
    font-weight: 600;
    line-height: 1;
    margin: 24px 0 12px;
    text-transform: uppercase
}

#article-index li {
    background-position: 0 5px !important;
    font-size: 110%
}

#article-index li a.active {
    color: #333;
    font-weight: bold
}

dl#tabs,
dl.tabs {
    min-height: 30px;
    overflow: hidden;
    padding: 12px 0
}

dl#tabs dt.tabs,
dl.tabs dt.tabs {
    border-right: 1px solid #e5e5e5;
    float: left;
    margin-right: 20px;
    padding-right: 8px
}

dl#tabs dt.tabs span h3,
dl.tabs dt.tabs span h3 {
    font-size: 125%;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

dl#tabs dt.tabs span h3 a,
dl.tabs dt.tabs span h3 a {
    float: left;
    height: 30px;
    line-height: 29px;
    margin: 0 8px 0 0;
    padding: 0 8px 0 0
}

dl#tabs dt.tabs h3:hover a,
dl.tabs dt.tabs h3:hover a {
    cursor: pointer
}

dl#tabs dt.tabs.open a,
dl.tabs dt.tabs.open a {
    color: #2f3336
}

#finder-search fieldset label[for="q"] {
    margin-top: 5px
}

#searchForm fieldset input[type="radio"],
#searchForm fieldset input[type="checkbox"] {}

#search-form fieldset.word label,
#search-form fieldset.word input,
#search-form fieldset.word button {
    float: left;
    margin-right: 5px
}

#searchForm label,
#searchForm input {
    float: left;
    margin: 0 5px 0 0
}

#searchForm label {
    margin-top: 5px
}

#searchForm fieldset,
.search-results dt {
    margin: 32px 0 0;
    padding: 18px 0 12px 0
}

.search-results dt {}

fieldset.phrases,
fieldset.only {
    border: 1px solid #e5e5e5;
    padding: 12px 24px 24px !important
}

#searchForm fieldset.word {
    border: none;
    padding: 20px 0
}

#searchForm fieldset legend {
    border: 1px solid #E5E5E5;
    color: #2f3336;
    display: block;
    font-size: 120%;
    line-height: 100%;
    margin-bottom: 0;
    padding: 5px 20px;
    width: auto
}

#searchForm p.counter {
    margin: 32px 0 0 0
}

.search-results dt:first-child {
    border-top: none
}

.searchintro strong {
    color: #2f3336;
    font-size: 125%;
    font-weight: 400
}

.form-limit {
    float: right;
    margin: 24px 0 0
}

.result-category,
.result-created {
    color: #AFAFAF;
    font-size: 100%
}

.result-created {
    float: right;
    font-size: 90%;
    margin: 6px 0 0
}

.result-title {
    clear: both;
    color: #2f3336
}

#advanced-search-toggle {
    display: block;
    font-size: 90%;
    padding: 10px 0;
    text-align: center
}

.advanced-search-tip {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    font-size: 100%;
    margin: 0 0 24px;
    padding: 12px 0
}

.advanced-search-tip p {
    margin: 0
}

#finder-filter-select-list label {
    clear: both;
    float: left;
    font-size: 100%;
    line-height: 36px;
    min-width: 140px
}

#finder-filter-select-list li {
    overflow: hidden;
    padding: 0
}

#search-query-explained {
    font-size: 105%;
    padding: 10px 0
}

#search-result-empty h2 {
    font-size: 150%
}

.autocompleter-queried {
    color: #418cd1 !important
}

div.search-pages-counter {
    font-size: 100%;
    font-style: italic;
    text-align: center
}

.search-results .highlight {
    background-color: #ffc;
    font-weight: bold;
    padding: 1px 4px
}

.archive article {
    padding: 32px 0 0
}

.archive .filter-search #filter-search {
    width: 150px
}

.img-intro-left,
.img-intro-right,
.img-intro-center,
.img-intro-none,
.img-fulltext-left,
.img-fulltext-right,
.img-fulltext-center,
.img-fulltext-none {
    margin-bottom: 32px;
    max-width: 100% !important;
    padding: 10px
}

.img-intro-left img,
.img-intro-right img,
.img-intro-center img,
.img-fulltext-left img,
.img-fulltext-right img,
.img-fulltext-center img {
    display: block
}

ul.weblinks li,
ul.menu li {
    background: url(../../../../../../../templates/zt_webshop/images/list-style.jpg) no-repeat left 14px;
    font-weight: 300;
    list-style: none;
    padding: 5px 5px 5px 15px
}

ul.weblinks li a,
ul.menu li a {
    -webkit-transition: color linear 0.3s;
    -moz-transition: color linear 0.3s;
    -ms-transition: color linear 0.3s;
    -o-transition: color linear 0.3s;
    transition: color linear 0.3s
}

ul.weblinks,
ul.menu {
    margin: 0px
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus,
ul.menu li.active a {
    color: #676767 !important;
    text-decoration: none
}

article section>ul li {
    padding: 2px 0 2px 28px
}

div.mod-languages>div,
div.mod-languages>form {
    display: inline-block;
    margin: 0 3px
}

div.mod-languages {}

div.mod-languages p {
    margin: 0
}

.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
    display: inline
}

div.mod-languages>ul.lang-block>li,
div.mod-languages>ul.lang-inline>li {
    line-height: 32px;
    margin: 0 5px
}

.mod-languages ul li.lang-active {
    font-weight: bold
}

.mod-languages ul li a img {
    -moz-transform-style: preserve-3d;
    -moz-transform: scale(1);
    -moz-transition: -moz-transform 0.1s ease-out;
    -ms-transform-style: preserve-3d;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -o-transition: -o-transform 0.1s ease-out;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: scale(1);
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transform-style: preserve-3d;
    transform: scale(1);
    transition: transform 0.1s ease-out
}

.mod-languages ul li a:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -webkit-transition: -webkit-transform 0.6s ease-out;
    transform: scale(1.2);
    transition: transform 0.6s ease-out
}

.mod-languages ul li.lang-active a img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.embed-container {
    height: 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#zt-component .zo2-gmap,
#zt-component object,
#zt-component embed {
    max-width: 100%
}

ul.the-icons li em,
ul.the-icons li i {
    text-indent: -999em
}

.modal {
    background-clip: padding-box;
    background-color: transparent !important;
    border-radius: 0px !important;
    border: 0 !important;
    box-shadow: none !important;
    left: auto !important;
    margin: 0 !important;
    overflow: auto;
    position: static !important;
    top: auto !important;
    width: auto !important;
    z-index: 1050
}

.highslide-gallery ul {
    margin: 0;
    padding: 0;
    width: 100%
}

.highslide-gallery ul li {
    background: 0;
    float: left;
    list-style: none;
    margin: 3px;
    padding: 0
}

.highslide-gallery ul li img {
    float: left;
    margin: 0
}

.zo2-vimeo {
    float: left;
    margin: 0 10px 0 0
}

.zo2-youtube {
    float: left;
    margin: 0 10px 0 0
}

.zo2_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 666
}

html,
body,
form,
fieldset {
    margin: 0;
    padding: 0
}

html.rtl {
    direction: rtl
}

body {
    background: #fff;
    color: #676767;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 20px
}

body.fs10 {
    font-size: 10px
}

body.fs11 {
    font-size: 11px
}

body.fs12 {
    font-size: 12px
}

body.fs13 {
    font-size: 13px
}

body.fs14 {
    font-size: 14px
}

body.fs15 {
    font-size: 15px
}

.clearfix {
    clear: both
}

#zt-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#zt-wrapper-inner {
    margin: 0 auto;
    padding: 0
}

.boxed #zt-wrapper-inner {
    background-color: #fff;
    padding: 0 10px
}

.boxed {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern14.png)
}

.none-display {
    display: none
}

#zt-userwrap1,
#zt-userwrap2,
#zt-userwrap3,
#zt-userwrap4,
#zt-userwrap5,
#zt-userwrap6,
#zt-userwrap7,
#zt-userwrap8 {
    clear: both;
    width: 100%
}

div.moduletable_menu,
div.moduletable_text,
div.module,
div.module_menu,
div.module_text {
    clear: both;
    display: block;
    margin: 0 0 20px 0;
    position: relative;
    width: 100%
}

div.moduletable {
    margin: 0 0 20px 0
}

.zt-user {
    float: left
}

h3.moduletitle {
    color: #676767;
    font-weight: 200;
    font-size: 100%;
    text-transform: uppercase
}

.line h3.moduletitle {
    background: url(../../../../../../../templates/zt_webshop/images/bg-title-hompage.png) repeat-x scroll left center transparent;
    margin: 24px 0;
    text-align: center
}

.line h3.moduletitle span {
    background: none repeat scroll 0 0 #FFF;
    font-size: 100%;
    font-weight: normal;
    padding: 0 14px;
    text-transform: uppercase
}

.subCategory,
#zt-component .profile,
#zt-component .k2AccountPage,
#zt-component .finder,
#zt-component .newsfeed,
#zt-component .newsfeed-category,
#zt-component .contact,
#zt-component .blog-featured,
#zt-component .contact-category,
#zt-component .blog,
#zt-component .archive,
#zt-component #user-registration,
#zt-component div.login,
#zt-component div.search,
.categories-list,
.item-page,
.category,
.itemView {
    background-color: #fff;
    padding: 10px
}

#zt-userwrap1-outer {
    width: 100%
}

#zt-userwrap1 {
    display: none;
    overflow: hidden
}

#zt-userwrap1 div.moduletable {
    margin: 0
}

#zt-userwrap1-inner {
    padding: 20px 0px;
    position: relative
}

#zt-userwrap1-inner {
    padding: 20px 0px;
    position: relative
}

#zt-userwrap3-inner {
    padding: 20px 0 0
}

#zt-userwrap5 {
    margin-top: 20px
}

#zt-userwrap6 {
    margin-bottom: 55px
}

#zt-userwrap6-inner {}

#zt-userwrap6-inner h3.moduletitle {
    font-size: 100%;
    line-height: 32px;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0
}

#zt-userwrap7-inner {
    padding: 20px 0
}

#zt-userwrap7-inner2 {
    border-bottom: 1px solid #DEDEDE
}

#zt-userwrap7 h3.zt-title {
    float: right;
    line-height: 40px;
    margin: 0 20px 0 0;
    outline: medium none;
    text-align: right;
    text-transform: uppercase
}

#zt-userwrap7 input[type="text"],
#zt-userwrap7 input[type="password"],
#zt-userwrap7 input[type="url"],
#zt-userwrap7 input[type="email"] {
    background-color: #D0D0D0;
    border: 0 none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #FFF;
    font-size: 102%;
    float: right;
    height: 26px;
    margin: 8px 0 0;
    padding: 5px 0 5px 5px;
    text-align: right;
    text-shadow: none;
    width: 190px;
}

#zt-userwrap7 input::-webkit-input-placeholder {
    color: #fff
}

#zt-userwrap7 input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

#zt-userwrap7 input[type="submit"] {
    background: url(../../../../../../../templates/zt_webshop/images/btn-newsletter.html) no-repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    float: left;
    height: 26px;
    line-height: 26px;
    margin: 8px 0 0;
    padding: 0;
    text-indent: -999em;
    width: 26px
}

#zt-userwrap7 input[type="submit"]:hover,
#zt-userwrap7 input[type="submit"]:active,
#zt-userwrap7 input[type="submit"]:focus {
    background-color: #1096D5
}

#zt-userwrap7 ul.weblinks li,
#zt-userwrap7 ul.menu li {
    background-image: url(../../../../../../../templates/zt_webshop/images/icon-arrows-white.png)
}

#zt-userwrap7 .zt-image-frame {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0 5px 5px 0
}

#zt-userwrap7 .zt-image-frame a:hover img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    overflow: hidden
}

#zt-userwrap8 {
    border-top: 1px solid #e3e3e3;
    padding: 25px 0
}

.zt-contact p {
    line-height: 28px
}

.zt-contact .icon {
    background: #2F3D60 url(../../../../../../../templates/zt_webshop/images/icon-contact.png) no-repeat 5px 50%;
    display: inline-block;
    height: 28px;
    width: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px
}

.fax .icon {
    background-position: -45px 50%
}

.email .icon {
    background-position: -95px 50%
}

.zt-shipping p {
    background: url(../../../../../../../templates/zt_webshop/images/icon-shipping.png) no-repeat scroll 0 11px transparent;
    border-bottom: 1px solid #E3E3E3;
    font-size: 12px;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
    padding-left: 80px
}

.zt-shipping .method2 {
    background-position: 0 -32px
}

.zt-shipping .method3 {
    background-position: 0 -78px
}

.zt-newsletter input[type="email"] {
    background-color: #FFF;
    border: 1px solid #E3E3E3;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #9F9F9F;
    font-size: 11px;
    font-style: italic;
    margin: 0;
    text-align: left;
    text-shadow: none
}

.zt-newsletter input[type="submit"] {
    border: 0 none;
    border-radius: 0 0 0 0;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 -5px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 63px
}

#zt-header {
    border-top: 3px solid #322c29;
    background-color: #fff;
    background-image: url(../../../../../../../templates/zt_webshop/images/bg-header.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    z-index: 9;
    position: relative;
    padding: 0 0 20px 0;
    width: 100%
}

#zt-header-top {
    padding: 10px 0 0
}

#zt-header-inner {
    position: relative
}

#zt-header-bottom {
    background-color: #fff;
    position: relative;
    box-shadow: 0 1px 15px #D9D9D9;
    min-height: 50px
}

#zt-top-menu ul {
    float: right
}

#zt-top-menu ul li {
    float: right;
    padding: 100;
    line-height: 30px;
    margin: 0;
    outline: medium none;
    background: none
}

#zt-top-menu ul li:hover a {
    color: #2F3D60 !important
}

#zt-top-menu ul li a {
    border-right: 1px solid #D9D9D9;
    padding: 0 10px;
    text-decoration: none;
    -webkit-transition: color 450ms ease-in-out 0s, bacground-color 450ms ease-in-out 0s;
    -moz-transition: color 450ms ease-in-out 0s, bacground-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, bacground-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, bacground-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, bacground-color 450ms ease-in-out 0s
}

.bkg-control-down,
.bkg-control-up {
    background: url(../../../../../../../templates/zt_webshop/images/icon-top.png) no-repeat 0 -30px;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 50%;
    top: 0;
    width: 38px;
    z-index: 999
}

.bkg-control-down span {
    display: none
}

.bkg-control-up {
    background-position: 0 0
}

.bkg-control-up span {
    display: none
}

#zt-logo-image {
    display: table;
    padding: 0;
    margin: 0 auto
}

#zt-logo-image img {
    width: 200px;
    height: 50px;
    max-width: inherit
}

#zt-logo-image span {
    display: none
}

#zt-text-outer {
    padding: 0;
    text-align: center
}

#zt-logo-text {
    color: #F75352 !important;
    font-size: 400%;
    font-weight: bold
}

#zt-logo-text>span span {
    color: #2F3D60
}

#zt-logo-text:hover,
#zt-logo-text:active,
#zt-logo-text:focus {
    text-decoration: none
}

#zt-logo-slogan {
    font-size: 120%;
    color: #808080;
    margin: 0
}

#zt-logo-text span {
    line-height: 100%
}

#zt-top-action {
    position: absolute;
    left: 0;
    top: 50px
}

#zt-top-action-inner {}

#zt-top-action-inner a#search {
    border-right: 1px solid #D8D8D8;
    float: right;
    margin-right: 20px
}

#zt-top-action-inner a#cart {
    float: right
}

span.zt-icon-cart,
span.zt-icon-search {
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    display: inline-block;
    float: left;
    height: 22px;
    text-indent: -9999em;
    width: 30px
}

span.zt-icon-search {
    background: url(../../../../../../../templates/zt_webshop/images/search-icon.png) no-repeat 0 4px
}

span.zt-icon-cart {
    background: url(../../../../../../../templates/zt_webshop/images/cart-icon.png) no-repeat 0 0
}

span.zt-icon-cart.hover,
span.zt-icon-cart:hover,
span.zt-icon-search.hover,
span.zt-icon-search:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5
}

#zt-top-action #zt-cart-inner,
#zt-top-action #zt-searchform-inner {
    background: none repeat scroll 0 0 #FFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    color: #7B7B7B;
    display: none;
    right: -20px;
    line-height: 150%;
    padding: 16px;
    position: absolute !important;
    top: 34px;
    width: 200px;
    z-index: 10020
}

#zt-top-action .vmcart-border:before,
#zt-searchform-inner .search-border:before {
    border-color: transparent transparent #CFCFCF;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    right: 90px;
    position: absolute;
    top: -9px;
    width: 0
}

#zt-top-action .vmcart-border:before {
    right: 32px
}

#zt-top-action .vmcart-border,
#zt-searchform-inner .search-border {
    background-color: #CFCFCF;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: 4px;
    margin: -16px 0 16px -16px;
    padding: 0 16px;
    width: 200px
}

#zt-searchform-inner .inputbox {
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .12);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .12);
    border: solid 1px #e1e1e1;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .12);
    color: #616060
}

#zt-breadcrumbs {
    padding: 20px 0
}

#zt-breadcrumbs .zt-breadcrumbs-inside {
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    padding-left: 20px
}

#zt-breadcrumbs .breadcrumbs {
    color: #2F3D60;
    display: inline-block;
    width: 100%
}

#zt-breadcrumbs .breadcrumbs>ul {
    margin: 0
}

.breadcrumbs>ul>li {
    background: 0;
    color: #2F3D60;
    display: inline;
    list-style: none;
    padding-right: 15px
}

.zt-navigation {
    background-color: #2F3D60;
    border-bottom: 1px solid #fff;
    position: relative;
    height: 50px;
    line-height: 50px
}

.zt-navigation h3 {
    color: #fff;
    float: left;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    margin: 0
}

#zt-slideshow {
    margin: 0 0 30px
}

.rev_slider ul {
    z-index: 1
}

#zt-top-product .zt-item {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    text-align: center
}

#zt-top-product a {
    margin: 0 auto 6px
}

#zt-top-product .zt-item p {
    color: #4F4F4F;
    font-size: 120%;
    text-transform: uppercase
}

#zt-highlight .ztVMProductBlock .options ul {
    display: inline-block !important
}

#zt-highlight .option-set li {
    margin: 0 10px 0 0
}

#zt-highlight .option-set li a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: #CFCFCF;
    cursor: pointer;
    color: #fff !important;
    display: block;
    float: left;
    font-size: 100%;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 3px;
    outline: medium none;
    padding: 0 11px;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    text-shadow: none
}

#zt-highlight .option-set li a:hover,
#zt-highlight .option-set li a:focus,
#zt-highlight .option-set li a:active,
#zt-highlight .option-set li a.selected {
    background-color: #2F3D60;
    text-decoration: none
}

#zt-highlight .option-set li a.selected {
    font-weight: bold
}

#zt-highlight ul.sort-direction {
    float: right
}

#zt-highlight ul.sort-direction li a {
    background-image: url(../../../../../../../templates/zt_webshop/images/desc.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 30px;
    outline: medium none;
    padding: 0;
    width: 36px;
    text-indent: -9999em
}

#zt-highlight li.ascending a {
    background-position: 0 0
}

#zt-highlight li.ascending a:hover {
    background-position: -36px 0
}

#zt-highlight li.descending a {
    background-position: 0 100%
}

#zt-highlight li.descending a:hover {
    background-position: -36px 100%
}

#zt-highlight .element {
    background-color: #fff;
    border: none;
    -webkit-transition: all 0.5s ease-out 0.2s;
    -moz-transition: all 0.5s ease-out 0.2s;
    -ms-transition: all 0.5s ease-out 0.2s;
    -o-transition: all 0.5s ease-out 0.2s;
    transition: all 0.5s ease-out 0.2s;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    padding: 5px
}

.zt-product-inner,
.zt-product-content,
.ztVMProductImage,
.ztVMProductImage a,
.ztVMProductImage img,
.ztVMProductName,
.zt-price-inner {
    -webkit-transition: all 0.4s ease-out 0.2s;
    -moz-transition: all 0.4s ease-out 0.2s;
    -ms-transition: all 0.4s ease-out 0.2s;
    -o-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
    position: relative;
    top: 0
}

#zt-highlight .element:hover .ztVMProductImage,
#zt-highlight .element:hover .ztVMProductName,
#zt-highlight .element:hover .zt-price-inner {
    position: relative;
    top: -50px
}

#zt-highlight .element:hover .zt-icon-cart {
    display: none
}

#zt-highlight .element:hover .zt-product-action {
    bottom: 0px
}

.zt-product-content {
    height: 100%;
    position: relative
}

.zt-product-inner {
    position: relative
}

.zt-price-inner,
.ztVMProductName {
    cursor: text;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    min-height: 24px
}

.ztVMProductName h3 {
    font-size: 110%;
    line-height: 150%;
    margin: 0;
    padding: 10px 0
}

.ztVMProductName h3 a {
    color: #4F4F4F !important;
    font-weight: 600
}

.zt-product-action {
    bottom: -60px;
    position: absolute;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    width: 100%
}

.zt-product-action div.addtocart-area {
    float: left;
    padding: 0;
    width: 50%
}

.zt-product-action div.ztVMViewDetails {
    float: right;
    width: 50%
}

.zt-product-action input.addtocart-button,
.zt-product-action .ztVMViewDetails a {
    background: #2F3D60 url(../../../../../../../templates/zt_webshop/images/action-icons.png) no-repeat scroll 28px -62px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    text-indent: -9999px;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    width: 100%;
    padding: 0;
    margin: 0
}

.zt-product-action span.addtocart-button {
    float: none;
    margin: 0
}

.zt-product-action .ztVMViewDetails a {
    background-position: -181px 96%;
    background-color: #65B045
}

.zt-product-action input.addtocart-button:hover,
.zt-product-action input.addtocart-button:active,
.zt-product-action input.addtocart-button:focus,
.zt-product-action .ztVMViewDetails a:hover,
.zt-product-action .ztVMViewDetails a:active,
.zt-product-action .ztVMViewDetails a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #bdbdbd;
    background-image: url(../../../../../../../templates/zt_webshop/images/action-icons.png);
    background-image: url(../../../../../../../templates/zt_webshop/images/action-icons.png) -moz-linear-gradient(center top, transparent, transparent);
    border-color: transparent transparent #a2a2a2;
    background-image: url(../../../../../../../templates/zt_webshop/images/action-icons.png) -webkit-linear-gradient(center top, transparent, transparent);
    border-color: transparent transparent #a2a2a2;
    background-image: url(../../../../../../../templates/zt_webshop/images/action-icons.png) -ms-linear-gradient(center top, transparent, transparent);
    border-color: transparent transparent #a2a2a2;
    background-image: url(../../../../../../../templates/zt_webshop/images/action-icons.png) -o-linear-gradient(center top, transparent, transparent);
    box-shadow: 0 -2px 0 #989898 inset;
    text-shadow: none
}

.zt-badge {
    background: url(../../../../../../../templates/zt_webshop/images/new-sale.png) no-repeat scroll 0 0 transparent;
    height: 88px;
    outline: medium none;
    position: absolute;
    top: -7px;
    width: 87px
}

.zt-badge.new-badge {
    background-position: bottom right;
    right: -7px
}

.zt-badge.sale-badge {
    left: -7px
}

.zt-product-price>div {
    color: #D9673B;
    font-size: 135%;
    font-weight: 600;
    display: inline;
    float: left;
    margin: 0;
    padding: 0 10px 0 0
}

.zt-product-price div.PricesalesPrice {
    padding: 0;
    color: #2F3D60
}

.zt-product-price .PricediscountAmount {
    color: #9C9C9C !important;
    text-decoration: line-through
}

.zt-price-inner .span.addtocart-button {
    margin: 0
}

.zt-price-inner .addtocart-button {
    background: url(../../../../../../../templates/zt_webshop/images/cart-icon.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    width: 27px;
    text-indent: -999em;
    height: 22px;
    margin: 0
}

.zt-news {
    background-color: #f3f3f3;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    -webkit-transition: all linear .5s
}

.zt-news:hover {
    background-color: #f5f5f4
}

.zt-news-content {
    padding: 20px
}

.zt-news-content h4 {
    opacity: .99;
    color: #3d3d3d;
    font-size: 185%;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .56)
}

.zt-news-content h4 a {
    color: #3d3d3d !important
}

.zt-news:hover .zt-news-content h4 a,
.zt-news-content h4 a:hover,
.zt-news-content h4 a:active,
.zt-news-content h4 a:focus {
    text-decoration: none;
    color: #0a92df !important;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    -webkit-transition: all linear .5s
}

#zt-mainframe {}

#zt-mainframe-inner {
    padding: 20px 0
}

.not-show-content {
    display: none
}

#zt-component {}

#zt-component-inner {}

.show-grid {
    display: table;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%
}

.show-grid [class*="span"] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #eee;
    border-radius: 3px;
    line-height: 30px;
    min-height: 30px;
    text-align: center
}

.show-grid:hover [class*="span"] {
    background: #ddd
}

.show-grid .show-grid {
    margin-bottom: 0;
    margin-top: 0
}

.show-grid .show-grid [class*="span"] {
    background-color: #ccc
}

.moduletable {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.moduletable.box-transparent h3.moduletitle {
    color: #313131;
    font-size: 200%;
    font-weight: 300
}

.zt-lastest-item {
    padding: 10px 0
}

.moduleItemImage.zt-lastest-image {
    margin: 0
}

.zt-lastest-title {
    font-size: 110%;
    font-weight: 400;
    margin: 0
}

.zt-lastest-title a {
    color: #333 !important
}

#zt-social a {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    background: url(../../../../../../../templates/zt_webshop/images/icon-socials.png)no-repeat 0 0;
    display: inline-block;
    height: 35px;
    margin: 0;
    position: relative
}

#zt-social a span {
    display: block;
    font-size: 11px;
    line-height: 28px;
    padding: 0 0 9px 38px
}

#zt-social a[class] {
    background-image: url(../../../../../../../templates/zt_webshop/images/icon-socials.png);
    background-repeat: no-repeat
}

#zt-social a#twitter {
    background-position: 0 -38px
}

#zt-social a#google {
    background-position: 0 -76px
}

#zt-social a#rss {
    background-position: 0 -114px
}

#zt-footer {}

#zt-footer-inner {
    padding: 20px 0 15px
}

#zt-footer-left {}

#zt-footer-copy {
    font-weight: 300
}

#zt-footer-copy a {
    font-weight: bold
}

#zt-footer-menu ul {
    float: right
}

#zt-footer-menu ul li {
    background: none;
    display: inline-block;
    padding: 0
}

#zt-footer-menu ul li:last-child a {
    border: none
}

#zt-footer-menu ul li a {
    border-right: 1px solid #4f4f4f;
    padding: 0 5px
}

#zt-footer-logo {
    text-align: center;
    margin-top: 20px
}

#gototop {
    background: #2F3D60 url(../../../../../../../templates/zt_webshop/images/ui.totop.png) no-repeat 13px 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    ;
    border: medium none;
    bottom: 70px;
    display: none;
    height: 50px;
    position: fixed;
    right: 40px;
    text-decoration: none;
    text-indent: -9999em;
    width: 50px;
    z-index: 9999
}

#gototop span {
    background: #f76665 url(../../../../../../../templates/zt_webshop/images/ui.totop.png) no-repeat 16px 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    float: left;
    height: 56px;
    margin: -3px 0 0 -3px;
    opacity: 0;
    overflow: hidden;
    width: 56px
}

#gototop:hover span {
    opacity: 1;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease
}

.ie8 .container {
    width: 1170px
}

.ie8 .itemImageBlock img {
    width: 100% !important
}

.ie8 .productdetails-view img {
    max-width: inherit !important
}

.ie8 #zt-highlight .element {
    border: 1px solid #E6E6E6;
    padding: 4px
}

.ie8 .spacer .modal img {
    max-width: inherit !important
}

.ie8 span.cart-images img {
    max-width: inherit !important
}

.ie8 .itemComments .itemCommentsList li>span>img {
    max-width: 50px !important
}

.ie8 .filters .display-limit {
    width: 130px
}

.ie8 .edit .formelm .inputbox {
    width: 130px !important
}

.ie8 a.vm-button-correct span {
    background: transparent url(../../../../../../../templates/zt_webshop/images/arrow_button.png) no-repeat 130px 10px
}

html.rtl {
    direction: rtl
}

.rtl th {
    text-align: right
}

.rtl ol.linenums li {
    margin: 0 40px 0 0
}

.rtl ul.weblinks li,
.rtl ul.menu li {
    background-position: right 50%;
    padding: 5px 15px 5px 5px
}

.rtl .box-color ul.weblinks li:hover,
.rtl .box-color ul.menu li:hover,
.rtl .box-color ul.weblinks li.active,
.rtl .box-color ul.menu li.active {
    margin-left: 0;
    margin-right: 10px
}

.rtl #zt-userwrap7 h3.zt-title {
    float: right;
    margin: 0 0 0 20px
}

.rtl img.mcaption {
    float: right;
    margin: 0 0 0 10px
}

.rtl #zt-logo-image {}

.rtl #zt-text-outer {}

.rtl #zt-logo-text {}

.rtl #zt-logo-text span {}

.rtl #zt-logo-slogan {}

.rtl #zt-search {
    float: left
}

.rtl .box-search .button {
    float: left
}

.rtl .box-search {
    float: left
}

.rtl .bkg-control-down,
.rtl .bkg-control-up {
    left: 50%;
    right: auto
}

.rtl div.mod-languages {
    float: right;
    width: 200px
}

.rtl span.has-image {
    background-position: 100% 50%;
    padding: 0 25px 0 0
}

.rtl #menusys_mega li {
    float: right
}

.rtl #menusys_mega li.first-item {
    margin: 0
}

.rtl #menusys_mega li.last-item>a {
    border: none
}

.rtl #menusys_mega .megacol ul li a .menu-title {
    float: right;
    padding: 0;
    text-align: right
}

.rtl #menusys_mega .menusub_mega .menusub_mega .subwrapcenter-left {
    float: right;
    padding: 0 10px 0 0
}

.rtl #menusys_mega .menusub_mega .menusub_mega .subwrapcenter-right {
    float: right;
    padding: 0 0 0 10px
}

.rtl #menusys_mega .menusub_mega .menusub_mega .subarrowtop {
    left: auto;
    right: -5px
}

.rtl #menusys_mega .subarrowtop {
    left: auto;
    right: 45px
}

.rtl #menusys_mega .zt-field ul li {
    border: 0;
    padding: 0 15px 0 0
}

.rtl #menusys_mega .zt-field ul li:hover {}

.rtl #menusys_mega .megacol ul li a {}

.rtl #menusys_mega .megacol ul li a:hover,
.rtl #menusys_mega .megacol ul li a:active,
.rtl #menusys_mega .megacol ul li a:focus,
.rtl #menusys_mega .megacol ul li a.active,
.rtl #menusys_mega .megacol ul li a.active:hover,
.rtl #menusys_mega .megacol ul li a.active:active,
.rtl #menusys_mega .megacol ul li a.active:focus {}

.rtl #menusys_mega .megacol ul li a:hover span.menu-title,
.rtl #menusys_mega .megacol ul li a:active span.menu-title,
.rtl #menusys_mega .megacol ul li a:focus span.menu-title,
.rtl #menusys_mega .megacol ul li a.active span.menu-title,
.rtl #menusys_mega .megacol ul li a.active:hover span.menu-title,
.rtl #menusys_mega .megacol ul li a.active:active span.menu-title,
.rtl #menusys_mega .megacol ul li a.active:focus span.menu-title {
    margin: 0 10px 0 0
}

.rtl #menusys_mega .megacol {
    float: right
}

.rtl #menusys_mega .mega-group .menu-title {
    float: right;
    padding: 10px 0 0 0
}

.rtl #menusys_mega .mbanner {
    float: right;
    margin: 0 10px 0 0
}

.rtl #menusys_mega li.mfeatures .column5 {
    float: left;
    text-align: left
}

.rtl #zt-userwrap2-inner h3.moduletitle span {
    padding: 0 40px 0 0
}

.rtl #menusys_mega .zt-field.field2 label {
    float: right;
    margin: 1px 0 0 5px
}

.rtl #menusys_mega .zt-field ul li {
    background: 0 !important
}

.rtl #menusys_mega .zt-field ul li a {
    background: 0 !important
}

.rtl #menusys_mega .zt-field ul li.hover,
.rtl #menusys_mega .zt-field ul li:hover {
    background: none !important
}

.rtl #menusys_mega .menusub_mega .k2ItemsBlock ul li a {
    float: right
}

.rtl #menusys_mega .menusub_mega .menusub_mega {
    margin: -31px -7px 0 0 !important
}

.rtl #menusys_mega .menusub_mega .menusub_mega .megacol ul.mega-ul {
    margin: 0 10px
}

.rtl .stats-module dt {
    float: right;
    margin: 0 0 0 15px
}

.rtl .stats-module dd {
    float: left
}

.rtl #social {
    float: left
}

.rtl #social ul,
.rtl #social label {
    float: left
}

.rtl .breadcrumbs {
    float: right
}

.rtl #zt-breadcrumbs .breadcrumbs>ul>li {
    float: right;
    padding-left: 15px;
    padding-right: 0
}

.rtl #zt-breadcrumbs .zt-breadcrumbs-inside {
    padding-left: 0;
    padding-right: 20px
}

.rtl .zt-orderlist li {
    margin-left: 0;
    margin-right: 20px
}

.rtl .zt-orderlist li span:before {
    left: auto;
    right: -1.3em
}

.rtl .zt-orderlist li span {
    padding: 0.4em 2em 0.4em 0.4em
}

.rtl #zt-mainmenu {
    float: right;
    margin-left: 0 !important
}

.rtl #zt-searchform-inner {
    left: auto;
    right: -20px
}

.rtl #zt-searchform-inner .search-border:before {
    left: 85px
}

.rtl #zt-searchform-inner .search-border {
    margin: -16px -16px 16px 0
}

.rtl #zt-top-action .vmcart-border {
    margin: -16px -16px 16px 0
}

.rtl #zt-userwrap7 .zt-image-frame,
.rtl .highslide-gallery ul li {
    float: right !important
}

.rtl .zt-newsletter input[type="submit"] {
    margin: 0 -5px 0 0
}

.rtl .zt-newsletter input[type="email"] {
    text-align: right
}

.rtl #zt-footer-left {
    float: right
}

.rtl #zt-footer-menu ul.menu {
    float: right
}

.rtl #zt-social {}

.rtl #zt-social>div {
    float: left
}

.rtl article>time+section header {
    padding-left: 0;
    padding-right: 85px
}

.rtl article>time {
    right: 0;
    left: inherit
}

.rtl article header ul {
    float: right
}

.rtl article header ul li {
    float: right;
    margin-left: 20px;
    margin-right: 0
}

.rtl article header li .icon {
    float: right;
    margin-left: 5px;
    margin-right: 0
}

.rtl .itemRatingBlock span,
.rtl .itemRatingList,
.rtl .itemRatingLog {
    float: right
}

.rtl .itemAuthorBlock>.ztAvatar {
    float: right
}

.rtl .itemLinks .itemSocialSharing>div {
    float: right
}

.rtl .itemAuthorBlock .itemAuthorDetails {
    margin: 0 130px 0 24px
}

.rtl .itemComments h3 {
    float: right
}

.rtl .itemCommentsForm .inputCommentName,
.rtl .itemCommentsForm .inputCommentEmail,
.rtl .itemCommentsForm .inputCommentUrl {
    float: right
}

.rtl .itemCommentsForm #submitCommentButton {
    float: right
}

.rtl .itemCommentsForm .itemCommentsFormNotes {
    float: left
}

.rtl .itemCommentsForm textarea,
.rtl .itemCommentsForm .inputbox {
    float: right
}

.rtl .itemBackToTop {
    float: left
}

.rtl .itemAuthorContent {
    float: right
}

.rtl .categories-list img {
    float: right
}

.rtl .k2TagCloudBlock a {
    float: right
}

.rtl .scroll-item .description h3,
.rtl .scroll-item .description p {
    text-align: right
}

.rtl .scroll-item .description .readmore {
    background-image: url(../../../../../../../templates/zt_webshop/images/rtl/icon-more-metro.png);
    float: right
}

.rtl .zt-news-more {
    background-image: url(../../../../../../../templates/zt_webshop/images/rtl/icon-more-news.png);
    background-position: left 0
}

.rtl .zt-news:hover .zt-news-more,
.rtl .zt-news-more:hover {
    background-position: right 0
}

.rtl #zt-component .login ul,
.rtl #login-form ul {
    margin: 10px 15px 0 0
}

.rtl #mobile-button {}

.rtl ul.nav-drilldown li span.collapse {
    background-position: 10px -204px;
    left: 0;
    right: inherit
}

.rtl ul.nav-drilldown li span.expand {
    background-position: 10px -238px;
    left: 0;
    right: inherit
}

.rtl ul.nav-drilldown li a {
    padding: 0 15px 0 0
}

.rtl ul.nav-drilldown ul li a span {
    background-image: url(../../../../../../../templates/zt_webshop/images/rtl/drill-arrow.png);
    background-position: right 50%;
    padding: 0 20px 0 0px
}

.rtl ul.nav-drilldown ul li a {
    padding-left: 0;
    padding-right: 30px
}

.rtl ul.nav-drilldown ul ul li a {
    padding-left: 0;
    padding-right: 50px
}

.rtl ul.nav-drilldown ul ul ul li a {
    padding-left: 0;
    padding-right: 70px
}

.rtl ul.nav-drilldown ul ul ul ul li a {
    padding-left: 0;
    padding-right: 90px
}

.rtl .pp_content_container {
    text-align: right
}

.rtl div.pagenave {
    left: 10px;
    right: auto
}

.rtl .zt-contact .icon {
    margin-left: 10px;
    margin-right: 0
}

.rtl #zt-social a span {
    padding: 0 38px 9px 0
}

.rtl #zt-social a#facebook {
    background-position: 100% 0
}

.rtl #zt-social a#twitter {
    background-position: 100% -38px
}

.rtl #zt-social a#google {
    background-position: 100% -76px
}

.rtl #zt-social a#rss {
    background-position: 100% -114px
}

.rtl .zt-shipping p {
    background-position: 100% 11px;
    padding-right: 80px;
    padding-left: 0
}

.rtl .zt-shipping .method2 {
    background-position: 100% -32px
}

.rtl .zt-shipping .method3 {
    background-position: 100% -78px
}

.rtl #k2Container .itemEditLink,
.rtl #k2Container .catItemEditLink {
    left: 10px !important;
    right: auto
}

.rtl .k2LatestCommentsBlock ul li,
.rtl .k2TopCommentersBlock ul li {
    float: right
}

.rtl .adminlist td {
    text-align: right
}

.rtl .icons {
    float: left
}

.rtl .nav-tabs>li,
.rtl .nav-pills>li {
    float: right
}

.rtl .cart-view .floatleft.width50 {
    float: right;
    text-align: left
}

.rtl .cart-view a.continue_link {
    float: left
}

.rtl .cart-summary tr td {
    text-align: right
}

.rtl .list-reviews span.date {
    border-bottom: 1px solid #CAC9C9;
    border-right: 1px solid #CAC9C9;
    border-left: none;
    float: left
}

.rtl div.product-field select {
    margin-left: 0;
    margin-right: 10px
}

.rtl span.product-fields-title-wrapper {
    padding-left: 0;
    padding-right: 10px
}

.rtl .ratingbox span {
    left: 0
}

.rtl #com-form-login-remember {
    float: right
}

.rtl #zt-highlight h3.moduletitle {
    float: right
}

.rtl #zt-highlight .ztVMProductBlock .options {
    left: 0;
    right: auto
}

.rtl #zt-highlight ul.sort-direction {
    float: left
}

.rtl .ztVMSalesBadge {
    left: 0
}

.rtl #fancybox-content a.continue {
    float: left
}

.rtl #fancybox-content h4 {
    float: left
}

.rtl #fancybox-content h4+div {
    float: left;
    text-align: right
}

.rtl div.orderby-displaynumber div.header {
    float: right
}

.rtl div.orderby-displaynumber div.title {
    margin-right: 15px
}

.buttons .white-bg {
    color: #333 !important
}

.button .well .btn-block+.btn-block {
    color: #000 !important
}

.pricing_box ul li {
    font-size: 90%
}

.output-shipto input[type="checkbox"] {
    margin: 0 0 0 5px !important
}

.ie8 .responsive-slider.flexslider * {
    opacity: inherit;
    filter: inherit
}

p {
    margin: 1em 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300
}

h1 {
    font-size: 260%;
    margin: 0 0 20px 0;
    line-height: 100%
}

h2 {
    font-size: 220%;
    margin: 0 0 20px 0;
    line-height: 100%
}

h3 {
    font-size: 180%;
    margin: 0 0 20px 0;
    line-height: 100%
}

h4 {
    font-size: 140%;
    margin: 0 0 20px 0;
    line-height: 100%
}

.clearfix {
    clear: both
}

.zt-typo-des {
    width: 100%;
    padding: 0;
    margin: 0
}

.zt-typo-boxes {
    border-bottom: 1px solid #e2e3e5;
    margin: 0;
    padding: 20px 0;
    width: 100%
}

.zt-typo-boxes2 {
    margin: 0;
    padding: 20px 0;
    width: 100%
}

.zt-typo-boxes-inside {
    padding: 0 10px
}

.heading-styles {
    font-size: 200%
}

.zt-typo-row {
    width: 100%;
    float: left;
    margin: 10px 0
}

.zt-typo-col {
    width: 50%;
    float: left
}

.zt-typo-col1 .zt-typo-inside {
    padding: 0 20px 0 0
}

.zt-typo-col2 .zt-typo-inside {
    padding: 0 0 0 20px
}

pre,
.code {
    color: #232323;
    font-size: 100%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 10px;
    background: #e2e3e5;
    border-left: 6px solid #adadad;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    border-right: 1px solid #adadad
}

pre.orange {
    background: #faf4ed;
    border-left: 6px solid #eedcc7;
    border-top: 1px solid #eedcc7;
    border-bottom: 1px solid #eedcc7;
    border-right: 1px solid #eedcc7
}

pre.blue {
    background: #f2f5fd;
    border-left: 6px solid #bbd4eb;
    border-top: 1px solid #bbd4eb;
    border-bottom: 1px solid #bbd4eb;
    border-right: 1px solid #bbd4eb
}

.t-highlight {
    margin: 3px 0;
    width: 100%
}

.highlight {
    padding: 2px 5px;
    color: #2f2f2f;
    background: #e5e5e5
}

.highlight1 {
    padding: 2px 5px;
    color: #fff;
    background: #06f
}

.highlight2 {
    padding: 2px 5px;
    color: #fff;
    background: #f00
}

.highlight3 {
    padding: 2px 5px;
    color: #2f2f2f;
    background: #ffe400
}

.code-hightlight {
    color: #a1a1a1;
    margin: 10px 0 0 0
}

.zt-typo-icon-row {
    margin: 10px 0;
    width: 100%
}

.zt-typo-set {
    width: 33%;
    float: left
}

.zt-typo-set .zt-typo-set-inside {
    padding: 0 10px
}

.icon-set {
    padding: 0 0 0 40px;
    float: left
}

.t-set {
    width: 100%;
    float: left
}

.t-setcode {
    color: #a9a9a9;
    width: 100%;
    float: left
}

.icon1 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon1.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon2 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon2.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon3 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon3.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon4 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon4.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon5 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon5.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon6 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon6.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon7 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon7.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon8 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon8.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon9 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon9.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon10 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon10.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon11 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon11.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon12 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon12.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon13 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon13.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon14 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon14.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon15 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon15.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon16 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon16.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon17 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon17.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon18 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon18.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon19 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon19.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon20 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon20.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon21 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon21.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon22 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon22.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon23 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon23.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon24 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon24.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon25 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon25.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon26 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon26.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon27 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon27.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon28 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon28.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon29 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon29.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.icon30 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon30.png) no-repeat left 2px;
    display: block;
    height: auto;
    line-height: 21px;
    vertical-align: middle;
    width: auto
}

.unordered {
    width: 25%;
    float: left
}

.unordered-inside {
    padding: 0 10px
}

.unordered li {
    padding: 0 0 0 30px;
    line-height: 20px;
    list-style: none;
    margin: 5px 0
}

.unordered .list1 li.bullet1 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow1.png) no-repeat left 0
}

.unordered .list1 li.bullet2 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow1.png) no-repeat left -80px
}

.unordered .list1 li.bullet3 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow1.png) no-repeat left -176px
}

.unordered .list2 li.bullet1 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow2.png) no-repeat left 4px
}

.unordered .list2 li.bullet2 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow2.png) no-repeat left -74px
}

.unordered .list2 li.bullet3 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow2.png) no-repeat left -174px
}

.unordered .list3 li.bullet1 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow3.png) no-repeat left 4px
}

.unordered .list3 li.bullet2 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow3.png) no-repeat left -73px
}

.unordered .list3 li.bullet3 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow3.png) no-repeat left -179px
}

.unordered .list4 li.bullet1 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow4.png) no-repeat left 5px
}

.unordered .list4 li.bullet2 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow4.png) no-repeat left -72px
}

.unordered .list4 li.bullet3 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow4.png) no-repeat left -179px
}

.zt-box-info {
    text-shadow: 1px 1px 1px #fff;
    padding: 15px 15px 15px 50px;
    border-top: solid 1px #d3eaf1;
    border-bottom: solid 1px #d3eaf1;
    background: #ebf7fb url(../../../../../../../templates/zt_webshop/images/typo/box-info.png) no-repeat 10px 10px
}

.zt-box-warning {
    text-shadow: 1px 1px 1px #fff;
    padding: 15px 15px 15px 50px;
    border-top: solid 1px #f5c8c1;
    border-bottom: solid 1px #f5c8c1;
    background: #fbedeb url(../../../../../../../templates/zt_webshop/images/typo/box-warning.png) no-repeat 10px 10px
}

.zt-box-stickynote {
    text-shadow: 1px 1px 1px #fff;
    padding: 15px 15px 15px 50px;
    border-top: solid 1px #f1d99a;
    border-bottom: solid 1px #f1d99a;
    background: #fbf8eb url(../../../../../../../templates/zt_webshop/images/typo/box-stickynote.png) no-repeat 10px 10px
}

.zt-box-upload {
    text-shadow: 1px 1px 1px #fff;
    padding: 15px 15px 15px 50px;
    border-top: solid 1px #c2e2a8;
    border-bottom: solid 1px #c2e2a8;
    background: #eefbeb url(../../../../../../../templates/zt_webshop/images/typo/box-upload.png) no-repeat 10px 10px
}

.zt-box-download {
    text-shadow: 1px 1px 1px #fff;
    padding: 15px 15px 15px 50px;
    border-top: solid 1px #ace9ed;
    border-bottom: solid 1px #ace9ed;
    background: #ebfafb url(../../../../../../../templates/zt_webshop/images/typo/box-download.png) no-repeat 10px 10px
}

.rtl .zt-typo-row {
    float: right
}

.rtl .zt-typo-col {
    float: right
}

.rtl .zt-typo-col1 .zt-typo-inside {
    padding: 0 0 0 20px
}

.rtl .zt-typo-col2 .zt-typo-inside {
    padding: 0 20px 0 0
}

.rtl pre,
.rtl .code {
    border-left: 1px solid #adadad;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    border-right: 6px solid #adadad
}

.rtl pre.orange {
    border-left: 1px solid #eedcc7;
    border-top: 1px solid #eedcc7;
    border-bottom: 1px solid #eedcc7;
    border-right: 6px solid #eedcc7
}

.rtl pre.blue {
    border-left: 1px solid #bbd4eb;
    border-top: 1px solid #bbd4eb;
    border-bottom: 1px solid #bbd4eb;
    border-right: 6px solid #bbd4eb
}

.rtl .zt-typo-set {
    float: right
}

.rtl .icon-set {
    padding: 0 40px 0 0;
    float: right
}

.rtl .t-set {
    float: right
}

.rtl .t-setcode {
    float: right
}

.rtl .icon1 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon1.png) no-repeat right 2px
}

.rtl .icon2 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon2.png) no-repeat right 2px
}

.rtl .icon3 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon3.png) no-repeat right 2px
}

.rtl .icon4 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon4.png) no-repeat right 2px
}

.rtl .icon5 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon5.png) no-repeat right 2px
}

.rtl .icon6 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon6.png) no-repeat right 2px
}

.rtl .icon7 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon7.png) no-repeat right 2px
}

.rtl .icon8 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon8.png) no-repeat right 2px
}

.rtl .icon9 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon9.png) no-repeat right 2px
}

.rtl .icon10 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon10.png) no-repeat right 2px
}

.rtl .icon11 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon11.png) no-repeat right 2px
}

.rtl .icon12 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon12.png) no-repeat right 2px
}

.rtl .icon13 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon13.png) no-repeat right 2px
}

.rtl .icon14 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon14.png) no-repeat right 2px
}

.rtl .icon15 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon15.png) no-repeat right 2px
}

.rtl .icon16 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon16.png) no-repeat right 2px
}

.rtl .icon17 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon17.png) no-repeat right 2px
}

.rtl .icon18 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon18.png) no-repeat right 2px
}

.rtl .icon19 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon19.png) no-repeat right 2px
}

.rtl .icon20 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon20.png) no-repeat right 2px
}

.rtl .icon21 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon21.png) no-repeat right 2px
}

.rtl .icon22 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon22.png) no-repeat right 2px
}

.rtl .icon23 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon23.png) no-repeat right 2px
}

.rtl .icon24 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon24.png) no-repeat right 2px
}

.rtl .icon25 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon25.png) no-repeat right 2px
}

.rtl .icon26 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon26.png) no-repeat right 2px
}

.rtl .icon27 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon27.png) no-repeat right 2px
}

.rtl .icon28 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon28.png) no-repeat right 2px
}

.rtl .icon29 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon29.png) no-repeat right 2px
}

.rtl .icon30 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/icon30.png) no-repeat right 2px
}

.rtl .unordered {
    float: right
}

.rtl .unordered li {
    padding: 0 30px 0 0
}

.rtl .unordered .list1 li.bullet1 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow1.png) no-repeat right 0
}

.rtl .unordered .list1 li.bullet2 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow1.png) no-repeat right -80px
}

.rtl .unordered .list1 li.bullet3 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow1.png) no-repeat right -176px
}

.rtl .unordered .list2 li.bullet1 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow2.png) no-repeat right 4px
}

.rtl .unordered .list2 li.bullet2 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow2.png) no-repeat right -74px
}

.rtl .unordered .list2 li.bullet3 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow2.png) no-repeat right -174px
}

.rtl .unordered .list3 li.bullet1 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow3.png) no-repeat right 4px
}

.rtl .unordered .list3 li.bullet2 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow3.png) no-repeat right -73px
}

.rtl .unordered .list3 li.bullet3 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow3.png) no-repeat right -179px
}

.rtl .unordered .list4 li.bullet1 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow4.png) no-repeat right 5px
}

.rtl .unordered .list4 li.bullet2 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow4.png) no-repeat right -72px
}

.rtl .unordered .list4 li.bullet3 {
    background: url(../../../../../../../templates/zt_webshop/images/typo/arrow4.png) no-repeat right -179px
}

.rtl .zt-box-info {
    padding: 15px 50px 15px 15px;
    background: #ebf7fb url(../../../../../../../templates/zt_webshop/images/typo/box-info.png) no-repeat 99% 10px
}

.rtl .zt-box-warning {
    padding: 15px 50px 15px 15px;
    background: #fbedeb url(../../../../../../../templates/zt_webshop/images/typo/box-warning.png) no-repeat 99% 10px
}

.rtl .zt-box-stickynote {
    padding: 15px 50px 15px 15px;
    background: #fbf8eb url(../../../../../../../templates/zt_webshop/images/typo/box-stickynote.png) no-repeat 99% 10px
}

.rtl .zt-box-upload {
    padding: 15px 50px 15px 15px;
    background: #eefbeb url(../../../../../../../templates/zt_webshop/images/typo/box-upload.png) no-repeat 99% 10px
}

.rtl .zt-box-download {
    padding: 15px 50px 15px 15px;
    background: #ebfafb url(../../../../../../../templates/zt_webshop/images/typo/box-download.png) no-repeat 99% 10px
}

.menusys_mega {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%
}

.menusys-left {
    float: right;
    width: 450px
}

.menusys-right {
    float: right;
    width: 400px
}

#menusys_mega {
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    width: 100%
}

#menusys_mega .menusub_mega {
    background: none;
    display: none;
    margin: 0 0 0 0;
    padding: 0px;
    position: absolute;
    z-index: 88
}

#menusys_mega .menusub_mega .menusub_mega {
    margin: -31px 0 0 -7px !important
}

#menusys_mega .submenu-wrap {
    background-color: #f9f9f9;
    min-width: 200px;
    padding: 0 0
}

#menusys_mega .megacol .submenu-wrap {
    background: 0;
    border: 0
}

#menusys_mega li {
    background: 0;
    display: block;
    float: right;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0
}

#menusys_mega li.item>a {
    color: #2F3D60;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    z-index: 1
}

#menusys_mega li iframe {
    border: none
}

#menusys_mega li a {
    color: #232323;
    cursor: pointer;
    display: block;
    font-size: 140%;
    padding: 0px;
    position: relative;
    text-decoration: none;
    z-index: 10
}

#menusys_mega .menu-title {
    cursor: pointer;
    display: block;
    float: right;
    height: 50px;
    line-height: 50px;
    width: 100%;
    z-index: 11
}

#menusys_mega .menu-desc {
    clear: both;
    display: block;
    font-family: Arial;
    font-size: 90%;
    line-height: 100%;
    padding: 2px 0 0 0;
    width: 100%
}

#menusys_mega .menu-image {
    border: none;
    float: right;
    padding: 0px
}

#menusys_mega li span.no-image {
    height: 50px;
    line-height: 50px;
    padding: 0 20px
}

#menusys_mega li.mfeatures .column5 {
    float: right
}

#menusys_mega li a.active,
#menusys_mega li a.active:hover,
#menusys_mega li a.active:active,
#menusys_mega li a.active:focus {
    color: #f75352;
    position: relative;
    z-index: 1
}

#menusys_mega li.hover>a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 0 2px 1px #E5E5E5;
    color: #F75156 !important
}

#menusys_mega li a.active {
    color: #f75352
}

#menusys_mega li:hover a,
#menusys_mega li:active a,
#menusys_mega li:focus a {
    color: #fff;
    position: relative;
    z-index: 10
}

#menusys_mega li:hover a .menu-title,
#menusys_mega li:active a .menu-title,
#menusys_mega li:focus a .menu-title,
#menusys_mega li a.active .menu-title,
#menusys_mega li a.active:hover .menu-title,
#menusys_mega li a.active:active .menu-title,
#menusys_mega li a.active:focus .menu-title {
    position: relative;
    z-index: 15
}

span.has-image {
    background-position: 0 50%;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 25px
}

span.no-image {
    display: block
}

#menusys_mega .mega-group {
    margin: 0;
    padding: 0
}

#menusys_mega .megacol {
    float: right;
    min-width: 180px;
    padding: 0
}

#menusys_mega .mega-group a {
    background: none !important;
    color: #2d2d2d !important;
    margin: 0 10px;
    padding: 0 0 5px
}

#menusys_mega .mega-group a span.no-image {
    background: 0 !important;
    height: 30px;
    line-height: 30px;
    padding: 0 !important
}

#menusys_mega .mega-group .menu-title {
    float: right;
    font-size: 90%;
    line-height: 100%;
    height: 30px;
    padding: 10px 0 0 0;
    text-shadow: none !important
}

#menusys_mega .mega-group .menu-desc {
    color: #fff !important;
    font-size: 70%;
    line-height: 20px;
    padding: 0
}

#menusys_mega .megacol ul.mega-ul {
    margin: 0 10px;
    padding: 0
}

#menusys_mega .megacol ul li {
    border-bottom: 1px solid #e9e9e9;
    float: none;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0
}

#menusys_mega .megacol ul li a {
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    background: none;
    color: #2e2e2e;
    font-size: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-decoration: none
}

#menusys_mega .megacol ul li.last-item a {
    border-bottom: 0
}

#menusys_mega .megacol ul li a span.no-image {
    height: auto;
    line-height: 30px;
    padding: 0
}

#menusys_mega .megacol ul li a .menu-title {
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    background: 0;
    font-family: Arial;
    font-weight: normal;
    height: auto;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-transform: none;
    width: auto
}

#menusys_mega .megacol ul li a:hover,
#menusys_mega .megacol ul li a:active,
#menusys_mega .megacol ul li a:focus,
#menusys_mega .megacol ul li a.active,
#menusys_mega .megacol ul li a.active:hover,
#menusys_mega .megacol ul li a.active:active,
#menusys_mega .megacol ul li a.active:focus {
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    background: #fff;
    color: #f75352;
    padding-left: 10px
}

#menusys_mega .megacol ul li a:hover .menu-title,
#menusys_mega .megacol ul li a:active .menu-title,
#menusys_mega .megacol ul li a:focus .menu-title,
#menusys_mega .megacol ul li a.active .menu-title,
#menusys_mega .megacol ul li a.active:hover .menu-title,
#menusys_mega .megacol ul li a.active:active .menu-title,
#menusys_mega .megacol ul li a.active:focus .menu-title {
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s
}

#menusys_mega .megacol ul li a:hover span.no-image,
#menusys_mega .megacol ul li a:active span.no-image,
#menusys_mega .megacol ul li a:focus span.no-image,
#menusys_mega .megacol ul li a.active span.no-image,
#menusys_mega .megacol ul li a.active:hover span.no-image,
#menusys_mega .megacol ul li a.active:active span.no-image,
#menusys_mega .megacol ul li a.active:focus span.no-image {}

#menusys_mega .menusub_mega .mega-module {
    clear: both;
    display: block;
    padding: 0
}

#menusys_mega .menusub_mega .moduletable {
    margin: 0;
    padding: 0
}

.menusub_mega {}

#menusys_mega li.hasChild.hover {}

#menusys_mega li.hasChild.arrow-top {}

#menusys_mega .megacol ul li.hasChild.hover {}

#menusys_mega .megacol ul li.hasChild.arrow-top {}

#menusys_mega .subwraptop {
    display: block;
    position: relative
}

#menusys_mega .subwraptop .subwraptop-left {
    height: 10px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 10px
}

#menusys_mega .subwraptop .subwraptop-right {
    height: 10px;
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px
}

#menusys_mega .subwrapcenter {
    display: block;
    float: right;
    margin-left: 10px;
    min-width: 180px
}

#menusys_mega .subwrapcenter-right {
    float: right
}

#menusys_mega .subwrapcenter-right {
    float: right;
    padding: 0 0 0 0
}

#menusys_mega .subwrapbottom {
    clear: both;
    display: block;
    height: 10px;
    margin: 0px 10px;
    position: relative
}

#menusys_mega .subwrapbottom .subwrapbottom-left {
    height: 10px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 10px
}

#menusys_mega .subwrapbottom .subwrapbottom-right {
    height: 10px;
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px
}

#menusys_mega .menusub_mega .menusub_mega .subarrowtop {
    display: block;
    height: 19px;
    left: -5px;
    margin: 0;
    position: absolute;
    top: 10px;
    width: 12px;
    z-index: 9
}

#menusys_mega .menusub_mega .menusub_mega .subwraptop {
    display: none
}

#menusys_mega .menusub_mega .menusub_mega .subwrapcenter {
    background: #f8f8f8;
    display: block;
    float: right
}

#menusys_mega .menusub_mega .menusub_mega .subwrapcenter-left {
    clear: both;
    float: right;
    padding: 0 0 0 10px
}

#menusys_mega .menusub_mega .menusub_mega .subwrapcenter-right {
    float: right;
    padding: 0 10px 0 0
}

#menusys_mega .menusub_mega .menusub_mega .megacol ul.mega-ul {
    margin: 0
}

#menusys_mega .menusub_mega .menusub_mega .megacol ul li a span.no-image {
    padding: 0 0 0 10px
}

#menusys_mega ul.nav {
    float: right;
    margin: 20px 0 0
}

#menusys_mega ul.nav li a:hover,
#menusys_mega ul.nav li a {
    background: 0 !important;
    border: 0 !important
}

#menusys_mega ul.nav li.zt-bg-items1,
#menusys_mega ul.nav li.zt-bg-items2,
#menusys_mega ul.nav li.zt-bg-items3,
#menusys_mega ul.nav li.zt-bg-items4,
#menusys_mega ul.nav li.zt-bg-items5 {
    background: 0;
    background: 0;
    float: right;
    height: 42px;
    opacity: 0.5;
    width: 42px
}

#menusys_mega ul.nav li:hover {
    opacity: 1
}

#menusys_mega .menusub_mega .k2ItemsBlock ul {
    margin: 0
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li {
    padding: 0 !important
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li a {
    border: medium none;
    clear: both;
    display: block;
    height: auto;
    line-height: 130%;
    overflow: hidden;
    text-align: right;
    text-transform: none
}

#menusys_mega .menusub_mega .mega-module {
    clear: both;
    padding: 0
}

#menusys_mega .menusub_mega .moduletable {
    background: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li {
    border-bottom: 1px solid #eaeaea;
    height: auto;
    padding-bottom: 10px
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li.lastItem,
#menusys_mega .menusub_mega .k2ItemsBlock ul li.clearList {
    border: none;
    padding: 0
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li .moduleItemIntrotext {
    padding: 0
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li img {
    margin: 0
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li h3 {
    float: right;
    font-size: 120%;
    margin: 10px 0;
    width: 100%
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li a {
    border: none;
    clear: both;
    display: block;
    height: auto;
    line-height: 130%;
    overflow: hidden;
    text-align: right;
    text-transform: none
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li span.moduleItemHits {
    border: none;
    padding-left: 15px
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li {
    margin-bottom: 10px
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li a.left {
    display: block;
    float: right;
    width: 30%
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li a.left img {
    float: right;
    height: 60px !important;
    width: auto !important
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li .intro-right {
    float: right;
    width: 65%
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li span {
    color: #696969;
    font-size: 90%;
    text-transform: uppercase
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li p.item-intro {
    color: #4d4d4d;
    float: right;
    font-size: 110%;
    margin: 0 0 10px;
    width: 100%
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li a.moduleItemTitle {
    color: #2c2d2d;
    margin: 0 0 5px 0
}

#menusys_mega .menusub_mega .k2ItemsBlock ul li a.moduleItemTitle:hover {
    background: 0;
    color: #f75454 !important
}

.zt-drillmenu-inner {
    height: auto;
    margin: 0
}

.btn-navbar.collapsed {
    -moz-border-radius: 0;
    -moz-transform: rotate(0deg);
    -moz-transition: -moz-transform 250ms ease-out 0s;
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -o-transition: -o-transform 250ms ease-out 0s;
    -webkit-border-radius: 0;
    -webkit-transform: rotate(0deg);
    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    background: url(../../../../../../../templates/zt_webshop/images/mobile-icon.png) 0 0 no-repeat;
    border-radius: 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 5px;
    transform: rotate(0deg);
    transition: transform 250ms ease-out 0s;
    width: 40px
}

.btn-navbar {
    -moz-border-radius: 0;
    -moz-transform: rotate(-180deg);
    -moz-transition: -moz-transform 250ms ease-out 0s;
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -o-transition: -o-transform 250ms ease-out 0s;
    -webkit-border-radius: 0;
    -webkit-transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    background: url(../../../../../../../templates/zt_webshop/images/mobile-icon.png) 0 -40px no-repeat;
    border-radius: 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 5px;
    transform: rotate(-180deg);
    transition: transform 250ms ease-out 0s;
    width: 40px
}

.hdrillmenu {
    float: right;
    width: 100%
}

.zt-drillmenu-inner h3 {
    color: #000;
    float: right;
    margin: 0;
    width: 50%
}

.zt-drillmenu-inner h3 span {
    float: right;
    margin: 5px 0 0 0;
    padding: 10px 10px
}

.collapse {
    clear: both
}

.navbar {
    margin: 0
}

.zt-drillmenu-inner .btn-navbar {
    background: url(../../../../../../../templates/zt_webshop/images/icon-all.png) no-repeat 0 -281px;
    display: block;
    height: 37px;
    margin: 5px 10px;
    padding: 0;
    text-align: right;
    width: 52px
}

.zt-drillmenu-inner .btn-navbar span {
    display: none
}

.navbar {
    color: #2F3E46;
    font-size: 120%;
    height: auto;
    line-height: 41px;
    padding: 0
}

.navbar .btn-navbar {
    float: right;
    margin: 5px 10px 0 0
}

.nav-drilldown {
    width: 100%
}

ul.nav-drilldown {
    background-color: #CFCFCF;
    float: right;
    line-height: 0.5em;
    list-style: none;
    margin: 0;
    padding: 0
}

ul.nav-drilldown li {
    background: 0;
    padding: 0;
    position: relative
}

ul.nav-drilldown li span.arrow {
    display: none
}

ul.nav-drilldown li img {
    margin: 0 5px 0 0
}

.navbar-inner {
    background: #fff !important
}

.nav-collapse,
.nav-collapse.collapse {
    display: block !important
}

.navbar-inner {
    background: #fff !important
}

.menusys_drill,
.menusys_drill.collapse {
    display: block !important
}

ul.nav-drilldown li a {
    background: 0;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    display: block;
    font-size: 120%;
    font-weight: 300;
    height: 41px;
    line-height: 41px;
    padding: 0 0 0 15px;
    text-decoration: none
}

ul.nav-drilldown li a img {
    margin: 0 10px 0 0
}

ul.nav-drilldown li a:hover {
    background-color: #ff6665;
    color: #fff
}

ul.nav-drilldown ul {
    display: none;
    margin: 0;
    padding: 0
}

ul.nav-drilldown ul li {
    clear: both;
    margin: 0;
    padding: 0
}

ul.nav-drilldown ul li a {
    font-size: 13px;
    outline: 0;
    padding-left: 30px
}

ul.nav-drilldown ul li a span {
    background: url(../../../../../../../templates/zt_webshop/images/drill-arrow.png) no-repeat scroll left 50%;
    padding: 0 0 0 20px
}

ul.nav-drilldown ul li.active {
    font-weight: bold
}

ul.nav-drilldown ul ul li a {
    color: #fff;
    padding-left: 50px
}

ul.nav-drilldown ul ul ul li a {
    color: #fff;
    padding-left: 70px
}

ul.nav-drilldown li span.expand {
    background: url(../../../../../../../templates/zt_webshop/images/icon-all.png) no-repeat 0 -238px;
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 9px;
    width: 38px;
    z-index: 9
}

ul.nav-drilldown li span.collapse {
    background: url(../../../../../../../templates/zt_webshop/images/icon-all.png) no-repeat 0 -204px;
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 9px;
    width: 38px;
    z-index: 9
}

ul.detail-parent {
    margin: 0px;
    padding: 0 0 0 17px
}

.clr {
    clear: both;
    overflow: hidden
}

.spacer .modal {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    float: left
}

.spacer .modal img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 0;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    width: 100% !important
}

.spacer .modal:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

span.custom-variant-inputbox input.custom-attribute:hover,
span.quantity-box input.quantity-input:hover,
input.vm-default:hover,
span.quantity-box input.quantity-input:hover,
.ask-a-question-view input.counter:hover,
.ask-a-question-view input#email:hover,
table.user-details input:hover,
a.ask-a-question:hover,
a.details:hover,
div.details:hover,
a.product-details:hover,
button.default:hover {
    color: #000;
    text-decoration: none
}

.productdetails-view .spacer-buy-area {
    padding: 0
}

.back-to-category {
    float: right
}

.product-neighbours {
    color: #777;
    margin: 30px 0
}

.product-neighbours a.next-page {
    background: url(../../../../../../../templates/zt_webshop/images/vm/vmgeneral/next_16x16.png) no-repeat right;
    padding-right: 30px;
    line-height: 20px;
    float: right
}

.product-neighbours a.previous-page {
    background: url(../../../../../../../templates/zt_webshop/images/vm/vmgeneral/previous_16x16.png) no-repeat left;
    padding-left: 30px;
    line-height: 20px;
    float: left
}

.productdetails-view h1 {
    color: #676767;
    font-size: 188%;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase
}

.productdetails-view .product-short-description {
    margin: 0 0 0;
    padding: 0
}

.productdetails-view .product-description,
.product-fields {
    margin: 15px 0
}

span.title {
    font-weight: 500;
    display: block;
    font-size: 14px;
    margin: 0 0 6px
}

.product-packaging {
    margin: 15px 0 0
}

.icons {
    text-align: right;
    float: right;
    margin: 4px 0 10px 30px
}

.additional-images img {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 85px;
    height: auto;
    padding: 0 10px;
    color: #868686
}

.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
    text-decoration: line-through
}

.availability {
    text-align: left;
    margin: 5px 0 0 0
}

.customer-reviews h4 {
    border-bottom: solid #CAC9C9 1px;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 0 6px
}

.write-reviews {
    text-align: center;
    margin: 20px 0 0
}

.write-reviews h4 {
    text-align: left
}

.write-reviews h4 span {
    font-size: 100%;
    font-weight: 400;
    margin-left: 8px
}

.write-reviews span.step {
    font-weight: 700;
    display: inline-block;
    margin: 0 0 8px
}

.write-reviews ul.rating {
    text-align: center;
    margin: 0 0 20px;
    padding: 0
}

.write-reviews ul.rating li {
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 0 5px
}

.write-reviews ul.rating li span {
    display: block
}

.write-reviews textarea.virtuemart {
    margin-bottom: 6px;
    display: inline-block
}

.list-reviews .normal {
    border: solid #CAC9C9 1px;
    margin-bottom: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 12px
}

.list-reviews .normal blockquote,
.list-reviews .highlight blockquote {
    margin-top: 12px;
    font-size: 12px;
    word-wrap: break-word
}

.list-reviews .normal blockquote:before,
.list-reviews .highlight blockquote:before {
    content: open-quote;
    font-weight: 700;
    font-size: 24px;
    padding-right: 6px
}

.list-reviews .normal blockquote:after,
.list-reviews .highlight blockquote:after {
    content: close-quote;
    font-weight: 700;
    font-size: 24px;
    padding-left: 6px
}

.list-reviews .highlight {
    background: #f7f6f6;
    border: solid #CAC9C9 1px;
    margin-bottom: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 12px
}

.list-reviews span.date {
    float: right;
    display: block;
    color: #777;
    border-left: solid #CAC9C9 1px;
    border-bottom: solid #CAC9C9 1px;
    position: relative;
    top: -12px;
    right: -12px;
    font-size: 10px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    padding: 4px 6px 2px
}

span.variant-dropdown {
    width: 150px;
    float: left;
    display: block;
    margin-bottom: 5px
}

span.variant-dropdown select {
    width: 150px
}

span.custom-variant-inputbox {
    width: 152px;
    float: left;
    display: block;
    margin-bottom: 5px
}

input.custom-attribute {
    width: 140px
}

span.quantity-box {
    padding: 0;
    width: 50px
}

input.quantity-input {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 5px 0 #EAEAEA inset;
    float: left;
    padding: 4px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin: 0;
    text-align: center
}

input.quantity-input:hover,
input.quantity-input:focus,
input.quantity-input:active {}

span.quantity-controls {
    display: inline-block;
    float: left;
    width: 22px;
    padding: 0;
    margin: 2px 0 0 5px
}

span.quantity-controls input.quantity-controls {
    background: #F75352 url(../../../../../../../templates/zt_webshop/images/quantity-icons.png) no-repeat scroll 0 0;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 21px;
    margin: 0;
    outline: medium none;
    padding: 0;
    -webkit-transition: background-color 800ms ease 0s;
    -moz-transition: background-color 800ms ease 0s;
    -ms-transition: background-color 800ms ease 0s;
    -o-transition: background-color 800ms ease 0s;
    transition: background-color 800ms ease 0s;
    width: 22px
}

span.quantity-controls input.quantity-plus {
    background-position: 0 0;
    margin: 0 0 5px;
    outline: medium none;
    padding: 0
}

span.quantity-controls input.quantity-plus:hover,
span.quantity-controls input.quantity-plus:active,
span.quantity-controls input.quantity-plus:focus {
    background-color: #4F4F4F
}

span.quantity-controls input.quantity-minus {
    background-position: -22px 0
}

span.quantity-controls input.quantity-minus:hover,
span.quantity-controls input.quantity-minus:active,
span.quantity-controls input.quantity-minus:focus {
    background-color: #4F4F4F
}

.addtocart-bar {
    margin: 0;
    padding: 0
}

span.addtocart-button {
    float: left;
    margin-right: 40px
}

span.cart-images img {
    float: left;
    margin: 0;
    width: 45px
}

span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {}

span.addtocart-button input.addtocart-button-disabled {
    width: auto;
    background: #f2f2f2 top repeat-x;
    border: solid #333 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    height: 34px;
    text-align: center;
    letter-spacing: 1px;
    padding: 4px 5px;
    color: #333;
    margin: 10px 0px 0px 0px
}

.category-view h4 {
    font-size: 14px;
    margin: 0;
    padding: 0
}

.category-view .category .spacer h2 {
    margin: 0;
    padding: 0
}

.category-view .category .spacer h2 a {
    font-size: 14px;
    display: block;
    text-align: center
}

.category-view .category .spacer h2 a img {
    margin-top: 6px;
    max-width: 100%;
    height: auto
}

.category-view .category:hover h2 {
    background-color: #F75352
}

.category-view .category:hover h2 a {
    color: #fff !important
}

.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4 {
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0
}

.browse-view h1 {
    margin: 0 0 8px;
    padding: 0
}

.orderby-displaynumber {
    margin: 12px 0
}

.orderlistcontainer {
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    margin: 0 15px 0 0
}

.orderlistcontainer div.activeOrder {
    background: top right no-repeat url(../../../../../../../templates/zt_webshop/images/vm/vmgeneral/arrow_down.png);
    cursor: pointer;
    border: solid #CAC9C9 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 12px;
    padding: 2px 24px 1px 12px
}

.orderlistcontainer a {
    text-decoration: none;
    display: block;
    color: #868686
}

.orderlistcontainer a:hover {
    text-decoration: none;
    display: block;
    color: #EEE;
    background: #777
}

.orderlistcontainer div.orderlist {
    display: none;
    position: absolute;
    border: solid #CAC9C9 1px;
    background: #FFF;
    cursor: pointer
}

.orderlistcontainer div.orderlist div {
    padding: 2px 12px 1px
}

.orderlistcontainer div.orderlist div:hover {
    color: #EEE;
    background: #CAC9C9
}

.list-reviews .vmicon {
    background: url(../../../../../../../templates/zt_webshop/images/stars-voted.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 10px;
    width: 53px
}

.list-reviews .vm2-stars0 {
    background-position: 0 -50px
}

.list-reviews .vm2-stars1 {
    background-position: 0 -40px
}

.list-reviews .vm2-stars2 {
    background-position: 0 -30px
}

.list-reviews .vm2-stars3 {
    background-position: 0 -20px
}

.list-reviews .vm2-stars4 {
    background-position: 0 -10px
}

.ask-a-question {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 24px 0 0;
    text-decoration: underline
}

.ask-a-question-view .form-field .submit {
    margin-top: 20px;
    width: 418px
}

.ask-a-question-view .form-field textarea.field {
    border: solid #eee 1px;
    color: #777;
    padding: 12px;
    text-align: left;
    width: 394px
}

.ask-a-question-view .product-summary {
    border-bottom: 1px solid #EEE;
    margin: 25px 0;
    padding: 0 0 20px
}

.ask-a-question-view .product-summary .short-description {
    margin-top: 6px
}

.ask-a-question-view .product-summary h2 {
    font-size: 16px;
    margin: 0;
    padding: 0
}

.ask-a-question-view .product-summary img.product-image {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.ask-a-question-view h1 {
    font-size: 18px;
    margin: 0;
    padding: 0
}

.ask-a-question-view,
.manufacturer-details-view .spacer {
    padding: 30px
}

.ask-a-question-view input[type="text"],
.ask-a-question-view input[type="email"] {
    -moz-box-sizing: border-box;
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 4px 4px;
    color: #9C9C9C;
    font-size: 12px;
    font-weight: 400;
    height: 34px;
    max-width: 100% !important;
    padding: 0 15px
}

.ask-a-question-view .inputs label {
    display: block;
    padding: 5px 0
}

.ask-a-question-view .inputs label span {
    display: block;
    float: left;
    line-height: 32px;
    min-width: 100px
}

.vmquote {
    font-size: smaller
}

.manufacturer-details-view img {
    float: right;
    margin: 0 0 10px 20px
}

.manufacturer-details-view .email-weblink a {
    margin-right: 15px
}

a.ask-a-question {
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 8px
}

a.ask-a-question:hover {
    color: #777;
    text-decoration: none
}

input.vm-default {
    margin-bottom: 2px
}

input.highlight-button {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    text-decoration: none
}

input.highlight-button:visited {
    color: #fff
}

a.product-details,
a.details,
div.details {}

a.details:hover,
div.details:hover,
a.product-details:hover {
    background-position: 0 -40px;
    color: #777
}

span.details-button {
    margin: 0 0 0 10px
}

span.details-button input.details-button {}

.coupon {
    color: gray;
    border-radius: 4px;
    border: 1px solid #CAC9C9;
    font-size: 9px;
    padding: 3px
}

button.default {
    display: inline-block;
    cursor: pointer;
    padding: 5px 8px 4px
}

button.default:hover {
    color: #777
}

a.highlight,
a.highlight:visited {
    background: #e8e8e8 url(../../../../../../../templates/zt_webshop/images/vm/vmgeneral/backgrounds.png) top repeat-x;
    border: solid #00a000 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    background-position: 0 -160px;
    color: #fff;
    padding: 3px 8px 1px
}

textarea.virtuemart {
    background: #fff;
    border: solid #ccc 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #777;
    text-align: left;
    padding: 5px 5px 4px
}

p.product_s_desc {
    margin-bottom: 6px;
    padding: 0
}

span.stock-level {
    font-size: 10px;
    color: #7d7b7b
}

.horizontal-separator {
    height: 1px;
    margin: 10px 0
}

.invalid {
    background-color: #ffd;
    color: #000;
    border-color: red
}

.page-results {
    margin-top: 25px;
    text-align: right
}

.control-buttons button.default {}

table.user-details input {
    background: #e8e8e8 url(../../../../../../../templates/zt_webshop/images/vm/vmgeneral/backgrounds.png) top repeat-x;
    border: solid #ccc 1px;
    color: #777;
    margin-bottom: 2px;
    padding: 5px 5px 4px;
    width: 200px
}

table.user-details input.invalid {
    background: #e8e8e8 url(../../../../../../../templates/zt_webshop/images/vm/vmgeneral/backgrounds.png) top repeat-x;
    border: solid red 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #777;
    margin-bottom: 2px;
    padding: 5px 5px 4px
}

table.user-details {
    width: 450px;
    margin-bottom: 25px
}

table.user-details input[type="checkbox"],
table.user-details input[type="radio"] {
    width: 20px
}

td.key {
    padding: 0 6px;
    width: 150px
}

.cart-view h1 {
    margin: 0;
    padding: 0 0 10px
}

.cart-view h2 {
    font-size: 12px;
    margin: 0;
    padding: 0
}

a.continue_link {
    float: right
}

.checkout-button-top {
    text-align: left;
    padding: 10px 0 0
}

.checkout-button-top input.terms-of-service {
    margin: 0px 10px 0 0;
    display: inline-block
}

span.tos {
    display: inline-block;
    margin-right: 15px
}

.billto-shipto {
    border-bottom: solid #E9E8E8 1px;
    margin: 10px 0 50px 0;
    padding: 0 0 50px 0
}

.billto-shipto span,
a.terms-of-service {
    display: inline-block;
    font-size: 14px
}

#full-tos {
    display: none
}

.output-billto span.titles,
.output-shipto span.titles {
    width: 150px;
    float: left
}

.output-billto span.values-first_name,
.output-billto span.values-middle_name,
.output-billto span.values-zip,
.output-shipto span.values-first_name,
.output-shipto span.values-middle_name,
.output-shipto span.values-zip {
    float: left;
    margin-right: 3px
}

table.cart-summary tr th {
    background: #e8e8e8 url(../../../../../../../templates/zt_webshop/images/vm/vmgeneral/backgrounds.png) top repeat-x;
    border-bottom: solid #E9E8E8 1px;
    padding: 6px 0 3px
}

.customer-comment {
    text-align: left;
    margin: 30px 0 0 0;
    padding: 25px 0 0 0
}

textarea.customer-comment {
    background: none;
    border: solid #ccc 1px;
    width: 55%;
    border-radius: 0;
    color: #777;
    margin-bottom: 2px;
    text-align: left;
    padding: 5px 5px 4px
}

textarea.customer-comment:hover {
    background: none
}

div.terms-of-service {
    margin: 10px 0 0;
    padding: 10px 0 15px;
    display: inline
}

.terms-of-service h5 {
    background: #7C1E21;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-weight: 400;
    margin: 0;
    padding: 15px
}

.terms-of-service h5 a,
.terms-of-service h5 a:visited {
    color: #fff;
    text-transform: uppercase
}

a.vm-button-correct {
    background: #F75352;
    color: #fff !important;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 102%;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    outline: medium none;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background 200ms ease-in-out 0s;
    -moz-transition: background 200ms ease-in-out 0s;
    -ms-transition: background 200ms ease-in-out 0s;
    -o-transition: background 200ms ease-in-out 0s;
    transition: background 200ms ease-in-out 0s;
    white-space: nowrap;
    margin-top: 20px
}

a.vm-button-correct span {
    background: transparent url(../../../../../../../templates/zt_webshop/images/arrow_button.png) no-repeat scroll 100% 50% / 44px 20px;
    padding: 0 57px 0 0 !important;
    display: inline-block
}

a.vm-button-correct:hover,
a.vm-button-correct:active,
a.vm-button-correct:focus {
    background-color: #CFCFCF
}

.VmArrowdown {
    cursor: pointer;
    float: left;
    width: 16px;
    height: 16px
}

.VmArrowdown:hover {}

.normal-li {
    background: url(../../../../../../../templates/zt_webshop/images/vm/vmgeneral/plus.png) no-repeat 0% 48%
}

ul.VMmenu,
.VMmenu ul,
.VMmenu li {
    list-style-type: none !important;
    background-image: none !important;
    padding: 0
}

#ui-tabs ul#tabs {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 20px 20px 0
}

#ui-tabs ul#tabs li {
    display: inline-block;
    cursor: pointer;
    background: #f2f2f2;
    padding: 10px 20px 7px
}

#ui-tabs ul#tabs li.current {
    display: inline-block;
    background: #ccc;
    color: #444
}

#ui-tabs .tabs {
    padding: 20px
}

#ui-tabs .dyn-tabs {
    overflow: auto;
    display: none
}

.clear,
br.clear {
    clear: both
}

.floatright,
span.floatright {
    float: right
}

.floatleft,
span.floatleft {
    float: left
}

span.bold {
    font-weight: 700
}

.width1 {
    width: 1%
}

.width2 {
    width: 2%
}

.width3 {
    width: 3%
}

.width4 {
    width: 4%
}

.width5 {
    width: 5%
}

.width6 {
    width: 6%
}

.width7 {
    width: 7%
}

.width8 {
    width: 8%
}

.width9 {
    width: 9%
}

.width10 {
    width: 10%
}

.width11 {
    width: 11%
}

.width12 {
    width: 12%
}

.width13 {
    width: 13%
}

.width14 {
    width: 14%
}

.width15 {
    width: 15%
}

.width16 {
    width: 16%
}

.width17 {
    width: 17%
}

.width18 {
    width: 18%
}

.width19 {
    width: 19%
}

.width20 {
    width: 20%
}

.width21 {
    width: 21%
}

.width22 {
    width: 22%
}

.width23 {
    width: 23%
}

.width24 {
    width: 24%
}

.width25 {
    width: 25%
}

.width26 {
    width: 26%
}

.width27 {
    width: 27%
}

.width28 {
    width: 28%
}

.width29 {
    width: 29%
}

.width30 {
    width: 30%
}

.width31 {
    width: 31%
}

.width32 {
    width: 32%
}

.width33 {
    width: 33%
}

.width34 {
    width: 34%
}

.width35 {
    width: 35%
}

.width36 {
    width: 36%
}

.width37 {
    width: 37%
}

.width38 {
    width: 38%
}

.width39 {
    width: 39%
}

.width40 {
    width: 40%
}

.width41 {
    width: 41%
}

.width42 {
    width: 42%
}

.width43 {
    width: 43%
}

.width44 {
    width: 44%
}

.width45 {
    width: 45%
}

.width46 {
    width: 46%
}

.width47 {
    width: 47%
}

.width48 {
    width: 48%
}

.width49 {
    width: 49%
}

.width50 {
    width: 50%
}

.width51 {
    width: 51%
}

.width52 {
    width: 52%
}

.width53 {
    width: 53%
}

.width54 {
    width: 54%
}

.width55 {
    width: 55%
}

.width56 {
    width: 56%
}

.width57 {
    width: 57%
}

.width58 {
    width: 58%
}

.width59 {
    width: 59%
}

.width60 {
    width: 60%
}

.width61 {
    width: 61%
}

.width62 {
    width: 62%
}

.width63 {
    width: 63%
}

.width64 {
    width: 64%
}

.width65 {
    width: 65%
}

.width66 {
    width: 66%
}

.width67 {
    width: 67%
}

.width68 {
    width: 68%
}

.width69 {
    width: 69%
}

.width70 {
    width: 70%
}

.width71 {
    width: 71%
}

.width72 {
    width: 72%
}

.width73 {
    width: 73%
}

.width74 {
    width: 74%
}

.width75 {
    width: 75%
}

.width76 {
    width: 76%
}

.width77 {
    width: 77%
}

.width78 {
    width: 78%
}

.width79 {
    width: 79%
}

.width81 {
    width: 81%
}

.width82 {
    width: 82%
}

.width83 {
    width: 83%
}

.width84 {
    width: 84%
}

.width85 {
    width: 85%
}

.width86 {
    width: 86%
}

.width87 {
    width: 87%
}

.width88 {
    width: 88%
}

.width89 {
    width: 89%
}

.width90 {
    width: 90%
}

.width91 {
    width: 91%
}

.width92 {
    width: 92%
}

.width93 {
    width: 93%
}

.width94 {
    width: 94%
}

.width95 {
    width: 95%
}

.width96 {
    width: 96%
}

.width97 {
    width: 97%
}

.width98 {
    width: 98%
}

.width99 {
    width: 99%
}

.width100 {
    width: 100%
}

.vmicon,
.vmiconFE {
    background: url(../../../../../../../templates/zt_webshop/images/vm/vm2-sprite.png) no-repeat top left
}

.vm2-add_quantity_cart {
    background-position: 0 0;
    width: 24px;
    height: 24px;
    border: 0px;
    cursor: pointer
}

.vm2-arrow_down {
    background-position: 0 -72px;
    width: 16px;
    height: 16px
}

.vm2-billto-icon {
    background-position: 0 -138px;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
    width: 24px;
    border: 0px
}

.vm2-shipto-icon {
    background-position: 0 -284px;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
    width: 24px
}

.vm2-stars0 {
    background-position: 0 -358px;
    width: 64px;
    height: 13px
}

.vm2-stars1 {
    background-position: 0 -421px;
    width: 64px;
    height: 13px
}

.vm2-stars2 {
    background-position: 0 -484px;
    width: 64px;
    height: 13px
}

.vm2-stars3 {
    background-position: 0 -547px;
    width: 64px;
    height: 13px
}

.vm2-stars4 {
    background-position: 0 -610px;
    width: 64px;
    height: 13px
}

.vm2-stars5 {
    background-position: 0 -673px;
    width: 64px;
    height: 13px
}

.vm2-stars_0 {
    background-position: 0 -736px;
    width: 64px;
    height: 13px
}

.vm2-stars_1 {
    background-position: 0 -799px;
    width: 64px;
    height: 13px
}

.vm2-stars_2 {
    background-position: 0 -862px;
    width: 64px;
    height: 13px
}

.vm2-stars_3 {
    background-position: 0 -925px;
    width: 64px;
    height: 13px
}

.vm2-stars_4 {
    background-position: 0 -988px;
    width: 64px;
    height: 13px
}

.vm2-stars_5 {
    background-position: 0 -1051px;
    width: 64px;
    height: 13px
}

.vm2-lowstock {
    background-position: 0 -1114px;
    width: 62px;
    height: 15px;
    display: block
}

.vm2-nostock {
    background-position: 0 -1179px;
    width: 62px;
    height: 15px;
    display: block
}

.vm2-normalstock {
    background-position: 0 -1244px;
    width: 62px;
    height: 15px;
    display: block
}

.vm2-termsofservice-icon {
    background-position: 0 -1309px;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
    width: 24px;
    display: inline-block
}

.vm2-modallink {
    height: 16px;
    margin-left: 3px;
    vertical-align: top;
    width: 16px;
    display: inline-block;
    background: url(../../../../../../../templates/zt_webshop/images/vm/icon_external_link.gif) no-repeat scroll left top transparent
}

.vm2-warning {
    background-position: 0 -1383px;
    width: 50px;
    height: 40px
}

.vendor-store-desc,
.category-view,
.category_description,
.featured-view,
.latest-view,
.topten-view,
.recent-view,
.related-products-view,
.browse-view,
.order-view {
    margin-bottom: 25px
}

.main-image,
.featured-view .product,
.latest-view .product,
.topten-view .product,
.recent-view .product,
.related-products-view .product,
.center,
span.center {
    text-align: center
}

.main-image img.product-image,
.featured-view .spacer img,
.latest-view .spacer img,
.topten-view .spacer img,
.recent-view .spacer img {
    max-width: 100%;
    height: auto;
    width: auto
}

.additional-images,
.featured-view .product-price,
.latest-view .product-price,
.topten-view .product-price,
.recent-view .product-price,
.output-billto,
.output-shipto {
    margin: 10px 0
}

.ask-a-question,
.manufacturer,
.manufacturer-details-view .email-weblink,
.manufacturer-details-view .description {
    margin: 10px 0 0
}

.customer-reviews,
.ask-a-question-view .form-field {
    margin: 0
}

span.variant-name,
span.custom-variant-name {
    width: 100px;
    float: left;
    display: block;
    margin-bottom: 5px
}

span.addtocart-button input.notify-button:hover,
input.highlight-button:hover,
a.highlight:hover {
    background-position: 0 -200px;
    color: #f2f2f2
}

.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer {
    padding: 6px
}

.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.recent-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2 {
    margin: 5px 0;
    padding: 0
}

.featured-view .spacer span,
.latest-view .spacer span,
.topten-view .spacer span,
.recent-view .spacer span,
.related-products-view .spacer span,
.browse-view .row .product .spacer span {
    color: #666
}

.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
    max-width: 90%;
    height: auto
}

.browse-view .row {
    margin: 0
}

.display-number,
.control-buttons,
.right {}

.control-buttons {
    margin-bottom: 20px
}

.ask-a-question-view,
.manufacturer-details-view .spacer {
    padding: 30px
}

.ask-a-question-view h1,
.manufacturer-details-view h1 {
    font-size: 18px;
    margin: 0;
    padding: 0
}

#userForm select,
.width80 {
    width: 80%;
    border-radius: 0
}

label.invalid,
span.red {
    color: red
}

.output-billto span.values,
.output-shipto span.values,
.floatleft,
span.floatleft {
    float: left
}

.output-billto span.values,
.output-shipto span.values {
    padding-right: 5px
}

.joomlaCoreField {}

.vm-pagination {
    text-align: center
}

.vm-pagination div {
    text-align: center !important
}

.vm-pagination ul {
    text-align: center !important
}

.vm-pagination ul li {
    display: inline
}

.vm-pagination .counter {
    text-align: right !important
}

.vm-bottom div {
    text-align: center !important
}

.vm-bottom ul {
    text-align: center !important
}

.vm-bottom ul li {
    display: inline
}

.vm-bottom .counter {
    text-align: right !important
}

td.orders-key {
    font-weight: bold;
    text-align: left
}

.manufacturer-view-default .row .manufacturer .spacer {
    padding: 6px
}

.product-field-display a img {
    display: block;
    margin-bottom: 20px
}

.product-related-products,
.product-related-categories {
    clear: both
}

.product-related-products .product-field {
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-right: 8px;
    width: 24%
}

.product-related-products .product-field a {
    padding-top: 20px
}

.product-fields .product-field-type-P {
    clear: both;
    border-bottom: 1px solid #EEE;
    margin-top: 18px
}

.product-field-type-P .product-fields-title {
    font-size: 13px;
    font-weight: 500;
    color: #868686
}

.product-field-type-B,
.product-field-type-S,
.product-field-type-I {
    padding-left: 3%;
    float: left;
    width: 30%
}

.product-fields-title {
    font-size: 13px;
    font-weight: 500;
    color: #868686
}

.vm-customfield-mod img,
.vm-customfield-cart img {
    vertical-align: middle;
    width: 16px
}

.vm-img-desc {
    display: block
}

.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost {
    color: #676767;
    display: block;
    font-weight: bold;
    padding: 0 2px
}

.vmpayment_description,
.vmshipment_description {
    padding: 0 2px;
    font-size: 80%
}

.vmpayment_cardinfo {}

form[name="chooseShipmentRate"] fieldset,
form[name="choosePaymentRate"] fieldset {
    margin-top: 20px
}

form[name="chooseShipmentRate"] input[type="radio"],
form[name="choosePaymentRate"] input[type="radio"] {
    float: left;
    margin-right: 15px
}

.virtuemart_search .inputbox {
    vertical-align: middle;
    margin: 0
}

.addtocart-area .product-fields {
    background-color: #ececec;
    padding: 6px 0 12px;
    display: inline-block;
    width: 100%
}

.addtocart-area .product-fields>div {
    margin: 10px 0
}

.product-fields .product-field,
.product-related-categories .product-field {
    width: 100%;
    float: left;
    display: inline-block
}

.product-fields .product-field label.other-customfield {
    width: 25%;
    float: left;
    position: relative;
    top: 20px;
    left: -18px;
    margin-bottom: 27px;
    text-align: center
}

.product-fields .product-field input[type=radio] {
    position: relative;
    left: 33px
}

.product-fields .product-field .vm-img-desc {
    font-size: 9px
}

.priceColor2 {
    color: gray
}

.line-through {
    text-decoration: line-through
}

.inline {
    display: inline
}

td.pricePad {
    padding-right: 10px
}

td.priceCol {
    white-space: nowrap
}

div.spaceStyle {
    padding: 0px;
    margin: 5px
}

.vm-notice {
    color: #C00
}

.buttonBar-right {
    width: 100%
}

.userfields_info {
    font-size: 15px;
    line-height: 30px
}

.ratingbox {
    position: relative;
    display: block;
    width: 120px;
    height: 23px;
    background: url(../../../../../../../templates/zt_webshop/images/vm/color-stars.png) repeat-x scroll 0 bottom transparent
}

.ratingbox span {
    background: url(../../../../../../../templates/zt_webshop/images/vm/color-stars.png) repeat-x;
    display: block;
    width: 1%;
    height: 24px;
    position: absolute
}

.stars-orange {
    background-position: 0 0 !important
}

.stars-red {
    background-position: 0 -54px !important
}

.stars-green {
    background-position: 0 -108px !important
}

.stars-blue {
    background-position: 0 -162px !important
}

.stars-purple {
    background-position: 0 -216px !important
}

.width_sope {
    width: 100% !important;
    text-align: center
}

div.desc_part {
    text-align: center;
    display: inline-block;
    background-color: #F3F3F3
}

div.desc_part .product-price {
    border-bottom: 1px solid #E8E8E8;
    cursor: text;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

div.desc_part .product-price .PricesalesPrice {
    padding: 0
}

div.desc_part .zt-action form.product {
    width: 50%;
    float: left;
    display: inline-block
}

div.desc_part .zt-action div.product_details {
    width: 49%;
    float: left;
    display: inline-block
}

div.desc_part span.quantity-box {
    display: none
}

div.desc_part .zt-action {
    width: 100%
}

div.desc_part .zt-action input.addtocart-button,
div.desc_part .zt-action a.product-details {
    background: url(../../../../../../../templates/zt_webshop/images/action-icons.png) no-repeat scroll 35px 0 transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    height: 52.5px;
    text-indent: -9999px;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    width: 100%;
    padding: 0;
    margin: 0
}

.zt-action span.addtocart-button {
    float: none;
    margin: 0
}

div.desc_part .zt-action a.product-details {
    background-position: -177px 0
}

div.desc_part .zt-action input.addtocart-button:hover,
div.desc_part .zt-action input.addtocart-button:active,
div.desc_part .zt-action input.addtocart-button:focus,
div.desc_part .zt-action a.product-details:hover,
div.desc_part .zt-action a.product-details:active,
div.desc_part .zt-action a.product-details:focus {
    background-color: #F75352
}

div.desc_part .zt-action input.addtocart-button:hover,
div.desc_part .zt-action input.addtocart-button:active,
div.desc_part .zt-action input.addtocart-button:focus {
    background-position: 35px 100%
}

div.desc_part .zt-action a.product-details:hover,
div.desc_part .zt-action a.product-details:active,
div.desc_part .zt-action a.product-details:focus {
    background-position: -177px 100%
}

.width_sope2 {
    width: 100%;
    text-align: center
}

div.spacer form.product {
    display: inline-block;
    float: left
}

div.product_details {
    border-left: 1px solid #E8E8E8;
    display: inline-block;
    float: left
}

div.product_details a {
    padding-top: 20px;
    margin-left: 21px;
    font-size: 13px;
    color: #868686;
    border: none
}

div.desc_part span.PricesalesPrice {
    color: #D9673B;
    font-size: 135%
}

.spacer h2 a {
    font-size: 15px;
    color: #6A6969;
    text-transform: uppercase;
    font-weight: normal
}

.browse-view .product .spacer {
    padding: 15px
}

.browse-view .row .product .spacer span {
    color: #D9673B;
    font-size: 135%;
    font-weight: normal
}

.browse-view .product .desc_part {
    width: 100%
}

div.desc_part h2 {
    font-size: 110%;
    line-height: 150%;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase
}

div.desc_part h2 a {
    font-weight: 600;
    color: #454545 !important
}

div.desc_part div.PricepriceWithoutTax {}

div.orderby-displaynumber h1.header span {
    padding-right: 20px !important
}

div.orderby-displaynumber h1.header {
    overflow: hidden !important;
    line-height: 26px;
    color: #565656;
    font-weight: 500
}

div.orderby-displaynumber div.header {
    float: left;
    display: block;
    width: 50%
}

div.orderby-displaynumber div.zt-orderfilter {
    float: right;
    width: 50%
}

div.orderby-displaynumber div.zt-orderfilter .zt-displaynumber {
    float: right
}

.orderlistcontainer {
    position: relative;
    font-size: 100%;
    float: left;
    text-decoration: none;
    margin: 0 15px 0 0
}

div.orderby-displaynumber div.title {
    float: left;
    width: 60px;
    line-height: 24px
}

.orderlistcontainer div.activeOrder {
    float: left;
    height: 22px;
    cursor: pointer;
    border: solid #e2e2e2 1px;
    font-weight: bold;
    padding: 0 20px;
    line-height: 20px;
    border-radius: 0;
    color: #868686
}

.orderlistcontainer div.orderlist {
    display: none;
    position: absolute;
    top: 24px;
    left: 60px;
    z-index: 2;
    padding: 10px;
    border: solid #e2e2e2 1px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 2px #EEE;
    -moz-box-shadow: 0 2px 2px #eee;
    -ms-box-shadow: 0 2px 2px #eee;
    -o-box-shadow: 0 2px 2px #eee;
    box-shadow: 0 2px 2px #EEE;
    border-radius: 0 !important
}

ul.VMmenu li.VmClose {
    border-bottom: none;
    padding: 0 0
}

ul.VMmenu li {
    border-bottom: none
}

ul.VMmenu li {
    font-size: 13px;
    color: #868686;
    line-height: 30px
}

ul.VMmenu li div a {
    color: #868686 !important
}

ul.VMmenu li.VmClose div a {
    color: #868686 !important
}

div.PricesalesPrice {
    padding-bottom: 10px;
    padding-top: 10px
}

div.cart-view {}

div.cart-view input.inputbox,
div.order-view input.inputbox,
div.order-view+form input.inputbox,
#com-form-login-username input,
#com-form-login-password input {
    width: 170px
}

div.cart-view p#com-form-login-remember label,
div.order-view+form p#com-form-login-remember label,
#com-form-login-remember label {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 32px
}

div.cart-view input#remember {
    width: 10px;
    margin: 10px 0 0
}

div.cart-view form#form-login {
    line-height: 30px
}

div.cart-view h3 {
    font-weight: 500
}

a.details {
    background: #F75352;
    border-top: none;
    border-left: none;
    padding: 6px 20px;
    color: #868686;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0
}

table.cart-summary tr th {
    background: #efefef;
    border: 1px solid #d9d9d9;
    padding: 6px 20px;
    color: #868686;
    font-weight: 500;
    border-radius: 0
}

tr,
td {
    border: 1px solid #d9d9d9;
    padding: 10px;
    height: auto;
    vertical-align: middle
}

div.cart-view table.cart-summary input.inputbox {
    width: 30px;
    float: left
}

table.cart-summary input.vm2-add_quantity_cart,
.vm2-remove_from_cart {
    border-radius: 100% 100% 100% 100%;
    display: block;
    float: left;
    height: 30px;
    margin: 5px;
    outline: medium none;
    transition: background 200ms ease-in-out 0s;
    width: 30px
}

table.cart-summary input.vm2-add_quantity_cart {
    background: #CFCFCF url(../../../../../../../templates/zt_webshop/images/refresh.png) no-repeat 50% 50%
}

.vm2-remove_from_cart {
    background: #CFCFCF url(../../../../../../../templates/zt_webshop/images/cancel.png) no-repeat 50% 50%
}

.adminForm td select {
    width: 215px;
    border-radius: 0
}

table.payment-details {
    margin-top: 40px
}

table.payment-details th {
    background: #EFEFEF;
    border: 1px solid #D9D9D9;
    padding: 6px 20px;
    color: #868686;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0
}

table.cart-summary {}

table.cart-summary .vm-customfield-cart {}

table.payment-details th.payment {
    width: 58%;
    text-align: left
}

table.payment-details input.details-button {
    float: right
}

table.payment-details form#userForm {
    margin: 0 !important
}

table.payment-details form#userForm input {
    margin: 0 !important;
    color: #868686;
    font-size: 13px
}

table.payment-details form#userForm input.coupon {
    width: 150px;
    float: left;
    padding: 4px 5px 3px 5px
}

table.payment-details form#userForm input.details-button {
    border-top: none;
    border-left: none;
    float: left;
    margin-left: 5px !important
}

table.payment-details form#userForm input.details-button {
    border-radius: 0;
    color: #868686
}

table.cart-summary td .cart-images {
    display: inline-block;
    float: left;
    margin-right: 10px
}

table.cart-summary td .zt-product-cart {
    display: inline-block;
    float: right;
    width: 65%
}

table.cart-summary td a {
    text-transform: uppercase;
    color: #868686
}

div.order-view+form p#com-form-login-remember input.default {
    float: left
}

div.order-view+form input#remember,
#com-form-login-remember input#remember {
    width: 10px;
    margin: 10px 0 0
}

#com-form-order-submit input {
    margin-top: 20%
}

#com-form-login-remember label,
#com-form-login-remember input {
    float: left
}

.control-buttons div {
    margin-bottom: 20px
}

.productDetails {
    margin: 40px 0
}

.productdetails div.product-short-description,
.productdetails div.vote,
.productdetails div.product-price,
.productdetails div.addtocart-area {
    border-top: 1px solid #e3e3e3;
    margin-top: 15px;
    padding: 10px 0
}

.productdetails div.vote {
    display: inline-block
}

.productdetails span.addtocart-button input.addtocart-button {
    background: #f75352 url(../../../../../../../templates/zt_webshop/images/add-to-cart.png) no-repeat scroll 15px 15px;
    border-radius: 3px 3px 3px 3px;
    border: none;
    display: block;
    font-size: 1.188em;
    font-weight: normal;
    height: 60px;
    line-height: 57px;
    margin: 0;
    outline: medium none;
    padding: 0 17px 0 46px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    vertical-align: middle
}

.productdetails span.addtocart-button input.addtocart-button:hover,
.productdetails span.addtocart-button input.addtocart-button:focus,
.productdetails span.addtocart-button input.addtocart-button:active {
    background-color: #CFCFCF
}

.productdetails-tabs {
    margin-top: 50px
}

.productdetails-tabs .nav-tabs {
    border: 1px solid #e3e3e3;
    height: 33px;
    line-height: 33px
}

.productdetails-tabs .nav-tabs>li {
    background-color: #F9F8F8;
    border-right: 1px solid #e3e3e3;
    margin: 0;
    height: 33px;
    line-height: 33px
}

.productdetails-tabs .nav-tabs>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    color: #454545 !important;
    font-size: 130%;
    font-weight: normal;
    height: 33px;
    line-height: 33px;
    margin: 0;
    outline: medium none;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase
}

.productdetails-tabs .nav-tabs>li.active {}

.productdetails-tabs .nav-tabs>.active>a,
.productdetails-tabs .nav-tabs>.active>a:hover {
    color: #f75352 !important;
    border: none
}

.product-fields .product-field {
    float: left;
    display: inline-block
}

div.product-field select {
    outline: none;
    margin-left: 10px;
    width: 96%
}

div.product-field select:hover,
div.product-field select:active,
div.product-field select:focus {
    outline: none
}

select#virtuemart_currency_id {
    border-radius: 0;
    color: #868686;
    margin-top: 15px
}

span.product-fields-title-wrapper {
    padding-left: 10px
}

h3.availability {
    text-align: left;
    float: left;
    color: #868686
}

div.availability img {
    padding-top: 8px;
    padding-left: 10px
}

div.spacer-buy-area h3.vote {
    display: inline-block;
    padding-right: 10px;
    color: #868686;
    margin: 0
}

div.spacer-buy-area h3.price-details {
    font-size: 17px;
    color: #868686;
    text-transform: uppercase
}

div.spacer-buy-area div.PricesalesPrice {
    border: none;
    font-size: 365%;
    font-weight: normal;
    line-height: 1.3em
}

div.spacer-buy-area span.PricesalesPrice {
    color: #D9673B
}

div.spacer-buy-area div.PricesalesPrice,
div.spacer-buy-area div.PricepriceWithoutTax {
    background: none;
    padding: 0
}

span.PricediscountAmount {}

div.spacer span.PricediscountAmount {
    font-size: 13px !important;
    text-decoration: line-through;
    color: red !important;
    text-shadow: none !important
}

#sp-sticky-left .sp-inner {
    padding-left: 0px;
    padding-right: 0px
}

.VMmenu ul.menu li {
    padding: 4px 2px;
    padding-left: 10px;
    font-size: 13px;
    color: #868686;
    line-height: 15px;
    cursor: pointer
}

.VMmenu ul.menu li:hover {
    background-position: 0 -10px !important
}

div.productdetails-view div.main-image {
    padding: 0 10px;
    color: #868686;
    margin-right: 10px
}

div#description p {
    color: #868686
}

div.customer-reviews blockquote {
    color: #868686
}

div.PricebasePriceWithTax,
div.PricesalesPrice,
div.PricepriceWithoutTax,
div.PricediscountAmount,
div.PricetaxAmount {
    color: #868686
}

div.PricebasePriceWithTax span.PricebasePriceWithTax {
    color: red;
    text-shadow: none
}

.normal-li {
    line-height: 30px
}

div.category-view div.spacer {
    color: #868686;
    font-weight: 500;
    margin: 0 5px
}

div.category-view {
    margin-top: 20px
}

div.category-view .category {
    padding: 0
}

table.payment-details td {
    text-align: left
}

.adminForm td select {}

div.popup a.floatright {
    float: none !important
}

div.latest-view div.spacer,
div.topten-view div.spacer,
div.recent-view div.spacer,
div.featured-view div.spacer {
    padding: 20px;
    color: #868686;
    font-weight: 500
}

div.latest-view div.spacer h3 a,
div.topten-view div.spacer h3 a,
div.recent-view div.spacer h3 a,
div.featured-view div.spacer h3 a {
    color: #868686 !important;
    text-transform: uppercase
}

#fancybox-content a {
    background-color: #F75352;
    padding: 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    border: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 125%;
    font-weight: 400;
    margin: 15px 0 0 0;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none
}

#fancybox-content a:hover,
#fancybox-content a:active,
#fancybox-content a:focus {
    background-color: #CFCFCF
}

#fancybox-content h4 {
    border-top: 1px solid #c4c4c4;
    margin: 30px 0 10px;
    padding-top: 30px
}

#facebox .popup {
    overflow: hidden !important
}

#facebox .popup>div {
    display: block !important;
    padding: 20px !important;
    width: auto !important
}

#facebox .popup>div>div {
    padding: 0 30px 50px 10px !important;
    position: relative;
    text-align: center
}

#facebox .popup>div>div>a {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #F75352;
    border-radius: 2px;
    bottom: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 12px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none
}

#facebox .popup>div>div>a.continue {
    left: 10px;
    right: auto
}

#facebox .popup>div>div>a:hover,
.productDetails .main-image .product-overlay>span>span {
    background: #cfcfcf !important
}

#facebox .popup>div>div>h4 {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    min-width: 400px;
    padding: 8px 0 20px
}

.item-page.edit .formelm {
    clear: both;
    float: left
}

.item-page.edit .formelm .button2-left {
    margin-top: 6px
}

.item-page.edit .formelm-area label {
    display: block;
    width: 100%
}

.item-page.edit .formelm-buttons {
    margin-top: 5px;
    overflow: hidden
}

.item-page.edit .formelm-buttons button {
    margin-right: 10px
}

.item-page.edit .fltlft {
    float: left
}

.item-page.edit legend {
    font-size: 140%
}

.item-page.edit .toggle-editor {
    margin-top: -5px
}

#editor-xtd-buttons {
    padding: 5px
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
    float: left
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
    color: #666;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    height: 22px;
    line-height: 22px
}

.button2-left span,
.button2-right span {
    color: #999;
    cursor: default
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
    padding: 0 6px
}

.button2-left a:hover,
.button2-right a:hover {
    color: #0B55C4;
    text-decoration: none
}

.button2-left a,
.button2-left span {
    font-size: 12px;
    line-height: 23px;
    padding: 0 30px 0 10px
}

.button2-right a,
.button2-right span {
    padding: 0 6px 0 24px
}

.button2-left {
    background: url(../../../../../../../templates/zt_webshop/images/joomla/j_button2_left.png) no-repeat;
    float: left;
    margin-left: 5px
}

.button2-right {
    background: url(../../../../../../../templates/zt_webshop/images/joomla/j_button2_right.png) 100% 0 no-repeat;
    float: left;
    margin-left: 5px
}

.button2-left .image {
    background: url(../../../../../../../templates/zt_webshop/images/joomla/j_button2_image.png) 100% 0 no-repeat
}

.button2-left .readmore,
.button2-left .article {
    background: url(../../../../../../../templates/zt_webshop/images/joomla/j_button2_readmore.png) 100% 0 no-repeat
}

.button2-left .pagebreak {
    background: url(../../../../../../../templates/zt_webshop/images/joomla/j_button2_pagebreak.png) 100% 0 no-repeat
}

.button2-left .blank {
    background: url(../../../../../../../templates/zt_webshop/images/joomla/j_button2_blank.png) 100% 0 no-repeat
}

a img.calendar {
    background: url(../../../../../../../templates/zt_webshop/images/joomla/calendar.png) no-repeat;
    cursor: pointer;
    height: 16px;
    margin-left: 3px;
    vertical-align: middle;
    width: 16px
}

::selection {
    background-color: #F75352;
    color: #fff
}

::-moz-selection {
    background-color: #F75352;
    color: #fff
}

ul.suggestion {
    border-bottom: 1px dotted #EAEAEA;
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    width: 100%
}

ul.suggestion li {
    background: 0;
    float: left;
    height: 35px;
    margin: 0 5px;
    padding: 0;
    width: 35px
}

.rtl ul.suggestion li {
    float: right
}

ul.suggestion li a {
    border: 1px solid #ddd;
    float: left;
    height: 30px;
    margin: 4px;
    width: 30px
}

ul.suggestion li a:hover,
ul.suggestion li.active a {
    border: 5px solid #ddd;
    margin: 0
}

ul.suggestion-item span {
    display: none
}

select#layoutselect {
    margin-top: 15px
}

.groupitem {
    float: left;
    margin: 5px 0;
    width: 100%
}

#mooRainbow {
    color: #000;
    font-size: 11px
}

.moor-box {
    background: url(../../../../../../../templates/zt_webshop/images/rainbow/box.png) no-repeat 0 0;
    color: #FFF;
    font-size: 90%;
    height: 166px;
    width: 262px
}

.moor-overlayBox {
    border: 1px solid #000;
    height: 135px;
    margin-left: 15px;
    margin-top: 15px;
    width: 135px
}

.moor-slider {
    border: 1px solid #000;
    cursor: pointer;
    height: 135px;
    margin-left: 165px;
    margin-top: 15px;
    width: 10px
}

.moor-colorBox {
    border: 1px solid #000;
    height: 20px;
    margin-left: 195px;
    margin-top: 15px;
    width: 50px
}

.moor-currentColor {
    height: 20px;
    margin-left: 221px;
    margin-top: 16px;
    width: 25px
}

.moor-okButton {
    background: #000;
    border-left-color: #f5f5f5;
    border-top-color: #f5f5f5;
    border: 1px solid #d6d6d6;
    color: #FFF;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-left: 15px;
    margin-top: 160px
}

#mooRainbow label {
    font-family: mono
}

.moor-rLabel {
    margin-left: 195px;
    margin-top: 42px
}

.moor-gLabel {
    margin-left: 195px;
    margin-top: 67px
}

.moor-bLabel {
    margin-left: 195px;
    margin-top: 93px
}

.moor-HueLabel {
    display: none;
    margin-left: 315px;
    margin-top: 190px
}

span.moor-ballino {
    display: none;
    margin-left: 370px;
    margin-top: 190px
}

.moor-SatuLabel {
    display: none;
    margin-left: 315px;
    margin-top: 215px
}

.moor-BrighLabel {
    display: none;
    margin-left: 315px;
    margin-top: 240px
}

.moor-hexLabel {
    margin-left: 195px;
    margin-top: 110px;
    width: 55px
}

.moor-rInput,
.moor-gInput,
.moor-bInput,
.moor-HueInput,
.moor-SatuInput,
.moor-BrighInput {
    margin: 0 0 0 7px;
    width: 30px
}

.moor-hexInput {
    width: 50px
}

.moor-cursor {
    background-image: url(../../../../../../../templates/zt_webshop/images/rainbow/moor_cursor.gif);
    height: 12px;
    width: 12px
}

.moor-arrows {
    background-image: url(../../../../../../../templates/zt_webshop/images/rainbow/moor_arrows.gif);
    cursor: pointer;
    height: 9px;
    left: 157px;
    top: 9px;
    width: 28px
}

.moor-chooseColor {
    height: 20px;
    margin-left: 196px;
    margin-top: 16px;
    width: 25px
}

#option_btn {
    -moz-border-radius: 0 5px 5px 0;
    -moz-box-shadow: 0 0 3px #cecece;
    -webkit-border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 0 3px #cecece;
    background: #fff;
    border-bottom: 1px solid #DBDDD8;
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #DBDDD8;
    border-top: 1px solid #DBDDD8;
    box-shadow: 0 0 3px #cecece;
    cursor: pointer;
    left: 0;
    padding: 0;
    position: fixed;
    top: 80px;
    z-index: 999
}

#option_btn span {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    background: url(../../../../../../../templates/zt_webshop/images/icon-all.png) no-repeat 0 -744px #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    display: block;
    height: 138px;
    margin: 0 0 0 -5px;
    width: 45px
}

#option_btn.rb-actived span {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    background: url(../../../../../../../templates/zt_webshop/images/icon-all.png) no-repeat 0 -615px #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    display: block;
    height: 138px;
    margin: 0 0 0 -5px;
    width: 45px
}

#option_wrapper {
    -moz-border-radius: 0 0 5px 0;
    -moz-box-shadow: 0 0 3px #cecece;
    -webkit-border-radius: 0 0 5px 0;
    -webkit-box-shadow: 0 0 3px #cecece;
    background: #fff;
    border-bottom: 1px solid #DBDDD8;
    border-radius: 0 0 5px 0;
    border-right: 1px solid #DBDDD8;
    border-top: 1px solid #DBDDD8;
    box-shadow: 0 0 3px #cecece;
    color: #000;
    font-family: arial;
    font-size: 90%;
    left: -355px;
    padding: 0;
    position: fixed;
    top: 5px;
    width: 350px;
    z-index: 999
}

#option_wrapper .inner {
    margin: 0;
    padding: 0
}

#option_wrapper .inner2 {
    margin: 0;
    padding: 0 10px
}

.moor-box input {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #000;
    text-transform: uppercase
}

.rb-items {
    float: left;
    margin: 5px 0;
    width: 33%
}

.rb-pattern {
    float: left;
    margin: 5px 0;
    position: relative;
    width: 33%
}

.rb-item {
    cursor: pointer;
    position: relative
}

.rb-color {
    border: 1px solid #D7D7D8;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    width: 80px !important
}

.rb-item:hover {
    background-position: -22px 0
}

.pt-select {
    background-color: #1E1E1E;
    border: none;
    text-indent: -9999em;
    width: 90px
}

.pt-select option {
    border-bottom: solid 1px #D7D7D8;
    height: 25px;
    text-indent: -9999em
}

.pt-select option:hover {
    cursor: pointer
}

.pattern-select {
    display: none
}

.pattern-active {
    border: 1px solid #D7D7D8;
    cursor: pointer;
    display: block;
    height: 28px;
    padding: 0 10px;
    width: 70px
}

.pattern-popup {
    display: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.lady_item {
    background-color: #fff;
    border: solid 1px #ddd;
    cursor: pointer;
    float: left;
    height: 34px;
    margin: 0 3px 5px 2px;
    width: 34px
}

.shead,
.shead h5 {
    background-color: #F5F5F5;
    color: #1D1C1B;
    font-family: arial, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase
}

.rb-items-botton {
    background-color: #F5F5F5;
    color: #1D1C1B;
    font-family: arial, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase
}

.rb-apply {
    background: #D5D5D5;
    border: solid 1px #9A9A9A;
    color: #454545;
    cursor: pointer;
    font-size: 100%;
    margin: 0 10px;
    padding: 5px 20px
}

.rb-reset {
    background: #D5D5D5;
    border: solid 1px #9A9A9A;
    color: #454545;
    cursor: pointer;
    font-size: 100%;
    margin: 0 10px;
    padding: 5px 20px
}

.cbitems h4 {
    border-bottom: 1px dotted #eaeaea;
    color: #313131;
    font-family: arial, serif;
    font-size: 100%;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%
}

#color-box h3 {
    border-bottom: 1px dotted #eaeaea;
    color: #313131;
    font-family: arial, serif;
    font-size: 100%;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%
}

#color-box h3 a {
    color: #313131;
    float: left;
    width: 100%
}

#color-box h3 a:focus,
#color-box h3 a:hover {
    text-decoration: none
}

#color-box .panel {
    clear: both;
    margin: 0;
    width: 100%
}

h3.pane-toggler {
    background: url(../../../../../../../templates/zt_webshop/images/rainbow/select.png) no-repeat right 11px
}

h3.pane-toggler-down {
    background: url(../../../../../../../templates/zt_webshop/images/rainbow/select.png) no-repeat right -30px
}

.rb-item select.inputbox {
    border: 1px solid #D9D9D9;
    color: #000;
    height: auto;
    margin: 0;
    padding: 2px;
    width: 100px
}

.rtl #color-box h3 {
    padding-right: 15px
}

.pattern1 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern1.png) !important;
    background-repeat: repeat !important
}

.pattern2 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern2.png) !important;
    background-repeat: repeat !important
}

.pattern3 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern3.png) !important;
    background-repeat: repeat !important
}

.pattern4 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern4.png) !important;
    background-repeat: repeat !important
}

.pattern5 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern5.png) !important;
    background-repeat: repeat !important
}

.pattern6 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern6.png) !important;
    background-repeat: repeat !important
}

.pattern7 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern7.png) !important;
    background-repeat: repeat !important
}

.pattern8 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern8.png) !important;
    background-repeat: repeat !important
}

.pattern9 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern9.png) !important;
    background-repeat: repeat !important
}

.pattern10 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern10.png) !important;
    background-repeat: repeat !important
}

.pattern11 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern11.png) !important;
    background-repeat: repeat !important
}

.pattern12 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern12.png) !important;
    background-repeat: repeat !important
}

.pattern13 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern13.png) !important;
    background-repeat: repeat !important
}

.pattern14 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern14.png) !important;
    background-repeat: repeat !important
}

.pattern15 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern15.png) !important;
    background-repeat: repeat !important
}

.pattern16 {
    background-image: url(../../../../../../../templates/zt_webshop/images/patterns/pattern16.png) !important;
    background-repeat: repeat !important
}

::selection {
    background-color: #F26522;
    color: #fff
}

::-moz-selection {
    background-color: #F26522;
    color: #fff
}

#zt-logo-text>span span {
    color: #F26522
}

.zt-product-price div.PricesalesPrice {
    color: #F26522
}

#zt-top-menu ul li:hover a {
    color: #F26522 !important
}

span.quantity-controls input.quantity-controls {
    background-color: #F26522
}

article>time {
    background-color: #F26522
}

.pagination ul li a {
    background-color: transparent !important;
    color: #7E7E7E !important
}

.zt-contact .icon {
    background-color: #F26522
}

span.zt-icon-cart,
.zt-price-inner .addtocart-button {
    background-image: url(../../../../../../../templates/zt_webshop/images/scolor2/cart-icon.png)
}

.big-btn,
a.details,
.back-to-category a,
a.vm-button-correct,
a.continue_link,
.productdetails span.addtocart-button input.addtocart-button,
#facebox .popup>div>div>a,
button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.readon,
.pagenav-prev a,
.pagenav-next a,
.readon,
.pagination ul li a,
.pagination ul li span {
    background-color: #F26522
}

#fancybox-content a,
div.desc_part .zt-action input.addtocart-button:hover,
div.desc_part .zt-action input.addtocart-button:active,
div.desc_part .zt-action input.addtocart-button:focus,
div.desc_part .zt-action a.product-details:hover,
div.desc_part .zt-action a.product-details:active,
div.desc_part .zt-action a.product-details:focus {
    background-color: #F26522
}

.zt-product-action input.addtocart-button,
.zt-product-action input.addtocart-button,
.zt-product-action input.addtocart-button {
    background-color: #F26522
}

#zt-highlight .option-set li a:hover,
#zt-highlight .option-set li a:focus,
#zt-highlight .option-set li a:active,
#zt-highlight .option-set li a.selected {
    background-color: #F26522 !important
}

.bkg-control-down,
.bkg-control-up {
    background: url(../../../../../../../templates/zt_webshop/images/scolor2/icon-top.png) no-repeat 0 -30px
}

.bkg-control-up {
    background-position: 0 0
}

.zt-navigation {
    background-color: #F26522
}

#menusys_mega li.hover>a,
#menusys_mega li a.active,
#menusys_mega li a.active:hover,
#menusys_mega li a.active:active,
#menusys_mega li a.active:focus {
    color: #F26522 !important
}

#menusys_mega .megacol ul li a:hover,
#menusys_mega .megacol ul li a:active,
#menusys_mega .megacol ul li a:focus,
#menusys_mega .megacol ul li a.active,
#menusys_mega .megacol ul li a.active:hover,
#menusys_mega .megacol ul li a.active:active,
#menusys_mega .megacol ul li a.active:focus {
    color: #F26522
}

#menusys_mega .megacol ul li a:hover,
#menusys_mega .megacol ul li a:active,
#menusys_mega .megacol ul li a:focus,
#menusys_mega .megacol ul li a.active,
#menusys_mega .megacol ul li a.active:hover,
#menusys_mega .megacol ul li a.active:active,
#menusys_mega .megacol ul li a.active:focus {
    color: #F26522
}

ul.nav-drilldown li.active>a,
ul.nav-drilldown li a:hover {
    background-color: #2F3D60
}

.k2TagCloudBlock a {
    background: #F26522 !important
}

.k2CalendarBlock table.calendar tr td.calendarToday {
    background: #F26522
}

.category-view .category:hover h2 {
    background-color: #F26522
}

#gototop {
    background-color: #F26522
}

#gototop span {
    background-color: #2F3D60
}

.productdetails-tabs .nav-tabs>.active>a,
.productdetails-tabs .nav-tabs>.active>a:hover {
    color: #2F3D60 !important
}

div.pagenave>button {
    background: url(../../../../../../../templates/zt_webshop/images/scolor2/scroller-arrows.png) no-repeat scroll 0 0 transparent
}

h3.accordion-head span {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/plus-24px.png) repeat scroll 0 0 transparent
}

h3.accordion-head span.active {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/minus-24px.png) repeat scroll 0 0 transparent
}

h3.accordion-header-title {
    font-size: 150%;
    margin-bottom: 25px
}

ul.zt-accordion {
    list-style: none;
    margin-left: 0px
}

ul.zt-accordion li {
    background: none;
    border-bottom: 1px solid #ECECEC;
    list-style: none outside none;
    margin-bottom: 15px;
    padding: 0 0 16px
}

h3.accordion-head {
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    cursor: pointer;
    margin-top: 3px
}

div.accordion-content {
    overflow: hidden;
    padding: 10px 0 0
}

span.accordion-head-image {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 13px;
    cursor: pointer;
    display: block
}

div.accordion-head p {
    margin-bottom: 0px
}

div.shortcode-block-quote-left {
    width: 33%;
    float: left;
    margin: 15px 20px 15px 20px;
    padding: 20px;
    border-left: 2px solid #ddd;
    font-size: 140%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: oblique
}

div.shortcode-block-quote-right {
    width: 33%;
    float: right;
    margin: 15px 20px 15px 20px;
    padding: 20px;
    border-left: 2px solid #ddd;
    font-size: 140%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: oblique
}

div.shortcode-block-quote-center {
    margin: 0px 20px 20px 20px;
    text-align: center;
    padding: 20px;
    border-left: 2px solid #ddd;
    font-size: 140%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: oblique
}

a.zt-button.shortcode-large-button {
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 0px 21px 0px 21px;
    height: 38px;
    line-height: 38px;
    font-size: 120%
}

a.zt-button.shortcode-medium-button {
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 0px 15px 0px 15px;
    height: 30px;
    line-height: 30px;
    font-size: 100%
}

a.zt-button.shortcode-small-button {
    margin-bottom: 20px;
    margin-right: 10px;
    text-shadow: none;
    font-size: 95%
}

a.zt-button {
    height: 26px;
    line-height: 26px;
    padding: 1px 12px 0px 12px;
    display: inline-block;
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/gradient-top4-32px.png) repeat-x;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

a.zt-button:hover {
    background-image: url(../../../../../../../plugins/system/shortcodes/assets/images/gradient-bottom4-32px.png)
}

.shortcode1-4 {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 23%
}

.shortcode1-3 {
    float: left;
    margin-right: 2%;
    width: 31.33%
}

.shortcode1-2 {
    float: left;
    margin-right: 2%;
    width: 48%
}

.shortcode2-3 {
    float: left;
    margin-right: 2%;
    width: 64.66%
}

.shortcode3-4 {
    float: left;
    margin-right: 2%;
    width: 73%
}

.shortcode1 {
    float: left;
    margin-right: 2%;
    width: 98%
}

div.shortcode-dropcap {
    float: left;
    font-size: 200%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: 15px;
    text-align: center;
    width: 35px
}

div.shortcode-dropcap.circle {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px
}

div.shortcode-dropcap.square {
    border: 1px solid #ECECEC;
    padding: 2px;
    margin-top: 5px
}

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px
}

div.pp_default .pp_next:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    height: 28px;
    width: 28px
}

div.pp_default .pp_expand:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}

div.pp_default .pp_contract {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    height: 28px;
    width: 28px
}

div.pp_default .pp_contract:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}

div.pp_default .pp_close {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
    height: 30px;
    width: 30px
}

div.pp_default .pp_gallery ul li a {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
    left: auto;
    position: static
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    margin: 4px 0 0;
    width: 20px
}

div.pp_default a.pp_arrow_next {
    background-position: -82px -3px;
    left: 52px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    position: relative;
    width: 110px
}

div.pp_default .pp_nav .currentTextHolder {
    color: #999;
    font-family: Georgia;
    font-size: 95%;
    font-style: italic;
    left: 75px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7
}

div.pp_default .pp_description {
    font-size: 95%;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_rounded .pp_previous:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_close {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
    height: 22px;
    width: 75px
}

div.light_rounded .pp_nav .pp_play {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_arrow_previous {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_previous:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_close {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
    height: 22px;
    width: 75px
}

div.dark_rounded .pp_description {
    color: #fff;
    margin-right: 85px
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_arrow_previous {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: #000
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_expand:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_close {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
    height: 22px;
    width: 75px
}

div.dark_square .pp_nav {
    clear: none
}

div.dark_square .pp_nav .pp_play {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_nav .pp_pause {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_arrow_previous {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_square .pp_previous:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_square .pp_expand {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_expand:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_close {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
    height: 22px;
    width: 75px
}

div.light_square .pp_nav .pp_play {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_nav .pp_pause {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_arrow_previous {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_square .pp_previous:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_top .pp_left {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_expand:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_close {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
    height: 22px;
    width: 22px
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default
}

div.facebook .pp_arrow_next {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default
}

div.facebook .pp_nav {
    margin-top: 0
}

div.facebook .pp_nav p {
    font-size: 130%;
    padding: 0 3px 0 4px
}

div.facebook .pp_nav .pp_play {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_nav .pp_pause {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_next:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: none
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    overflow: hidden;
    width: 55px
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap
}

.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px !important
}

a.pp_next {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    display: block;
    line-height: 22px;
    position: absolute;
    right: 0;
    text-indent: -10000px;
    top: 0
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px
}

#pp_full_res {
    line-height: 1 !important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 145%;
    margin: 0 0 5px 15px;
    z-index: 9999
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
    background-color: #fff
}

div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
    color: #000
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff
}

div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
    position: relative
}

div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
    background: #fff
}

div.light_rounded .pp_description,
div.light_square .pp_description {
    margin-right: 85px
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}

div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}

div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

.pp_top,
.pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_top,
* html .pp_bottom {
    padding: 0 20px
}

.pp_top .pp_left,
.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_top .pp_middle,
.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
    left: 0;
    position: static
}

.pp_top .pp_right,
.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_fade,
.pp_gallery li.default a img {
    display: none
}

.zt-image-frame {
    box-shadow: 0 0 4px 1px #ECECEC;
    background-color: #F0F0F0;
    border: 1px solid #FFF;
    display: inline-block;
    padding: 4px;
    margin: 0 30px 20px
}

div.shortcode-list ul {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 10px
}

div.shortcode-list li {
    padding: 2px 0px 2px 25px;
    border: 0px
}

div.shortcode-list-arrow li {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/list/arrow.png) no-repeat
}

div.shortcode-list-arrow2 li {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/list/arrow2.png) no-repeat
}

div.shortcode-list-arrow3 li {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/list/arrow3.png) no-repeat
}

div.shortcode-list-bullet li {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/list/bullet.png) no-repeat
}

div.shortcode-list-bullet2 li {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/list/bullet2.png) no-repeat
}

div.shortcode-list-bullet3 li {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/list/bullet3.png) no-repeat
}

div.shortcode-list-check li {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/list/check.png) no-repeat
}

div.shortcode-list-check2 li {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/list/check2.png) no-repeat
}

div.shortcode-list-check3 li {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/list/check3.png) no-repeat
}

div.shortcode-list-delete li {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/list/delete.png) no-repeat
}

div.shortcode-list-delete2 li {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/list/delete2.png) no-repeat
}

div.shortcode-list-delete3 li {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/list/delete3.png) no-repeat
}

div.message-box-wrapper {
    border: 1px solid;
    padding: 20px;
    margin-bottom: 20px
}

div.message-box-head {
    margin-top: 2px;
    width: 100%;
    clear: both
}

div.message-box-title {
    font-weight: bold;
    font-size: 120%;
    width: 95%
}

div.message-box-close {
    float: right;
    width: 5%;
    margin: -20px -45px 0 0
}

div.message-box-content {
    margin-top: 12px
}

div.message-box-wrapper.red {
    background-color: #ffdcdd;
    border-color: #e9b9bb;
    color: #713a3c
}

div.message-box-wrapper.red .message-box-title {
    color: #8d4345
}

div.message-box-wrapper.yellow {
    background-color: #ffffe0;
    border-color: #e1db8b;
    color: #4d4d39
}

div.message-box-wrapper.yellow .message-box-title {
    color: #737357
}

div.message-box-wrapper.blue {
    background-color: #c2e1ee;
    border-color: #8ec3d9;
    color: #3d5058
}

div.message-box-wrapper.blue .message-box-title {
    color: #475d66
}

div.message-box-wrapper.green {
    background-color: #e1ffd9;
    border-color: #badeb1;
    color: #435b3d
}

div.message-box-wrapper.green .message-box-title {
    color: #526d4b
}

div.shortcode-social {
    float: left;
    opacity: 0.5;
    margin-right: 12px
}

div.shortcode-social:hover {
    opacity: 1
}

ul.tabs {
    display: block;
    margin: 0;
    padding: 0;
    height: 40px;
    list-style: none
}

ul.tabs li {
    display: block;
    width: auto;
    height: 40px;
    padding: 0;
    float: left;
    margin: 0 10px 0;
    cursor: pointer
}

ul.tabs li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 39px;
    padding: 0px 20px;
    line-height: 39px;
    border: 1px solid #edecec;
    margin: 0;
    background: #f8f8f8;
    color: #727272;
    font-size: 110%;
    text-transform: uppercase
}

ul.tabs li a.active {
    background: #fff !important;
    height: 40px;
    position: relative;
    margin: 0;
    color: #0E74BC;
    border-width: 1px 1px 0 1px;
    border-bottom: 1px solid #fffff !important
}

ul.tabs-content {
    margin: 0 0 20px;
    padding: 20px;
    display: block;
    list-style: none;
    border: 1px solid #edecec;
    background: #fff
}

ul.tabs-content>li {
    display: none;
    background: 0;
    padding: 0
}

ul.tabs-content>li.active {
    display: block
}

ul.tabs:before,
ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

ul.tabs:after {
    clear: both
}

ul.tabs {
    zoom: 1
}

h3.testimonial-header-title {
    font-size: 150%;
    margin-bottom: 25px;
    margin-left: 10px
}

div.testimonial-no-header {
    padding-top: 47px
}

div.testimonial-icon {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/quotes-18px.png) repeat scroll 0 0 transparent;
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 2px;
    margin-right: 15px;
    margin-left: 1px
}

div.testimonial-author {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-right: 3px;
    font-weight: bold;
    font-size: 110%;
    text-align: right;
    border-bottom: 1px solid #cecece
}

.testimonial-author-name {
    color: #494949 !important
}

.testimonial-author-position {
    color: #8D8D8D !important
}

h3.toggle-box-header-title {
    font-size: 150%;
    margin-bottom: 25px
}

ul.zt-toggle-box {
    margin-left: 0px
}

ul.zt-toggle-box li {
    background: none repeat scroll 0 center transparent;
    border-bottom: 1px solid #ECECEC;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 0 0 10px
}

h3.toggle-box-head {
    cursor: pointer;
    font-size: 140%;
    line-height: 25px;
    padding: 0
}

div.toggle-box-content {
    padding: 10px 0px 10px 37px;
    overflow: hidden
}

span.toggle-box-head-image {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 13px;
    cursor: pointer
}

div.toggle-box-head p {
    margin-bottom: 0
}

h3.toggle-box-head span.accordion-head-image.active,
h3.toggle-box-head span.toggle-box-head-image.active {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/minus-24px.png) repeat scroll 0 0 transparent
}

span.accordion-head-image,
span.toggle-box-head-image {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/plus-24px.png) repeat scroll 0 0 transparent
}

div.divider {
    border-bottom: 1px solid #ECECEC
}

div.divider {
    margin-top: 8px;
    position: relative
}

div.scroll-top {
    cursor: pointer;
    font-size: 90%;
    position: absolute;
    right: 2px;
    top: -19px
}

.scroll-top {
    color: #7C7C7C !important
}

.pricing_box {
    float: left;
    text-align: center;
    padding: 0 0 10px 0;
    border: 1px solid #ccc;
    background: #fff;
    font-family: inherit;
    margin: 20px 0;
    -webkit-transition: box-shadow 0.25s ease 0s;
    -moz-transition: box-shadow 0.25s ease 0s;
    -o-transition: box-shadow 0.25s ease 0s
}

.pricing_box .header {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
    font-weight: bold
}

.pricing_box a.button {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
    padding: 0.3em 2em;
    font-size: 95%;
    border: 1px solid #E73D26;
    font-family: inherit;
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/btn_bg.png) repeat-x scroll center top #E73D26 !important;
    color: #FFF !important;
    line-height: 2
}

.pricing_box .header {
    width: 100%;
    height: 42px;
    text-align: center;
    background: #f9f9f9
}

.pricing_box .header span {
    position: relative;
    top: 10px;
    padding-bottom: 7px;
    font-size: 14px
}

.pricing_box.large .header span {
    top: 15px;
    font-size: 14px
}

.pricing_box h2 {
    font-size: 44px;
    padding-top: 5px
}

.pricing_box ul {
    margin: 10px 10% 25px 20%;
    text-align: left;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 35px;
    width: 85%;
    list-style: none
}

.pricing_box ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 0;
    text-align: center;
    background: 0
}

.pricing_box.featured {
    margin-top: -0.5%;
    padding-bottom: 40px;
    -webkit-transition: box-shadow 0.25s ease 0s;
    -moz-transition: box-shadow 0.25s ease 0s;
    -o-transition: box-shadow 0.25s ease 0s;
    -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5)
}

.pricing_box:hover {
    -webkit-transition: box-shadow 0.25s ease 0s;
    -moz-transition: box-shadow 0.25s ease 0s;
    -o-transition: box-shadow 0.25s ease 0s;
    -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5)
}

.pricing_box.large .header {
    height: 51px;
    background: #323232;
    color: #fff
}

.pricing_wrap_3 .pricing_box {
    width: 32.5%
}

.pricing_wrap_4 .pricing_box {
    width: 24.5%;
    font-size: 1em
}

.pricing_box.four h2 {
    font-size: 3em
}

.pricing_box.five {
    width: 19.5%;
    font-size: 0.9em
}

.pricing_box.five h2 {
    font-size: 1.9em
}

.pricing_box.five.large {
    margin-top: -2.5%
}

.pricing_box.five .header span {
    font-size: 1.3em;
    top: 11px
}

.pricing_box.five.large .header span {
    font-size: 1.5em;
    top: 13px
}

.shortcode-clear {
    width: 100%;
    clear: both
}

#editor-xtd-buttons {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F0F0EE;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    border-color: #CCC;
    height: 50px;
    margin: 0px;
    padding: 4px
}

.button2-left {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/j_button2_left.png) no-repeat scroll 0 0 transparent !important
}

ol.linenums {
    list-style: decimal outside none
}

#editor-xtd-buttons div.button2-left {
    margin: 0 5px 5px 0 !important
}

.button2-left .bsc-accordion {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/accordion.png) 100% 0 no-repeat
}

.button2-left .bsc-blockquote {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/blockquote.png) 100% 0 no-repeat
}

.button2-left .bsc-buttons {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/buttons.png) 100% 0 no-repeat
}

.button2-left .bsc-column {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/column.png) 100% 0 no-repeat
}

.button2-left .bsc-dropcap {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/dropcap.png) 100% 0 no-repeat
}

.button2-left .bsc-gallery {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/gallery.png) 100% 0 no-repeat
}

.button2-left .bsc-message {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/message.png) 100% 0 no-repeat
}

.button2-left .bsc-social {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/social.png) 100% 0 no-repeat
}

.button2-left .bsc-tabs {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/tabs.png) 100% 0 no-repeat
}

.button2-left .bsc-testimonial {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/testimonial.png) 100% 0 no-repeat
}

.button2-left .bsc-toggle {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/toggle.png) 100% 0 no-repeat
}

.button2-left .bsc-vimeo {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/vimeo.png) 100% 0 no-repeat
}

.button2-left .bsc-youtube {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/youtube.png) 100% 0 no-repeat
}

.button2-left .bsc-divider {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/divider.png) 100% 0 no-repeat
}

.button2-left .bsc-spacer {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/spacer.png) 100% 0 no-repeat
}

.button2-left .bsc-googlemap {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/google_map.png) 100% 0 no-repeat
}

.button2-left .bsc-highlighter {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/highlighter.png) 100% 0 no-repeat
}

.button2-left .bsc-lightbox {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/lightbox.png) 100% 0 no-repeat
}

.button2-left .bsc-list {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/list.png) 100% 0 no-repeat
}

.button2-left .bsc-pricing {
    background: url(../../../../../../../plugins/system/shortcodes/assets/images/pricing.png) 100% 0 no-repeat
}

.pln {
    color: #000
}

@media screen {
    .str {
        color: #080
    }

    .kwd {
        color: #008
    }

    .com {
        color: #800
    }

    .typ {
        color: #606
    }

    .lit {
        color: #066
    }

    .pun,
    .opn,
    .clo {
        color: #660
    }

    .tag {
        color: #008
    }

    .atn {
        color: #606
    }

    .atv {
        color: #080
    }

    .dec,
    .var {
        color: #606
    }

    .fun {
        color: red
    }
}

@media print,
projection {
    .str {
        color: #060
    }

    .kwd {
        color: #006;
        font-weight: bold
    }

    .com {
        color: #600;
        font-style: italic
    }

    .typ {
        color: #404;
        font-weight: bold
    }

    .lit {
        color: #044
    }

    .pun,
    .opn,
    .clo {
        color: #440
    }

    .tag {
        color: #006;
        font-weight: bold
    }

    .atn {
        color: #404
    }

    .atv {
        color: #060
    }
}

pre.prettyprint {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #DDD;
    border-radius: 0 0 0 0;
    padding: 2px;
    clear: both
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0
}

ol.linenums li {
    margin: 0 0 0 40px
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
    background: #eee
}

div.zo2-gmap img {
    max-width: inherit !important
}