/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
th {
    font-weight: bold;
}
td.rule {
    border-bottom: 1px solid #dedede;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* BASE */

body {
    font: 17px/25px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", arial, sans-serif;
    font-weight: 300;
    background-color: #000;
    color: #999;
/*    text-shadow: #000 0 0 0;*/
}

.cf {
    clear: both;
    overflow: hidden;
    height: 1px;
}

a {
    color: #fff;
}

.content {
    width: 940px;
    margin: 0 auto;
}

a.btn-white {
    float: left;
    display: inline;
    text-decoration: none;
    font-family: "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
    background: url('/_img/generic/btn_white_l.png') no-repeat 0 0;
    color: #434343;
}

a.btn-white span {
    display: block;
    margin-left: 11px;
    padding-right: 11px;
    height: 27px;
    font-size: 14px;
    line-height: 27px;
    background: transparent url('/_img/generic/btn_white_r.png') no-repeat top right;
    text-align: center;
    cursor: pointer;
}

a .zoom-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: #f00;
    background: transparent url('/_img/generic/icon_zoom.png') no-repeat top left;
    right: -8px;
    top: -4px;
    cursor: pointer;
}

a:hover .zoom-icon {
    background-position: 0 -18px;
}

/* GLOBAL NAV */

#globalnav {
    width: 940px;
    padding-top: 1px;
    height: 39px;
    margin: 0 auto;
}

#globalnav .logo {
    float: left;
}

#globalnav .logo a {
    display: block;
    width: 78px;
    height: 23px;
    margin: 7px 0 0 0;
    background: #000 url('/_img/generic/ibend_logo_grey.gif') no-repeat top left;
    overflow: hidden;
    text-indent: -1000em;
}

#globalnav .logo a:hover {
    background: #000 url('/_img/generic/ibend_logo_white.gif') no-repeat top left;
}

#globalnav li {
    display:block;
    float: left;
    margin-top: 7px;
}

#globalnav li a {
    display: block;
    float: left;
    color: #999;
    padding: 0 8px;
    text-decoration:none;
}

#globalnav li a:hover {
    color: #fff;
}

#globalnav li.checkout {
    float: right;
    margin-top: 6px;
    text-align: right;
    width: 400px;
}

#globalnav li.checkout a {
    float: right;
    padding: 0;
    color: #000;
    overflow: hidden;
}

#globalnav li.checkout a span {
    float: left;
    display: inline;
    font-size: 17px;
}

#globalnav li.checkout .items {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    color: #e6e6e6;
}

#globalnav li.checkout .items strong {
    font-weight: bold;
}

#globalnav li.checkout a:hover {
    color: #000;
}

/* HERO */

#hero-container {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.hero {
    position: absolute;
    height: 300px;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}

.hero .content {
    position: relative;
}

.hero h1 {
    position: absolute;
    top: 0;
    left: 0;
}

.hero-info {
    position: absolute;
    position: absolute;
    top: 29px;
    left: 730px;
    height: 242px;
}

.hero-info .ibend-thumb {
    position: relative;
    display: block;
    width: 200px;
    height: 150px;
    text-decoration: none;
}

.hero-info .buy-cnt {
    padding-top: 24px;
}

.hero-info .price {
    width: 76px;
    float: left;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
    color: #fff;
}

.hero-info .comment {
    position: absolute;
    bottom: 0px;
    width: 200px;
    font-size: 13px;
    line-height: 18px;
    border-top: 1px solid #333;
    padding-top: 2px;
    text-align: center;
}

.hero-info .buy-btn {
    display: block;
    overflow: hidden;
    text-indent: -1000em;
    width: 124px;
    height: 32px;
    background: transparent url('/_img/generic/btn_buynow.png') no-repeat top left;
}

/* HERO CHOOSER */

#hero-chooser {
    background-color: #131313;
    border-top: 2px solid #999;
    height: 132px;
}

