.clearfix:before,
.clearfix:after {
    content: '';
    display: table
}

.clearfix:after {
    clear: both
}

.product-list-narrow a.similar {
    width: 100%;
    display: block;
    margin-bottom: 2em
}

.product-list-narrow a.similar .similar-product-box {
    opacity: .85;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    background-color: white;
    border: 1px solid #ccc;
    padding: 9px
}

.product-list-narrow a.similar .similar-product-box:hover {
    opacity: 1
}

.product-list-narrow a.similar .similar-product-box h3 {
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    color: #333;
    font-size: 1.15em
}

.product-list-narrow a.similar .similar-product-box>figure {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    zoom: 1;
    width: 40%
}

.product-list-narrow a.similar .similar-product-box>figure img {
    width: 100%;
    height: auto
}

.product-list-narrow a.similar .similar-product-box dl {
    overflow: visible
}

.product-list-narrow a.similar .similar-product-box>div {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    zoom: 1;
    text-align: right;
    width: 60%;
    padding: 9px 9px 0
}

.product-list-narrow a.similar .similar-product-box>div>ul li {
    font-size: .9em;
    color: #4d4d4d;
    display: inline;
    margin-left: 3px;
    overflow: hidden
}

.product-list-narrow a.similar .similar-product-box>div>ul li:first-child {
    font-size: 1.4em;
    color: #04042d;
    display: block
}

.product-list-narrow a.similar .similar-product-box>div>ul li.price-savings {
    color: #E83650
}

#body-container.product_detail_view {
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
    color: #555655;
    line-height: 1.4em
}

#body-container.product_detail_view html,
#body-container.product_detail_view body,
#body-container.product_detail_view div,
#body-container.product_detail_view span,
#body-container.product_detail_view applet,
#body-container.product_detail_view object,
#body-container.product_detail_view iframe,
#body-container.product_detail_view h1,
#body-container.product_detail_view h2,
#body-container.product_detail_view h3,
#body-container.product_detail_view h4,
#body-container.product_detail_view h5,
#body-container.product_detail_view h6,
#body-container.product_detail_view p,
#body-container.product_detail_view blockquote,
#body-container.product_detail_view pre,
#body-container.product_detail_view a,
#body-container.product_detail_view abbr,
#body-container.product_detail_view acronym,
#body-container.product_detail_view address,
#body-container.product_detail_view big,
#body-container.product_detail_view cite,
#body-container.product_detail_view code,
#body-container.product_detail_view del,
#body-container.product_detail_view dfn,
#body-container.product_detail_view em,
#body-container.product_detail_view img,
#body-container.product_detail_view ins,
#body-container.product_detail_view kbd,
#body-container.product_detail_view q,
#body-container.product_detail_view s,
#body-container.product_detail_view samp,
#body-container.product_detail_view small,
#body-container.product_detail_view strike,
#body-container.product_detail_view strong,
#body-container.product_detail_view sub,
#body-container.product_detail_view sup,
#body-container.product_detail_view tt,
#body-container.product_detail_view var,
#body-container.product_detail_view b,
#body-container.product_detail_view u,
#body-container.product_detail_view i,
#body-container.product_detail_view center,
#body-container.product_detail_view dl,
#body-container.product_detail_view dt,
#body-container.product_detail_view dd,
#body-container.product_detail_view ol,
#body-container.product_detail_view ul,
#body-container.product_detail_view li,
#body-container.product_detail_view fieldset,
#body-container.product_detail_view form,
#body-container.product_detail_view label,
#body-container.product_detail_view legend,
#body-container.product_detail_view table,
#body-container.product_detail_view caption,
#body-container.product_detail_view tbody,
#body-container.product_detail_view tfoot,
#body-container.product_detail_view thead,
#body-container.product_detail_view tr,
#body-container.product_detail_view th,
#body-container.product_detail_view td,
#body-container.product_detail_view article,
#body-container.product_detail_view aside,
#body-container.product_detail_view canvas,
#body-container.product_detail_view details,
#body-container.product_detail_view embed,
#body-container.product_detail_view figure,
#body-container.product_detail_view figcaption,
#body-container.product_detail_view footer,
#body-container.product_detail_view header,
#body-container.product_detail_view hgroup,
#body-container.product_detail_view menu,
#body-container.product_detail_view nav,
#body-container.product_detail_view output,
#body-container.product_detail_view ruby,
#body-container.product_detail_view section,
#body-container.product_detail_view summary,
#body-container.product_detail_view time,
#body-container.product_detail_view mark,
#body-container.product_detail_view audio,
#body-container.product_detail_view video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

#body-container.product_detail_view article,
#body-container.product_detail_view aside,
#body-container.product_detail_view details,
#body-container.product_detail_view figcaption,
#body-container.product_detail_view figure,
#body-container.product_detail_view footer,
#body-container.product_detail_view header,
#body-container.product_detail_view hgroup,
#body-container.product_detail_view menu,
#body-container.product_detail_view nav,
#body-container.product_detail_view section {
    display: block
}

#body-container.product_detail_view body {
    line-height: 1
}

#body-container.product_detail_view ol,
#body-container.product_detail_view ul {
    list-style: none
}

#body-container.product_detail_view blockquote,
#body-container.product_detail_view q {
    quotes: none
}

#body-container.product_detail_view blockquote:before,
#body-container.product_detail_view blockquote:after,
#body-container.product_detail_view q:before,
#body-container.product_detail_view q:after {
    content: '';
    content: none
}

#body-container.product_detail_view table {
    border-collapse: collapse;
    border-spacing: 0
}

#body-container.product_detail_view .infobox-header-images {
    text-align: center
}

#body-container.product_detail_view .infobox-header-images img {
    display: inline-block
}

#body-container.product_detail_view .infobox-header-images.ratings img {
    width: 32px;
    height: 32px
}

#body-container.product_detail_view .infobox a {
    color: #6d99f2
}

#body-container.product_detail_view .infobox {
    padding: 10px 5px 5px 5px;
    margin: 10px;
    position: relative;
    z-index: 90;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    background: #424242;
    background: -webkit-gradient(linear, left top, left bottom, from(#6a6b6b), to(#424242));
    background: -moz-linear-gradient(top, #6a6a6a, #424242);
    color: #fff;
    font-size: 90%
}

#body-container.product_detail_view .infobox.red:before,
#body-container.product_detail_view .infobox.red h3,
#body-container.product_detail_view .infobox.red:after {
    border-color: #ff5e5e transparent transparent;
    background: #ff5e5e;
    background: -moz-linear-gradient(top, #ff5e5e 0, #ff3a3a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5e5e), color-stop(100%, #ff3a3a));
    background: -webkit-linear-gradient(top, #ff5e5e 0, #ff3a3a 100%);
    background: -o-linear-gradient(top, #ff5e5e 0, #ff3a3a 100%);
    background: -ms-linear-gradient(top, #ff5e5e 0, #ff3a3a 100%);
    background: linear-gradient(to bottom, #ff5e5e 0, #ff3a3a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5e5e', endColorstr='#ff3a3a', GradientType=0)
}

#body-container.product_detail_view .infobox.purple:before,
#body-container.product_detail_view .infobox.purple h3,
#body-container.product_detail_view .infobox.purple:after {
    border-color: #8259ff transparent transparent;
    background: #8259ff;
    background: -moz-linear-gradient(top, #8259ff 0, #7252aa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8259ff), color-stop(100%, #7252aa));
    background: -webkit-linear-gradient(top, #8259ff 0, #7252aa 100%);
    background: -o-linear-gradient(top, #8259ff 0, #7252aa 100%);
    background: -ms-linear-gradient(top, #8259ff 0, #7252aa 100%);
    background: linear-gradient(to bottom, #8259ff 0, #7252aa 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8259ff', endColorstr='#7252aa', GradientType=0)
}

#body-container.product_detail_view .infobox.golden {
    margin-top: 30px
}

#body-container.product_detail_view .infobox.golden:before,
#body-container.product_detail_view .infobox.golden h3,
#body-container.product_detail_view .infobox.golden:after {
    border-color: #D3812F transparent transparent;
    background: #D3812F;
    background: -moz-linear-gradient(top, #e0b945 1%, #d3812f 54%, #d3812f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e0b945), color-stop(54%, #d3812f), color-stop(100%, #d3812f));
    background: -webkit-linear-gradient(top, #e0b945 1%, #d3812f 54%, #d3812f 100%);
    background: -o-linear-gradient(top, #e0b945 1%, #d3812f 54%, #d3812f 100%);
    background: -ms-linear-gradient(top, #e0b945 1%, #d3812f 54%, #d3812f 100%);
    background: linear-gradient(to bottom, #e0b945 1%, #d3812f 54%, #d3812f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e0b945', endColorstr='#d3812f', GradientType=0)
}

#body-container.product_detail_view .infobox.green:before,
#body-container.product_detail_view .infobox.green h3,
#body-container.product_detail_view .infobox.green:after {
    border-color: #699A15 transparent transparent;
    background: #699A15;
    background: -moz-linear-gradient(top, #99b76f 1%, #699a15 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #99b76f), color-stop(100%, #699a15));
    background: -webkit-linear-gradient(top, #99b76f 1%, #699a15 100%);
    background: -o-linear-gradient(top, #99b76f 1%, #699a15 100%);
    background: -ms-linear-gradient(top, #99b76f 1%, #699a15 100%);
    background: linear-gradient(to bottom, #99b76f 1%, #699a15 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#99b76f', endColorstr='#699a15', GradientType=0)
}

#body-container.product_detail_view .infobox h3 {
    border-bottom: none!important;
    position: relative;
    color: #fff;
    padding: 10px 0;
    margin: 0 -16px;
    left: 0;
    z-index: 100;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    background: #3198dd;
    background: -webkit-gradient(linear, left top, left bottom, from(#33acfc), to(#3198dd));
    background: -moz-linear-gradient(top, #33acfc, #3198dd);
    font-size: 160%;
    text-align: center;
    text-shadow: #2187c8 0 -1px 1px;
    font-weight: bold
}

#body-container.product_detail_view .infobox:before {
    content: "\00a0";
    display: block;
    position: absolute;
    top: 55px;
    left: -10px;
    width: 0;
    height: 0;
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: #2083c2 transparent transparent;
    z-index: 0
}

#body-container.product_detail_view .infobox:after {
    content: "\00a0";
    display: block;
    position: absolute;
    top: 55px;
    right: -10px;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: #2083c2 transparent transparent;
    z-index: 0
}

#body-container.product_detail_view .infobox .infobox-content {
    font-size: 1.2em;
    color: #fff;
    margin: 15px 5px 10px 10px
}

#body-container.product_detail_view .infobox strong {
    display: block
}

#body-container.product_detail_view .delivery-disclaimers {
    width: 95%;
    margin: 10px auto;
    padding: 10px 20px;
    background: #333
}

#body-container.product_detail_view .delivery-disclaimers dl {
    display: block
}

#body-container.product_detail_view .delivery-disclaimers dl dt {
    width: 10%;
    color: #e6e6e6
}

#body-container.product_detail_view .delivery-disclaimers dl dd {
    width: 90%;
    color: #b3b3b3
}

#body-container.product_detail_view html,
#body-container.product_detail_view body,
#body-container.product_detail_view div,
#body-container.product_detail_view span,
#body-container.product_detail_view applet,
#body-container.product_detail_view object,
#body-container.product_detail_view iframe,
#body-container.product_detail_view h1,
#body-container.product_detail_view h2,
#body-container.product_detail_view h3,
#body-container.product_detail_view h4,
#body-container.product_detail_view h5,
#body-container.product_detail_view h6,
#body-container.product_detail_view p,
#body-container.product_detail_view blockquote,
#body-container.product_detail_view pre,
#body-container.product_detail_view a,
#body-container.product_detail_view abbr,
#body-container.product_detail_view acronym,
#body-container.product_detail_view address,
#body-container.product_detail_view big,
#body-container.product_detail_view cite,
#body-container.product_detail_view code,
#body-container.product_detail_view del,
#body-container.product_detail_view dfn,
#body-container.product_detail_view em,
#body-container.product_detail_view img,
#body-container.product_detail_view ins,
#body-container.product_detail_view kbd,
#body-container.product_detail_view q,
#body-container.product_detail_view s,
#body-container.product_detail_view samp,
#body-container.product_detail_view small,
#body-container.product_detail_view strike,
#body-container.product_detail_view strong,
#body-container.product_detail_view sub,
#body-container.product_detail_view sup,
#body-container.product_detail_view tt,
#body-container.product_detail_view var,
#body-container.product_detail_view b,
#body-container.product_detail_view u,
#body-container.product_detail_view i,
#body-container.product_detail_view center,
#body-container.product_detail_view dl,
#body-container.product_detail_view dt,
#body-container.product_detail_view dd,
#body-container.product_detail_view ol,
#body-container.product_detail_view ul,
#body-container.product_detail_view li,
#body-container.product_detail_view fieldset,
#body-container.product_detail_view form,
#body-container.product_detail_view label,
#body-container.product_detail_view legend,
#body-container.product_detail_view table,
#body-container.product_detail_view caption,
#body-container.product_detail_view tbody,
#body-container.product_detail_view tfoot,
#body-container.product_detail_view thead,
#body-container.product_detail_view tr,
#body-container.product_detail_view th,
#body-container.product_detail_view td,
#body-container.product_detail_view article,
#body-container.product_detail_view aside,
#body-container.product_detail_view canvas,
#body-container.product_detail_view details,
#body-container.product_detail_view embed,
#body-container.product_detail_view figure,
#body-container.product_detail_view figcaption,
#body-container.product_detail_view footer,
#body-container.product_detail_view header,
#body-container.product_detail_view hgroup,
#body-container.product_detail_view menu,
#body-container.product_detail_view nav,
#body-container.product_detail_view output,
#body-container.product_detail_view ruby,
#body-container.product_detail_view section,
#body-container.product_detail_view summary,
#body-container.product_detail_view time,
#body-container.product_detail_view mark,
#body-container.product_detail_view audio,
#body-container.product_detail_view video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

#body-container.product_detail_view article,
#body-container.product_detail_view aside,
#body-container.product_detail_view details,
#body-container.product_detail_view figcaption,
#body-container.product_detail_view figure,
#body-container.product_detail_view footer,
#body-container.product_detail_view header,
#body-container.product_detail_view hgroup,
#body-container.product_detail_view menu,
#body-container.product_detail_view nav,
#body-container.product_detail_view section {
    display: block
}

#body-container.product_detail_view ol,
#body-container.product_detail_view ul {
    list-style: none
}

#body-container.product_detail_view blockquote,
#body-container.product_detail_view q {
    quotes: none
}

#body-container.product_detail_view blockquote:before,
#body-container.product_detail_view blockquote:after,
#body-container.product_detail_view q:before,
#body-container.product_detail_view q:after {
    content: '';
    content: none
}

#body-container.product_detail_view table {
    border-collapse: collapse;
    border-spacing: 0
}

#body-container.product_detail_view .clearfix:before,
#body-container.product_detail_view .clearfix:after {
    content: '';
    display: table
}

#body-container.product_detail_view .clearfix:after {
    clear: both
}

#body-container.product_detail_view body {
    font-size: 80%;
    font-family: Helvetica, Arial, sans-serif;
    color: #555655;
    line-height: 1.4em
}

#body-container.product_detail_view input {
    font-size: .9em
}

#body-container.product_detail_view a {
    color: #3c5a98;
    text-decoration: none
}

#body-container.product_detail_view a:hover {
    color: #e83650
}

