html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.html_content strong, .html_content b {
    font-weight: bold;
}
.html_content em, .html_content i {
    font-style: italic;
}
.html_content u {
    text-decoration: underline;
}
.html_content p {
    margin: 10px 0;
    padding: 0;
}
.html_content ol, .html_content ul {
    display: block;
    list-style: outside none decimal;
    margin: 10px 0;
    padding: 0 0 0 25px;
}
.html_content ul {
    list-style: outside none disc;
}
.html_content li {
    display: list-item;
    list-style: inherit;
}
.tictail_search {
    position: relative;
}
.tictail_search_results {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    left: 0;
    position: absolute;
    text-align: left;
    top: 25px;
    width: 300px;
    z-index: 9999;
}
.tictail_search_results .searching, .tictail_search_results .no_results {
    color: #999;
    padding: 10px;
}
.tictail_search_results .item {
    border-top: 1px solid #ddd;
}
.tictail_search_results .item:first-child {
    border-top: 0 none;
}
.tictail_search_results .result {
    color: #333;
    display: block;
    min-height: 50px;
    padding: 10px;
    text-decoration: none;
}
.tictail_search_results .result:hover {
    color: #555;
    text-decoration: none;
}
.tictail_search_results .thumb {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    width: 50px;
}
.tictail_search_results .thumb img {
    vertical-align: middle;
}
.tictail_search_results .title {
    display: block;
    font-weight: bold;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tictail_search_results .price {
    color: #666;
    display: block;
    font-size: 85%;
    margin-top: 3px;
    white-space: nowrap;
}
.tictail_search_results .currency {
    font-size: 85%;
}
.tictail_slideshow {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.tictail_slideshow .slide {
    display: none;
}
.tictail_slideshow .slide:first-child {
    display: block;
}
.tictail_slideshow.fade .slide {
    transition: opacity 0.25s ease-out 0s;
}
.tictail_slideshow.active .slide {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.tictail_slideshow.active .slide.first {
    position: relative;
}
.tictail_slideshow .image_slide {
    text-align: center;
}
.tictail_slideshow .image_slide img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.tictail_slideshow .image_slide.first img {
    margin: 0;
    position: static;
}
.tictail_slideshow .arrow {
    animation: 1.5s ease 0s normal none 1 running ttFadeinArrows;
    background: rgba(0, 0, 0, 0) url(https://images.staticjw.com/fia/7277/sprite.png) no-repeat scroll 0 0;
    cursor: pointer;
    height: 36px;
    margin-top: -18px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transition: opacity 0.2s ease-out 0s;
    visibility: hidden;
    width: 36px;
    z-index: 1;
}
@keyframes ttFadeinArrows {
0% {
    opacity: 1;
    visibility: visible;
}
90% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes ttFadeinArrows {
0% {
    opacity: 1;
    visibility: visible;
}
90% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes ttFadeinArrows {
0% {
    opacity: 1;
    visibility: visible;
}
90% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.tictail_slideshow:hover .arrow {
    opacity: 1;
    visibility: visible;
}
.tictail_slideshow .arrow.previous {
    background-position: 0 0;
    left: 20px;
}
.tictail_slideshow .arrow.previous:hover {
    background-position: 0 -36px;
}
.tictail_slideshow .arrow.next {
    background-position: -36px 0;
    right: 20px;
}
.tictail_slideshow .arrow.next:hover {
    background-position: -36px -36px;
}
.tictail_slideshow.start .arrow.previous, .tictail_slideshow.end .arrow.next {
    display: none;
}
a.fullscreen_image {
    cursor: zoom-in;
}
#tictail_fullscreen_overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
#tictail_fullscreen_close {
    background: rgba(0, 0, 0, 0) url(https://images.staticjw.com/fia/7277/sprite.png) no-repeat scroll 0 0;
    cursor: pointer;
    height: 36px;
    overflow: hidden;
    position: fixed;
    right: 25px;
    top: 25px;
    width: 36px;
    z-index: 10002;
}
#tictail_fullscreen_close:hover {
    background-position: 0 -36px;
}
.tictail_fullscreen {
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    table-layout: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
}
.tictail_fullscreen_container {
    color: #fff;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    text-align: center;
    vertical-align: middle;
}
.tictail_fullscreen_container .error_message {
    color: #fff;
    font-size: 12px;
    font-style: italic;
    line-height: 17px;
}
.tictail_fullscreen_iframe {
    background-color: #fff;
    border-radius: 5px;
    height: 90vh;
    margin: 20px auto;
    max-width: 700px;
    overflow: auto;
}
.tictail_fullscreen_iframe iframe {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}
.tictail_fullscreen_image {
    font-size: 0;
    line-height: 0;
    margin: 20px 0;
    text-align: center;
}
.tictail_fullscreen_image img {
    display: block;
    image-rendering: optimizequality;
    margin: 0 auto;
    max-width: 100%;
}
.tictail_social_buttons {
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 0;
}
.tictail_social_button {
    display: inline-block;
    min-height: 23px;
    vertical-align: middle;
}







#nolinelink {
    color: #0000ff;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10px;
    line-height: normal;
    text-decoration: none;
}
#orangelink {
    color: #cc6600;
    font-family: Arial,Helvetica,sans-serif;
    line-height: normal;
    text-decoration: underline;
}
#blacklink {
    color: #000000;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10px;
}
#whitelink {
    color: #ffffff;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10px;
}
.mainSmall {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    line-height: normal;
}
.mainSmallG {
    color: #666666;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    line-height: normal;
}
.mainBodyR {
    color: #990000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
}
.mainBodyW {
    color: #ffffff;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10pt;
}
.mainBody {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10pt;
}
.mainTitle {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: bold;
}
.mainTitleW {
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
}
.mainSearchTitle {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
    font-style: normal;
}
.mainSearchText {
    color: #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
}
.mainSearchUrls {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12pt;
}
.mainCalendar {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: bold;
}
.mainSecHead {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
}
.mainBodyG {
    color: #999999;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
.mainBigBody {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
}
.mainBigBodyR {
    color: #990000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
}
.mainExample {
    color: #0000ff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
}
.mainSecHeadW {
    color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12pt;
    font-weight: bold;
}
.mainSmallTimes {
    font-family: "Times New Roman",Times,serif;
    font-size: 10pt;
}
.mainVerySmall {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
}
.e2kSmall {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    line-height: normal;
}
.e2kBodyR {
    color: #990000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
}
.e2kBodyW {
    color: #ffffff;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10pt;
}
.e2kBody {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10pt;
}
.e2kTitle {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: bold;
}
.e2kCalendar {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: bold;
}
.e2kSecHead {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
}
.e2kBodyG {
    color: #999999;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
.e2kBigBody {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
}
.e2kExample {
    color: #0000ff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
}
.e2kTitleW {
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
}
.e2kSecHeadW {
    color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12pt;
    font-weight: bold;
}
.e2kSmallTimes {
    font-family: "Times New Roman",Times,serif;
    font-size: 10pt;
}
.e2kVerySmall {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
}
p {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10pt;
}
.mainBColor {
    background-color: #435d93;
}
.e2kBColor {
    background-color: #1d0d71;
}
.mainSearchBanner {
    background-color: #f0f0f0;
}
body, div, p, td, th, ul, ol, li {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    font-family: "Arial","Helvetica Neue","Helvetica",sans-serif;
    font-size: 100%;
}
img {
    border: medium none;
}
a {
    color: #069;
}
.clearfix {
    clear: both;
    width: 100%;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#position {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    width: 990px;
}
#wbCalendar {
    margin-top: 25px;
    position: relative;
    width: 990px;
}
.calPosition {
    padding: 15px 0 25px 25px;
}
#calUnder {
    overflow: hidden;
}
#calOver {
    left: 0;
    position: absolute;
    top: 0;
}
.hidden {
    display: none;
}
.opacity20 {
    opacity: 0.2;
}
.month {
    float: left;
    height: 210px;
    width: 240px;
}
.month table {
    border-collapse: collapse;
    border-spacing: 1px;
    font-family: "Arial",sans-serif;
}
.month table th {
    font-size: 0.75em;
    font-weight: 700;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
}
.month table span.month-label {
    display: block;
    min-height: 20px;
}
.month table td {
    color: #666;
    padding: 0;
    vertical-align: middle;
}
.month table td .day {
    text-align: center;
}
.month table td .day a, .month table td .day span {
    display: block;
    font-size: 0.75em;
    padding-top: 8px;
}
.month table td .day a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    transition: font-size 0s ease 0s, padding 200ms ease 0s;
}
.month table td .day span {
    height: 19px;
    padding-top: 9px;
}
.month table td .day a:hover {
    font-size: 0.95em;
    padding-top: 7px;
}
.month table td .date {
    height: 30px;
    width: 30px;
}
.month table td .position {
    height: 1px;
    left: 15px;
    position: relative;
    top: 15px;
    width: 1px;
}
.month table td .measure {
    position: absolute;
}
.activeHighlight {
    background-color: #000 !important;
    color: #fff300 !important;
    cursor: pointer;
    font-size: 1.25em !important;
    font-weight: normal !important;
    padding-top: 4px;
}
.bt-content {
    text-align: left;
}
.pop {
    display: none;
}
.bt-content h3 {
    font-size: 1em;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.bt-content p {
    color: #666;
    font-size: 0.875em;
    margin: 5px 0;
}
.bt-content ul {
    line-height: 1.5em;
    margin: 0 0 0 1em;
}
.bt-content em {
    color: #999;
}
.bt-content a:hover {
    color: #036;
}
#wbSearch {
    display: inline-block;
    margin-left: 60px;
    padding: 30px 30px 0;
}
div.container-ia #wbSearch {
    padding-top: 15px;
}
#wbSearch #logo {
    width: 223px;
}
#wbSearch form {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#wbSearch img {
    vertical-align: bottom;
}
#wbSearch input[type="text"] {
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 300;
    margin-right: 10px;
    padding: 5px 2px 5px 10px;
    width: 450px;
}
#wbSearch input[type="submit"] {
    vertical-align: middle;
}
#wbMeta {
    padding: 15px 0;
}
#wbMeta a {
    text-decoration: none;
}
#wbMeta a:hover {
    color: #00aef0;
}
#wbMeta p {
    font-size: 17px;
    margin: 0 0 2px;
    padding: 0;
    text-align: center;
}
#wbMeta p.wbUrl {
    text-decoration: underline;
}
#wbChartThis {
    margin: 0 auto;
}
.wbChartThisContainer, .wbChartHover {
    float: left;
    height: 30px;
    overflow: visible;
    width: 49px;
}
a.year-label {
    color: #000;
    display: block;
    float: left;
    font-family: Arial,Helvetica Neue,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    overflow: visible;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
    width: 49px;
}
.wbChartThisTop {
    border: 1px solid #ccc;
    height: 80px;
    width: 49px;
}
.wbGradient {
    background: #f3f3f3 linear-gradient(to bottom, #fff 0%, #f3f3f3 100%, #f3f3f3 100%) repeat scroll 0 0;
}
.wbSelected, #wbSelected {
    background: #fff300 none repeat scroll 0 0 !important;
    border-bottom: 1px solid #000 !important;
    cursor: pointer;
}
#wbSelected {
    cursor: default !important;
}
.wbChartThisBtm {
    text-align: center;
}
.wbChartSm {
    color: #999;
    font-size: 0.625em;
    font-weight: 700;
    padding-top: 4px;
}
.wbChartBig, #wbChartBig {
    background-color: #000 !important;
    color: #fff300 !important;
    cursor: pointer;
    font-size: 1.375em !important;
    font-weight: normal !important;
    padding-top: 4px;
}
#wbChartBig {
    cursor: default !important;
}
#wbChartGraph, #wbChartOver {
    cursor: pointer;
    left: 1px;
    position: absolute;
    top: 1px;
}
#wbCalNote {
    padding: 0 25px;
    width: 940px;
}
#wbCalNote h2 {
    color: #00aef0;
    font-family: "Arial","Helvetica",sans-serif;
    font-size: 1.5em;
    line-height: normal;
    margin: 0;
    padding: 0;
}
#wbCalNote p {
    color: #666;
    font-family: "Georgia","Times New Roman",serif;
    font-size: 1.25em;
    line-height: 1.5em;
}
#wm-graph-anchor {
    white-space: nowrap;
}
#wm-ipp-sparkline {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f3f3f3 linear-gradient(to bottom, #fff 0%, #f3f3f3 100%, #f3f3f3 100%) repeat scroll 0 0;
    border-color: #ccc #ccc #ccc -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}