#hero-chooser .content {
    position: relative;
}

#hero-chooser a.next-btn,
#hero-chooser a.prev-btn {
    position: absolute;
    display: block;
    width: 50px;
    height: 60px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -1000em;
    background: transparent url('/_img/generic/btn_arrow.gif') no-repeat top left;
}

#hero-chooser a.next-btn {
    background-position: -50px 0;
    right: 25px;
    top: 28px;
}

#hero-chooser a.prev-btn {
    background-position: 0 0;
    left: 25px;
    top: 28px;
}

#hero-chooser a.next-btn:hover {
    background-position: -50px -60px;
}

#hero-chooser a.prev-btn:hover {
    background-position: 0 -60px;
}

#hero-chooser a.next-btn-disabled,
#hero-chooser a.next-btn-disabled:hover {
    background-position: -50px -120px;
    cursor: default;
}

#hero-chooser a.prev-btn-disabled,
#hero-chooser a.prev-btn-disabled:hover {
    background-position: 0 -120px;
    cursor: default;
}

#hero-selected {
    position: absolute;
    left: 170px;
    top: 0;
    width: 24px;
    height: 11px;
    background: transparent url('/_img/generic/hero_selected_arrow.gif') no-repeat top left;
}

#hero-chooser .hero-pages {
    position: absolute;
    left: 86px;
    top: 18px;
    width: 770px;
    overflow: hidden;
}

#hero-chooser .page-container {
    width: 10000px;
    position: relative;
    left: 0;
    top: 0;
}

#hero-chooser .page {
    width: 770px;
    float: left;
    position: relative;
}

#hero-chooser .page a {
    text-decoration: none;
    display: inline;
    width: 172px;
    position: relative;
    float: left;
    margin: 0 10px;
    font: 13px/18px "HelveticaNeue", arial, sans-serif;
    color: #777;
}

#hero-chooser .page a:hover {
    color: #ccc;
}

#hero-chooser .page a strong {
    color: #c4c4c4;
}

#hero-chooser .page a:hover strong {
    color: #fff;
}

#hero-chooser .page a .title {
    margin-top: 2px;
    display: block;
}

#hero-chooser .page a .thumb-border {
    position: absolute;
    display: block;
    width: 172px;
    height: 80px;
    top: 0;
    left: 0;
    background: transparent url('/_img/generic/hero_thumb_border.png');
}


/* POP WINDOW */

.popwindow-wrapper {
    position: absolute;
    display: none;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.popwindow-wrapper .content {
    position: relative;
}

.popwindow {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.popwindow .corner {
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent url('/_img/backgrounds/bg_viewer_corners.png') no-repeat 0 0;
}

.popwindow .nw {
    left: 0;
    top: 0;
    background-position: 0 0;
}
.popwindow .ne {
    right: 0;
    top: 0;
    background-position: -30px 0;
}

.popwindow .sw {
    left: 0;
    bottom: 0;
    background-position: 0 -30px;
}

.popwindow .se {
    right: 0;
    bottom: 0;
    background-position: -30px -30px;
}

.popwindow .x-axis {
    position: absolute;
    height: 30px;
    width: 100%;
    left: 0;
}
.popwindow .x-axis div {
    margin: 0 30px;
    height: 30px;
    background: transparent url('/_img/backgrounds/bg_viewer_x.png') repeat-x 0 0;
}

.popwindow .n { top: 0; }
.popwindow .n div { background-position: 0 0; }

.popwindow .s { bottom: 0; }
.popwindow .s div { background-position: 0 -30px; }

.popwindow .y-axis {
    position: absolute;
    width: 30px;
    top: -30px;
    height: 100%;
    overflow: hidden;
}

.popwindow .y-axis div {
    width: 30px;
    margin-top: 60px;
    height: 1000px;
    background: transparent url('/_img/backgrounds/bg_viewer_y.png') repeat 0 0;
}

.popwindow .w { left: 0; }
.popwindow .w div { background-position: 0 0; }

.popwindow .e { right: 0; }
.popwindow .e div { background-position: -30px 0; }

.popwindow .center {
    position: absolute;
    left: 20px;
    top: 10px;
    right: 20px;
    bottom: 30px;
    background-color: #fff;
}

.loader-white {
    background: #fff url('/_img/generic/loader_white.gif') no-repeat center center;
    width: 100%;
    height: 100%;
}

.popwindow a.close-btn {
    display: block;
    position: absolute;
    background: transparent url('/_img/generic/btn_close.png') no-repeat 0 0;
    width: 18px;
    height: 18px;
    text-decoration: none;
    top: 13px;
    right: 23px;
    overflow: hidden;
    text-indent: -1000em;
    z-index: 10;
}

.popwindow a.close-btn:hover {
    background-position: 0 -18px;
}

/* IMAGE VIEWER */

.image-viewer {
    position: relative;
    width: 600px;
    height: 525px;
    font: 11px/13px "HelveticaNeue", arial, sans-serif;
    background-color: #fff;
}

.image-viewer .img {
    width: 600px;
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #fff;
}

.image-viewer .img img {
    position: absolute;
    left: 0;
    top: 0;
}

.image-viewer h4 {
    font: 14px/15px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", arial, sans-serif;
    margin-bottom: 3px;
}

.image-viewer h4 strong {
    color: #434343;
}

.image-viewer .caption {
    position: absolute;
    top: 450px;
    padding: 15px;
    height: 47px;
    width: 570px;
    overflow: hidden;
}

.image-viewer .nav {
    float: right;
    margin-left: 10px;
}

.image-viewer .nav a {
    display: block;
    width: 60px;
    height: 45px;
    border: 1px solid #eee;
    float: left;
    text-decoration: none;
    margin-left: 5px;
}

.image-viewer .nav a:hover,
.image-viewer .nav a.selected {
    border: 2px solid #ccc;
    width: 58px;
    height: 43px;
    overflow: hidden;
}

.image-viewer .nav a.selected {
    border: 2px solid #aaa;
    cursor: default;
}

.image-viewer .nav a:hover img,
.image-viewer .nav a.selected img {
    position: relative;
    top: -1px;
    left: -1px;
}

/* CHECKOUT WINDOW */

.checkout-window {
    width: 295px;
    height: 159px;
    padding: 15px;
    border: 5px solid #eee;
    background-color: #fff;
}

.checkout-window .buttons a {
    width: 145px;
    margin: 0;
}

.checkout-window .buttons .checkout-now-btn {
    margin-right: 5px;
}

.checkout-window .desc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 77px;
    width: 190px;
    font: 11px/14px "HelveticaNeue", arial, sans-serif;
}

.checkout-window h3 {
    color: #434343;
    text-align: center;
    font-weight: normal;
}

.checkout-window h4 {
    font: bold 16px/18px "HelveticaNeue-Bold", "HelveticaNeue Bold", "HelveticaNeue" arial, sans-serif;
    margin-bottom: 5px;
    color: #434343;
}

.checkout-window .cart-item {
    overflow: hidden;
    margin: 15px 0;
}

.checkout-window .cart-item img {
    float: left;
    border: 1px solid #eee;
}

/* INTRO */

#intro {
    background-color: #202020;
}

#intro .content {
    position: relative;
    overflow: hidden;
    padding: 40px 0 40px 0;
}

.intro-text {
    width: 400px;
    float: right;
}

.intro-text p {
    margin-bottom: 0.8em;
}

/* VIDEOS */

.video-group {
    float: left;
}

.video-frame {
    border: 10px solid #131313;
    width: 480px;
    height: 270px;
    position: relative;
}

.video-menu {
    margin-top: 10px;
    margin-right: -1px;
}

.video-menu a {
    width: 166px;
    float: left;
    margin-right: 1px;
    text-decoration: none;
    position: relative;
    font-size: 11px;
    color: #666;
}

.video-menu a:hover {
    background-color: #080808;
}

.video-menu a .desc {
    padding: 0px 10px 10px 10px;
    display: block;
}

.video-menu a img {
    display: block;
    padding: 10px 10px 3px 10px;
}

.video-menu a.selected {
    background-color: #131313 !important;
    cursor: default !important;
    color: #999;
}

a.zoom-close {
    margin: 0px;
    padding: 5px;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #333;
}


/* HOWTO */

#howto-banner {
    background: #000 url(/_img/generic/howto_drawing.gif) no-repeat top right;
    padding-top: 1px;
    height: 186px;
}

#howto-banner h4 {
    background: #000 url(/_img/headers/howto_header.gif) no-repeat top left;
    height: 32px;
    overflow: hidden;
    text-indent: -1000em;
    margin-bottom: 12px;
}

.howto-text {
    margin: 46px 0 0 0;
    width: 295px;
}

.howto-text p {
    font-size: 14px;
}

/* PHOTOS */

.photos-section {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    padding: 34px 0;
    overflow: hidden;
    width: 100%;
}

.photos-group {
    width: 750px;
    margin-right: -10px;
    margin-bottom: -10px;
    float: left;
}

.photos-group div {
    float: left;
    width: 240px;
    height: 180px;
    margin: 0 10px 10px 0;
}

.photos-text {
    width: 175px;
    float: right;
    font-size: 14px;
}

/* FOOTER */

#footer {
    font-size: 11px;
    line-height: 18px;
    background-color: #000;
}

#footer .content {
    position: relative;
    overflow: hidden;
    padding: 34px;
}

#footer .col {
    float: left;
    width: 250px;
    display: inline; /* ie double margin */
}

#footer .logo-white {
    display: block;
    position: relative;
    top: -10px;
    width: 78px;
    height: 23px;
    margin-bottom: -5px;
    
    text-indent: -1000em;
    background: #000 url('/_img/generic/ibend_logo_white.gif') no-repeat top left;
}

#footer .feedlink {
    text-decoration: none;
}

#footer .feedlink span {
    text-decoration: underline;
}

#footer .feedlink img {
    vertical-align: top;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

/* WHITE BOX */
.white-page {
    background: #f9f9f9 url('/_img/backgrounds/bg_store_top.gif') no-repeat top left;
    width: 940px;
    margin: 0 auto;
    color: #434343;
}

.white-page .content {
    width: auto;
    padding: 70px 100px 80px 100px;
    background: transparent url('/_img/backgrounds/bg_store_bot.gif') no-repeat bottom left;
}

.white-page h1 {
    font-family: "Helvetica Neue UltraLight", "HelveticaNeue-UltraLight", "Helvetica Neue", Arial, sans-serif;
    font-weight: 100;
    font-size: 36px;
    letter-spacing: 1px;
    color: #818181;
    margin: 0 0 40px 0;
}

.white-page h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0px 10px 0px;
    color:#333;
}

.white-page h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 5px 0;
}

.white-page p {
    margin: 0 0px 10px 0px;
}

.white-page a {
    color: #222;
}

.white-page a:hover {
    color: #000;
    text-decoration:underline;
}

.white-page h2 a {
    color: #333;
    text-decoration:none;
}

/* NEWS */

.article-date {
    font-size: 12px;
    color:#666;
    padding-bottom:20px;
}

.article-body {
    width:100%;
    overflow:hidden;
}

.article-body img {
    margin: 0 0 20px 20px;
    float: right;
}

.article h2 {
    margin-bottom: 0;
}

/* RETAILERS & CONTACT */

#retailers-page, #contact-page {
    overflow: hidden;
}

.contact {
    float: left;
    width: 350px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.contact-group {
    clear: both;
}

.contact-group h2 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #b0b0b0;
    border-bottom: 1px solid #ccc;
}

