body {
    font-family:Arial, Helvetica, sans-serif;
    color: white;
    margin-top: 0px;
    background-color: #111;
}

p {
    font-size: 18px;
    line-height: 1.6em;
    color: #CCCCCC;
}

a {
    text-decoration: none;
    color: #00aa00;
}

a.subtle {
    border-bottom: 1px solid #CCCCCC;
    color: #CCCCCC;
}

a:hover {
    color: #00ff00;
}

a.subtle:hover {
    border-bottom: 1px solid #00aa00;
}

a.current { border-bottom: 3px solid #090; }

h2 {
    font-size: 22px;
}

ul {
    list-style-type: none;
}

ul li {
    float: left;
    width: 160px;
    padding-top: 76px;
    font-size: 20px;
}

#page-wrapper {
    margin: 0 auto;
}

#container {
    width: 960px;
    margin: 0px auto;
    padding-top: 20px;
}

#header {
    overflow:hidden;
    border-bottom:solid 1px #333;
}

#logo {
    padding-bottom:10px;
    float:left;
    padding-right:20px;
}

#logo a {
    color: transparent;
}

#content-wrapper {
    margin-top:1px;
    padding-bottom:80px;
}

#main-image {
    padding-top: 20px;
}

.column1 {
    width: 225px;
    margin-right: 10px;
    padding-top: 40px;
    float: left;
}

.column2 {
    width: 225px ;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 40px;
    float: left;
}

.column3 {
    width: 225px ;
    margin-left: 10px;
    padding-top: 40px;
    float: left;
}

.column4 {
    width: 470px;
    margin-left: 10px;
    padding-top: 40px;
    float: left;
}

.column5 {
    width: 470px;
    margin-right: 10px;
    padding-top: 40px;
    float: left;
}

#contact-form p {
    padding-top:0px;
    margin-top:5px;
    margin-bottom:5px;
}

.column4 img {
    padding-bottom:1px;
}

.column1 h1, .column2 h1, .column3 h1, .column4 h1  {
    border-bottom: solid 1px #333;
    padding-bottom:10px;
}

.column1 p, .column2 p, .column3 p {
    border-bottom: solid 1px #333;
    padding-bottom:10px;
}

#contact-form p {
    padding-bottom:0px;
    margin-bottom:0px;
}

#footer {
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #333;
}

#footer-text p {
    color:#666;
}

.job-title {
    position: relative;
    top: -10px;
}

.shop .column1 {
    float:right;
}

.shop .column2 {
    float:right;
    clear:right;
}

.buynow {
    float:left;
    width:570px;
}

.details {
    float:right;
    width:350px;
}

.label {
    clear: both;
    float:left;
    margin:18px 0 15px 0;
    color:#00aa00;
}

.clear {
    /*float: left;*/
    clear: both;
    /*display: block;*/
}

.price {
    font-size: 40px;
    font-weight: bold;
    margin-left: 35px;
    float: left;
}

.price-ship {
    float: left;
    font-size: 20px;
    margin: 15px 0 0 35px;
}

#note {
    float: left;
    clear: both;
    width: 100%;
    border-top: 1px solid #333333;
    padding-top: 5px;
}

.price-note {
    float: left;
    clear: left;
    margin: 10px 0 20px 0;
    font-size: 80%;
    color: #777;
}

#note p {
    float: left;
    clear: both;
    margin-top: 0;
}

#note span {
    margin: 1em 0;
}

#btn-buynow {
    float:left;
    clear:both;
    margin:10px 0 25px 0;
}

#prod-pic {
    width:190px;
    height:350px;
    float:left;
}

.form-prompt {
    display: block;
    width: 100px;
    clear: left;
}

.form-field {
    display: flex;
    align-items: center;
    width: 15em;
}

.form-prompt, .form-field {
    line-height: 1.5em;
    margin: 1.5em 0 0;
    float: left;
}

.form-prompt:first-child, .form-prompt:first-child + .form-field {
    margin-top: 0;
}

.button {
    color: white;
    background: #007700;
    appearance: none;
    border-radius: 5px;
    border: none;
    line-height: 2em;
    padding: 0 1em;
    cursor: pointer;
    font-size: 1em;
}

.button.button--big {
    display: block;
    font-size: 1.4em;
    margin: 0 auto;
}

.button.button--big.disabled-look, .button.disabled-look {
    color: #aaa;
    background-color: #666;
}

.cartlist {
    display: table;
    width: 120%;
}

.cartlist:empty:before {
    content: "Cart is empty";
    color: #999;
}

.cartlist:empty + .cartsummary {
    display: none;
}

.cartitem {
    position: relative;
    display: table-row;
    color: #ffffff;
}

.cartitem.cartitem--new {
    color: #00ff00;
}

.cartitem > div {
    display: table-cell;
    padding-bottom: 0.5em;
}

.cartitem > div:nth-child(1) {
    width: 48%;
}

.cartitem > div:nth-child(2) {
    width: 12%;
}

.cartitem > div:nth-child(3) {
    width: 23.33%;
}

.cartitem > div:nth-child(4) {
    width: 16.66%;
}

.cartitem__quantity, .cartitem__price, .cartitem__remove, .cartitem__reduce {
    text-align: right;
}

.cartitem.cartitem--underline .cartitem__prop {
    border-bottom: 1px solid #333;
    padding-bottom: 1em;
}

.cartitem.cartitem--underline + .cartitem .cartitem__prop {
    padding-top: 1em;
}

.cartitem__quantity:before {
    content: "x ";
}

.cartitem.cartitem--error {
    color: #f64e4e;
}

.cartitem:not(.cartitem--error) .cartitem__reduce,
.cartitem.cartitem--error .cartitem__remove {
    display: none;
}

.dollar-value:before {
    content: "$";
}

#content-wrapper.shop .column1 {
    width: 320px;
}

.slow-color {
    transition: color 1s;
}

.cartitem__remove, .cartitem__reduce {
    color: #090;
    cursor: pointer;
    font-size: 80%;
}

.spinner-message {
    display: none;
    background-image: url(/images/loading.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1.5em;
}


.price:before, .price-ship:before {
    content: "$";
}

.cart-error {
    background-color: #f8cece;
    padding: 0.5em;
    font-size: 80%;
    color: #333;
    border-radius: 5px;
    border: 1px solid #b96363;
}

.cart-error:empty {
    display:none;
}

.cart-error:not(:empty) + #paypal-button-container {
    display: none;
}

.collapsible-toggle {
    margin-left: 1em;
    font-size: 80%;
    color: #0a0;
    cursor: pointer;
}

.collapsible-toggle:not(.open) + .collapsible {
    display: none;
}

.swatch {
    position: absolute;
    display: inline-block;
    border: 2px solid white;
    margin-left: 2em;
    width: 24px;
    height: 24px;
}

.user {
    display: inline-block;
    margin-bottom: 1em;
}

.user img {
    width:225px;
    height: 150px;
}

.user p {
    margin: 0.2em 0;
}.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../img/lightbox/loading.1699145157.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../img/lightbox/prev.1699145157.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../img/lightbox/next.1699145157.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../img/lightbox/close.1699145157.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}