#positionHome {
    background-color: #fff;
    font-family: "Georgia","Times New Roman",serif;
    margin: 55px auto 30px;
    overflow: visible;
    padding: 0;
    width: 450px;
}
#logoHome {
    height: 120px;
    text-align: center;
}
#logoHome h1 {
    background-image: url("/static/images/logo_WM.png");
    height: 72px;
    margin: 0 auto;
    position: relative;
    width: 204px;
}
#logoHome span {
    left: -10000px;
    position: absolute;
}
#searchHome {
    margin-bottom: 110px;
    position: relative;
    text-align: center;
    width: 450px;
}
#searchHome input[type="text"] {
    font-family: "Arial","Helvetica",sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    width: 440px;
}
#searchHome button {
    display: block;
    font-family: "Lucida Sans","Lucida Grande","Arial",sans-serif;
    font-size: 1em;
    margin: 5px auto;
}
#searchAdvHome {
    font-size: 0.75em;
    left: 460px;
    position: absolute;
    top: 8px;
    white-space: nowrap;
}
#introHome {
    margin-bottom: 15px;
}
#introHome h2 {
    color: #00aef0;
    font-family: "Arial","Helvetica",sans-serif;
    font-size: 1.5em;
    line-height: normal;
    margin: 0;
    padding: 0;
}
#introHome p {
    font-size: 1.25em;
    line-height: 1.5em;
}
#introHome a.faq {
    display: block;
    font-size: 0.875em;
    line-height: 1.5em;
    text-align: right;
}
#collections {
}
#collections h3 {
    color: #00aef0;
    font-family: "Arial","Helvetica",sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0 10px;
    padding: 0;
}
#collections h4 {
    font-size: 0.75em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