.contact-person {
    font-size: 13px;
    color:#666;
    margin-top: -5px;
    padding-bottom:10px;
}

/*.retailer .contact-info {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #666;
}
*/
/* STORE */

#page {
    background: #181818 url('/_img/backgrounds/bg_page.gif') repeat-x top left;
    padding: 40px 0;
}

.store-form {
    background: #f9f9f9 url('/_img/backgrounds/bg_store_top.gif') no-repeat top left;
    width: 940px;
    margin: 0 auto;
    color: #434343;
}

.store-form .content {
    width: auto;
    padding: 40px 40px 60px 40px;
    background: transparent url('/_img/backgrounds/bg_store_bot.gif') no-repeat bottom left;
}

.store-form .error-message {
    color: #fff;
    background-color:#c00;
    border: 2px solid #900;
    padding: 10px;
    margin-bottom: 10px;
}

.store-form h1 {
    width: 264px;
    height: 32px;
    background: transparent url('/_img/headers/store_header.gif') no-repeat top left;
    overflow: hidden;
    text-indent: -1000em;
    margin-bottom: 20px;
}

.store-form h2 {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 5px 0;
    margin-bottom: 20px;
    clear: both;
}

.store-form h3 {
    font-weight: bold;
    line-height: 22px;
    padding: 10px 0;
}

.store-form .form-group {
    overflow: hidden;
    width: 100%;
    margin-bottom:20px;
}

.store-form .col1 {
    margin-left: 87px;
    width: 386px;
    float: left;
    display: inline; /* ie double margin */
}

.store-form .col2 {
    width: 366px;
    float: left;
}

/* STORE FIELDS */

.store-form .field-item {
    margin-left: -25px;
    padding-left: 25px;
}

.store-form .field-group {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-left: -25px;
    padding-left: 25px;
    margin-bottom: 12px;
}

.store-form .text-field {
    font: 17px/22px "HelveticaNeueu-Light", "Helvetica Neueu Light", "Helvetica Neue", arial, sans-serif;
    font-weight: 300;
    text-shadow:#000 0 0 0;
    margin: 0 0 12px 0;
    width: 292px;
    padding: 3px;
    height: 22px;
    border: 1px solid #ddd;
    border-color: #aaa #d4d4d4 #eee #d4d4d4;
    background: #fff url('/_img/backgrounds/bg_text_field.gif') repeat-x top left;
    color: #434343;
}

.store-form .select-field {
    margin-bottom: 12px;
}

.store-form span.select-field {
    display: block;
    margin-bottom: 0;
    float: left;
}

.store-form .select-field select {
    font: 17px/22px "HelveticaNeueu-Light", "Helvetica Neueu Light", "Helvetica Neue", arial, sans-serif;
    font-weight: 300;
    text-shadow:#000 0 0 0;
    color: #434343;
    padding: 3px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.store-form .field-item label {
    display: block;
    position: relative;
}

.store-form .field-item span {
    display: block;
    font-size:13px;
    line-height:18px;
    color: #666;
}

.store-form .field-item label .field-error {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: -25px;
    top: 23px;
    background: transparent url('/_img/generic/error_icon.gif') no-repeat top left;
    overflow: hidden;
    text-indent:-1000em;
}

.store-form .field-item .state-text-field .field-error {
    left: auto;
    right: -25px;
}

.country-select-field select {
    width: 300px;
}

.expiration-month-select-field select {
    width: 200px;
    margin-right: 10px;
}

.expiration-year-select-field select {
    width: 90px;
}

.expiration-year-label .field-error {
    left: auto;
    right: -25px;
}

.expiration-month-select-field {
    float: none;
}

.card-type-select-field select {
    width: 300px;
}

.store-form .city-text-field {
    float: left;
    margin-right:10px;
    display:inline !important;
}
.store-form .state-text-field {
    float: left;
    display:inline !important;
}

.store-form .city-text-field input {
    width: 206px !important;
}

.store-form .state-text-field input {
    width: 68px !important;
}

.store-form .quantity-text-field {
    width: 50px;
    text-align:center;
    font-weight: bold;
    color: #434343;
}

.store-form .security-code-text-field {
    width: 192px;
    float: left;
    margin-right: 10px;
}

.security-code-img {
    float: left;
    padding-bottom:12px;
}

.payment-group {
    position: relative;
}

.payment-group .note {
    line-height: 15px;
}

.payment-types {
    padding-right: 170px;
    height: 29px;
    background: transparent url('/_img/generic/credit_cards.gif') no-repeat top right;
    float: right;
    position: absolute;
    right: 0px;
    top: 16px;
    font-size: 13px;
    line-height: 32px;
    color: #999;
}


/* STORE PRODUCTS */

.store-headers {
    border-top: 1px solid #ccc;
    font: bold 13px/34px "HelveticaNeue-Bold","HelveticaNeue Bold","HelveticaNeue", arial, sans-serif;
    color: #999;
    overflow: hidden;
    height: 34px;
}

.store-headers div {
    float: left;
    width: 101px;
    text-align: center;
}

.store-headers .items-header {
    width: 537px;
    padding-left: 20px;
    text-align: left;
}

.store-item {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 5px;
    position: relative;
    height: 77px;
}

.store-item .item-preview {
    margin-right: 15px;
    float: left;
}

.store-item .item-preview a {
    border: 1px solid #eee;
    float: left;
    position: relative;
}

.store-item .item-info {
    width: 433px;
    float: left;
    position: relative;
}

.store-item .item-desc {
    color: #808080;
    font: 11px/13px "HelveticaNeue", arial, sans-serif;
    width: 333px;
    height: 77px;
    float: left;
}

.store-item .item-desc h4 {
    font: 17px/20px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", arial, sans-serif;
    margin-bottom: 2px;
    margin-top: 15px;
}

.store-item .item-desc h4 strong {
    color: #434343;
}

.store-item .item-error {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: -25px;
    top: 34px;
    background: transparent url('/_img/generic/error_icon.gif') no-repeat top left;
    overflow: hidden;
    text-indent:-1000em;
}

.store-item .item-warning {
    float: right;
    border: 1px solid #d80000;
    color: #d80000;
    background-color: #fff;
    margin: 28px 11px 0 0;
    padding: 2px 6px;
    font: bold 13px/16px "HelveticaNeue-Bold","HelveticaNeue Bold","HelveticaNeue", arial, sans-serif;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.store-item .item-quantity {
    width: 78px;
    padding: 11px;
    border-left: 1px solid #eee;
    height: 55px;
    float: left;
    position: relative;
}
.store-item .item-quantity .text-field {
    margin: 12px 0 0 0;
    width: 50px;
    text-align: center;
}

.stepper {
    position: absolute;
    left: 68px;
    top: 23px;
    width: 20px;
    height: 30px;
    background-color: #eee;
    _top: 24px; /* yuck i know */
}

.stepper a {
    width: 20px;
    height: 15px;
    display: block;
    overflow: hidden;
    text-indent: -1000em;
    text-decoration: none;
    background: transparent url('/_img/generic/stepper.gif') no-repeat 0 0;
}

.stepper a.step-down {
    background-position: 0 -15px;
}

.store-item .item-price {
    width: 70px;
    height: 48px;
    float: left;
    border-left: 1px solid #eee;
    line-height: 18px;
    text-align: right;
    padding: 29px 15px 0 15px;
    color: #808080;
}

.store-item .discount {
    color: #439b21;
}

.store-item .item-price .orig-price {
    display: block;
    font-size: 11px;
    color: #808080;
}

.store-item .item-total {
    width: 70px;
    height: 48px;
    float: left;
    border-left: 1px solid #eee;
    line-height: 18px;
    text-align: right;
    padding: 29px 10px 0 15px;
}

.store-form .note {
    font-size:11px;
    color: #666;
}

.line-item {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
}

.line-item .label {
    width: 100px;
    display: block;
    float: left;
}

.line-item-sml {
    font-size: 13px;
    color: #999;
}

.line-item-sml .value {
    color: #666;
}

.line-item .empty {
    color: #ccc !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.line-item-total {
    margin-bottom: 20px;
}

.line-item-total .label {
    line-height: 20px;
}

.line-item-total .value {
    font-size: 24px;
    line-height: 20px;
    font-weight: bold;
}

.pricing-group {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    width: 100%;
    margin: 10px 0;
}

.items-footer {
    overflow: hidden;
    padding: 25px 0 40px 0;
}

.cart-total {
    float: right;
    width: 304px;
}

.cart-total .label {
    width: 187px;
    padding-right: 16px;
    text-align: right;
    color: #808080;
}

.cart-total .value {
    width: 70px;
    padding: 0 16px 0 15px;
    display: block;
    float: left;
    text-align: right;
}

.cart-total .line-item-total {
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.cart-total .line-item-total .label {
    color: #434343;
}

.cart-total .line-item-total .total-value {
    font-size: 17px;
}

.cart-extras {
    float: left;
    width: 400px;
    color: #808080;
    font-size: 12px;
    line-height: 16px;
}

.cart-extras h3 {
    color: #434343;
    font: 17px/20px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", arial, sans-serif;
    padding: 0;
    margin-bottom: 5px;
}

.cart-extras .promo-code {
    margin-top: 20px;
}

.cart-extras .promo-code .text-field {
    margin-bottom: 8px;
}

.cart-extras .promo-code #promo-code-btn {
    color: #434343;
    font-size: 14px;
    line-height: 27px;
    width: 170px;
}

/* STORE SHIPPING ADDRESS BTN */

.shipping-address-btn-group {
    background-color: #ddd;
    color: #666;
    margin: 20px 0;
    padding: 5px 0;
    line-height:24px;
    font-size: 12px;
    font-weight:bold;
}

.shipping-address-btn-group label {
    margin-left: 10px;
    cursor: pointer;
}

.shipping-address-form {
    display: none;
}


/* STORE TOTAL */

.total-form-group {
    border-top:1px solid #ccc;
    padding-top: 40px;
    margin-top:40px;
}

.total-form-group .note {
    font-size: 13px;
    width: 300px;
    margin-right: 86px;
    float: left;
    display: inline; /* ie double margin */
}

.total-form-group .product-pricing {
    float: left;
    width: 300px;
}

.total-form-group .product-pricing .pricing-group {
    margin-top: 0;
}

.total-form-group .line-item .label {
    width: 100px;
    display: block;
    float: left;
}

.total-form-group .line-item .value {
    display: block;
    float: right;
    text-align:right;
}

.total-form-group .line-item-total .value {
    color: #439b21;
}

/* PROCESS ORDER */

.process-form-group {
    background-color: #ddd;
    padding: 10px 0 8px 0;
    margin-top:30px;
    width: 100%;
    overflow: hidden;
}

.process-form-group .note {
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin-left:20px;
    display: inline; /* ie double margin */
}
.process-form-group .process-btn {
    float: right;
    height: 32px;
    margin-right:10px;
    display: inline; /* ie double margin */
}

.process-loader {
    display: none;
    float: right;
    height: 32px;
    margin-right:10px;
}

.process-btn .loader {
    line-height: 32px;
    padding-right: 40px;
    height: 32px;
    display: block;
    background: #ddd url('/_img/generic/loader.gif') no-repeat right center;
}

div.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center; 
    overflow: hidden;
}

img.jqzoom{
    cursor: crosshair;
    position: relative;
}