#body-container.product_detail_view a:focus {
    outline: thin dotted
}

#body-container.product_detail_view a:hover,
#body-container.product_detail_view a:active {
    outline: 0
}

#body-container.product_detail_view h1 {
    font-size: 2.2em;
    line-height: 1em;
    font-family: Helvetica, Arial, sans-serif;
    color: #1e2b4b;
    margin-bottom: 9px
}

#body-container.product_detail_view h2 {
    font-size: 1.45em;
    color: #3c5a98
}

#body-container.product_detail_view h3 {
    font-size: 1.25em;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    color: #3c5a98
}

#body-container.product_detail_view h4,
#body-container.product_detail_view h5 {
    font-size: 1.25em;
    color: #3c5a98
}

#body-container.product_detail_view h6 {
    font: normal 1.25em/1.2em
}

#body-container.product_detail_view h1+p {
    margin-top: 3em
}

#body-container.product_detail_view h4+p {
    margin-top: 1em
}

#body-container.product_detail_view h5+form {
    margin-top: .5em
}

#body-container.product_detail_view p {
    margin-bottom: 1em
}

#body-container.product_detail_view p+h3 {
    margin-top: 2em
}

#body-container.product_detail_view table td>h3,
#body-container.product_detail_view table td>h4 {
    margin-bottom: .4em
}

#body-container.product_detail_view table h4+p {}

#body-container.product_detail_view ul {
    overflow: auto
}

#body-container.product_detail_view ul li {}

#body-container.product_detail_view dl {
    overflow: auto;
    margin-bottom: 12px
}

#body-container.product_detail_view dt,
#body-container.product_detail_view dd {
    font-size: .9em;
    display: inline-block;
    zoom: 1;
    margin-right: -4px;
    vertical-align: top;
    padding-bottom: 6px
}

#body-container.product_detail_view dt {
    width: 50%;
    text-align: right;
    padding-right: 6px;
    color: #b3b3b3
}

#body-container.product_detail_view dd {
    width: 50%;
    padding-left: 6px;
    color: #393833
}

#body-container.product_detail_view time {
    font-size: 9px;
    line-height: 11px;
    font-style: normal;
    color: #b3b3b3;
    display: block
}

#body-container.product_detail_view legend {
    font-size: 1.45em
}

#body-container.product_detail_view blockquote {
    border-left: 4px solid #800;
    padding-left: 1em;
    margin: 0 0 1em;
    font-style: italic
}

#body-container.product_detail_view blockquote cite {
    color: #b3b3b3;
    font-style: italic;
    margin: 0;
    padding: 0
}

#body-container.product_detail_view .midSizeHead {
    font-size: 2.2em
}

#body-container.product_detail_view .midSizeTextHead {
    font-size: 1.45em;
    font-weight: bold;
    margin-bottom: 6px
}

#body-container.product_detail_view .more {
    margin-top: 11px;
    font-size: .95em
}

#body-container.product_detail_view .price,
#body-container.product_detail_view .old-price,
#body-container.product_detail_view .live-price,
#body-container.product_detail_view .current-price {
    text-align: right
}

#body-container.product_detail_view .old-price {
    color: #ccc;
    text-decoration: line-through
}

#body-container.product_detail_view .price,
#body-container.product_detail_view .live-price,
#body-container.product_detail_view .current-price {
    color: #5b729b;
    font-weight: bold
}

#body-container.product_detail_view .grid-view {
    text-align: left
}

#body-container.product_detail_view .grid-view>div,
#body-container.product_detail_view .grid-view>section,
#body-container.product_detail_view .grid-view>article {
    width: 25%;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    zoom: 1
}

#body-container.product_detail_view .grid-view.one-column>div,
#body-container.product_detail_view .grid-view.one-column>section,
#body-container.product_detail_view .grid-view.one-column>article {
    width: 100%
}

#body-container.product_detail_view .grid-view.two-column>div,
#body-container.product_detail_view .grid-view.two-column>section,
#body-container.product_detail_view .grid-view.two-column>article {
    width: 50%
}

#body-container.product_detail_view .grid-view.three-column>div,
#body-container.product_detail_view .grid-view.three-column>section,
#body-container.product_detail_view .grid-view.three-column>article {
    width: 33.333333333333336%
}

#body-container.product_detail_view .grid-view.four-column>div,
#body-container.product_detail_view .grid-view.four-column>section,
#body-container.product_detail_view .grid-view.four-column>article {
    width: 25%
}

#body-container.product_detail_view .graduated-border {
    padding: 20px
}

#body-container.product_detail_view .graduated-border>article {
    border-top: 1px solid #d6d6d6;
    background-image: url("/static/img/product-divider-gradient.493cdb6cd0fa.png");
    background-repeat: no-repeat;
    background-position: right top
}

#body-container.product_detail_view .graduated-border>article img {}

#body-container.product_detail_view .graduated-border.two-column>article:nth-of-type(2n+1),
#body-container.product_detail_view .graduated-border.three-column>article:nth-of-type(3n+1),
#body-container.product_detail_view .graduated-border.four-column>article:nth-of-type(4n+1),
#body-container.product_detail_view .graduated-border.one-column>article {
    background-image: url("/static/img/product-divider-gradient.493cdb6cd0fa.png"), url("/static/img/product-divider-gradient.493cdb6cd0fa.png");
    background-position: left top, right top
}

#body-container.product_detail_view .hide {
    display: none
}

#body-container.product_detail_view .show {
    display: inherit
}

#body-container.product_detail_view .quiet {
    color: #666
}

#body-container.product_detail_view .loud {
    color: #000
}

#body-container.product_detail_view .highlight {
    background: #ff0
}

#body-container.product_detail_view .added {
    background: #060;
    color: #fff
}

#body-container.product_detail_view .removed {
    background: #900;
    color: #fff
}

#body-container.product_detail_view .largeInputField {
    height: 30px;
    width: 100%;
    padding: 6px;
    font-size: 1.1em
}

#body-container.product_detail_view .textButton {
    border: 0;
    background: 0;
    cursor: pointer;
    padding: 3px 0;
    margin: 0
}

#body-container.product_detail_view .textButton:hover {
    color: #e83650
}

#body-container.product_detail_view p {
    font-size: .9em;
    margin-top: 12px
}

#body-container.product_detail_view select {
    font-size: .9em;
    display: block;
    -webkit-appearance: menulist;
    -webkit-box-align: center;
    border: 1px solid #ccc;
    height: 30px;
    width: 100%
}

#body-container.product_detail_view select[disabled='disabled'] {
    font-size: 2.2em;
    background-color: white
}

#body-container.product_detail_view input[readonly] {
    font-size: 1.25em;
    color: #393833;
    padding-left: 0;
    margin-left: 0
}

#body-container.product_detail_view .number-counter {
    width: 52px;
    height: 24px;
    position: relative
}

#body-container.product_detail_view .number-counter span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px
}

#body-container.product_detail_view .number-counter input,
#body-container.product_detail_view .number-counter input[type=text] {
    background-color: #f0f5f9;
    text-align: center;
    width: 28px;
    height: 24px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset
}

#body-container.product_detail_view .number-counter button {
    border: 1px solid #ccc;
    background-color: #e6e6e6;
    height: 12px;
    width: 24px;
    display: inline-block;
    zoom: 1
}

#body-container.product_detail_view .number-counter button:active {
    background-color: #f0f5f9;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)
}

#body-container.product_detail_view .number-counter button.up {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/static/img/btn-arrow-up.c893def672da.png");
    background-repeat: no-repeat;
    background-position: center center
}

#body-container.product_detail_view .number-counter button.down {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("/static/img/btn-arrow-down.29ad78796fda.png");
    background-repeat: no-repeat;
    background-position: center center
}

#body-container.product_detail_view table td {}

#body-container.product_detail_view table {
    width: 100%;
    margin-bottom: 24px;
    border-collapse: separate;
    border-spacing: 0
}

#body-container.product_detail_view table p {
    margin-bottom: 0;
    color: #4d4d4d
}

#body-container.product_detail_view table h3,
#body-container.product_detail_view table h4 {
    font-weight: normal;
    margin-bottom: 0
}

#body-container.product_detail_view table tr td {
    vertical-align: middle
}

#body-container.product_detail_view table thead th {
    font-size: 1.25em;
    padding: 9px;
    color: #3c5a98;
    text-shadow: 0 1px 1px #fff;
    border-bottom: 1px solid #ccc;
    background-color: #d8e7ee;
    text-align: left
}

#body-container.product_detail_view table thead th h2 {
    text-transform: uppercase
}

#body-container.product_detail_view table tr:first-child td {
    border-top: 5px solid #f2f2f2
}

#body-container.product_detail_view table tr.product-warranty td {
    border-top: 1px dashed #ccc
}

#body-container.product_detail_view table tr.product-warranty td:first-child {
    border-top: 0 dashed #ccc
}

#body-container.product_detail_view table tr td {
    border-top: 1px solid #ccc;
    padding: 9px
}

#body-container.product_detail_view table tr td:last-child {
    color: #393833;
    font-weight: bold;
    border-right: 1px solid #ccc;
    text-align: right
}

#body-container.product_detail_view table tr td:first-child {
    border-left: 1px solid #ccc
}

#body-container.product_detail_view table tr td figure {
    width: 100px;
    height: 100px
}

#body-container.product_detail_view table tr.cart-total td {
    background-color: #d8e7ee;
    border-left: 0 none
}

#body-container.product_detail_view table tr.cart-total .total-price,
#body-container.product_detail_view table tr.cart-total h4 {
    font-size: 1.45em;
    margin: 0;
    padding: 0
}

#body-container.product_detail_view table tr.cart-delivery td {
    background-image: url("/static/img/bg-grid-cross.c1a074fe745b.png")
}

#body-container.product_detail_view table tr.cart-discounts-header td,
#body-container.product_detail_view table tr.cart-discount td {
    background-image: url("/static/img/bg-grid-cross.c1a074fe745b.png")
}

#body-container.product_detail_view table tr.cart-discounts-header td h4,
#body-container.product_detail_view table tr.cart-discount td h4 {
    text-align: left
}

#body-container.product_detail_view table tr.cart-discount td {
    border-top: 1px dotted #ccc
}

#body-container.product_detail_view table tr.cart-discount td p {
    margin-top: 0
}

#body-container.product_detail_view table tfoot tr:last-child td {
    border: none;
    border-top: 1px solid #ccc
}

#body-container.product_detail_view table tfoot tr.taxation td {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0
}

#body-container.product_detail_view table tfoot tr.taxation td p {
    font-weight: normal;
    text-align: left;
    color: #ccc;
    margin: 0;
    padding: 6px 18px
}

#body-container.product_detail_view table tr.cart-deduction+tr.cart-deduction td {
    border-top: 0
}

#body-container.product_detail_view table tr.cart-deduction+tr.cart-deduction.active:hover {
    background-color: #fff8dc
}

#body-container.product_detail_view table tr.cart-deduction+tr.cart-deduction.active:hover span.delete-item {
    display: block
}

#body-container.product_detail_view table tr.cart-deduction {
    padding-top: 0;
    padding-bottom: 0
}

#body-container.product_detail_view table tr.cart-deduction h4 {
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: left;
    font-weight: normal
}

#body-container.product_detail_view table tr.cart-deduction .product-code {
    font-size: .8em;
    display: block;
    color: #5b729b
}

#body-container.product_detail_view table tr.cart-deduction .product-price {
    color: #e83650
}

#body-container.product_detail_view table tr.cart-deduction .delete-item {
    position: absolute;
    left: 3px;
    top: 7px;
    display: none
}

#body-container.product_detail_view table tr.cart-deduction .delete-item:hover {
    cursor: pointer
}

#body-container.product_detail_view tfoot.expanded tr>td:nth-of-type(1) {
    border: none;
    background: #f6f6f6;
    background: -moz-linear-gradient(left, #fff 98%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left, right, color-stop(98%, #fff), color-stop(100%, #f6f6f6));
    background: -webkit-linear-gradient(left, #fff 98%, #f6f6f6 100%);
    background: -o-linear-gradient(left, #fff 98%, #f6f6f6 100%);
    background: -ms-linear-gradient(left, #fff 98%, #f6f6f6 100%);
    background: linear-gradient(left, #fff 98%, #f6f6f6 100%)
}

#body-container.product_detail_view tfoot.expanded tr>td:nth-of-type(1):last-child {
    background: #fff;
    background: -moz-linear-gradient(left, #fff 98%, #fff 100%);
    background: -webkit-gradient(linear, left, right, color-stop(98%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #fff 98%, #fff 100%);
    background: -o-linear-gradient(left, #fff 98%, #fff 100%);
    background: -ms-linear-gradient(left, #fff 98%, #fff 100%);
    background: linear-gradient(left, #fff 98%, #fff 100%)
}

#body-container.product_detail_view tfoot.expanded tr>td:nth-of-type(2) {
    border-left: 1px solid #ccc
}

#body-container.product_detail_view tfoot.expanded tr:last-child td:first-child {
    background: transparent
}

#body-container.product_detail_view tfoot.expanded tr:last-child td:last-child {
    border-left: 1px solid white
}

#body-container.product_detail_view tfoot.expanded tr:first-child td {
    border-top: 1px solid #ccc
}

#body-container.product_detail_view .horizontal-tabs-navigation {
    width: 100%;
    height: auto
}

#body-container.product_detail_view .horizontal-tabs-navigation>ul>li {
    float: left
}

#body-container.product_detail_view .horizontal-tabs-content {
    width: 100%;
    height: auto;
    white-space: nowrap;
    overflow: auto
}

#body-container.product_detail_view .horizontal-tabs-content>figure,
#body-container.product_detail_view .horizontal-tabs-content>article,
#body-container.product_detail_view .horizontal-tabs-content>section,
#body-container.product_detail_view .horizontal-tabs-content>a {
    width: 100%;
    height: auto;
    display: block;
    zoom: 1;
    vertical-align: top;
    white-space: normal
}

#body-container.product_detail_view .horizontal-tabs-content>figure.inactive,
#body-container.product_detail_view .horizontal-tabs-content>article.inactive,
#body-container.product_detail_view .horizontal-tabs-content>section.inactive,
#body-container.product_detail_view .horizontal-tabs-content>a.inactive {
    display: none!important
}

#body-container.product_detail_view .horizontal-tabs-content.fade {
    position: relative
}

#body-container.product_detail_view .horizontal-tabs-content.fade>figure,
#body-container.product_detail_view .horizontal-tabs-content.fade>article,
#body-container.product_detail_view .horizontal-tabs-content.fade>section,
#body-container.product_detail_view .horizontal-tabs-content.fade>iframe,
#body-container.product_detail_view .horizontal-tabs-content.fade>a {
    position: absolute;
    top: 0;
    left: 0
}

#body-container.product_detail_view .horizontal-tabs-content.fade.inactive {
    display: block!important
}

#body-container.product_detail_view .horizontal-tabs-content.slide>figure,
#body-container.product_detail_view .horizontal-tabs-content.slide>article,
#body-container.product_detail_view .horizontal-tabs-content.slide>section,
#body-container.product_detail_view .horizontal-tabs-content.slide>iframe,
#body-container.product_detail_view .horizontal-tabs-content.slide>a {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: left .6s ease-in-out;
    -webkit-transition: left .6s ease-in-out;
    -o-transition: left .6s ease-in-out;
    transition: left .6s ease-in-out
}