#collections p {
    color: #010101;
    font-size: 0.75em;
    line-height: 1.5em;
}
#collections p.more {
    margin-top: 15px;
    text-align: right;
}
.collectionsLeft {
    float: left;
    padding-right: 30px;
    width: 210px;
}
.collectionsRight {
    float: left;
    width: 210px;
}
#footerHome {
    background: rgba(0, 0, 0, 0) url("/static/images/logo_archive-sm.png") no-repeat scroll 0 0;
    margin: 45px auto 0;
    padding-left: 37px;
    text-align: left;
    width: 413px;
}
#footerHome p {
    color: #666;
    font-family: "georgia","times new roman",serif;
    font-size: 0.6875em;
    line-height: 1.5em;
    margin-bottom: 2em;
}
#error {
    min-height: 230px;
}
#error h2 {
    color: #ee1c24;
    font-family: "Arial","Helvetica",sans-serif;
    font-size: 1.5em;
    line-height: normal;
    margin: 0;
    padding: 0;
}
#error h2.blue {
    color: #00aef0 !important;
}
#error p {
    font-size: 1em;
    line-height: 1.5em;
}
#error p.target {
    overflow-wrap: break-word;
    white-space: pre-line;
    word-break: break-all;
}
#errorBorder {
    border-bottom: 1px solid #ccc;
    margin-left: -165px;
    width: 780px;
}
#error p.code {
    font-family: "Andale Mono","Lucida Console","Courier New",monospace;
    margin: 0 0 1.5em;
}
#error p.shift {
    padding-left: 35px;
}
#error .red {
    color: #ee1c24;
}
#error p.impatient {
    font-family: "Georgia","Times New Roman",serif;
    font-size: 0.75em;
    margin: 0 0 1.5em 450px;
    white-space: nowrap;
}
#livewebInfo {
    background: #ffffe0 none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 0 30px 5px #aaa;
    float: left;
    margin: 30px 0 30px -20px;
    padding: 20px;
    width: 100%;
}
.web_button {
    background-color: #ebebeb;
    border: medium none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    height: 35px;
    padding-bottom: 2px;
    width: 153px;
}
.web_button:hover {
    background-color: #cdcdcd;
}
#positionTable h2.green {
    color: #01a651;
}
#positionTable {
    margin: -75px auto 60px;
    padding: 0;
    text-align: center;
    width: 785px;
}
#positionTable table {
    border-collapse: collapse;
    clear: both;
    margin: 0;
    padding: 0;
    width: 785px;
}
#positionTable table td {
    border-bottom: 1px solid #ccc;
    font-family: "Andale Mono","Lucida Console","Courier New",monospace;
    font-size: 0.8125em;
    padding: 5px;
    text-align: center;
    white-space: pre;
}
#positionTable table td.url {
    font-family: "Arial","Lucida Grande",sans-serif;
    font-size: 1.125em;
    overflow: hidden;
    overflow-wrap: break-word;
    text-align: left;
    white-space: pre-line;
    width: 300px;
    word-break: break-all;
}
#positionTable table th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #069;
    cursor: pointer;
    font-family: "Arial","Lucida Grande",sans-serif;
    font-size: 0.8125em;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.dataTables_wrapper {
    clear: both;
    margin-bottom: 60px;
    min-height: 302px;
    position: relative;
    text-align: left;
}
.dataTables_processing {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #666;
    font-size: 1em;
    height: 30px;
    left: 50%;
    margin-left: -125px;
    margin-top: -15px;
    opacity: 0.8;
    padding: 14px 0 2px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 250px;
}
.dataTables_length {
    color: #666;
    float: left;
    font-size: 0.75em;
    padding: 15px 0;
    text-align: left;
    width: 40%;
}
.dataTables_filter {
    color: #666;
    float: right;
    font-size: 0.75em;
    padding: 10px 0;
    text-align: right;
    width: 50%;
}
.dataTables_filter input {
    border: 1px solid #ccc;
    color: #333;
    font-family: "Arial","Lucida Grande",sans-serif;
    font-size: 1.25em;
    padding: 5px;
}
.dataTables_info {
    color: #666;
    float: left;
    font-size: 0.75em;
    min-height: 80px;
    padding: 15px 0 0;
    width: 200px;
}
.dataTables_paginate {
    float: right;
    min-height: 80px;
    text-align: right;
    width: 44px;
}
table.display {
    clear: both;
    margin: 0 auto;
    width: 100%;
}
table.display thead th {
    cursor: pointer;
    font-weight: bold;
}
table.display tfoot th {
    border-top: 1px solid black;
    font-weight: bold;
    padding: 3px 10px;
}
table.display tr.heading2 td {
    border-bottom: 1px solid #aaa;
}
table.display td {
    padding: 3px 10px;
}
table.display td.center {
    text-align: center;
}
.top, .bottom {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 15px;
}
.top .dataTables_info {
    float: none;
}
.clear {
    clear: both;
}
.dataTables_empty {
    text-align: center;
}
tfoot input {
    color: #444;
    margin: 0.5em 0;
    width: 100%;
}
tfoot input.search_init {
    color: #999;
}
td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #a19b9e;
    border-top: 2px solid #a19b9e;
}
td.details {
    background-color: #d1cfd0;
    border: 2px solid #a19b9e;
}
.example_alt_pagination div.dataTables_info {
    width: 40%;
}
.paging_full_numbers {
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    width: auto;
}
.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active {
    border: 1px solid #ddd;
    color: #036daa;
    cursor: pointer;
    font-family: "Lucida Grande",Verdana,Geneva,Helvetica,Arial,sans-serif;
    font-size: 0.6875em;
    margin: 0 5px;
    padding: 7px;
}
.paging_full_numbers span.paginate_button {
    background-color: #fff;
}
.paging_full_numbers span.paginate_button:hover {
    background: #036daa none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.paging_full_numbers span.paginate_active {
    background-color: #efefef;
    color: #000;
}
table.display tr.even.row_selected td {
}
table.display tr.odd.row_selected td {
}






    /* ******************************

    GENERAL

    ****************************** */

    body {
        background-color: #c4c4c3;
        margin: 0 0 40px;
        font-family: 'Bitter', serif;
        font-size: 14px;
        line-height: 2;
        color: #5b5b5b;
    }

    h1 {
        margin: 0 0 20px;
        font-size: 24px;
        line-height: 30px;
        color: #000;
    }

    h2 {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 24px;
        color: #000;
    }

    a {
        color: #afafaf;
        text-decoration: none;
    }

    .row {
        font-size: 0;
        line-height: 0;
    }

    .column {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 1;
        /* Fix for Internet Explorer 7 */
        *display: inline;
        zoom: 1;
    }

    #container {
        width: 924px;
        margin: 0 auto;
    }

    /* ******************************

    HEADER

    ****************************** */

    header {
        position: relative;
        margin-bottom: 6px;
        text-align: center;

        /* Fix for Internet Explorer 7 */
        z-index: 1;
    }

    #search_container {
        position: absolute;
        top: 11px;
        right: 101px;
    }

    #logotype {
        display: inline-block;
        margin: 20px 0 20px;
        font-size: 44px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

    #logotype:hover {
        color: #505258;
        text-decoration: none;
    }

    #logotype img {
        margin-bottom: 20px;
        vertical-align: middle;
    }

    /* ******************************

    NAVIGATION

    ****************************** */

    #main_navigation {
        position: relative;
        background-image:url(https://images.staticjw.com/fia/3732/navigation-bg.png);
        height: 52px;
    }

    #main_navigation ul {
        text-align: left;
        padding-left: 101px;
    }

    #main_navigation li {
        overflow: hidden;
        font-size: 12px;
        letter-spacing: 1px;
        text-overflow: ellipsis;
        text-transform: uppercase;
        background:url(https://images.staticjw.com/fia/6879/navigation-divider.png) no-repeat right center;
    }

    #main_navigation a, #main_navigation span {
        display: inline-block;
        padding: 19px 25px; color: #afafaf;
    }

    #main_navigation a:hover, #main_navigation span:hover {
        opacity: 0.5;
    }

    #main_navigation .selected a, #main_navigation .selected span {
        color: #fff;
        text-shadow: 0 1px 2px #000;
    }	

    /* ******************************

    SEARCH

    ****************************** */

    #tictail_search input {
        width: 166px;
        height: 26px;
        padding: 0 18px 0 10px;
        background: url(https://images.staticjw.com/fia/8936/search-icon.png) no-repeat 170px #1e2020;
        font-family: 'Lucida Grande', 'Arial', sans-serif;
        font-size: 11px;
        color: #adb1b2;
        border: 1px solid #151717;
        box-shadow: 0 1px rgba(255, 255, 255, 0.08);
    }

    #tictail_search input:focus {
        outline: 0;
    }

    #tictail_search_results {
        width: 194px;
        margin-top: 0px;
        margin-left: 0px;
        background-color: #fff;
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        border: 1px solid #e5e5e5;
        font-size: 13px;
        color: #505258;
        font-weight: normal;
    }

    #tictail_search_results .item {
        border-top: 1px solid #dae1e3;
    }

    #tictail_search_results .title {
        font-weight: bold;
        color: #505258;
    }

    #tictail_search_results .price,
    #tictail_search_results .currency{
        font-size: 13px;
        font-weight: normal;
        color: #969491;
        margin-top: -5px;
    }

    /* ******************************

    SUBNAVIGATION

    ****************************** */

    #subnav{
        width: 282px;
        font-size: 12px;
        font-weight: normal;
        line-height: 26px;
        margin: 0 0 0 20px;
        padding: 8px 0 0 0;
        float: left;
    }

    #subnav_container_top{
        height: 20px;
        background-image:url(https://images.staticjw.com/fia/6297/subnav-bg-top.png);
    }

    #subnav_container{
        padding: 0 25px 0 24px;
        background-image:url(https://images.staticjw.com/fia/2463/subnav-bg.png);
    }

    #subnav_container_bottom{
        height: 23px;
        background-image:url(https://images.staticjw.com/fia/5428/subnav-bg-bottom.png);
        margin-bottom: 20px;
    }

    .subnav_parent{
        display: inline-block;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .subnav_parent a{
        color: #525354;
    }

    .subnav_parent a:hover{
        color: #000;
    }

    .subnav_parent.selected a {
        color: #000;
    }
	
	
	
	.subnav_parent span{
        color: #525354;
		cursor:pointer;
    }

    .subnav_parent span:hover{
        color: #000;
		cursor:pointer;
    }

   
	
	
	

    .subnav_child{
        padding-bottom: 10px;
    }

    .subnav_child a{
        color: #949697;
    }

    .subnav_child a:hover{
        color: #515354;
    }

    .subnav_child .selected a{
        color: #de4b11;
    }
	
	
	
	
	.subnav_child span{
        color: #949697;
		cursor:pointer;
    }

    .subnav_child span:hover{
        color: #515354;
		cursor:pointer;
    }

    
	
	
	

    .subnav_child .selected{
        border-top: 1px dotted #de4b11;
        border-bottom: 1px dotted #de4b11;
        background:url(https://images.staticjw.com/fia/3391/selected-arrow.png) no-repeat right center;
    }

    /* ******************************

    LIST PAGE

    ****************************** */

    .product_container_top{
        height: 13px;
        background-image:url(https://images.staticjw.com/fia/2829/product-bg-top.png);
    }

    .product_container{
        background-image:url(https://images.staticjw.com/fia/1371/product-bg.png);
    }

    .product_container_bottom{
        height: 4px;
        background-image:url(https://images.staticjw.com/fia/7959/product-bg-bottom.png);
    }

    .product_list {
        padding: 8px 0 0 20px;
    }

    .has_navigation{
        display: inline-block;
        width: 600px;
    }

    .product_list li {
        width: 280px;
        margin: 0 20px 20px 0;
        background-color: #fff;
        text-align: center;
    }

    .product_list a {
        display: block;
    }

    .product_list .image_container {
        overflow: hidden;
        min-height: 280px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dae1e3;
        line-height: 280px;
    }

    .product_list .image_container img {
        max-width: 280px;
        max-height: 280px;
        vertical-align: middle;
    }

    .product_list li:hover .image_container{
        border-bottom: 1px solid #aeb7ba;
    }

    .product_list li:hover h2{
        color: #228fdc;
    }

    .product_list li:hover .price{
        color: #63605c;
    }

    .product_list h2{
        font-size: 12px;
        font-weight: bold;
        color: #505258;
        margin-top: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .product_list .price {
        color: #969491;
        font-weight: normal;
    }

    .product_list .currency {
        font-size: 12px;
    }

    .product_list .out_of_stock {
        font-size: 12px;
        font-style: italic;
    }

    /* ******************************

    PRODUCT PAGE

    ****************************** */

    #product{
        position: relative;
    }

    #product_info {
        padding: 5px 20px 0 20px;
    }

    #product_info .details_bg_container_top{
        width: 296px;
        height: 20px;
        background-image: url(https://images.staticjw.com/fia/5760/details-bg-top.png);
    }

    #product_info .details_bg_container{
        padding-left: 24px;
        background-image: url(https://images.staticjw.com/fia/3654/details-bg.png);
    }

    #product_info .details_bg_container h1 {
        padding-right: 20px;
    }

    #product_info .details_bg_container_bottom{
        width: 296px;
        height: 22px;
        background-image: url(https://images.staticjw.com/fia/4036/details-bg-bottom.png);
    }


    #product_info .image_container {
      width: 568px;
      text-align: center;
      border: 1px solid #d9d9d9;
      margin-bottom: 16px;
      position: relative;
    }

    #product_info .image_container img {
        max-width: 568px;
    }

    #product_info .slideshow_images{
        width: 100%;
        height: 100%;
        position: relative;
        text-align: center;
    }

    #product_info .slide_image{
        display: inline-block;
    }



    #slideshow_thumbnails {
      display: inline-block;
      margin: 10px 0 10px 0;
      position: absolute;
      bottom: 5px;
      width: 100%;
      left: 0;
    }


    #slideshow_thumbnails img{
        border: 1px solid #d9d9d9;
    }

    #slideshow_thumbnails img:hover{
        border: 1px solid #505258;
        cursor: pointer;
    }

    #product_info .details_container {
        width: 296px;
        float: right;
        margin-bottom: 10px;
    }

    #product_info h1 {
        font-size: 16px;
        margin: 0;
        font-weight: bold;
        color: #505258;
        line-height: 1.5em;
    }

    #product_info .details_container .price {
        margin: 8px 0 0;
        padding-bottom: 15px;
        margin-right: 24px;
        font-size: 14px;
        color: #969491;
        border-bottom: 1px solid #dfddda;
    }

    #product_info .tictail_variations_select{
        width: 248px;
    }

    #product_info .variations_container {
        margin: 15px 0;
    }

    .add_to_cart {
        margin: 15px 24px 15px 0;
        position: relative;
    }

    #product_info .details_container .out_of_stock {
        margin: 15px 24px 15px 0;
        text-align: center;
        font-style: italic;
        color: #505258;
    }

    #product_info .terms {
        font-family: 'Open Sans', sans-serif;
        margin: 0 24px 0px 0;
        padding: 0 0 5px 0;
        font-size: 11px;
        text-align: center;
        color: #afafaf;
    }

    #product_info .tictail_social_buttons {
        padding-right: 20px;
        padding-bottom: 5px;
        text-align: center;
    }

    #product_info .terms a:hover{
        color: #505258;
    }

    #product_info .description {
        margin: 10px 0 20px;
        font-family: 'Bitter', serif;
        font-weight: normal;
        font-size: 12px;
        line-height: 2em;
        color: #85888a;
    }

    #related_products {
        margin-top: 9px;
        padding-bottom: 40px;
        width: 568px;
        position: relative;
    }

    #related_products li{
        width: 176px;
        padding-left: 20px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }

    #related_products li:first-child{
        padding-left: 0;
    }

    #related_products h2 {
        letter-spacing: 1.4px;
        margin: 0 0 20px 0;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        color: #525354;
        text-transform: uppercase;
    }

    #related_products h3 {
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        color: #505258;
    }


    #related_products .price{
        color: #969491;
        font-weight: normal;
    }

    #related_products .out_of_stock{
        font-style: italic;
    }

    #related_products li:hover h3{
        color: #228fdc;
    }

    #related_products li:hover .price{
        color: #63605c;
    }

    #related_products .image_container {
        width: 176px;
        height: 126px;
        padding: 0;
        text-align: center;
        border: none;
        overflow: hidden;
        margin-bottom: 10px;
        line-height: 126px;
    }

    #related_products .image_container img {
        max-width: 176px;
        vertical-align: middle;
    }

    /* ******************************

    "ADD TO CART" BUTTON

    ****************************** */

    .tictail_add_to_cart_button {
        height: 54px;
        background-color: transparent;
        border-style: none;
        font-family: 'Bitter', serif;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        letter-spacing: 2px;
        text-shadow: 0 1px 2px #000;
        width: 100%;
    }

    .tictail_add_to_cart_button:hover{
         opacity: 0.9;
    }
    
    .cart_bg_left{
        width: 14px;
        height: 54px;
        background-image: url(https://images.staticjw.com/fia/4639/cart-button-left.png);
        top: 0;
        left: 0;
        position: absolute;
    }
    
    .cart_bg{
        margin-left: 14px;
        margin-right: 14px;
        background: url(https://images.staticjw.com/fia/3555/cart-button-bg.png) repeat-x;
    }

    .cart_bg_right{
        width: 14px;
        height: 54px;
        background-image: url(https://images.staticjw.com/fia/7068/cart-button-right.png);
        top: 0;
        right: 0;
        position: absolute;
    }

    /* ******************************

    GENERIC PAGES

    ****************************** */

    .page_container {
        padding: 8px 20px 40px 20px;
    }

    /* ******************************

    CLEARFIX FOR LAYOUT

    ****************************** */

    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }