body {
    background-color: #F5F2EC;
}
body, input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
li {
    margin-left: 0;
}
#top-tabs {
    text-align: right;
    padding-top: 5px;
    height: 30px;
}
.BZA_toprightlinks {
    display: inline-block;
    background: url(../img/BZA_toprightlinks.png) no-repeat;
    width: 60px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    line-height: 37px;
}
.BZA_toprightlinks a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.BZA_toprightlinks a:hover {
    text-decoration: underline;
}
.logo.container {
    position: absolute;
    top: 12px;
    width: 100%;
    box-sizing: border-box;
    pointer-events: none;
}
.logo.container img {
    position: relative;
    left: -33px;
}
.topnav.container {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: -1px;
}

.custom-navbar {
    height: 50px;
    line-height: 48px;
    background: #646165;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9f9aa0), color-stop(100% #646165));
    background: -webkit-linear-gradient(top, #9f9aa0 0, #646165 100%);
    background: -moz-linear-gradient(top, #9f9aa0 0, #646165 100%);
    background: -ms-linear-gradient(top, #9f9aa0 0, #646165 100%);
    background: -o-linear-gradient(top, #9f9aa0 0, #646165 100%);
    background: linear-gradient(top, #9f9aa0 0, #646165 100%);
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

.custom-navbar-wrapper {
	background: #646165;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9f9aa0), color-stop(100% #646165));
    background: -webkit-linear-gradient(top, #9f9aa0 0, #646165 100%);
    background: -moz-linear-gradient(top, #9f9aa0 0, #646165 100%);
    background: -ms-linear-gradient(top, #9f9aa0 0, #646165 100%);
    background: -o-linear-gradient(top, #9f9aa0 0, #646165 100%);
    background: linear-gradient(top, #9f9aa0 0, #646165 100%);
}

.neck {
    height: 90px;
    padding-top: 20px;
}
.torso {
    background: url(../img/graybackground.png) repeat;
    padding-top: 30px;
    padding-bottom: 60px;
}
.torso .header {
    font-size: 11px;
    color: #666;
}
.torso .header .headline {
    font-family: Helvetica Neue, Helvetica, Arial, lato, serif;
    font-size: 28px;
    color: #23413D;
}
.torso hr {
    margin-top: 5px;
    margin-bottom: 5px!important;
}
.torso .selectors {
    color: #3f3f3f;
    font-size: 13px;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.icon-input {
    background: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100% #e5e5e5));
    background: -webkit-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -moz-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: linear-gradient(top, #fff 0, #e5e5e5 100%);
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    color: #616161;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    overflow: hidden;
    margin-top: 10px;
}
.icon-input label {
    float: right;
    width: 50px;
    text-align: center;
    cursor: pointer;
}
.icon-input span {
    display: block;
    overflow: hidden;
    height: 100%}
.icon-input input {
    border: 0;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    border-radius: 0;
    font-size: 20px;
}
input:focus {
    outline: 0;
}
.search-filter {
    font-size: 11px;
    text-decoration: underline;
    color: #ff9340;
}
.search {
    text-align: right;
}
.cart-info {
    position: absolute;
    right: -10px;
    background: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100% #e5e5e5));
    background: -webkit-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -moz-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: linear-gradient(top, #fff 0, #e5e5e5 100%);
    margin-top: 10px;
    border-radius: 6px;
    width: 180px;
    height: 42px;
    -webkit-box-shadow: inset 0 0 3px #c4c4c4;
    -moz-box-shadow: inset 0 0 3px #c4c4c4;
    box-shadow: inset 0 0 3px #c4c4c4;
    overflow: hidden;
}
.cart-info a {
    text-decoration: none;
    color: #888;
}
.cart-info .descriptor {
    font-size: 11px;
    line-height: 6px;
    text-transform: uppercase;
}
.cart-info .wishinfo {
    height: 100%;
    font-size: 18px;
    border-right: 1px #dbdbdb solid;
    width: 89px;
    float: left;
    text-align: center;
}
.cart-info .wishinfo .wished-count {
    color: #555;
}
.cart-info .cart {
    height: 100%;
    font-size: 18px;
    width: 89px;
    float: left;
    text-align: center;
}
.cart-info .cart .cart-count {
    color: #009d91;
}
.cart-info .cart.has-item {
    background: #ff3019;
    background: -moz-linear-gradient(top, #ff3019 0, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
    background: -webkit-linear-gradient(top, #ff3019 0, #cf0404 100%);
    background: -o-linear-gradient(top, #ff3019 0, #cf0404 100%);
    background: -ms-linear-gradient(top, #ff3019 0, #cf0404 100%);
    background: linear-gradient(to bottom, #ff3019 0, #cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019',  endColorstr='#cf0404',  GradientType=0);
}
.cart-info .cart.has-item .cart-count, .cart-info .cart.has-item .descriptor {
    color: #fff;
}
.navbar {
    color: #fff;
    text-decoration: none;
    text-shadow: -1px -1px 0 #646464;
}
.social-connect {
    font-family: lato, serif;
    overflow: auto;
}
.social-connect span {
    float: right;
}
.socialconnectbutton {
    float: right;
    line-height: 19px;
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100% #000));
    background: -webkit-linear-gradient(top, #45484d 0, #000 100%);
    background: -moz-linear-gradient(top, #45484d 0, #000 100%);
    background: -ms-linear-gradient(top, #45484d 0, #000 100%);
    background: -o-linear-gradient(top, #45484d 0, #000 100%);
    background: linear-gradient(top, #45484d 0, #000 100%);
    height: 22px;
    width: 22px;
    border-radius: 24px;
    text-align: center;
    margin-left: 5px;
    margin-top: 10px;
    padding: 1px;
}
.thigh {
    margin-top: 60px;
    margin-bottom: 80px;
    color: #555;
    text-align: center;
    font-size: 11px;
}
.thigh a {
    color: #333;
    text-decoration: none;
}
.thigh a:hover {
    text-decoration: underline;
}
.belly-button {
    margin-top: 20px;
}
.feet {
    color: #fff;
    padding-top: 45px;
    padding-bottom: 10px;
    font-size: 12px;
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100% #000));
    background: -webkit-linear-gradient(top, #45484d 0, #000 100%);
    background: -moz-linear-gradient(top, #45484d 0, #000 100%);
    background: -ms-linear-gradient(top, #45484d 0, #000 100%);
    background: -o-linear-gradient(top, #45484d 0, #000 100%);
    background: linear-gradient(top, #45484d 0, #000 100%);
}
.medium.button {
    border-radius: 4px;
    font-size: 15px;
    padding: 5px 9px;
}
.small.button {
    border-radius: 2px;
    font-size: 11px;
    padding: 3px 5px;
}
.small-medium.button {
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 6px;
}
.large.button {
    display: block;
    text-align: center;
    padding: 13px;
    border-radius: 6px;
    height: 22px;
    line-height: 23px;
    font-size: 17px;
}
.topwish.button {
    display: block;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
    font-size: 15px;
}
.full.button {
    display: block;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
}
.grey.button {
    display: block;
    background: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100% #e5e5e5));
    background: -webkit-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -moz-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: linear-gradient(top, #fff 0, #e5e5e5 100%);
    -webkit-box-shadow: inset 0 0 3px #c4c4c4;
    -moz-box-shadow: inset 0 0 3px #c4c4c4;
    box-shadow: inset 0 0 3px #c4c4c4;
    color: #888;
}
.grey.button:hover {
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100% #ddd));
    background: -webkit-linear-gradient(top, #fdfdfd 0, #ddd 100%);
    background: -moz-linear-gradient(top, #fdfdfd 0, #ddd 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0, #ddd 100%);
    background: -o-linear-gradient(top, #fdfdfd 0, #ddd 100%);
    background: linear-gradient(top, #fdfdfd 0, #ddd 100%);
}
.grey.button:active {
    background: #f3f3f3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100% #f3f3f3));
    background: -webkit-linear-gradient(top, #fafafa 0, #f3f3f3 100%);
    background: -moz-linear-gradient(top, #fafafa 0, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #fafafa 0, #f3f3f3 100%);
    background: -o-linear-gradient(top, #fafafa 0, #f3f3f3 100%);
    background: linear-gradient(top, #fafafa 0, #f3f3f3 100%);
}
.red.button {
    display: block;
    background: #ff4040;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9a9a), color-stop(100% #ff4040));
    background: -webkit-linear-gradient(top, #ff9a9a 0, #ff4040 100%);
    background: -moz-linear-gradient(top, #ff9a9a 0, #ff4040 100%);
    background: -ms-linear-gradient(top, #ff9a9a 0, #ff4040 100%);
    background: -o-linear-gradient(top, #ff9a9a 0, #ff4040 100%);
    background: linear-gradient(top, #ff9a9a 0, #ff4040 100%);
    color: #fff;
    font-weight: 700;
    text-shadow: -1px -1px 0 rgba(255, 13, 13, .3);
    border: 1px solid #ff6262;
}
.red.button:active, .red.button:hover {
    background: #ff0d0d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6767), color-stop(100% #ff0d0d));
    background: -webkit-linear-gradient(top, #ff6767 0, #ff0d0d 100%);
    background: -moz-linear-gradient(top, #ff6767 0, #ff0d0d 100%);
    background: -ms-linear-gradient(top, #ff6767 0, #ff0d0d 100%);
    background: -o-linear-gradient(top, #ff6767 0, #ff0d0d 100%);
    background: linear-gradient(top, #ff6767 0, #ff0d0d 100%);
    border: 1px solid #ff3434;
    text-decoration: none
}
.orange.button {
    border: 1px solid #ffad41;
    color: #fff!important;
    text-shadow: -1px -1px 0 rgba(255, 145, 61, .3);
    background: #fb9d23;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc579), color-stop(100% #fb9d23));
    background: -webkit-linear-gradient(top, #ffc579 0, #fb9d23 100%);
    background: -moz-linear-gradient(top, #ffc579 0, #fb9d23 100%);
    background: -ms-linear-gradient(top, #ffc579 0, #fb9d23 100%);
    background: -o-linear-gradient(top, #ffc579 0, #fb9d23 100%);
    background: linear-gradient(top, #ffc579 0, #fb9d23 100%);
    background-color: #fb9d23;
}
.orange.button:hover {
    color: #fff!important;
    border-color: #ff9913;
    background: #e78404;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaf46), color-stop(100% #e78404));
    background: -webkit-linear-gradient(top, #ffaf46 0, #e78404 100%);
    background: -moz-linear-gradient(top, #ffaf46 0, #e78404 100%);
    background: -ms-linear-gradient(top, #ffaf46 0, #e78404 100%);
    background: -o-linear-gradient(top, #ffaf46 0, #e78404 100%);
    background: linear-gradient(top, #ffaf46 0, #e78404 100%);
}
.orange.button:active {
    color: #fff!important;
    position: relative;
    top: 1px;
    border-color: #ff9913;
    background: #e78404;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaf46), color-stop(100% #e78404));
    background: -webkit-linear-gradient(top, #ffaf46 0, #e78404 100%);
    background: -moz-linear-gradient(top, #ffaf46 0, #e78404 100%);
    background: -ms-linear-gradient(top, #ffaf46 0, #e78404 100%);
    background: -o-linear-gradient(top, #ffaf46 0, #e78404 100%);
    background: linear-gradient(top, #ffaf46 0, #e78404 100%);
}
.darkgray.button {
    border: 1px solid #b7b7b7;
    color: #fff!important;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
    background: #707070;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100% #707070));
    background: -webkit-linear-gradient(top, #d3d3d3 0, #707070 100%);
    background: -moz-linear-gradient(top, #d3d3d3 0, #707070 100%);
    background: -ms-linear-gradient(top, #d3d3d3 0, #707070 100%);
    background: -o-linear-gradient(top, #d3d3d3 0, #707070 100%);
    background: linear-gradient(top, #d3d3d3 0, #707070 100%);
    background-color: #707070;
}
.darkgray.button:hover {
    color: #fff!important;
    border-color: #a0a0a0;
    background: #575757;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(100% #575757));
    background: -webkit-linear-gradient(top, #bababa 0, #575757 100%);
    background: -moz-linear-gradient(top, #bababa 0, #575757 100%);
    background: -ms-linear-gradient(top, #bababa 0, #575757 100%);
    background: -o-linear-gradient(top, #bababa 0, #575757 100%);
    background: linear-gradient(top, #bababa 0, #575757 100%);
}
.darkgray.button:active {
    color: #fff!important;
    position: relative;
    top: 1px;
    border-color: #a0a0a0;
    background: #575757;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(100% #575757));
    background: -webkit-linear-gradient(top, #bababa 0, #575757 100%);
    background: -moz-linear-gradient(top, #bababa 0, #575757 100%);
    background: -ms-linear-gradient(top, #bababa 0, #575757 100%);
    background: -o-linear-gradient(top, #bababa 0, #575757 100%);
    background: linear-gradient(top, #bababa 0, #575757 100%);
}
.blue.button {
    text-shadow: -1px -1px 0 #00665e;
    background: #1d766f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33cec3), color-stop(100% #1d766f));
    background: -webkit-linear-gradient(top, #33cec3 0, #1d766f 100%);
    background: -moz-linear-gradient(top, #33cec3 0, #1d766f 100%);
    background: -ms-linear-gradient(top, #33cec3 0, #1d766f 100%);
    background: -o-linear-gradient(top, #33cec3 0, #1d766f 100%);
    background: linear-gradient(top, #33cec3 0, #1d766f 100%);
    color: #fff!important;
    border: 1px solid #27a299;
    text-decoration: none
}
.blue.button:hover {
    color: #fff!important;
    background: #1d766f;
    background: #134d48;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #28a69d), color-stop(100% #134d48));
    background: -webkit-linear-gradient(top, #28a69d 0, #134d48 100%);
    background: -moz-linear-gradient(top, #28a69d 0, #134d48 100%);
    background: -ms-linear-gradient(top, #28a69d 0, #134d48 100%);
    background: -o-linear-gradient(top, #28a69d 0, #134d48 100%);
    background: linear-gradient(top, #28a69d 0, #134d48 100%);
    border: 1px solid #1e7d76;
    text-decoration: none
}
.blue.button:active {
    color: #fff!important;
    background: #00665e;
    background: #134d48;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #28a69d), color-stop(100% #134d48));
    background: -webkit-linear-gradient(top, #28a69d 0, #134d48 100%);
    background: -moz-linear-gradient(top, #28a69d 0, #134d48 100%);
    background: -ms-linear-gradient(top, #28a69d 0, #134d48 100%);
    background: -o-linear-gradient(top, #28a69d 0, #134d48 100%);
    background: linear-gradient(top, #28a69d 0, #134d48 100%);
    border: 1px solid #1e7d76;
    text-decoration: none
}
.button {
    text-decoration: none;
    cursor: pointer;
}
.feet h6 {
    font-size: 11px;
    margin-bottom: 10px;
}
div.newsletter input {
    border: 0;
    font-size: 20px;
    border-radius: 3px;
    color: #555;
    padding: 4px;
    margin-bottom: 10px;
}
.selector {
    bottom: 2px;
    display: inline-block;
    zoom: 1;
    font-size: 10px;
    color: #fff;
    border-radius: 3px;
    padding: 3px 6px;
    background-color: #b1b1b1;
    cursor: pointer;
}
.selector:hover {
    background-color: silver;
}
.selector.selected {
    background: url(../img/symbolx_7.png) no-repeat right center, #6b6b6b;
    padding-right: 18px;
}
.selector.selected:hover {
    background-color: #8a8a8a;
}
#priceRange {
    margin-top: 5px;
}
#priceRange-value {
    margin-top: 7px;
    color: #3d3d3d;
    text-shadow: 0 1px 0 #fff;
}
.search ul {
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.specific-types {
    position: absolute;
    right: 0;
    padding: 12px;
    z-index: 10;
    white-space: nowrap;
    display: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    color: #666;
    background-color: #fff;
    font-size: 11px;
}
.productType_Label {
    cursor: pointer;
}
.artwork-grid {
    width: 980px;
    margin: 0 auto;
}
.artwork-grid .product {
    list-style: none;
    width: 172px;
    margin: 5px 12px;
}
.artwork-grid .product .wishlist {
    position: absolute;
    bottom: 10px;
    left: 8px;
    display: none;
}
.artwork-grid .product .wished {
    display: block!important;
}
.artwork-grid .product .new {
    position: absolute;
    background: #3f4c6b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #606c88), color-stop(100% #3f4c6b));
    background: -webkit-linear-gradient(top, #606c88 0, #3f4c6b 100%);
    background: -moz-linear-gradient(top, #606c88 0, #3f4c6b 100%);
    background: -ms-linear-gradient(top, #606c88 0, #3f4c6b 100%);
    background: -o-linear-gradient(top, #606c88 0, #3f4c6b 100%);
    background: linear-gradient(top, #606c88 0, #3f4c6b 100%);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    padding: 4px 6px;
    bottom: 10px;
    right: 8px;
    border-radius: 2px;
}
.artwork-grid .product .additional-info {
    z-index: 2;
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    padding: 8px 10px 4px;
    box-sizing: border-box;
}
.artwork-grid .product .additional-info .types {
    float: left;
}
.artwork-grid .product .additional-info .types ul {
    margin-bottom: 0;
}
.artwork-grid .product .additional-info .types li {
    list-style: none;
    color: #666;
    font-size: 11px;
}
.artwork-grid .product .additional-info .min-price {
    float: right;
    color: #009d91;
    font-size: 18px;
}
.artwork-grid .product .image {
    position: relative;
    width: 162px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
}
.artwork-grid .product .title {
    color: #505050;
    width: 172px;
    word-wrap: break-word;
    margin-top: 14px;
    margin-left: 5px;
    font-size: 11px;
}
.artwork-grid .product .user {
    margin: 1px 0 10px 5px;
    color: #888;
    font-family: Arial;
    overflow: hidden;
    font-size: 11px;
    white-space: nowrap;
}
.artwork-grid .product .user a {
    color: #bf6e30;
    text-decoration: none;
}
.artwork-grid .product .user a:hover {
    text-decoration: underline;
}
.feet dl {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.feet dt {
    font-size: 18px;
    color: #EEE;
    margin-bottom: 5px;
}
.feet dd {
    font-size: 13px!important;
    line-height: 14px!important;
    color: #777;
    margin-bottom: 40px;
}
.feet dd a {
    display: block;
    line-height: 17px;
    color: #777;
}
.feet a {
    color: #EEE;
    text-decoration: none;
}
#newsletterSubscribe .country {
    border: 1px solid #cecece;
    padding: 5px;
    border-radius: 5px;
    width: 428px;
    font-size: 1.1rem;
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
}
.store-header {
    background-color: #efeae9;
    margin: 0 24px;
    padding: 15px;
    margin-bottom: 15px;
}
.bza-nav-slogan {
    font-weight: 700;
    font-size: 13px;
}
.bza-nav-slogan a {
    text-decoration: underline;
    color: #ffb073;
}
#logo-map {
    cursor: pointer;
}
a.star {
    display: block;
    width: 17px;
    height: 15px;
    background: url(http://bza.co/css/../img/star.png) top right no-repeat;
    float: left;
    margin: 0;
}
a.star.active {
    background-position: 0 -20px;
}
#product-box {
    background-color: #fff;
    margin: 0 24px;
    padding: 15px;
    margin-bottom: 15px;
    padding-top: 40px;
}
#product-thumbnails {
    margin-top:10px
}
#product-thumbnails img {
    margin-right: 3px;
    margin-bottom: 5px;
    float: left;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
}
#product-thumbnails img.active {
    display: none;
}
#large-image-frame {
    padding: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    background-color: #fff;
    margin-top:45px
}
#share-product {
    margin-top: 110px;
    margin-bottom: 55px;
    font-size: 13px;
    color: #888;
}
#share-product hr {
    margin-bottom: 10px;
}
#product-descriptor {
    color: #333;
}
#product-descriptor h3 {
    margin-bottom: 0;
    line-height: 17px;
    font-size: 17px;
    color: #161616;
    margin-top: 0px;
    font-weight: bold;
}
#product-descriptor h4 {
    font-size: 13px;
    color: #797979;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
}
#product-descriptor h4 a {
    text-decoration: none;
    color: #888;
}
#product-descriptor h4 a:hover {
    text-decoration: underline;
}
#product-descriptor h5 {
    margin-bottom: 60px;
    font-size: 13px;
    color: #494949;
    font-weight: bold;
}
#product-pay {
    font-weight: 700;
    color: #888;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    padding: 10px 0;
    margin-bottom: 10px;
}
#product-copyright {
    font-weight: 700;
    color: #888;
    margin-bottom: 50px;
}
#product-variants h1 {
    font-size: 15px;
    padding-bottom: 12px;
    color: #1d766f;
    border-bottom: 4px solid #1d766f;
    margin-bottom: 40px;
    font-weight: bold;
}
#product-variants h2 {
    color: #2e2e2e;
    font-size: 15px;
    margin-top: 0px;
    font-weight: bold;
}
#product-variants h3 {
    display: inline-block;
    font-size: 12px;
    color: #494949;
    margin-bottom: 0;
    margin-right: 5px;
    font-weight: bold;
}
#product-variants .description {
    color: #797979;
    font-size: 12px;
    margin-bottom: 25px;
}
#product-variants .separator {
    border-bottom: 1px solid #1d766f;
    margin-bottom: 30px;
}
.right-aligned {
    text-align: right;
}
#firsttimerModal {
    background: #3a3a3a url(../img/first_timer.jpg) no-repeat;
}
#firsttimerSubscribe {
    margin: 130px -20px -10px -20px;
}
#firsttimerSubscribe .label {
    margin: 0 5px;
    color: #fff;
    font-size: 11px;
    padding-bottom: 4px;
    font-weight: 700;
}
#firsttimerSubscribe .textfield {
    width: 85%;
    font-size: 11px;
    color: #353535;
    margin: 0 5px;
}
#firsttimerSubscribe .medium.blue.button {
    font-size: 12px;
    color: #353535;
    position: relative;
    top: 23px;
}
#faqtable td, #signuptable td {
    vertical-align: middle;
    padding-bottom: 10px;
}
#faqtable .text, #signuptable .text {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin: 0;
    vertical-align: middle;
}
#faqtable .text:focus, #signuptable .text:focus {
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
h3.category {
    font-size: 14px;
    margin: 24px 0 12px;
    font-weight: 700;
    color: #000;
}
.faq-list ul {
    padding: 0 20px;
}
.faq-list a {
    color: #888;
    text-decoration: none;
    font-size: 12px;
}
.faq-list a:hover {
    text-decoration: underline;
}
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, .8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}
.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    background: #fff url(modal-gloss.png) no-repeat -200px -80px;
    position: absolute;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
.reveal-modal .label {
    color: #535353;
}
.reveal-modal input {
    border: 1px solid #cecece;
    padding: 5px;
    border-radius: 5px;
    width: 80%;
    font-size: 1.1rem;
}
.reveal-modal textarea {
    height: 85px;
    border: 1px solid #cecece;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    font-size: 1.1rem;
    margin-top: 5px;
    margin-bottom: 10px;
}
.reveal-modal a {
    color: #888;
    text-decoration: none;
    cursor: pointer;
}
.reveal-modal a:hover {
    color: #444;
    text-decoration: underline;
}
.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}
.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}
.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}
.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}
.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: 700;
    cursor: pointer;
}