#body-container.product_detail_view .horizontal-tabs-content.slide>figure.inactive,
#body-container.product_detail_view .horizontal-tabs-content.slide>article.inactive,
#body-container.product_detail_view .horizontal-tabs-content.slide>section.inactive,
#body-container.product_detail_view .horizontal-tabs-content.slide>iframe.inactive,
#body-container.product_detail_view .horizontal-tabs-content.slide>a.inactive {
    display: block!important;
    left: 100%;
    -moz-transition: left .6s ease-in-out;
    -webkit-transition: left .6s ease-in-out;
    -o-transition: left .6s ease-in-out;
    transition: left .6s ease-in-out
}

#body-container.product_detail_view .js .horizontal-tabs-content {
    overflow: hidden
}

#body-container.product_detail_view nav ul li {
    display: inline-block;
    zoom: 1;
    margin-right: -3px;
    *display: inline
}

#body-container.product_detail_view nav.page-navigation ul li {
    display: inline-block;
    zoom: 1;
    *display: inline
}

#body-container.product_detail_view .pager {
    font-weight: bold
}

#body-container.product_detail_view .pager .page {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    line-height: 2em;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 .3em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 1px 1px 0 #f2f2f2;
    -moz-box-shadow: 0 1px 1px 0 #f2f2f2;
    -ms-box-shadow: 0 1px 1px 0 #f2f2f2;
    -o-box-shadow: 0 1px 1px 0 #f2f2f2;
    box-shadow: 0 1px 1px 0 #f2f2f2
}

#body-container.product_detail_view .pager .page a {
    color: #808080;
    position: relative;
    display: block;
    padding: 0 .8em;
    z-index: 3
}

#body-container.product_detail_view .pager .page a:hover {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

#body-container.product_detail_view .pager .page:before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 -3px 2em -1em rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 -3px 2em -1em rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 -3px 2em -1em rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 0 -3px 2em -1em rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 -3px 2em -1em rgba(0, 0, 0, 0.2) inset
}

#body-container.product_detail_view .pager .page:after {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 8px 8px 0 #fff inset;
    -moz-box-shadow: 0 8px 8px 0 #fff inset;
    -ms-box-shadow: 0 8px 8px 0 #fff inset;
    -o-box-shadow: 0 8px 8px 0 #fff inset;
    box-shadow: 0 8px 8px 0 #fff inset
}

#body-container.product_detail_view .pager .active {
    color: #fff!important;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    line-height: 2em;
    text-align: center;
    border: 1px solid #393833;
    cursor: default;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #808080;
    -webkit-box-shadow: inset 0 1px 8px 0 #393833;
    -moz-box-shadow: inset 0 1px 8px 0 #393833;
    box-shadow: inset 0 1px 8px 0 #393833;
    padding: 0 .8em
}

#body-container.product_detail_view .pager .inactive {
    padding: 0 .8em;
    color: #bbb!important
}

#body-container.product_detail_view .pager .ellipsis {
    display: inline-block;
    zoom: 1;
    margin: 0 .5em
}

#body-container.product_detail_view body,
#body-container.product_detail_view div,
#body-container.product_detail_view h1,
#body-container.product_detail_view h2,
#body-container.product_detail_view h3,
#body-container.product_detail_view h4,
#body-container.product_detail_view h5,
#body-container.product_detail_view p,
#body-container.product_detail_view ul,
#body-container.product_detail_view li,
#body-container.product_detail_view a,
#body-container.product_detail_view dt,
#body-container.product_detail_view dl,
#body-container.product_detail_view dd,
#body-container.product_detail_view span,
#body-container.product_detail_view footer,
#body-container.product_detail_view section,
#body-container.product_detail_view nav,
#body-container.product_detail_view aside,
#body-container.product_detail_view article,
#body-container.product_detail_view header,
#body-container.product_detail_view blockquote,
#body-container.product_detail_view input,
#body-container.product_detail_view button,
#body-container.product_detail_view figure,
#body-container.product_detail_view form,
#body-container.product_detail_view fieldset,
#body-container.product_detail_view legend {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box
}

#body-container.product_detail_view footer,
#body-container.product_detail_view section,
#body-container.product_detail_view nav,
#body-container.product_detail_view aside,
#body-container.product_detail_view article,
#body-container.product_detail_view header,
#body-container.product_detail_view figure {
    display: block
}

#body-container.product_detail_view body {
    color: #555655
}

#body-container.product_detail_view a {
    cursor: pointer
}

#body-container.product_detail_view input[type="text"],
#body-container.product_detail_view input[type="email"],
#body-container.product_detail_view textarea {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3)
}

#body-container.product_detail_view input.short,
#body-container.product_detail_view input[type="text"].short {
    width: 50%!important
}

#body-container.product_detail_view input.shorter,
#body-container.product_detail_view input[type="text"].shorter {
    width: 30%!important
}

#body-container.product_detail_view input[type="submit"] {
    cursor: pointer
}

#body-container.product_detail_view input[type="radio"] {
    background-color: white;
    border: none
}

#body-container.product_detail_view button {
    cursor: pointer
}

#body-container.product_detail_view .kogan-logo {
    margin: 0;
    padding: 0;
    text-align: center
}

#body-container.product_detail_view .logo {
    background-image: url("/static/img/main-sprite.0095b1166800.png");
    background-repeat: no-repeat;
    width: 101px;
    height: 33px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    margin: 0 33px 0 0
}

#body-container.product_detail_view .logo a {
    display: block;
    height: 100%
}

#body-container.product_detail_view .logo.small {
    width: 74px;
    height: 24px;
    background-position: -325px -73px
}

#body-container.product_detail_view body.hummer .logo {
    background-position: -148px 0
}

#body-container.product_detail_view body.delorian .logo {
    background-position: right top
}

#body-container.product_detail_view section.page-content .whitening>section {
    padding: 0 12px
}

#body-container.product_detail_view section.page-content {
    padding: 0
}

#body-container.product_detail_view section.page-content h1 {
    padding: 25px 23px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: bold
}

#body-container.product_detail_view section.page-content figure img {
    display: block
}

#body-container.product_detail_view .noimage {
    position: relative;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 60px 0 #f2f2f2;
    -moz-box-shadow: inset 0 0 60px 0 #f2f2f2;
    box-shadow: inset 0 0 60px 0 #f2f2f2
}

#body-container.product_detail_view .noimage p {
    position: absolute;
    display: block;
    padding: 0;
    background: url("/static/img/main-sprite.0095b1166800.png");
    background-repeat: no-repeat;
    background-position: -338px -295px;
    width: 68px;
    height: 48px;
    margin: 0 auto;
    text-indent: -9999px;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -34px
}

#body-container.product_detail_view ul.gallery-items {
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: solid;
    border-color: #e6e6e6;
    width: 100%;
    height: 100%;
    padding: 12px;
    white-space: nowrap;
    overflow: auto
}

#body-container.product_detail_view ul.gallery-items>li {
    width: 100%;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    white-space: normal;
    margin-right: 20px
}

#body-container.product_detail_view ul.gallery-items>li>div {
    float: left
}

#body-container.product_detail_view ul.gallery-items>li>div.subject {
    width: 30%;
    float: left;
    margin: 0 0 0 0
}

#body-container.product_detail_view ul.gallery-items>li>div.content {
    width: 70%;
    overflow: hidden;
    position: relative;
    height: 111px;
    padding: 0 0 30px
}

#body-container.product_detail_view #container .secure {
    display: block;
    font-size: .8em;
    margin-top: 6px
}

#body-container.product_detail_view #container .secure:before {
    content: url("/static/img/icon-padlock-white-tiny.72fff0bd84c3.gif");
    margin-right: 5px
}

#body-container.product_detail_view .checkout-box {
    padding-top: 09px
}

#body-container.product_detail_view .newsletter {
    float: right;
    width: 560px
}

#body-container.product_detail_view .newsletter .block {
    width: 33%;
    float: left;
    padding: 0 9px 0 27px
}

#body-container.product_detail_view .newsletter .label {
    font: 12px/18px;
    color: #3c5a98;
    display: block
}

#body-container.product_detail_view .newsletter .text {
    height: 27px
}

#body-container.product_detail_view .newsletter .text p {
    width: auto;
    margin: 0;
    padding: 0
}

#body-container.product_detail_view .newsletter .text input {
    width: 157px;
    float: left;
    padding: 7px 5px 7px;
    margin: 0;
    color: #9f9f9f
}

#body-container.product_detail_view .star-rating {
    background: url("/static/img/stars.981705f3a308.png") bottom left no-repeat;
    height: 18px;
    width: 100px;
    display: inline-block;
    zoom: 1;
    position: relative;
    font-size: 0;
    color: rgba(255, 255, 255, 0)
}

#body-container.product_detail_view .star-rating:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    background: url("/static/img/stars.981705f3a308.png") top left no-repeat;
    height: 18px
}

#body-container.product_detail_view .star-rating.half:after {
    width: 10%
}

#body-container.product_detail_view .star-rating.one:after {
    width: 20%
}

#body-container.product_detail_view .star-rating.one-half:after {
    width: 30%
}

#body-container.product_detail_view .star-rating.two:after {
    width: 40%
}

#body-container.product_detail_view .star-rating.two-half:after {
    width: 50%
}

#body-container.product_detail_view .star-rating.three:after {
    width: 60%
}

#body-container.product_detail_view .star-rating.three-half:after {
    width: 70%
}

#body-container.product_detail_view .star-rating.four:after {
    width: 80%
}

#body-container.product_detail_view .star-rating.four-half:after {
    width: 91%
}

#body-container.product_detail_view .star-rating.five:after {
    width: 100%
}

#body-container.product_detail_view .liveprice.modern {
    color: #1e2b4b;
    text-align: right;
    width: 226px;
    font-size: .8em
}

#body-container.product_detail_view .liveprice.modern h3 {
    color: #1e2b4b;
    line-height: 46px;
    height: 46px;
    padding-left: 47px;
    margin-bottom: 0;
    background: url("/static/img/main-sprite.0095b1166800.png");
    background-repeat: no-repeat;
    background-position: 0 -584px;
    text-align: center;
    font-weight: 700;
    font-size: 2.2em;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px
}

#body-container.product_detail_view .liveprice.modern h3 span {
    color: #6c7989
}

#body-container.product_detail_view .liveprice.modern div {
    text-align: left;
    background: url("/static/img/main-sprite.0095b1166800.png");
    background-repeat: no-repeat;
    background-position: 0 -634px;
    padding-left: 7px;
    margin-bottom: 5px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

#body-container.product_detail_view .liveprice.modern div a {
    color: #fff;
    display: block;
    float: right;
    padding: 0 6px;
    background: url("/static/img/main-sprite.0095b1166800.png");
    background-repeat: no-repeat;
    background-position: 0 -660px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

#body-container.product_detail_view .liveprice.modern a.help {
    color: #e83650;
    padding-right: 2px
}

#body-container.product_detail_view .search-form {
    position: relative
}

#body-container.product_detail_view .search-form#product-search-form {
    float: right
}

#body-container.product_detail_view .search-form input.text {
    width: 245px;
    float: left;
    padding: 7px 9px 6px;
    border: 1px solid #c9c9c9!important;
    margin: 0;
    color: #808080;
    background: #f0f0f0;
    border: 0;
    position: relative;
    -webkit-box-shadow: inset 0 0 3px 0 #ccc;
    -moz-box-shadow: inset 0 0 3px 0 #ccc;
    box-shadow: inset 0 0 3px 0 #ccc
}

#body-container.product_detail_view .search-form input.text.loading {
    background: url("/static/img/loading-small.15d734c8dc8c.gif") no-repeat 95% center
}

#body-container.product_detail_view .search-form input.text:focus {
    color: #333
}

#body-container.product_detail_view .search-form ul.results-list {
    position: absolute;
    left: 0;
    top: 30px;
    background: white;
    z-index: 9999;
    width: 100%;
    list-style: none;
    margin: 0;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2)
}

#body-container.product_detail_view .search-form ul.results-list:focus,
#body-container.product_detail_view .search-form ul.results-list:active {
    outline: none
}

#body-container.product_detail_view .search-form ul.results-list.hidden {
    display: none
}

#body-container.product_detail_view .search-form ul.results-list li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 8px;
    background: white;
    margin: 0
}

#body-container.product_detail_view .search-form ul.results-list li:last-child {
    border-bottom: 3px solid #5b729b
}

#body-container.product_detail_view .search-form ul.results-list li:hover,
#body-container.product_detail_view .search-form ul.results-list li.highlighted {
    color: #1e2b4b;
    background: #99c6e5;
    cursor: pointer
}

#body-container.product_detail_view .search-form ul.results-list li.showmore {
    font-style: italic;
    border-top: 1px solid #ddd
}

#body-container.product_detail_view .search-form .btn-search {
    width: 40px;
    height: 30px;
    background: url("/static/img/main-sprite.0095b1166800.png") no-repeat -262px -141px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 0;
    cursor: pointer;
    float: right;
    font-size: 0;
    text-indent: -9999px
}

#body-container.product_detail_view .search-form .btn-search:hover {
    background-position: -262px -106px
}

#body-container.product_detail_view .thinBox {
    border: 1px solid #ccc
}

#body-container.product_detail_view .thickBox {
    border: 4px solid #ccc
}

#body-container.product_detail_view button.button {
    text-align: left;
    position: relative;
    border: 0 none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box
}

#body-container.product_detail_view button.button.trolly {
    vertical-align: bottom
}

#body-container.product_detail_view button.button.square {
    width: auto
}

#body-container.product_detail_view dd.button.block.small {
    margin-bottom: 3px
}

#body-container.product_detail_view .button {
    text-align: left;
    position: relative;
    display: inline-block;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    line-height: 36px;
    height: 36px;
    padding: 0;
    color: #fff;
    font-size: 1.25em;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
    background-image: url("/static/img/bg-buttons.b85f80d9454c.png");
    background-position: 0 -5px;
    background-repeat: repeat-x
}

#body-container.product_detail_view .button>span {
    padding: 0 15px;
    line-height: 36px
}

#body-container.product_detail_view .button.loading {
    filter: alpha(opacity=33);
    -moz-opacity: .33;
    -khtml-opacity: .33;
    opacity: .33
}

#body-container.product_detail_view .button.center {
    text-align: center
}

#body-container.product_detail_view .button:hover {
    color: #fff
}

#body-container.product_detail_view .button:active {
    background-position: 0 -51px
}

#body-container.product_detail_view .button:before {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#body-container.product_detail_view .button:after {
    border-top: 3px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#body-container.product_detail_view .button.full-width {
    display: block;
    width: 100%
}

#body-container.product_detail_view .button.small {
    font-size: .8em;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    background-position: 0 -9px
}

#body-container.product_detail_view .button.small>span {
    line-height: 28px
}

#body-container.product_detail_view .button.small:active {
    background-position: 0 -55px
}

#body-container.product_detail_view .button.large {
    font-size: 1.45em;
    font-weight: normal;
    line-height: 46px;
    height: 46px;
    background-position: 0 0
}

#body-container.product_detail_view .button.large>span {
    line-height: 46px
}

#body-container.product_detail_view .button.large:active {
    background-position: 0 -46px
}

#body-container.product_detail_view .button.block {
    background-color: #eaeaea;
    border-color: #777;
    color: #393833;
    text-shadow: #fff 0 1px 0;
    background-position: 0 -557px
}

#body-container.product_detail_view .button.block:after {
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    -moz-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff
}

#body-container.product_detail_view .button.block:active {
    background-position: 0 -603px
}

#body-container.product_detail_view .button.block.small {
    background-position: 0 -561px
}

#body-container.product_detail_view .button.block.small:active {
    background-position: 0 -607px
}

#body-container.product_detail_view .button.block.large {
    background-position: 0 -552px
}

#body-container.product_detail_view .button.block.large:active {
    background-position: 0 -598px
}

#body-container.product_detail_view .button.purple {
    border-color: #6B1B56;
    background-color: #9b4989;
    background-position: 0 -97px
}

#body-container.product_detail_view .button.purple:active {
    background-position: 0 -143px
}

#body-container.product_detail_view .button.purple.small {
    background-position: 0 -101px
}

#body-container.product_detail_view .button.purple.small:active {
    background-position: 0 -147px
}

#body-container.product_detail_view .button.purple.large {
    background-position: 0 -92px
}

#body-container.product_detail_view .button.purple.large:active {
    background-position: 0 -138px
}

#body-container.product_detail_view .button.blue {
    border-color: #323E54;
    background-color: #395897;
    background-position: 0 -189px
}

#body-container.product_detail_view .button.blue:active {
    background-position: 0 -235px
}

#body-container.product_detail_view .button.blue.small {
    background-position: 0 -193px
}

#body-container.product_detail_view .button.blue.small:active {
    background-position: 0 -239px
}

#body-container.product_detail_view .button.blue.large {
    background-position: 0 -184px
}

#body-container.product_detail_view .button.blue.large:active {
    background-position: 0 -230px
}

#body-container.product_detail_view .button.orange {
    background-color: #d3812f;
    border-color: #895A28;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
    background-position: 0 -281px
}

#body-container.product_detail_view .button.orange:active {
    background-position: 0 -327px
}

#body-container.product_detail_view .button.orange.small {
    background-position: 0 -285px
}

#body-container.product_detail_view .button.orange.small:active {
    background-position: 0 -331px
}

#body-container.product_detail_view .button.orange.large {
    background-position: 0 -276px
}

#body-container.product_detail_view .button.orange.large:active {
    background-position: 0 -322px
}

#body-container.product_detail_view .button.green {
    background-color: #699a15;
    border-color: #4c6b14;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
    background-position: 0 -373px
}

#body-container.product_detail_view .button.green:active {
    background-position: 0 -419px
}

#body-container.product_detail_view .button.green.small {
    background-position: 0 -377px
}

#body-container.product_detail_view .button.green.small:active {
    background-position: 0 -423px
}

#body-container.product_detail_view .button.green.large {
    background-position: 0 -368px
}

#body-container.product_detail_view .button.green.large:active {
    background-position: 0 -414px
}

#body-container.product_detail_view .button.powder {
    background-color: #647ca6;
    border-color: #3a4a65;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
    background-position: 0 -465px
}

#body-container.product_detail_view .button.powder:active {
    background-position: 0 -511px
}

#body-container.product_detail_view .button.powder.small {
    background-position: 0 -469px
}

#body-container.product_detail_view .button.powder.small:active {
    background-position: 0 -515px
}

#body-container.product_detail_view .button.powder.large {
    background-position: 0 -460px
}

#body-container.product_detail_view .button.powder.large:active {
    background-position: 0 -506px
}

#body-container.product_detail_view .button.pink {
    background-color: #c848a5;
    border-color: #6a1e55;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
    background-position: 0 -649px
}

#body-container.product_detail_view .button.pink:active {
    background-position: 0 -695px
}

#body-container.product_detail_view .button.pink.small {
    background-position: 0 -653px
}

#body-container.product_detail_view .button.pink.small:active {
    background-position: 0 -699px
}

#body-container.product_detail_view .button.pink.large {
    background-position: 0 -644px
}

#body-container.product_detail_view .button.pink.large:active {
    background-position: 0 -690px
}

#body-container.product_detail_view .button.cart {
    position: relative;
    width: 202px;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 46px;
    height: 50px;
    background-position: 0 0;
    border: 2px solid #393833;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

#body-container.product_detail_view .button.cart:active {
    background-position: 0 -46px
}

#body-container.product_detail_view .button.cart:before {
    width: 36px;
    height: 30px;
    background: url("/static/img/main-sprite.0095b1166800.png") no-repeat 0 -187px;
    top: 8px;
    right: 10px;
    left: auto
}

#body-container.product_detail_view .button.cart:after {
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 0 0 transparent;
    box-shadow: inset 0 0 0 0 transparent
}

#body-container.product_detail_view .button.cart.disabled {
    background-color: #7c686b;
    background-position: 0 -787px
}

#body-container.product_detail_view .button.cart.disabled:active {
    background-position: 0 -787px
}

#body-container.product_detail_view .button.block {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-width: 1px;
    font-weight: normal;
    border-style: solid;
    padding: 0 .5em;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif
}

#body-container.product_detail_view .button.block:before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

#body-container.product_detail_view .button.block:after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-top: 0 none;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4)
}

#body-container.product_detail_view .button.block.small {
    height: 26px;
    line-height: 26px
}

#body-container.product_detail_view .button.block.wide {
    padding: 0 1em;
    font-weight: bold
}

#body-container.product_detail_view .button.square {
    font-weight: bold;
    border: 1px solid #1e2b4b;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    background-position: 0 -745px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    -o-box-shadow: 0 0 0 #fff;
    -khtml-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    color: #1e2b4b;
    font-size: 1.25em;
    text-shadow: rgba(255, 255, 255, 0.2) 0 1px 0
}

#body-container.product_detail_view .button.square:active {
    -webkit-box-shadow: inset 0 0 4px 0 #f0f5f9;
    -moz-box-shadow: inset 0 0 4px 0 #f0f5f9;
    box-shadow: inset 0 0 4px 0 #f0f5f9
}

#body-container.product_detail_view .button.square:before {
    border-top: 0 none;
    -webkit-box-shadow: inset 0 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 0 0 transparent;
    box-shadow: inset 0 0 0 0 transparent
}

#body-container.product_detail_view .button.square:after {
    border-top: 0 none;
    -webkit-box-shadow: inset 0 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 0 0 transparent;
    box-shadow: inset 0 0 0 0 transparent
}

#body-container.product_detail_view .button.arrow {
    padding-right: 52px
}

#body-container.product_detail_view .button.arrow:before {
    width: 30px;
    height: 23px;
    background: url("/static/img/main-sprite.0095b1166800.png") no-repeat 0 -242px;
    top: 7px;
    right: 10px;
    left: auto
}

#body-container.product_detail_view .button.arrow.large {
    padding-right: 58px
}

#body-container.product_detail_view .button.arrow.large:before {
    width: 36px;
    height: 30px;
    background: url("/static/img/main-sprite.0095b1166800.png") no-repeat 0 -187px;
    top: 8px;
    right: 10px;
    left: auto
}

#body-container.product_detail_view .button.arrow.small {
    padding-right: 46px
}

#body-container.product_detail_view .button.arrow.small:before {
    width: 26px;
    height: 29px;
    background: url("/static/img/main-sprite.0095b1166800.png") no-repeat 0 -290px;
    top: 5px;
    right: 10px;
    left: auto
}

#body-container.product_detail_view .button.plus {
    padding-right: 52px
}

#body-container.product_detail_view .button.plus:before {
    width: 30px;
    height: 23px;
    background: url("/static/img/main-sprite.0095b1166800.png") no-repeat 0 -392px;
    top: 7px;
    right: 10px;
    left: auto
}

#body-container.product_detail_view .button.plus.large {
    padding-right: 58px
}

#body-container.product_detail_view .button.plus.large:before {
    width: 36px;
    height: 30px;
    background: url("/static/img/main-sprite.0095b1166800.png") no-repeat 0 -337px;
    top: 8px;
    right: 10px;
    left: auto
}

#body-container.product_detail_view .button.plus.small {
    padding-right: 46px
}

#body-container.product_detail_view .button.plus.small:before {
    width: 26px;
    height: 29px;
    background: url("/static/img/main-sprite.0095b1166800.png") no-repeat 0 -440px;
    top: 5px;
    right: 10px;
    left: auto
}

#body-container.product_detail_view .button.trolly.small {
    padding-right: 36px;
    color: rgba(0, 0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0) 0 0 0;
    width: 36px
}

#body-container.product_detail_view .button.trolly.small:before {
    width: 26px;
    height: 16px;
    background: url("/static/img/main-sprite.0095b1166800.png") no-repeat 0 -81px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -14px
}

#body-container.product_detail_view .button.square.search {
    color: rgba(0, 0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0) 0 0 0;
    width: 28px;
    padding-right: 28px
}

#body-container.product_detail_view .button.square.search:before {
    width: 18px;
    height: 17px;
    background: url("/static/img/main-sprite.0095b1166800.png") no-repeat 0 -118px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -9px
}

#body-container.product_detail_view .toggle.reveal {
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    text-size: 0;
    overflow: hidden;
    background-image: url("/static/img/main-sprite.0095b1166800.png");
    background-repeat: no-repeat;
    background-position: -390px -440px
}

#body-container.product_detail_view .toggle.reveal.active {
    background-image: url("/static/img/main-sprite.0095b1166800.png");
    background-repeat: no-repeat;
    background-position: -390px -440px;
    background-position: -390px -416px
}

#body-container.product_detail_view .page-content article#head-newsroom-post p,
#body-container.product_detail_view .posts_app .page-content .post-detail>article,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article,
#body-container.product_detail_view .pages_app.page_detail_view #page {
    margin-bottom: -11px;
    padding-bottom: 20px
}

#body-container.product_detail_view .page-content article#head-newsroom-post p header h2,
#body-container.product_detail_view .posts_app .page-content .post-detail>article header h2,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article header h2,
#body-container.product_detail_view .pages_app.page_detail_view #page header h2 {
    font-size: .fontSizeLarge;
    margin-top: 20px
}

#body-container.product_detail_view .page-content article#head-newsroom-post p ol li,
#body-container.product_detail_view .posts_app .page-content .post-detail>article ol li,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article ol li,
#body-container.product_detail_view .pages_app.page_detail_view #page ol li,
#body-container.product_detail_view .page-content article#head-newsroom-post p ul li,
#body-container.product_detail_view .posts_app .page-content .post-detail>article ul li,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article ul li,
#body-container.product_detail_view .pages_app.page_detail_view #page ul li {
    margin-left: 2em;
    line-height: 1.6em
}

#body-container.product_detail_view .page-content article#head-newsroom-post p ol li,
#body-container.product_detail_view .posts_app .page-content .post-detail>article ol li,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article ol li,
#body-container.product_detail_view .pages_app.page_detail_view #page ol li {
    list-style: decimal outside
}

#body-container.product_detail_view .page-content article#head-newsroom-post p ol li li,
#body-container.product_detail_view .posts_app .page-content .post-detail>article ol li li,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article ol li li,
#body-container.product_detail_view .pages_app.page_detail_view #page ol li li {
    list-style: lower-roman outside
}

#body-container.product_detail_view .page-content article#head-newsroom-post p ul li,
#body-container.product_detail_view .posts_app .page-content .post-detail>article ul li,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article ul li,
#body-container.product_detail_view .pages_app.page_detail_view #page ul li {
    list-style: disc outside
}

#body-container.product_detail_view .page-content article#head-newsroom-post p ul li li,
#body-container.product_detail_view .posts_app .page-content .post-detail>article ul li li,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article ul li li,
#body-container.product_detail_view .pages_app.page_detail_view #page ul li li {
    list-style: circle outside
}

#body-container.product_detail_view .page-content article#head-newsroom-post p blockquote,
#body-container.product_detail_view .posts_app .page-content .post-detail>article blockquote,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article blockquote,
#body-container.product_detail_view .pages_app.page_detail_view #page blockquote {
    padding: 1em 2em;
    margin: 1em
}

#body-container.product_detail_view .page-content article#head-newsroom-post p dl dt,
#body-container.product_detail_view .posts_app .page-content .post-detail>article dl dt,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article dl dt,
#body-container.product_detail_view .pages_app.page_detail_view #page dl dt {
    width: 20%
}

#body-container.product_detail_view .page-content article#head-newsroom-post p dl dd,
#body-container.product_detail_view .posts_app .page-content .post-detail>article dl dd,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article dl dd,
#body-container.product_detail_view .pages_app.page_detail_view #page dl dd {
    width: 80%
}

#body-container.product_detail_view .page-content article#head-newsroom-post p table,
#body-container.product_detail_view .posts_app .page-content .post-detail>article table,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article table,
#body-container.product_detail_view .pages_app.page_detail_view #page table {
    border-bottom: 1px solid #ccc
}

#body-container.product_detail_view .page-content article#head-newsroom-post p table tbody tr:first-child td,
#body-container.product_detail_view .posts_app .page-content .post-detail>article table tbody tr:first-child td,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article table tbody tr:first-child td,
#body-container.product_detail_view .pages_app.page_detail_view #page table tbody tr:first-child td,
#body-container.product_detail_view .page-content article#head-newsroom-post p table tr:first-child td,
#body-container.product_detail_view .posts_app .page-content .post-detail>article table tr:first-child td,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article table tr:first-child td,
#body-container.product_detail_view .pages_app.page_detail_view #page table tr:first-child td {
    border-top: 0 none
}

#body-container.product_detail_view .page-content article#head-newsroom-post p table tr:hover td,
#body-container.product_detail_view .posts_app .page-content .post-detail>article table tr:hover td,
#body-container.product_detail_view .product_detail_view .product-tabs .horizontal-tabs-content article table tr:hover td,
#body-container.product_detail_view .pages_app.page_detail_view #page table tr:hover td {
    background-color: #f6f6f6
}

#body-container.product_detail_view .page-content .style-examples {
    display: block;
    margin: 0 10px 0;
    padding: 16px 16px 3em;
    border-width: 1px 1px 0;
    -moz-border-image: url("/static/img/bg-gradient-border.b4fc8f4e20b9.png") 1 1 0 round stretch;
    -webkit-border-image: url("/static/img/bg-gradient-border.b4fc8f4e20b9.png") 1 1 0 round stretch;
    -o-border-image: url("/static/img/bg-gradient-border.b4fc8f4e20b9.png") 1 1 0 round stretch;
    border-image: url("/static/img/bg-gradient-border.b4fc8f4e20b9.png") 1 1 0 round stretch
}

#body-container.product_detail_view .page-content .style-examples h2,
#body-container.product_detail_view .page-content .style-examples h3,
#body-container.product_detail_view .page-content .style-examples p label {
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #393833;
    margin-bottom: 1em
}

#body-container.product_detail_view .page-content .style-examples hr {
    border: 0 none;
    height: 40px;
    margin: 0;
    padding: 0
}

#body-container.product_detail_view .page-content .style-examples p {
    margin: 0;
    padding-bottom: 1em
}

#body-container.product_detail_view .page-content .style-examples p label {
    display: inline-block;
    zoom: 1;
    width: 8em;
    font-weight: normal
}

#body-container.product_detail_view .page-content .style-examples p em {
    font-style: italic
}

#body-container.product_detail_view .salesnotice {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-left: 6px solid #3c5a98;
    color: #a3a3a3;
    width: 320px;
    padding: 10px 25px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
    background-image: -moz-linear-gradient(top, #fff, #f6f6f6);
    filter:formatstring("progid:DXImageTransform.Microsoft.gradient(startColorstr='{0}',endColorstr='{1}')",
    #fff,
    #f6f6f6);
    -ms-filter:formatstring("\"progid:DXImageTransform.Microsoft.gradient(startColorStr='{0}',EndColorStr='{1}')\"",
    #fff,
    #f6f6f6)
}

#body-container.product_detail_view .salesnotice.active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    bottom: 20px
}

#body-container.product_detail_view .salesnotice p {
    color: #000;
    margin: 0;
    padding: 0
}

#body-container.product_detail_view .salesnotice img {
    float: left;
    margin-right: 10px;
    margin-bottom: 2em
}

#body-container.product_detail_view .salesnotice time {
    padding-top: 3px;
    color: #a3a3a3
}

#body-container.product_detail_view .no-cssgradients .salesnotice {
    background: #fff
}

#body-container.product_detail_view .no-boxshadow .salesnotice {
    border: 1px solid #aaa;
    border-left: 6px solid #3c5a98
}

#body-container.product_detail_view .flag {
    width: 16px;
    height: 11px;
    background: url("/static/img/flags.9d2c940b5801.png") no-repeat
}

#body-container.product_detail_view .ad-store .flag {
    background-position: -16px 0
}

#body-container.product_detail_view .ae-store .flag {
    background-position: -32px 0
}

#body-container.product_detail_view .af-store .flag {
    background-position: -48px 0
}

#body-container.product_detail_view .ag-store .flag {
    background-position: -64px 0
}

#body-container.product_detail_view .ai-store .flag {
    background-position: -80px 0
}

#body-container.product_detail_view .al-store .flag {
    background-position: -96px 0
}

#body-container.product_detail_view .am-store .flag {
    background-position: -112px 0
}

#body-container.product_detail_view .an-store .flag {
    background-position: -128px 0
}

#body-container.product_detail_view .ar-store .flag {
    background-position: -144px 0
}

#body-container.product_detail_view .as-store .flag {
    background-position: -160px 0
}

#body-container.product_detail_view .at-store .flag {
    background-position: -176px 0
}

#body-container.product_detail_view .au-store .flag {
    background-position: -192px 0
}

#body-container.product_detail_view .aw-store .flag {
    background-position: -208px 0
}

#body-container.product_detail_view .az-store .flag {
    background-position: 0 -11px
}

#body-container.product_detail_view .ba-store .flag {
    background-position: -16px -11px
}

#body-container.product_detail_view .bb-store .flag {
    background-position: -32px -11px
}

#body-container.product_detail_view .bd-store .flag {
    background-position: -48px -11px
}

#body-container.product_detail_view .be-store .flag {
    background-position: -64px -11px
}

#body-container.product_detail_view .bg-store .flag {
    background-position: -80px -11px
}

#body-container.product_detail_view .bh-store .flag {
    background-position: -96px -11px
}

#body-container.product_detail_view .bm-store .flag {
    background-position: -112px -11px
}

#body-container.product_detail_view .bn-store .flag {
    background-position: -128px -11px
}

#body-container.product_detail_view .bo-store .flag {
    background-position: -144px -11px
}

#body-container.product_detail_view .br-store .flag {
    background-position: -160px -11px
}

#body-container.product_detail_view .bs-store .flag {
    background-position: -176px -11px
}

#body-container.product_detail_view .bt-store .flag {
    background-position: -192px -11px
}

#body-container.product_detail_view .bv-store .flag {
    background-position: -208px -11px
}

#body-container.product_detail_view .by-store .flag {
    background-position: 0 -22px
}

#body-container.product_detail_view .bz-store .flag {
    background-position: -16px -22px
}

#body-container.product_detail_view .ca-store .flag {
    background-position: -32px -22px
}

#body-container.product_detail_view .catalonia-store .flag {
    background-position: -48px -22px
}

#body-container.product_detail_view .ch-store .flag {
    background-position: -64px -22px
}

#body-container.product_detail_view .ck-store .flag {
    background-position: -80px -22px
}

#body-container.product_detail_view .cl-store .flag {
    background-position: -96px -22px
}

#body-container.product_detail_view .cn-store .flag {
    background-position: -112px -22px
}

#body-container.product_detail_view .co-store .flag {
    background-position: -128px -22px
}

#body-container.product_detail_view .cr-store .flag {
    background-position: -144px -22px
}

#body-container.product_detail_view .cu-store .flag {
    background-position: -160px -22px
}

#body-container.product_detail_view .cy-store .flag {
    background-position: -176px -22px
}

#body-container.product_detail_view .cz-store .flag {
    background-position: -192px -22px
}

#body-container.product_detail_view .de-store .flag {
    background-position: -208px -22px
}

#body-container.product_detail_view .dk-store .flag {
    background-position: 0 -33px
}

#body-container.product_detail_view .dm-store .flag {
    background-position: -16px -33px
}

#body-container.product_detail_view .do-store .flag {
    background-position: -32px -33px
}

#body-container.product_detail_view .ec-store .flag {
    background-position: -48px -33px
}

#body-container.product_detail_view .ee-store .flag {
    background-position: -64px -33px
}

#body-container.product_detail_view .england-store .flag {
    background-position: -80px -33px
}

#body-container.product_detail_view .es-store .flag {
    background-position: -96px -33px
}

#body-container.product_detail_view .eu-store .flag {
    background-position: -112px -33px
}

#body-container.product_detail_view .fi-store .flag {
    background-position: -128px -33px
}

#body-container.product_detail_view .fj-store .flag {
    background-position: -144px -33px
}

#body-container.product_detail_view .fk-store .flag {
    background-position: -160px -33px
}

#body-container.product_detail_view .fm-store .flag {
    background-position: -176px -33px
}

#body-container.product_detail_view .fo-store .flag {
    background-position: -192px -33px
}

#body-container.product_detail_view .fr-store .flag {
    background-position: -208px -33px
}

#body-container.product_detail_view .gb-store .flag,
#body-container.product_detail_view .uk-store .flag {
    background-position: 0 -44px
}

#body-container.product_detail_view .gd-store .flag {
    background-position: -16px -44px
}

#body-container.product_detail_view .ge-store .flag {
    background-position: -32px -44px
}

#body-container.product_detail_view .gf-store .flag {
    background-position: -48px -44px
}

#body-container.product_detail_view .gg-store .flag {
    background-position: -64px -44px
}

#body-container.product_detail_view .gi-store .flag {
    background-position: -80px -44px
}

#body-container.product_detail_view .gl-store .flag {
    background-position: -96px -44px
}

#body-container.product_detail_view .gp-store .flag {
    background-position: -112px -44px
}

#body-container.product_detail_view .gr-store .flag {
    background-position: -128px -44px
}

#body-container.product_detail_view .gs-store .flag {
    background-position: -144px -44px
}

#body-container.product_detail_view .gt-store .flag {
    background-position: -160px -44px
}

#body-container.product_detail_view .gu-store .flag {
    background-position: -176px -44px
}

#body-container.product_detail_view .gy-store .flag {
    background-position: -192px -44px
}

#body-container.product_detail_view .hk-store .flag {
    background-position: -208px -44px
}

#body-container.product_detail_view .hm-store .flag {
    background-position: 0 -55px
}

#body-container.product_detail_view .hn-store .flag {
    background-position: -16px -55px
}

#body-container.product_detail_view .hr-store .flag {
    background-position: -32px -55px
}

#body-container.product_detail_view .ht-store .flag {
    background-position: -48px -55px
}

#body-container.product_detail_view .hu-store .flag {
    background-position: -64px -55px
}

#body-container.product_detail_view .id-store .flag {
    background-position: -80px -55px
}

#body-container.product_detail_view .ie-store .flag {
    background-position: -96px -55px
}

#body-container.product_detail_view .il-store .flag {
    background-position: -112px -55px
}

#body-container.product_detail_view .im-store .flag {
    background-position: -128px -55px
}

#body-container.product_detail_view .in-store .flag {
    background-position: -144px -55px
}

#body-container.product_detail_view .io-store .flag {
    background-position: -160px -55px
}

#body-container.product_detail_view .iq-store .flag {
    background-position: -176px -55px
}

#body-container.product_detail_view .ir-store .flag {
    background-position: -192px -55px
}

#body-container.product_detail_view .is-store .flag {
    background-position: -208px -55px
}

#body-container.product_detail_view .it-store .flag {
    background-position: 0 -66px
}

#body-container.product_detail_view .je-store .flag {
    background-position: -16px -66px
}

#body-container.product_detail_view .jm-store .flag {
    background-position: -32px -66px
}

#body-container.product_detail_view .jo-store .flag {
    background-position: -48px -66px
}

#body-container.product_detail_view .jp-store .flag {
    background-position: -64px -66px
}

#body-container.product_detail_view .kg-store .flag {
    background-position: -80px -66px
}

#body-container.product_detail_view .kh-store .flag {
    background-position: -96px -66px
}

#body-container.product_detail_view .ki-store .flag {
    background-position: -112px -66px
}

#body-container.product_detail_view .kn-store .flag {
    background-position: -128px -66px
}

#body-container.product_detail_view .kp-store .flag {
    background-position: -144px -66px
}

#body-container.product_detail_view .kr-store .flag {
    background-position: -160px -66px
}

#body-container.product_detail_view .kw-store .flag {
    background-position: -176px -66px
}

#body-container.product_detail_view .ky-store .flag {
    background-position: -192px -66px
}

#body-container.product_detail_view .kz-store .flag {
    background-position: -208px -66px
}

#body-container.product_detail_view .la-store .flag {
    background-position: 0 -77px
}

#body-container.product_detail_view .lb-store .flag {
    background-position: -16px -77px
}

#body-container.product_detail_view .lc-store .flag {
    background-position: -32px -77px
}

#body-container.product_detail_view .li-store .flag {
    background-position: -48px -77px
}

#body-container.product_detail_view .lk-store .flag {
    background-position: -64px -77px
}

#body-container.product_detail_view .lt-store .flag {
    background-position: -80px -77px
}

#body-container.product_detail_view .lu-store .flag {
    background-position: -96px -77px
}

#body-container.product_detail_view .lv-store .flag {
    background-position: -112px -77px
}

#body-container.product_detail_view .mc-store .flag {
    background-position: -128px -77px
}

#body-container.product_detail_view .md-store .flag {
    background-position: -144px -77px
}

#body-container.product_detail_view .me-store .flag {
    background-position: -160px -77px
}

#body-container.product_detail_view .mh-store .flag {
    background-position: -176px -77px
}

#body-container.product_detail_view .mk-store .flag {
    background-position: -192px -77px
}

#body-container.product_detail_view .mm-store .flag {
    background-position: -208px -77px
}

#body-container.product_detail_view .mn-store .flag {
    background-position: 0 -88px
}

#body-container.product_detail_view .mo-store .flag {
    background-position: -16px -88px
}

#body-container.product_detail_view .mp-store .flag {
    background-position: -32px -88px
}

#body-container.product_detail_view .mq-store .flag {
    background-position: -48px -88px
}

#body-container.product_detail_view .ms-store .flag {
    background-position: -64px -88px
}

#body-container.product_detail_view .mt-store .flag {
    background-position: -80px -88px
}

#body-container.product_detail_view .mv-store .flag {
    background-position: -96px -88px
}

#body-container.product_detail_view .mx-store .flag {
    background-position: -112px -88px
}

#body-container.product_detail_view .my-store .flag {
    background-position: -128px -88px
}

#body-container.product_detail_view .nc-store .flag {
    background-position: -144px -88px
}

#body-container.product_detail_view .nf-store .flag {
    background-position: -160px -88px
}

#body-container.product_detail_view .ni-store .flag {
    background-position: -176px -88px
}

#body-container.product_detail_view .nl-store .flag {
    background-position: -192px -88px
}

#body-container.product_detail_view .no-store .flag {
    background-position: -208px -88px
}

#body-container.product_detail_view .np-store .flag {
    background-position: 0 -99px
}

#body-container.product_detail_view .nr-store .flag {
    background-position: -16px -99px
}

#body-container.product_detail_view .nu-store .flag {
    background-position: -32px -99px
}

#body-container.product_detail_view .nz-store .flag {
    background-position: -48px -99px
}

#body-container.product_detail_view .om-store .flag {
    background-position: -64px -99px
}

#body-container.product_detail_view .pa-store .flag {
    background-position: -80px -99px
}

#body-container.product_detail_view .pe-store .flag {
    background-position: -96px -99px
}

#body-container.product_detail_view .pf-store .flag {
    background-position: -112px -99px
}

#body-container.product_detail_view .pg-store .flag {
    background-position: -128px -99px
}

#body-container.product_detail_view .ph-store .flag {
    background-position: -144px -99px
}

#body-container.product_detail_view .pk-store .flag {
    background-position: -160px -99px
}

#body-container.product_detail_view .pl-store .flag {
    background-position: -176px -99px
}

#body-container.product_detail_view .pm-store .flag {
    background-position: -192px -99px
}

#body-container.product_detail_view .pn-store .flag {
    background-position: -208px -99px
}

#body-container.product_detail_view .pr-store .flag {
    background-position: 0 -110px
}

#body-container.product_detail_view .ps-store .flag {
    background-position: -16px -110px
}

#body-container.product_detail_view .pt-store .flag {
    background-position: -32px -110px
}

#body-container.product_detail_view .pw-store .flag {
    background-position: -48px -110px
}

#body-container.product_detail_view .py-store .flag {
    background-position: -64px -110px
}

#body-container.product_detail_view .qa-store .flag {
    background-position: -80px -110px
}

#body-container.product_detail_view .ro-store .flag {
    background-position: -96px -110px
}

#body-container.product_detail_view .rs-store .flag {
    background-position: -112px -110px
}

#body-container.product_detail_view .ru-store .flag {
    background-position: -128px -110px
}

#body-container.product_detail_view .sa-store .flag {
    background-position: -144px -110px
}

#body-container.product_detail_view .sb-store .flag {
    background-position: -160px -110px
}

#body-container.product_detail_view .scotland-store .flag {
    background-position: -176px -110px
}

#body-container.product_detail_view .se-store .flag {
    background-position: -192px -110px
}

#body-container.product_detail_view .sg-store .flag {
    background-position: -208px -110px
}

#body-container.product_detail_view .si-store .flag {
    background-position: 0 -121px
}

#body-container.product_detail_view .sk-store .flag {
    background-position: -16px -121px
}

#body-container.product_detail_view .sm-store .flag {
    background-position: -32px -121px
}

#body-container.product_detail_view .sr-store .flag {
    background-position: -48px -121px
}

#body-container.product_detail_view .sv-store .flag {
    background-position: -64px -121px
}

#body-container.product_detail_view .sy-store .flag {
    background-position: -80px -121px
}

#body-container.product_detail_view .tc-store .flag {
    background-position: -96px -121px
}

#body-container.product_detail_view .tf-store .flag {
    background-position: -112px -121px
}

#body-container.product_detail_view .th-store .flag {
    background-position: -128px -121px
}

#body-container.product_detail_view .tj-store .flag {
    background-position: -144px -121px
}

#body-container.product_detail_view .tk-store .flag {
    background-position: -160px -121px
}

#body-container.product_detail_view .tl-store .flag {
    background-position: -176px -121px
}

#body-container.product_detail_view .tm-store .flag {
    background-position: -192px -121px
}

#body-container.product_detail_view .to-store .flag {
    background-position: -208px -121px
}

#body-container.product_detail_view .tr-store .flag {
    background-position: 0 -132px
}

#body-container.product_detail_view .tt-store .flag {
    background-position: -16px -132px
}

#body-container.product_detail_view .tv-store .flag {
    background-position: -32px -132px
}

#body-container.product_detail_view .tw-store .flag {
    background-position: -48px -132px
}

#body-container.product_detail_view .ua-store .flag {
    background-position: -64px -132px
}

#body-container.product_detail_view .um-store .flag {
    background-position: -80px -132px
}

#body-container.product_detail_view .us-store .flag {
    background-position: -96px -132px
}

#body-container.product_detail_view .uy-store .flag {
    background-position: -112px -132px
}

#body-container.product_detail_view .uz-store .flag {
    background-position: -128px -132px
}

#body-container.product_detail_view .va-store .flag {
    background-position: -144px -132px
}

#body-container.product_detail_view .vc-store .flag {
    background-position: -160px -132px
}

#body-container.product_detail_view .ve-store .flag {
    background-position: -176px -132px
}

#body-container.product_detail_view .vg-store .flag {
    background-position: -192px -132px
}

#body-container.product_detail_view .vi-store .flag {
    background-position: -208px -132px
}

#body-container.product_detail_view .vn-store .flag {
    background-position: 0 -143px
}

#body-container.product_detail_view .vu-store .flag {
    background-position: -16px -143px
}

#body-container.product_detail_view .wales-store .flag {
    background-position: -32px -143px
}

#body-container.product_detail_view .wf-store .flag {
    background-position: -48px -143px
}

#body-container.product_detail_view .ws-store .flag {
    background-position: -64px -143px
}

#body-container.product_detail_view .ye-store .flag {
    background-position: -80px -143px
}

#body-container.product_detail_view .ii-store .flag {
    background-position: -96px -143px
}

#body-container.product_detail_view .display-inline-block {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    zoom: 1
}

#body-container.product_detail_view .visibility-hidden {
    visibility: hidden
}

#body-container.product_detail_view .pagebody {
    padding: 30px
}

#body-container.product_detail_view .hide {
    display: none!important
}

#body-container.product_detail_view .low-stock {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #f7941d;
    -webkit-box-shadow: inset 0 0 5px 0 #c16c07;
    -moz-box-shadow: inset 0 0 5px 0 #c16c07;
    box-shadow: inset 0 0 5px 0 #c16c07;
    display: inline-block;
    zoom: 1;
    text-align: center;
    color: white;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: .75em
}

#body-container.product_detail_view .out-of-stock {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #e83650;
    -webkit-box-shadow: inset 0 0 5px 0 #bc162e;
    -moz-box-shadow: inset 0 0 5px 0 #bc162e;
    box-shadow: inset 0 0 5px 0 #bc162e;
    display: inline-block;
    zoom: 1;
    text-align: center;
    color: white;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: .75em
}

#body-container.product_detail_view .format-dollars:before {
    content: '$'
}

#body-container.product_detail_view .format-inches:after {
    content: '"'
}

#body-container.product_detail_view .cssanimations.opacity .tooltip {
    -webkit-animation: fadeinandrise .3s 0s 1 normal forwards;
    animation: fadeinandrise .3s 0s 1 normal forwards;
    opacity: 0
}

#body-container.product_detail_view .tooltip {
    position: absolute;
    z-index: 9999;
    background: #f6f6f6;
    background: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    filter:formatstring("progid:DXImageTransform.Microsoft.gradient(startColorstr='{0}',endColorstr='{1}')",
    #fff,
    #e6e6e6);
    -ms-filter:formatstring("\"progid:DXImageTransform.Microsoft.gradient(startColorStr='{0}',EndColorStr='{1}')\"",
    #fff,
    #e6e6e6);
    border: 1px solid #808080;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 18px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    border-left: 6px solid #3c5a98
}

#body-container.product_detail_view .tooltip.positive {
    border-left: 6px solid #8cc447
}

#body-container.product_detail_view .tooltip.negative {
    border-left: 6px solid #e83650
}

#body-container.product_detail_view .tooltip.loading {
    padding-bottom: 62px;
    text-align: center
}

#body-container.product_detail_view .tooltip.loading span {
    position: absolute;
    right: 50%;
    bottom: 18px;
    width: 32px;
    height: 32px;
    margin-right: -16px;
    background-image: url("/static/img/loading.aa633a07f65b.gif");
    background-repeat: no-repeat
}

#body-container.product_detail_view .tooltip.dismiss {
    padding-right: 38px
}

#body-container.product_detail_view .tooltip.dismiss span {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 18px;
    height: 18px;
    background-image: url("/static/img/main-sprite.0095b1166800.png");
    background-repeat: no-repeat;
    background-position: -387px -141px
}

#body-container.product_detail_view .tooltip b {
    font-weight: bold
}

#body-container.product_detail_view .tooltip i {
    font-style: italic
}

#body-container.product_detail_view .loader {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 220px;
    border: 1px solid #ccc;
    padding: 6px 18px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 28px;
    padding-bottom: 62px;
    text-align: center;
    z-index: 999
}

#body-container.product_detail_view .loader span {
    position: absolute;
    right: 50%;
    bottom: 18px;
    width: 32px;
    height: 32px;
    margin-right: -16px;
    background-image: url("/static/img/loading.aa633a07f65b.gif");
    background-repeat: no-repeat
}

#body-container.product_detail_view .cssanimations.opacity .loader {
    opacity: 0;
    -webkit-animation: fadeinandrise .3s 0s 1 normal forwards;
    animation: fadeinandrise .3s 0s 1 normal forwards
}

#body-container.product_detail_view .tbox {
    position: absolute;
    display: none;
    padding: 14px 17px;
    z-index: 1001
}

#body-container.product_detail_view .tinner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fff url("/static/img/loading.aa633a07f65b.gif") no-repeat 50% 50%;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333
}

#body-container.product_detail_view .tmask {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 1000
}

#body-container.product_detail_view #tmaskwhite {
    background: #fff;
    opacity: 1
}

#body-container.product_detail_view .tclose {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("/static/img/tinyboxclose.a53c836a196a.png") no-repeat
}

#body-container.product_detail_view .tclose:hover {
    background-position: 0 -30px
}

#body-container.product_detail_view .tinner#tinyboxyoutube {
    background: black;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

#body-container.product_detail_view .youtube-embed {
    display: inline-block;
    cursor: pointer;
    background: url("/static/img/playbutton.587d1f561798.png") no-repeat center center
}

#body-container.product_detail_view .youtube-embed img {
    opacity: .7;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

#body-container.product_detail_view .youtube-embed:hover img {
    opacity: 1
}

@-webkit-keyframes fadeinandrise {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeoutanddrop {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeinandrise {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeoutanddrop {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@media only screen and (max-width:1279px) {
    #body-container.product_detail_view #container {
        width: 1000px
    }
    #body-container.product_detail_view #container>header {
        width: 788px
    }
    #body-container.product_detail_view .k3_cart_app #container>header,
    #body-container.product_detail_view .k3_orders_app #container>header {
        width: 1000px
    }
    #body-container.product_detail_view .k3_cart_app #container>aside,
    #body-container.product_detail_view .k3_orders_app #container>aside {
        display: none
    }
    #body-container.product_detail_view .australia-block,
    #body-container.product_detail_view .help-box,
    #body-container.product_detail_view #container>aside {
        top: 29px;
        right: -1px
    }
    #body-container.product_detail_view #container>aside #checkout-box .container {
        height: 50px;
        overflow: hidden;
        cursor: pointer
    }
    #body-container.product_detail_view #container>aside #checkout-box .container:hover {
        height: auto
    }
    #body-container.product_detail_view #container>aside>* {
        display: none
    }
    #body-container.product_detail_view #container .checkout-box {
        display: block
    }
    #body-container.product_detail_view #container .checkout-box .checkout-contents:before,
    #body-container.product_detail_view #container .checkout-box .checkout-contents:after {
        visibility: hidden
    }
    #body-container.product_detail_view #container .checkout-box:hover .checkout-contents:before,
    #body-container.product_detail_view #container .checkout-box:hover .checkout-contents:after {
        visibility: visible
    }
}

#body-container.product_detail_view .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#body-container.product_detail_view .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

#body-container.product_detail_view .chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

#body-container.product_detail_view .chosen-container a {
    cursor: pointer
}

#body-container.product_detail_view .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

#body-container.product_detail_view .chosen-container-single .chosen-default {
    color: #999
}

#body-container.product_detail_view .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

#body-container.product_detail_view .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

#body-container.product_detail_view .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("/static/img/chosen-sprite.25b9acb1b504.png") -42px 1px no-repeat;
    font-size: 1px
}

#body-container.product_detail_view .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

#body-container.product_detail_view .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

#body-container.product_detail_view .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

#body-container.product_detail_view .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/static/img/chosen-sprite.25b9acb1b504.png") no-repeat 0 2px
}

#body-container.product_detail_view .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

#body-container.product_detail_view .chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url("/static/img/chosen-sprite.25b9acb1b504.png") no-repeat 100% -20px;
    background: url("/static/img/chosen-sprite.25b9acb1b504.png") no-repeat 100% -20px, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background: url("/static/img/chosen-sprite.25b9acb1b504.png") no-repeat 100% -20px, -webkit-linear-gradient(#eee 1%, #fff 15%);
    background: url("/static/img/chosen-sprite.25b9acb1b504.png") no-repeat 100% -20px, -moz-linear-gradient(#eee 1%, #fff 15%);
    background: url("/static/img/chosen-sprite.25b9acb1b504.png") no-repeat 100% -20px, -o-linear-gradient(#eee 1%, #fff 15%);
    background: url("/static/img/chosen-sprite.25b9acb1b504.png") no-repeat 100% -20px, linear-gradient(#eee 1%, #fff 15%);
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

#body-container.product_detail_view .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

#body-container.product_detail_view .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

#body-container.product_detail_view .chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

#body-container.product_detail_view .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px
}

#body-container.product_detail_view .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

#body-container.product_detail_view .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

#body-container.product_detail_view .chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

#body-container.product_detail_view .chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4
}

#body-container.product_detail_view .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default
}

#body-container.product_detail_view .chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

#body-container.product_detail_view .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

#body-container.product_detail_view .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto!important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

#body-container.product_detail_view .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

#body-container.product_detail_view .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

#body-container.product_detail_view .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0!important;
    background: transparent!important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

#body-container.product_detail_view .chosen-container-multi .chosen-choices li.search-field .default {
    color: #999
}

#body-container.product_detail_view .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default
}

#body-container.product_detail_view .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("/static/img/chosen-sprite.25b9acb1b504.png") -42px 1px no-repeat;
    font-size: 1px
}

#body-container.product_detail_view .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

#body-container.product_detail_view .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

#body-container.product_detail_view .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

#body-container.product_detail_view .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

#body-container.product_detail_view .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

#body-container.product_detail_view .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

#body-container.product_detail_view .chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

#body-container.product_detail_view .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

#body-container.product_detail_view .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

#body-container.product_detail_view .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

#body-container.product_detail_view .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

#body-container.product_detail_view .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111!important
}

#body-container.product_detail_view .chosen-disabled {
    opacity: .5!important;
    cursor: default
}

#body-container.product_detail_view .chosen-disabled .chosen-single {
    cursor: default
}

#body-container.product_detail_view .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

#body-container.product_detail_view .chosen-rtl {
    text-align: right
}

#body-container.product_detail_view .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

#body-container.product_detail_view .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

#body-container.product_detail_view .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

#body-container.product_detail_view .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

#body-container.product_detail_view .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

#body-container.product_detail_view .chosen-rtl .chosen-choices li {
    float: right
}

#body-container.product_detail_view .chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

#body-container.product_detail_view .chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

#body-container.product_detail_view .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

#body-container.product_detail_view .chosen-rtl.chosen-container-single-nosearch .chosen-search,
#body-container.product_detail_view .chosen-rtl .chosen-drop {
    left: 9999px
}

#body-container.product_detail_view .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

#body-container.product_detail_view .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

#body-container.product_detail_view .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

#body-container.product_detail_view .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url("/static/img/chosen-sprite.25b9acb1b504.png") no-repeat -30px -20px;
    background: url("/static/img/chosen-sprite.25b9acb1b504.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background: url("/static/img/chosen-sprite.25b9acb1b504.png") no-repeat -30px -20px, -webkit-linear-gradient(#eee 1%, #fff 15%);
    background: url("/static/img/chosen-sprite.25b9acb1b504.png") no-repeat -30px -20px, -moz-linear-gradient(#eee 1%, #fff 15%);
    background: url("/static/img/chosen-sprite.25b9acb1b504.png") no-repeat -30px -20px, -o-linear-gradient(#eee 1%, #fff 15%);
    background: url("/static/img/chosen-sprite.25b9acb1b504.png") no-repeat -30px -20px, linear-gradient(#eee 1%, #fff 15%);
    direction: rtl
}

#body-container.product_detail_view .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

#body-container.product_detail_view .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    #body-container.product_detail_view .chosen-rtl .chosen-search input[type="text"],
    #body-container.product_detail_view .chosen-container-single .chosen-single abbr,
    #body-container.product_detail_view .chosen-container-single .chosen-single div b,
    #body-container.product_detail_view .chosen-container-single .chosen-search input[type="text"],
    #body-container.product_detail_view .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    #body-container.product_detail_view .chosen-container .chosen-results-scroll-down span,
    #body-container.product_detail_view .chosen-container .chosen-results-scroll-up span {
        background-image: url("/static/img/chosen-sprite@2x.cb0d09c93b99.png")!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important
    }
}

#body-container.product_detail_view .fourohfour {
    padding: 0 0 40px 25px!important
}

#body-container.product_detail_view .fourohfour h1 {
    padding-left: 0!important
}

#body-container.product_detail_view .fourohfour i {
    font-style: italic
}

#body-container.product_detail_view .fourohfour form.search-form {
    margin: 0 0 40px 0;
    width: 281px
}

#body-container.product_detail_view .fourohfour h4 {
    margin: 0 0 25px 0
}

#body-container.product_detail_view .fourohfour ul {
    list-style: inside disc;
    line-height: 2em;
    margin-left: 30px
}

#body-container.product_detail_view .gssb_a span {
    padding-right: 5px
}

#body-container.product_detail_view .cse-sayt-title,
#body-container.product_detail_view .cse-sayt-price {
    text-align: left;
    line-height: 1.3
}

#body-container.product_detail_view .cse-sayt-price {
    display: none
}

#body-container.product_detail_view #jsalert {
    padding: 8px 35px 8px 14px;
    color: #C09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #FBEED5;
    border-radius: 4px;
    background-color: #FCF8E3;
    width: 40%;
    position: fixed;
    left: 35%;
    top: 30%;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    cursor: pointer
}

#body-container.product_detail_view #jsalert .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 1px 0 white;
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
    opacity: .2
}

#body-container.product_detail_view #jsalert .close:hover {
    color: black;
    opacity: .4
}

#body-container.product_detail_view div.banner-scripts {
    float: right;
    margin-top: 20px;
    z-index: 5;
    position: relative
}

#body-container.product_detail_view .page-navigation {}

#body-container.product_detail_view .page-navigation .store-countries {
    float: left;
    overflow: visible;
    white-space: no-wrap
}

#body-container.product_detail_view .page-navigation .store-countries ul {
    z-index: 1000;
    height: 29px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top: 0 none;
    border-bottom: 0 none;
    margin-left: -3px;
    border-right: 1px solid #292824;
    position: absolute
}

#body-container.product_detail_view .page-navigation .store-countries ul li {
    float: none;
    clear: both;
    display: block;
    width: 470px;
    min-height: 30px;
    background-color: #f0f5f9;
    border-top: 1px solid #fff
}

#body-container.product_detail_view .page-navigation .store-countries ul li:hover {
    background: #f0f5f9;
    background: -moz-linear-gradient(top, #fff 0, #f0f5f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f5f9));
    background: -webkit-linear-gradient(top, #fff 0, #f0f5f9 100%);
    background: -o-linear-gradient(top, #fff 0, #f0f5f9 100%);
    background: -ms-linear-gradient(top, #fff 0, #f0f5f9 100%);
    background: linear-gradient(top, #fff 0, #f0f5f9 100%)
}

#body-container.product_detail_view .page-navigation .store-countries ul li span {
    float: left
}

#body-container.product_detail_view .page-navigation .store-countries ul li span:before,
#body-container.product_detail_view .page-navigation .store-countries ul li span:after {
    content: '';
    display: table
}

#body-container.product_detail_view .page-navigation .store-countries ul li span:after {
    clear: both
}

#body-container.product_detail_view .page-navigation .store-countries ul li .currency {
    display: block;
    color: #808080;
    border-right: 1px solid #fff;
    padding: 7px;
    padding-bottom: 5px;
    width: 60px
}

#body-container.product_detail_view .page-navigation .store-countries ul li .flag {
    display: block;
    padding: 0;
    margin: 7px;
    margin-bottom: 5px
}

#body-container.product_detail_view .page-navigation .store-countries ul li .flag {
    padding: 0;
    margin: 9px 0 0 18px
}

#body-container.product_detail_view .page-navigation .store-countries ul li .country-description {
    display: block;
    padding-left: 12px;
    color: #3c5a98;
    padding-top: 6px
}

#body-container.product_detail_view .page-navigation .store-countries ul li .country-description strong {
    display: none
}

#body-container.product_detail_view .page-navigation .store-countries ul li.country-other {
    padding: 12px 7px 12px 18px;
    font-size: .9em;
    background: #e6e6e6;
    cursor: default
}

#body-container.product_detail_view .page-navigation .store-countries ul li.country-other:hover {
    background-image: none;
    background: #e6e6e6
}

#body-container.product_detail_view .page-navigation .store-countries ul li.current-store {
    position: relative;
    vertical-align: baseline;
    background-color: transparent;
    border-top: 0 none
}

#body-container.product_detail_view .page-navigation .store-countries ul li.current-store:hover {
    background-image: none;
    background-color: transparent
}

#body-container.product_detail_view .page-navigation .store-countries ul li.current-store:before {
    position: absolute;
    top: 12px;
    left: 42px;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    display: inline-block;
    zoom: 1;
    height: 0;
    width: 0
}

#body-container.product_detail_view .page-navigation .store-countries ul li.current-store .flag {
    padding: 0;
    margin: 9px 0 0 18px
}

#body-container.product_detail_view .page-navigation .store-countries ul li.current-store .currency {
    color: #808080;
    padding-right: 30px;
    border-right: 1px solid #292824
}

#body-container.product_detail_view .page-navigation .store-countries ul li.current-store .country-description {
    display: block;
    padding-left: 12px;
    padding-top: 3px;
    color: #ccc;
    line-height: 1em;
    text-transform: uppercase
}

#body-container.product_detail_view .page-navigation .store-countries ul li.current-store .country-description strong {
    text-transform: none;
    display: block;
    font-weight: normal;
    font-size: .6em
}

#body-container.product_detail_view .page-navigation .store-countries ul.display {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    border: 3px solid #292824;
    border-top: 0 none;
    overflow: hidden;
    box-shadow: 0 0 3px #393833
}

#body-container.product_detail_view .page-navigation .australia-block {
    float: left
}

#body-container.product_detail_view .page-navigation .site-menu {
    float: right;
    width: auto
}

#body-container.product_detail_view .page-navigation .site-menu ul {
    overflow: visible
}

#body-container.product_detail_view .page-navigation .site-menu ul li {
    float: left;
    display: inline-block;
    color: #f2f2f2
}

#body-container.product_detail_view .page-navigation .site-menu ul li:active {
    color: #d2dbe4
}

#body-container.product_detail_view .page-navigation .site-menu ul li a {
    color: #fff;
    display: inline-block;
    padding: 6px 18px 4px
}

#body-container.product_detail_view .page-navigation .site-menu ul li a:hover {
    color: #d2dbe4
}

#body-container.product_detail_view .page-navigation .site-menu ul li a.active {
    color: #8ab8cc
}

#body-container.product_detail_view .page-navigation .site-menu ul li:last-child {
    margin-left: 3px;
    margin-right: 1px
}

#body-container.product_detail_view .page-navigation .site-menu ul li:last-child a {}

#body-container.product_detail_view section.section-showcase {
    padding: 0;
    position: relative
}

#body-container.product_detail_view section.section-showcase section {
    width: 100%;
    white-space: nowrap
}

#body-container.product_detail_view section.section-showcase section>figure {
    width: 100%;
    overflow: hidden;
    display: block;
    zoom: 1;
    white-space: normal
}

#body-container.product_detail_view section.section-showcase section>figure>* {
    margin: 0 auto
}

#body-container.product_detail_view .hide {
    display: none
}

#body-container.product_detail_view .show {
    display: inherit
}

#body-container.product_detail_view .quiet {
    color: #666
}

#body-container.product_detail_view .loud {
    color: #000
}

#body-container.product_detail_view .highlight {
    background: #ff0
}

#body-container.product_detail_view .added {
    background: #060;
    color: #fff
}

#body-container.product_detail_view .removed {
    background: #900;
    color: #fff
}

#body-container.product_detail_view input {
    font-size: .9em
}

#body-container.product_detail_view a {
    color: #3c5a98;
    text-decoration: none
}

#body-container.product_detail_view a:hover {
    color: #e83650
}

#body-container.product_detail_view a:focus {
    outline: thin dotted
}

#body-container.product_detail_view a:hover,
#body-container.product_detail_view a:active {
    outline: 0
}

#body-container.product_detail_view h1 {
    font-size: 2.2em;
    font-family: Helvetica, Arial, sans-serif;
    color: #1e2b4b;
    margin-bottom: 9px
}

#body-container.product_detail_view h2 {
    font-size: 1.45em;
    color: #3c5a98
}

#body-container.product_detail_view h3 {
    font-size: 1.25em;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    color: #3c5a98
}

#body-container.product_detail_view h4,
#body-container.product_detail_view h5 {
    font-size: 1.25em;
    color: #3c5a98
}

#body-container.product_detail_view h6 {
    font: normal 1.25em/1.2em
}

#body-container.product_detail_view h1+p {
    margin-top: 3em
}

#body-container.product_detail_view h4+p {
    margin-top: 1em
}

#body-container.product_detail_view h5+form {
    margin-top: .5em
}

#body-container.product_detail_view p {
    margin-bottom: 1em
}

#body-container.product_detail_view p+h3 {
    margin-top: 2em
}

#body-container.product_detail_view table td>h3,
#body-container.product_detail_view table td>h4 {
    margin-bottom: .4em
}

#body-container.product_detail_view table h4+p {}

#body-container.product_detail_view ul {
    overflow: auto
}

#body-container.product_detail_view ul li {}

#body-container.product_detail_view dl {
    overflow: hidden;
    margin-bottom: 12px
}

#body-container.product_detail_view dt,
#body-container.product_detail_view dd {
    font-size: .9em;
    display: inline-block;
    zoom: 1;
    margin-right: -4px;
    vertical-align: top;
    padding-bottom: 6px
}

#body-container.product_detail_view dt {
    width: 50%;
    text-align: right;
    padding-right: 6px;
    color: #b3b3b3
}

#body-container.product_detail_view dd {
    width: 50%;
    padding-left: 6px;
    color: #393833
}

#body-container.product_detail_view time {
    font-size: 9px;
    line-height: 11px;
    font-style: normal;
    color: #b3b3b3;
    display: block
}

#body-container.product_detail_view legend {
    font-size: 1.45em
}

#body-container.product_detail_view blockquote {
    border-left: 4px solid #800;
    padding-left: 1em;
    margin: 0 0 1em;
    font-style: italic
}

#body-container.product_detail_view blockquote cite {
    color: #b3b3b3;
    font-style: italic;
    margin: 0;
    padding: 0
}

#body-container.product_detail_view .midSizeHead {
    font-size: 2.2em
}

#body-container.product_detail_view .midSizeTextHead {
    font-size: 1.45em;
    font-weight: bold;
    margin-bottom: 6px
}

#body-container.product_detail_view .more {
    margin-top: 11px;
    font-size: .95em
}

#body-container.product_detail_view .price,
#body-container.product_detail_view .old-price,
#body-container.product_detail_view .live-price,
#body-container.product_detail_view .current-price {
    text-align: right
}

#body-container.product_detail_view .old-price {
    color: #ccc;
    text-decoration: line-through
}

#body-container.product_detail_view .price,
#body-container.product_detail_view .live-price,
#body-container.product_detail_view .current-price {
    color: #5b729b;
    font-weight: bold
}

#body-container.product_detail_view .clearfix:before,
#body-container.product_detail_view .clearfix:after {
    content: '';
    display: table
}

#body-container.product_detail_view .clearfix:after {
    clear: both
}

#body-container.product_detail_view #fullscreenview {
    display: none
}

#body-container.product_detail_view section.page-content .whitening>section {
    padding: 0
}

#body-container.product_detail_view .wrapper-twocol-right {
    overflow: hidden;
    background-color: #f0f5f9
}

#body-container.product_detail_view .wrapper-twocol-right .product-grid {
    position: relative;
    width: 602px;
    margin: auto;
    background-color: #fff;
    border-right: 1px solid #000;
    border-left: 1px solid #000
}

#body-container.product_detail_view .wrapper-twocol-right>aside {
    float: left;
    position: relative;
    width: 388px
}

#body-container.product_detail_view .wrapper-twocol-right.fullscreen_preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: none;
    z-index: 1000
}

#body-container.product_detail_view .wrapper-twocol-right.fullscreen_preview>header {
    height: 36px;
    margin: 44px 0;
    text-align: right
}

#body-container.product_detail_view .wrapper-twocol-right.fullscreen_preview>header figure {
    float: left;
    padding-top: 4px
}

#body-container.product_detail_view .wrapper-twocol-right.fullscreen_preview .product-grid {
    width: 824px;
    border: 0 none;
    -webkit-box-shadow: inset 0 0 30px 0 #e9e9e9;
    -moz-box-shadow: inset 0 0 30px 0 #e9e9e9;
    box-shadow: inset 0 0 30px 0 #e9e9e9
}

#body-container.product_detail_view .wrapper-twocol-right.fullscreen_preview>aside {
    width: 388px;
    border: 0 none;
    -webkit-box-shadow: inset 0 0 30px 0 #e9e9e9;
    -moz-box-shadow: inset 0 0 30px 0 #e9e9e9;
    box-shadow: inset 0 0 30px 0 #e9e9e9
}

#body-container.product_detail_view .wrapper-twocol-right.fullscreen_preview>aside:before {
    display: none
}

#body-container.product_detail_view .product-grid .pagep {
    font-size: 1.1em;
    line-height: 1.6em
}

#body-container.product_detail_view .product-grid .page.product-sku {
    color: #aaa;
    text-align: right;
    font-size: .8em
}

#body-container.product_detail_view .product-grid sub {
    font-size: .85em;
    color: #888
}

#body-container.product_detail_view .product-grid figure.brand-logo {
    padding: 20px 20px 0 0;
    position: absolute;
    top: 0;
    right: 0
}

#body-container.product_detail_view .product-grid #section-showcase {
    margin: 0 auto;
    padding: 20px 0 0;
    z-index: 99;
    position: relative
}

#body-container.product_detail_view .product-grid #section-showcase .showcase-style ul {
    text-align: center
}

#body-container.product_detail_view .product-grid #section-showcase .showcase-style ul li {
    float: none
}

#body-container.product_detail_view .product-grid #section-showcase p.onsale,
#body-container.product_detail_view .product-grid #section-showcase p.freeshipping {
    position: absolute;
    bottom: -9px;
    right: -9px;
    display: block;
    background-image: url("/static/img/bg-ribbons.adeaa8790947.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    z-index: 999;
    margin: 0;
    text-indent: -4000px
}

#body-container.product_detail_view .product-grid #section-showcase p.onsale {
    background-position: 0 -288px
}

#body-container.product_detail_view .product-grid #section-showcase p.freeshipping {
    background-position: 0 -697px
}

#body-container.product_detail_view .product-grid .Two_x_Col {
    margin-bottom: 2em;
    width: 37%;
    float: left;
    overflow: visible;
    color: #808080;
    font-size: .9em
}

#body-container.product_detail_view .product-grid .Two_x_Col p {
    font-size: .9em
}

#body-container.product_detail_view .product-grid .Two_x_Col:first-child {
    margin-right: 6%;
    width: 57%
}

#body-container.product_detail_view .product-grid .Two_x_Col ul {
    color: #3c5a98
}

#body-container.product_detail_view .product-grid .Two_x_Col ul li {
    list-style: disc;
    margin-left: 2em;
    line-height: 1.6em
}

#body-container.product_detail_view .product-grid .Two_x_Col h4 {
    color: #4d4d4d;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 1.2em
}

#body-container.product_detail_view .product-grid .Two_x_Col.whats-in-the-box ul {
    color: #808080;
    background: url("/static/img/bg_whats-in-the-box.42d3c20f7367.png") no-repeat left center;
    padding-left: 126px;
    min-height: 90px
}

#body-container.product_detail_view .product-grid #product_warranty table {
    border: 0 none
}

#body-container.product_detail_view .product-grid #product_warranty table tr:hover td {
    background-color: #f0f5f9;
    cursor: pointer
}

#body-container.product_detail_view .product-grid #product_warranty table tr:first-child td {
    border-top: 0 none
}

#body-container.product_detail_view .product-grid #product_warranty table tr td {
    border: 0 none;
    border-top: 1px dashed #d0d0d0;
    vertical-align: top
}

#body-container.product_detail_view .product-grid #product_warranty table tr td.checkbox {
    width: 20px
}

#body-container.product_detail_view .product-grid #product_warranty table tr td.details {
    width: 300px
}

#body-container.product_detail_view .product-grid #product_warranty table tr td.details label {
    font-weight: bold;
    font-size: 1.1em;
    color: #000
}

#body-container.product_detail_view .product-grid #product_warranty table tr td.warranty-price {
    text-align: left;
    font-size: 1.1em
}

#body-container.product_detail_view .product-grid #product_specs dt {
    width: 30%;
    margin-top: 6px
}

#body-container.product_detail_view .product-grid #product_specs dd {
    width: 70%;
    margin-top: 6px
}

#body-container.product_detail_view .product-grid #product_reviews>section {
    margin-bottom: 30px
}

#body-container.product_detail_view .product-grid>section hr {
    margin: 0;
    border: none;
    border-bottom: 1px dashed #e6e6e6;
    margin: 12px 0
}

#body-container.product_detail_view .product-grid>section h2 {
    margin: 12px 0 24px 0;
    text-shadow: 1px 1px 1px #fff;
    line-height: 1.2em
}

#body-container.product_detail_view .product-grid>section h3 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1em;
    margin-bottom: 1em
}

#body-container.product_detail_view .product-grid>section h4 {
    margin: 2em 0;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    color: #4d4d4d;
    font-weight: bold
}

#body-container.product_detail_view .product-grid>section h5,
#body-container.product_detail_view .product-grid>section h6 {
    margin: 1em 0
}

#body-container.product_detail_view .product-grid>section>nav {
    margin: 15px auto 0
}

#body-container.product_detail_view .product-grid>section .product_feature {
    overflow: auto;
    margin-bottom: 42px
}

#body-container.product_detail_view .product-grid>section .product_feature>*:first-child {
    width: 25%;
    float: left;
    text-align: right;
    padding-right: 18px
}

#body-container.product_detail_view .product-grid>section .product_feature>*:last-child {
    width: 75%;
    float: right
}

#body-container.product_detail_view .product-grid>section .product_feature h5 {
    color: black;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 1.1em
}

#body-container.product_detail_view .product-grid>section dl {
    margin-bottom: 2em
}

#body-container.product_detail_view .product-grid>section .product_review {
    overflow: auto;
    margin: 0 0 3em
}

#body-container.product_detail_view .product-grid>section .product_review>*:first-child {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 18px
}

#body-container.product_detail_view .product-grid>section .product_review>*:last-child {
    width: 70%;
    float: right
}

#body-container.product_detail_view .product-grid>section .product_review>header>h4 {
    color: #808080;
    margin: .8em 0 .5em;
    font-size: .8em
}

#body-container.product_detail_view .product-grid>section .product_review>header>h5 {
    text-transform: uppercase;
    margin: 0
}

#body-container.product_detail_view .product-grid>section .product_review>section p {
    margin-top: 0
}

#body-container.product_detail_view .product-grid>section .other-features>section {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    zoom: 1;
    font-size: 12px;
    line-height: 1.3em
}

#body-container.product_detail_view .product-grid>section .other-features>section p {
    margin-top: 6px;
    font-size: .9em;
    line-height: 140%
}

#body-container.product_detail_view .product-grid>section .warranty-separate-price {
    color: #e83650;
    font-size: .9em
}

#body-container.product_detail_view .product-grid>section .warranty {
    overflow: auto;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    padding: 30px;
    border: 1px solid #ccc
}

#body-container.product_detail_view .product-grid>section .warranty>*:first-child {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 18px
}

#body-container.product_detail_view .product-grid>section .warranty>*:last-child {
    width: 70%;
    float: right
}

#body-container.product_detail_view .product-grid>section .warranty.active {
    background-color: #f0f5f9
}

#body-container.product_detail_view .product-grid>section .warranty ul {
    list-style-type: circle
}

#body-container.product_detail_view .product-grid>section .warranty label strong {
    font-size: 5em
}

#body-container.product_detail_view .wrapper-twocol-right>aside {
    border-top: 1px solid #fff;
    padding: 30px;
    padding-top: 15px
}

#body-container.product_detail_view .wrapper-twocol-right>aside:before {
    content: '';
    display: block;
    width: 11px;
    height: 19px;
    position: absolute;
    top: 22px;
    left: 0;
    background: url("/static/img/column-indent.6798dd09b92c.png") no-repeat
}

#body-container.product_detail_view .wrapper-twocol-right>aside h1 {
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: .5em;
    font-weight: bold;
    padding: 0;
    line-height: 1.1em
}

#body-container.product_detail_view .wrapper-twocol-right>aside h2 {
    color: #555655;
    font-size: 1.25em;
    margin-bottom: 1em;
    text-shadow: 1px 1px 1px #fff
}

#body-container.product_detail_view .wrapper-twocol-right>aside h4 {
    color: #7689B5;
    margin-top: 48px;
    margin-bottom: 8px;
    text-shadow: 1px 1px 1px #fff
}

#body-container.product_detail_view .wrapper-twocol-right>aside .runningLow {
    margin-bottom: 1em;
    display: inline-block;
    zoom: 1
}

#body-container.product_detail_view .wrapper-twocol-right>aside .dispatch {
    color: #b3b3b3
}

#body-container.product_detail_view .wrapper-twocol-right>aside .delivery,
#body-container.product_detail_view .wrapper-twocol-right>aside .warranty {
    clear: both;
    font-size: .8em;
    position: relative;
    margin-bottom: 2em
}

#body-container.product_detail_view .wrapper-twocol-right>aside .delivery>span:nth-child(1),
#body-container.product_detail_view .wrapper-twocol-right>aside .warranty>span:nth-child(1) {
    float: left;
    margin-right: 5px
}

#body-container.product_detail_view .wrapper-twocol-right>aside .delivery>span:nth-child(2),
#body-container.product_detail_view .wrapper-twocol-right>aside .warranty>span:nth-child(2) {
    float: right
}

#body-container.product_detail_view .wrapper-twocol-right>aside .delivery>span.btn-blue,
#body-container.product_detail_view .wrapper-twocol-right>aside .warranty>span.btn-blue {
    font-size: 10px;
    background: #d8e7ee;
    padding: 0 5px;
    color: #5b729b;
    border-radius: 8px;
    box-shadow: 0 1px 1px #fff;
    cursor: pointer
}

#body-container.product_detail_view .wrapper-twocol-right>aside .delivery>span.btn-blue:hover,
#body-container.product_detail_view .wrapper-twocol-right>aside .warranty>span.btn-blue:hover,
#body-container.product_detail_view .wrapper-twocol-right>aside .delivery>span.btn-blue:focus,
#body-container.product_detail_view .wrapper-twocol-right>aside .warranty>span.btn-blue:focus {
    background: #972200;
    color: white
}

#body-container.product_detail_view .wrapper-twocol-right>aside .delivery>span.dotted-lines,
#body-container.product_detail_view .wrapper-twocol-right>aside .warranty>span.dotted-lines {
    display: block;
    overflow: hidden;
    height: 1.1em;
    border-bottom: 1px dashed #d0d0d0;
    margin: 0 5px
}

#body-container.product_detail_view .wrapper-twocol-right>aside .delivery .popup,
#body-container.product_detail_view .wrapper-twocol-right>aside .warranty .popup {
    display: inline-block;
    zoom: 1;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #5a739d;
    border: 1px solid #c9d8de;
    background: #d7e7ed;
    padding: 3px;
    box-shadow: 0 0 2px #c9d8de inset;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
    display: none;
    position: absolute;
    right: 0;
    bottom: 20px
}

#body-container.product_detail_view .wrapper-twocol-right>aside .delivery .popup.active,
#body-container.product_detail_view .wrapper-twocol-right>aside .warranty .popup.active {
    display: inline-block;
    zoom: 1
}

#body-container.product_detail_view .wrapper-twocol-right>aside .delivery .popup:after,
#body-container.product_detail_view .wrapper-twocol-right>aside .warranty .popup:after {
    content: "";
    background: url("/static/img/slider-value-arrow.d5774c257295.png") no-repeat bottom right;
    display: inline-block;
    zoom: 1;
    width: 10px;
    height: 9px;
    position: absolute;
    bottom: -5px;
    right: 10px
}

#body-container.product_detail_view .wrapper-twocol-right>aside .delivery .popup label,
#body-container.product_detail_view .wrapper-twocol-right>aside .warranty .popup label {
    font-size: .6em;
    position: absolute;
    top: -1.7em;
    left: -1px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.4em;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    display: inline;
    width: 100%;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    font-weight: lighter;
    text-align: center
}

#body-container.product_detail_view .wrapper-twocol-right>aside .delivery .popup input,
#body-container.product_detail_view .wrapper-twocol-right>aside .warranty .popup input {
    font: inherit;
    color: inherit;
    background: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    width: 60px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff
}

#body-container.product_detail_view .wrapper-twocol-right>aside .delivery .popup input:focus,
#body-container.product_detail_view .wrapper-twocol-right>aside .warranty .popup input:focus {
    outline: none
}

#body-container.product_detail_view .wrapper-twocol-right>aside .price {
    text-align: left
}

#body-container.product_detail_view .wrapper-twocol-right>aside .price>div {
    font-size: 1.1em;
    float: left;
    margin-top: 2em;
    color: #808080;
    font-weight: normal
}

#body-container.product_detail_view .wrapper-twocol-right>aside .price>div .price-savings {
    float: right;
    color: #e83650
}

#body-container.product_detail_view .wrapper-twocol-right>aside .price>div>h3 {
    font-size: 3em;
    font-family: Helvetica, Arial, sans-serif;
    color: #393833;
    font-weight: bold;
    margin: 0;
    line-height: 1em
}

#body-container.product_detail_view .wrapper-twocol-right>aside .price>div>h3 span {
    float: right;
    color: #e83650;
    text-transform: uppercase;
    padding-left: .5em
}

#body-container.product_detail_view .wrapper-twocol-right>aside .price>a {
    display: block;
    clear: both;
    font-weight: normal;
    font-size: .9em
}

#body-container.product_detail_view .wrapper-twocol-right>aside .postage {
    color: #808080
}

#body-container.product_detail_view .wrapper-twocol-right>aside>a {
    display: table;
    clear: both;
    font-size: .85em;
    color: #3c5a98
}

#body-container.product_detail_view .wrapper-twocol-right>aside #sticky-details {
    top: -30px;
    -moz-transition: top .3s ease-in-out;
    -webkit-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out
}

#body-container.product_detail_view .wrapper-twocol-right>aside #sticky-details.stuck {
    position: fixed;
    background: #f0f5fa;
    background: rgba(240, 245, 250, 0.9);
    width: 330px;
    top: 0;
    z-index: 999
}

#body-container.product_detail_view .wrapper-twocol-right>aside #sticky-details.stuck.bottom {
    position: absolute;
    bottom: 0;
    top: auto
}

#body-container.product_detail_view .wrapper-twocol-right>aside .warranty-box {
    background: #f2f2f2;
    box-shadow: 0 0 5px #999 inset;
    border-radius: 4px;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    border: 1px solid #ccc;
    margin-top: 20px
}

#body-container.product_detail_view .wrapper-twocol-right>aside .warranty-box:after {
    content: "";
    width: 23px;
    height: 19px;
    background: url("/static/img/indent-greybox-top.43d9cce079ec.png") no-repeat;
    display: block;
    position: absolute;
    left: 40px;
    top: -12px
}

#body-container.product_detail_view .wrapper-twocol-right>aside .warranty-box.guarantee {
    width: 100%
}

#body-container.product_detail_view .wrapper-twocol-right>aside .warranty-box.guarantee p {
    display: none
}

#body-container.product_detail_view .wrapper-twocol-right>aside .warranty-box.guarantee p:first-child {
    display: block;
    float: none;
    margin: 0 auto;
    border-right: 0 none
}

#body-container.product_detail_view .wrapper-twocol-right>aside .warranty-box p {
    float: left;
    width: 50%;
    vertical-align: middle;
    height: 70px;
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    font-size: .6em;
    font-weight: bold;
    color: #5A739D;
    margin: 0
}

#body-container.product_detail_view .wrapper-twocol-right>aside .warranty-box p:first-child {
    border-right: 1px solid #ddd;
    text-transform: uppercase
}

#body-container.product_detail_view .wrapper-twocol-right>aside .warranty-box p:first-child strong {
    font-size: 0;
    visibility: hidden;
    float: left;
    height: 0
}

#body-container.product_detail_view .wrapper-twocol-right>aside .warranty-box p:first-child span {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    padding-top: 10px
}

#body-container.product_detail_view .wrapper-twocol-right>aside .warranty-box p:first-child span:before {
    content: url("/static/img/14daymb.e541778bc663.png");
    visibility: visible;
    margin-right: 10px;
    margin-top: -10px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    float: left
}

#body-container.product_detail_view .wrapper-twocol-right>aside .warranty-box p.rightp {
    border-left: 1px solid #fff;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 0;
    float: right;
    font-size: .7em;
    line-height: 1.4em
}

#body-container.product_detail_view .wrapper-twocol-right>aside .warranty-box p.rightp strong {
    display: block;
    font-size: 3.3em;
    float: left;
    line-height: .8em;
    padding-right: 5px
}

#body-container.product_detail_view .wrapper-twocol-right>aside .warranty-box p a {
    font-size: 1.1em;
    font-weight: lighter;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px
}

#body-container.product_detail_view .wrapper-twocol-right>aside .review-box {
    background-color: white;
    border: 1px solid #ccc;
    position: relative;
    padding: 9px;
    margin-bottom: 12px
}

#body-container.product_detail_view .wrapper-twocol-right>aside .review-box time {
    position: absolute;
    right: 6px;
    bottom: 6px
}

#body-container.product_detail_view .wrapper-twocol-right>aside .review-box figure {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin: 15px 0 0
}

#body-container.product_detail_view .wrapper-twocol-right>aside .review-box div {
    padding: 0;
    width: 70%;
    display: inline-block
}

#body-container.product_detail_view .wrapper-twocol-right>aside .similiar-product-box {
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75;
    margin-bottom: 2em;
    background-color: white;
    border: 1px solid #ccc;
    padding: 9px
}

#body-container.product_detail_view .wrapper-twocol-right>aside .similiar-product-box:hover {
    opacity: 1
}

#body-container.product_detail_view .wrapper-twocol-right>aside .similiar-product-box h3 {
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    color: #333;
    font-size: 1.15em
}

#body-container.product_detail_view .wrapper-twocol-right>aside .similiar-product-box>figure {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    zoom: 1;
    width: 30%
}

#body-container.product_detail_view .wrapper-twocol-right>aside .similiar-product-box>figure img {}

#body-container.product_detail_view .wrapper-twocol-right>aside .similiar-product-box dl {
    overflow: visible
}

#body-container.product_detail_view .wrapper-twocol-right>aside .similiar-product-box>div {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    zoom: 1;
    width: 70%;
    padding: 9px 9px 0
}

#body-container.product_detail_view .wrapper-twocol-right>aside .similiar-product-box>div>ul li:first-child {
    font-size: 1.4em;
    color: #04042d;
    margin-top: 1em
}

#body-container.product_detail_view .wrapper-twocol-right>aside .similiar-product-box>div>ul li:nth-child(2) {
    font-size: .85em;
    color: #4d4d4d
}

#body-container.product_detail_view .wrapper-twocol-right>aside .traditional-list {
    text-shadow: 1px 1px 1px #fff
}

#body-container.product_detail_view p.pleasewait,
#body-container.product_detail_view p.reviewerror {
    margin: 0;
    text-align: center;
    padding: 70px 0 30px
}

#body-container.product_detail_view p.pleasewait {
    background: url("/static/img/loading-small.15d734c8dc8c.gif") no-repeat center bottom
}

#body-container.product_detail_view p.reviewerror a {
    text-decoration: underline
}

#body-container.product_detail_view article.review {
    width: 100%;
    position: relative;
    padding: 15px 15px 35px
}

#body-container.product_detail_view article.review:before,
#body-container.product_detail_view article.review:after {
    content: '';
    display: table
}

#body-container.product_detail_view article.review:after {
    clear: both
}

#body-container.product_detail_view article.review>figure {
    float: left;
    margin: 0 20px 20px 0
}

#body-container.product_detail_view article.review time {
    display: inline;
    font-size: inherit
}

#body-container.product_detail_view article.review h2 {
    line-height: 1.3em;
    margin-bottom: .5em
}

#body-container.product_detail_view article.review .action {
    position: absolute;
    bottom: 15px;
    right: 15px
}

#body-container.product_detail_view .no-boxshadow .wrapper-twocol-right>aside .warranty-box {
    border: 2px solid #ddd
}

#body-container.product_detail_view #product_overview h4 {
    line-height: 20px
}
