/* cart */
#cartUI.yui-panel {
    overflow: visible;
    width: 865px;
    }

#cartUI.yui-panel .bd {
    min-height: 570px;
/*    _height: 570px; */
    _height: 600px;
    position: relative;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    }

/* chrome */
/*
#cartUI .chrome {
    position: absolute;
    left: 20px;
    top: 56px;
    width: 828px;
    height: 520px;
    font-size: 0px;
    }

#cartUI .chrome .border, #cartUI .chrome .corner {
    position:absolute;
    }

#cartUI .chrome .top_left {
    width: 19px;
    height: 16px;
    top:-16px;
    left:-19px;
        background: url(https://cdn.smugmug.com/img/cart/cart_tl2.png) no-repeat;
        }

#cartUI .chrome .top_right {
    width: 19px;
    height: 16px;
    top: -16px;
    right: -19px;
        background: url(https://cdn.smugmug.com/img/cart/cart_tr2.png) no-repeat;
        }

#cartUI .chrome .bottom_right {
    width: 19px;
    height: 5px;
    bottom: -35px;
    _bottom: -36px;
    right: -19px;
        background: url(https://cdn.smugmug.com/img/cart/cart_br2.png) no-repeat;
        }

#cartUI .chrome .bottom_left {
    width: 19px;
    height: 5px;
    bottom: -35px;
    _bottom: -36px;
    left: -19px;
        background: url(https://cdn.smugmug.com/img/cart/cart_bl2.png) no-repeat;
        }

#cartUI .chrome .top {
    width: 100%;
    height: 16px;
    top: -16px;
    left: 0;
        background: url(https://cdn.smugmug.com/img/cart/cart_t2.png) repeat-x;
        }

#cartUI .chrome .bottom {
    width: 828px;
    height: 5px;
    bottom: -35px;
    _bottom: -36px;
    left: 0;
        background: url(https://cdn.smugmug.com/img/cart/cart_b2.png) repeat-x;
        }

#cartUI .chrome .right {
    width: 19px;
    height: 100%;
    top: 0;
    right: -19px;
        background: url(https://cdn.smugmug.com/img/cart/cart_r2_1.png) no-repeat;
        }

#cartUI .chrome .left {
    width: 19px;
    height: 100%;
    top: 0;
    left: -19px;
        background: url(https://cdn.smugmug.com/img/cart/cart_l2_1.png) no-repeat;
        }

#cartUI .chrome .bg {
    height: 520px;
        background: url(https://cdn.smugmug.com/img/cart/cart_bg2_1.png) repeat-x;
        }
*/
/* end chrome */


/* loading panel */
#loadingPanel {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 270px;
    }

#loadingPanel h5 {
    font-size: 123.1%;
    font-weight: normal;
    display: inline;
    margin-right: 10px;
    }

#loadingPanel img {
    background: url('https://cdn.smugmug.com/img/cart/ajax_busy.gif') no-repeat;
    width: 16px;
    height: 16px;
    }
/* end loading panel */


/* items panel */
#itemsPanel {
    position: absolute;
    height: 63px;
    left: -13px;
    bottom: -17px;
    right: -13px;
    }

#itemsPanel .itemSummaryBlock {
    position: absolute;
    left: 148px;
    width: 570px;
    height: 63px;
        background: url(https://cdn.smugmug.com/img/cart/cart_items_bg.png) repeat-x;
        }

#itemsPanel .itemSummary {
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 16px;
    }

#itemsPanel .cartBtn {
    width: 138px;
    height: 63px;
    text-align: center;
    font-size: 108%;
    cursor: pointer;
    }

#itemsPanel #cartContinue {
    position: absolute;
    left: 0px;
    padding: 16px 0 0 10px;
        background: url(https://cdn.smugmug.com/img/cart/cart_continue.png) no-repeat;
        }

#itemsPanel #cartCheckout {
    position: absolute;
    left: 718px;
    padding: 16px 10px 0 0;
        background: url(https://cdn.smugmug.com/img/cart/cart_checkout.png) no-repeat;
        }
/* end items panel */


/* info panel */
#infoPanel {
    float: left;
    position: relative;
    width: 250px;
    height: 555px;
    overflow: hidden;
    margin: 5px 15px;
    }

#infoPanel h3 {
    font-size: 197%;
    font-weight: normal;
    margin: 0;
    }

#infoPanel h5 {
    font-size: 116%;
    font-weight: normal;
    margin: 0 0 7px;
    }

#photoInfo, #catalogOptions {
    position: absolute;
    width: 250px;
    height: 555px;
    overflow: hidden;
    }

#catalogOptions {
    left: -250px;
    }

#photoInfo .photoInfo {
    position: absolute;
    width: 250px;
    }

#photoInfo .phototile {
    margin: 1em auto;
    }

#photoInfo .productInfo {
    position: absolute;
    left: 250px;
    width: 250px;
    }

#photoInfo .productInfo p.desc {
    margin: 0;
    }

#showOptions {
    position: absolute;
    bottom: 0px;
}

#showOptions a {
    cursor: pointer;
    text-decoration: underline;
    color: #ccc;
    }

#filterMsg {
    color: #cc3333;
    font-size: 85%;
    margin: 5px 0px;
    }

#catalogOptions h3 {
    font-size: 197%;
    font-weight: normal;
    margin: 0 0 20px;
    }

#catalogOptions .catalogOptions ul {
    margin: 0;
    padding-top: 5px;
    padding-left: 0px;
    }

#catalogOptions .catalogOptions li {
    list-style-type: none;
    padding: 5px 0;
    cursor: pointer;
    }

#catalogOptions .catalogOptions li img.checkbox {
    height: 12px;
    width: 12px;
    background: url(https://cdn.smugmug.com/img/buttons/checkbox_sprite.gif) no-repeat 0px -4px;
    padding-right: 4px;
    position: relative;
    top: 1px;
    }

#catalogOptions .catalogOptions li.checked img.checkbox {
    background: url(https://cdn.smugmug.com/img/buttons/checkbox_sprite.gif) no-repeat 0px -34px;
    }

#catalogOptions fieldset {
    border: 1px solid #666;
    }

#catalogOptions fieldset legend {
    color: #fff;
    padding: 0 5px;
    }

#finishFilter {
    padding-left: 10px !important;
    }

#finishFilter  li {
    padding-top: 3px !important;
    }

#hideOptions {
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    text-decoration: underline;
    color: #ccc;
    }
/* end info panel */


/* catalog panel */
#catalogPanel {
    float: right;
    margin-top: -.5em;
    width: 550px;
    }

#catalogPanel h2.noProducts {
    margin: 280px 0 0;
    text-align: center;
    font-weight: normal;
    }

/*
.categoryTabs .yui-nav {
    padding-left: 10px;
    }

.categoryTabs .yui-nav li {
    margin-right: 1px;
    height: 45px;
    text-align: center;
    position: relative;
    }

.categoryTabs .yui-nav li.selected {
    margin: 0 -14px;
    z-index: 999;
    color: #ccc;
    }

.categoryTabs .yui-nav li.tab_prints {
        background: url(https://cdn.smugmug.com/img/cart/tab_prints2.png) no-repeat;
        width: 70px;
    }

.categoryTabs .yui-nav li.tab_prints_active {
        background: url(https://cdn.smugmug.com/img/cart/active_prints2.png) no-repeat;
        width: 98px;
    }

.categoryTabs .yui-nav li.tab_cards {
        background: url(https://cdn.smugmug.com/img/cart/tab_cards2.png) no-repeat;
        width: 70px;
    }

.categoryTabs .yui-nav li.tab_cards_active {
        background: url(https://cdn.smugmug.com/img/cart/active_prints2.png) no-repeat;
        width: 98px;
    }

.categoryTabs .yui-nav li.tab_merch {
        background: url(https://cdn.smugmug.com/img/cart/tab_merch2.png) no-repeat;
        width: 120px;
    }

.categoryTabs .yui-nav li.tab_merch_active {
        background: url(https://cdn.smugmug.com/img/cart/active_merch2.png) no-repeat;
        width: 148px;
    }

.categoryTabs .yui-nav li.tab_download {
        background: url(https://cdn.smugmug.com/img/cart/tab_download2.png) no-repeat;
        width: 108px;
    }

.categoryTabs .yui-nav li.tab_download_active {
        background: url(https://cdn.smugmug.com/img/cart/active_download2.png) no-repeat;
        width: 136px;
    }

.categoryTabs .yui-nav a {
    font-size: 123.1%;
    }

.categoryTabs .yui-nav .selected a {
    color: #fff;
        padding-top: 15px;
        }

.categoryTabs .yui-content {
    padding-top: 5px;
    }

#catalogPanel .yui-navset .yui-content {
    background-color: #222;
    padding: 5px;
    border: 1px solid #555;
    border-top-color: #333;
    }


#catalogPanel .yui-navset .yui-nav a {
    font-size: 123.1%;
    }

#catalogPanel .yui-navset .yui-nav li em {
    padding-left: 30px;
    padding-right: 30px;
    }
*/

.subCatLinks {
    margin-bottom: 8px;
    }

.subCatLinks h5 {
    float: left;
    font-weight: normal;
    margin: 0;
    font-size: 93%;
    display: none;
    }

.subCatLinks ul {
    font-size: 93%;
    margin: 0;
    padding: 0;
    }

.subCatLinks li {
    cursor: pointer;
    display: inline-block;
    ~display: inline; /* setting display: inline; and zoom: 1; for IE 6/7 will make them behave as inline blocks */
    ~zoom: 1;
    margin-right: .8em;
    text-decoration: underline;
    white-space: nowrap;
    }

.currencySelector div{
    margin-bottom: 8px;
    cursor: pointer;
    ~zoom: 1;
    text-align: right;
}

.cropKey {
    padding-left: 20px;
    color: #ccc;
    background: url(https://cdn.smugmug.com/img/cart/cart_icons.gif) no-repeat 0px -13px;
    margin-left: 5px;
    }

.productsHeader {
    text-align: center;
    font-weight: bold;
    background: url('https://cdn.smugmug.com/img/cart/header_separator_right.gif') no-repeat right #444;
    padding-right: 20px;
    }

.productsHeader div {
    background: url('https://cdn.smugmug.com/img/cart/header_separator.gif') no-repeat left;
    padding: 4px 0 4px 5px;
    }

.productsHeader .productName {
    background-position: -3px;
    }

.productsContainer {
    height: 473px;
    overflow: auto;
    position: relative;
    }

.productsList {
    margin-top: -10px;
    position: relative;
    }

/*
.productsHeader *, .product * {
    line-height: 24px;
    }
*/

.productsList h3 {
    font-size: 138.5%;
    margin: 0 20px 2px 0;
    padding: 20px 0 2px 2px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
    zoom: 1;
    }

.productsList h3 .desc {
    font-size: 11px;
    padding-left: 1px;
    }

.productsList .helpie {
    cursor: pointer;
    line-height: 12px;
    margin: 0px 5px;
    font-family: 'courier new';
    }

.productsList .product {
    margin-right: 20px;
    padding: 8px 5px;
    border-top: 1px solid #333;
    cursor: pointer;
    ~zoom: 1;
    }

.productsList .product.filtered {
    overflow: hidden;
    border-top-width: 0px;
    border-bottom-width: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    }

.productsList .first {
    border-top: none;
    }

.productsList .product.hover, .productsList .product.selected {
    background-color: #2c2c2c;
    }

.productsList .noPrint {
    color: #999;
    }

.productsList .product span.proprice {
    color: #ccc;
    }

.productsList .product.inCart {
    padding-left: 30px;
    background-image: url(https://cdn.smugmug.com/img/cart/sub_arrow2.gif);
    background-position: 5px 3px;
    background-repeat: no-repeat;
    border: none;
    }

.productsList .product .productName {
    margin-bottom: 5px;
    }

.productsList .product .message {
    color: #999;
    font-size: 93%;
    margin-top: .2em;
    ~zoom: 1;
    _height: 24px;
    }

.productsList .product ul.error {
    color: #cc3333;
    margin: -5px 0px 0px 15px;
    padding: 0;
    }

.productsList .product .noPrint img {
    background: url(https://cdn.smugmug.com/img/cart/cart_icons.gif) no-repeat 0px 0px;
    width: 13px;
    margin-right: 5px;
    margin-bottom: -2px;
    }

.productsHeader .costEach, .product .costEach {
    float: right;
    width: 85px;
    }

.product .costEach {
    margin-right: 10px;
    }

.productsHeader .quantity, .product .quantity {
    float: right;
    text-align: center;
    width: 75px;
    }

.noPrint .quantity {
    padding-right: 20px;
    margin-left: -20px;
    text-align: right;
    }

.productsHeader .costTotal, .product .costTotal {
    float: right;
    width: 65px;
    }

/**
 * Scroll bar
 */
.scrollContainer {
    position: relative;
    }

.scrollContainer .scrollBar {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 100%;
        }

.scrollContainer .scrollBg {
    background-color: #333;
    position: absolute;
    top: 17px;
    bottom: 17px;
        }

.scrollContainer .scrollBar .scrollThumb {
    background: url('https://cdn.smugmug.com/img/scrollbar/scrollthumb_bg_vert.gif') repeat-y;
    width: 15px;
    position: relative;
    }

.scrollContainer .scrollBar .scrollThumb .top {
    width: 15px;
    height: 3px;
    top: 0px;
    background: url('https://cdn.smugmug.com/img/scrollbar/scrollthumb_top.gif') top no-repeat;
    position: absolute;
    }

.scrollContainer .scrollBar .scrollThumb .bottom {
    width: 15px;
    height: 3px;
    bottom: 0px;
    background: url('https://cdn.smugmug.com/img/scrollbar/scrollthumb_bottom.gif') bottom no-repeat;
    position: absolute;
    }

.scrollContainer .scrollBar .scrollUp {
    background: url('https://cdn.smugmug.com/img/scrollbar/scroll_up.gif') no-repeat;
    width: 15px;
    height: 17px;
    position: absolute;
    top: 0px;
    }

.scrollContainer .scrollBar .scrollDown {
    background: url('https://cdn.smugmug.com/img/scrollbar/scroll_down.gif') no-repeat;
    width: 15px;
    height: 17px;
    position: absolute;
    bottom: 0px;
    }

.product .ajaxBusy_small {
    background-position: right center;
    }

.ajaxBusy_small {
    background-image: url('https://cdn.smugmug.com/img/cart/ajax_busy.gif');
    background-repeat: no-repeat;
    }

#btn-cart {
    bottom: 100px;
    left: 20px;
    position: absolute;
    }

#cartUI .prodVideoButton {
    margin-bottom: 7px;
}

#cartUI .prodVideoButton .yui-button {
        margin-left: 0;
    }

#helpVideoContainer {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1003;
    background-image: none;
    background-color: transparent;
    visibility: hidden;
}

#helpVideoContainer #helpVideoMask {
    position: absolute;
    visibility: inherit;
    z-index: -1;
    background-image: none;
    background-color: #000;
    opacity: 0.9;}

#helpVideoContainer #helpVideoPanel {
    position: relative;
    top: 75px;
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

#helpVideoPanel #helpVideoFrame {
    visibility: inherit;
    background: transparent;
    border: 1px solid #333;
}

#helpVideoFrame .hd {
    border: none;
    font-size: 116%;
}

#helpVideoFrame iframe {
    margin: 10px 0 15px 0;
}

#yui-main .yui-b {
    min-height: 450px;
    _height: 450px;
    }

.yui-b h2, .sm-block h5 {
    color: rgb(165, 215, 90);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    }

#cartEmptyMsg {
    display: none;
    }

.cartEmpty #cartEmptyMsg {
    display: block;
  font-weight: normal;  }

.cartEmpty #btn-emptycart, .cartEmpty #btn-checkout, .cartEmpty #btn-bulk, .cartEmpty #btn-plaintext, .cartEmpty #btn-paypal {
    display: none;
    }

#shipCutoffBox table {
    border-collapse: separate;
    }

#shipCutoffBox th, #shipCutoffBox td {
    border-left: 1px solid #111;
    border-right: 1px solid #393939;
    }

#shipCutoffBox th.first-of-type, #shipCutoffBox td.first-of-type {
    border-left: none;
    }

#shipCutoffBox th.last-of-type, #shipCutoffBox td.last-of-type {
    border-right: none;
    }

#shipCutoffBox sup {
    vertical-align: super;
}

#sm-displayVATInclusive {
    text-align: right;
    }

#sm-dupeOrderError {
    text-align: center;
    font-size: 150%;
    color: red;
    }

#sm-displayCurrencyWarning {
    display: block;
    color: #CDCFD1;
    font-size: 12px;
    font-family: helvetica;
    background-color: #232527;
    padding: 12px;
    margin-top: -5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    }

#sm-cartSummary .sm-block {
    margin-bottom: 2em;
    }

.sm-block a.change {
    margin-top: .2em;
    float:right;
    }

#sm-cartSummary .sm-buttonset {
    text-align: center;
    }

#sm-cartSummary .yui-button button em {
        width: 150px;
        }

#sm-cartSummary .yui-button a em {
    width: 150px;
    }

#sm-cartSummary .sm-button {
    margin-bottom: .8em;
    }

#sm-cartSummary .sm-button-next a, #sm-cartSummary .sm-button-next button, #sm-cartSummary .sm-button-prev button , #sm-cartSummary .sm-button-prev a {
    padding: 0 25px;
    }

#sm-cartSummary .sm-button-next {
    background-image: -moz-linear-gradient(top, #7DAF50, #4B6432);
    background-image: -ms-linear-gradient(top, #7DAF50, #4B6432);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7DAF50), color-stop(1, #4B6432));
    background-image: -webkit-linear-gradient(top, #7DAF50, #4B6432);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7DAF50', endColorstr='#4B6432')";
    background-image: linear-gradient(top, #7DAF50, #4B6432);
    background-position: 50% 0;
    }
#sm-cartSummary .sm-button-prev {
    background-image: -moz-linear-gradient(top, #6e6e6e, #3c3c3c);
    background-image: -ms-linear-gradient(top, #6e6e6e, #3c3c3c);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6e6e6e), color-stop(1, #3c3c3c));
    background-image: -webkit-linear-gradient(top, #6e6e6e, #3c3c3c);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e6e6e', endColorstr='#3c3c3c')";
    background-image: linear-gradient(top, #6e6e6e, #3c3c3c);
    background-position: 50% 0;
    }


#btn-checkout,
#btn-placeorder {
    font-size: 1.2em;
    }

#sm-billinginfo .yui-u {
    width: 48.4%;
    }

/* Order Status Stuff aded by Mike */
#sm-cartItems #orderStatus, #sm-cartItems #adminStuff {
    margin-bottom:2em;
    }

#sm-cartItems #quickStatus {
    background: #333333 url(https://cdn.smugmug.com/img/cart/cartbg-grad.gif) repeat-x scroll 0% 0%;
    border-width: 1px;
    border-style: solid;
    border-color: #595959 #424242 #2C2C2C;
    float: right;
    width: 350px;
        }

#sm-cartItems #quickStatus h3 {
    font-size:138.5%;
    font-weight:normal;
    margin:0;
    padding-bottom:.5em;
    padding-top:.5em;
    text-align:center;
    border-bottom:1px solid #2d2d2d;
    }

#sm-cartItems #quickStatus div {
    border-top:1px solid #555555;
    padding: 1em;
    }

#sm-cartItems #quickStatus ul li {
    font-weight:bold;
    }

#sm-cartItems #quickStatus ul li span {
    margin-left:0.5em;
    font-weight:normal;
    }

#sm-cartItems .currentStatus {
    font-size: 123.1%;
    margin-left: 2em;
    }

#adminStuff h3 {
    font-size: 116%;
    margin: 1em 0 .3em;
    }

#sm-cartItems #adminStuff table {
    width:100%;
    margin: 0;
    }

#sm-cartItems #adminStuff table tr td {
    border:1px solid #555555;
    }

#sm-cartItems #adminStuff table tr th {
    border:1px solid #555555;
    background:#333333;
    }

#sm-cartItems #adminStuff #adminActions {
    margin-right: 375px;
    }

#sm-cartItems #adminStuff #adminActions p {
    margin:0;
    }

#sm-cartItems #adminStuff #orderNotes .ordernote {
    border: 1px solid #555;
    margin-bottom:1.5em;
    }

#sm-cartItems #adminStuff #orderNotes .ordernote h5 {
    background-color: #333;
    border-bottom: 1px solid #555;
    padding: .3em;
    }

#sm-cartItems #adminStuff #orderNotes .ordernote .note {
    padding: .3em;
    }

/* End Mike's additions */

#btn-emptycart, #btn-back2cart, #btn-bulk {
    float: right;
    }

#sm-shippingaddress .sm-formitem {
    margin-left: 11em;
    margin-right: 13em;
    }

.sm-cartItem {
    background: #333 url(https://cdn.smugmug.com/img/cart/cartbg-grad.gif) repeat-x 0 -50px;
    border: 1px solid #363636;
    border-top-color: #4c4c4c;
    border-bottom-color: #292929;
    /* height: 180px; */
    height: 195px;
    margin: 1em 0 0;
    position: relative;
    -moz-border-radius: .4em;
    -webkit-border-radius: .4em;
    border-radius: .4em;
    -moz-box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.25);
    }

.sm-cartItem .sm-cartPrintmarkInfo {
    background: transparent url(https://cdn.smugmug.com/img/cart/photoinfo.png) no-repeat top left;
    padding-left: 35px;
    clear: both;
    line-height: 1.1;
}

.sm-cartItemInfo {
    position: relative;
    /* height: 145px; */
    height: 160px;
    margin: 1.4em 430px 1.3em 1.5em;
    }

.sm-cartItemInfo .sm-crop-warning {
    font-size: 93%;
    }

.sm-cartItemInfo-product {
    font-size: 138.5%;
    font-weight: bold;
    margin-bottom: .25em;
    }

.sm-cartItemInfo-product a {
    font-weight: normal;
    font-size: 72.3%;
    }

.sm-cartItemInfo-product .description {
    font-size: 61.5%;
    font-weight: normal;
    margin-top: .8em;
    color: #ccc;
    }

.sm-cartItemInfo-download {
        background: url(https://cdn.smugmug.com/img/cart/digitaldownloads.png) no-repeat left 4px;
    float: left;
    width: 29px;
    height: 30px;
    margin: 0 4px 0 0;
    }

.sm-cartItemInfo-download-adjs {
    float: left;
    width: 185px;
    *width: 180px;
}

.sm-cartItemInfo-photoInfo {
    bottom: 0;
    font-size: 85%;
    left: 0;
    line-height: 1.3;
    position: absolute;
    }

.sm-cartItem .sm-cartItemPhoto, .sm-cropblanket {
    width: 150px;
    /* height: 150px; */
    height: 165px;
    position: absolute;
    top: 0;
    right: 250px;
    padding: 15px;
    display: table-cell
    vertical-align: center;
    /* background: url(https://cdn.smugmug.com/img/cart/cartitem-vert-divider.gif) no-repeat right; */
    border-right: 1px solid #424242; /* added for add-ons */
    }

.sm-printmarked {
    height: 12px;
    line-height: 12px;
    font-size: 11px;
    width: 75px;
    margin: 8px auto;
    background: url(https://cdn.smugmug.com/img/cart/icon_info.png) no-repeat left;
}

.sm-printmarked-link {
    margin-left: 15px;
}

.sm-cropblanket {
    background: #333 url(https://cdn.smugmug.com/img/cart/cartbg-grad.gif) repeat-x 0 -50px;
    display: block;
    }

.sm-cartItemOptions {
    position: absolute;
    right: 0;
    top: 0;
    /* height: 180px; */
    height: 195px;
    width: 250px;
    }

.sm-cartItemOptions .sm-cartItemSummary {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 20px;
    border-bottom: 1px solid #2c2c2c;
    border-left: 1px solid #2c2c2c;
    padding: 15px;
    text-align: left;
    }

.sm-cartItemOptions .sm-cartItemSummary span.details {
    vertical-align: middle;
}

.sm-cartItemSummary {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 220px;
    }

.sm-cartItemSummary .costEach {
    float: left;
    }

.sm-cartItemSummary .costTotal {
    font-weight: bold;
    float: right;
    }

.sm-cartItemSummary .quantity {
    margin-left: 6em;
    }


.sm-cartItemSummary .sm-cartItem-number {
    bottom: -30px;
    color: #777;
    font-size: 153.9%;
    font-weight: bold;
    position: absolute;
    right: 0px;
    }

.sm-cartItemTools {
    border-top: 1px solid #4c4c4c;
    border-bottom: 1px solid #262626;
    border-left: 1px solid #2c2c2c; /* added for add-ons */
    /* height: 68px; */
    height: 83px;
    left: 0px;
    padding: 15px;
    position: absolute;
    top: 51px;
    width: 220px;
    }

.sm-cart-toolbar {
    border-top: 1px solid #424242;
    border-left: 1px solid #2c2c2c;
    bottom: 0px;
    height: 28px;
    left: 0px;
    position: absolute;
    width: 250px;
    }

.sm-cart-toolbar .sm-cart-tool {
    cursor: pointer;
    font-size: 85%;
    height: 13px;
    padding: 8px 0 8px;
    _padding: 8px 0 7px;
    text-align: center;
    }

.sm-cart-toolbar .sm-cart-tool-dupe {
    border-right: 1px solid #424242;
    bottom: 0px;
    left: -1px;
    position: absolute;
    width: 50%;
    }

.sm-cart-toolbar .sm-cart-tool-remove {
    border-left: 1px solid #292929;
    bottom: 0px;
    position: absolute;
    right: -1px;
    width: 50%;
    }

.sm-cart-tool-remove img, .sm-cart-tool-dupe img {
    background: url(https://cdn.smugmug.com/img/cart/cartitem-sprite.gif) no-repeat;
    height: 12px;
    margin-right: 5px;
        margin-top: 1px;
        vertical-align: top;
    width: 11px;
    }

.sm-cart-tool-dupe img {
    background-position: 0 0px;
    }

.sm-cart-tool-remove img {
    background-position: 0 -25px;
    }

.sm-cropbar {
    margin-top: 10px; /* added for add-ons */
    overflow: hidden;
    }

.sm-cropbar .title {
    float: left;
    font-weight: bold;
    font-size: 93%;
    padding-top: .5em;
    width: 45px;
    }

.sm-colorbar {
    margin-top: 10px;
    }

.sm-colorbar .title {
    float: left;
    font-weight: bold;
    font-size: 93%;
    margin-top: -2px;
    width: 45px;
    }

.sm-crop-warning {
    font-size: 93%;
    margin-top: 1.5em;
    }


/**
 * CROP/COLOR BUTTONS
 */
.sm-buttongroup .yui-button button {
    padding: 0;
    }

.sm-buttongroup-2up .yui-button button em {
        width: 84px;
        }

.sm-buttongroup-3up .yui-button button em {
        width: 55px;
        }


/**
 * PRODUCT CHANGE PANEL
 */
a.changeProduct-open {
    background-color: #424242;
    border: 1px solid #555;
    border-top-color: #666;
    border-bottom: none;
    z-index: 2;
    padding: 5px 5px 0;
    }

#productChange {
    text-align: left;
    }

#productChange .loadingPanel {
    padding: 20px;
    text-align: center;
    }

#productChange .loadingPanel h5, .sm-loadingstatus h5 {
    display: inline;
    font-size: 123.1%;
    font-weight: normal;
    margin-right: 10px;
    }

#productChange .loadingPanel img, .sm-loadingstatus img {
    background: url(https://cdn.smugmug.com/img/cart/ajax_busy.gif) no-repeat;
    width: 16px;
    height: 16px;
    }

#productChange .yui-navset {
    width: 400px;
    }

#productChange .yui-navset .yui-nav a {
    font-size: 100%;
    }

#productChange .productsContainer {
    height: 350px;
    }

#productChange .productsList .product {
    cursor: pointer;
    }


/**
 * CROP PANEL
 */
#cropPanel {
    width: 850px;
    }

#cropPanel .sm-content {
    padding: 1.5em;
    min-height: 480px;
    _height: 480px;
    }

#cropPanel .sm-content p {
    margin-bottom: 1.5em;
    }

#cropPanel #croppanel_crop-img {
    background: url('https://cdn.smugmug.com/img/cart/ajax_busy_lg.gif') no-repeat center center;
    }


/**
 * DOWNLOAD LICENSE PANEL
 */
#sm-downloadlicense .hd  h1 {
    font-size: 197%;
    font-weight: normal;
    }

#sm-downloadlicense .sm-content {
    padding: 1em;
    }

#sm-downloadlicense .license h3 {
    font-size: 123.1%;
    margin: 2em 0 .8em;
    }

#sm-downloadlicense .license h3:first-child {
    margin-top: 0;
    }

#sm-downloadlicense .license p {
    margin: 0 0 1em;
    }

#sm-downloadlicense .license li {
    margin: 1em 0;
    }

#sm-downloadlicense .buttons {
    margin: 2.5em 0 1em;
    text-align: center;
    }


/**
 * BULK OPTIONS PANEL
 */
#bulkPanel .sm-checkbuttongroup .yui-button {
    display: block;
    }

#bulkPanel fieldset {
    margin-top: 1.3em;
    }

#bulkCatalog .costEach {
    display: none;
    }

#bulkCatalog .productsContainer {
    height: 355px;
    }


/**
 * kinda generic cart stuff
 */

#sm-shipmethods h2 {
    margin-bottom: 0;
    padding-bottom: 8px;
    }

.sm-shipmethod {
    border-bottom: 1px solid #333;
    clear: both;
    cursor: pointer;
    font-size: 116%;
    padding: 1em 0;
    }

.sm-shipmethod-selected {
    background: #333333 url(https://cdn.smugmug.com/img/cart/cartbg-grad.gif) repeat-x 0% -100px;
    }

.sm-shipmethod-content {
    margin: 1em 0 2.5em;
    }

.sm-shipmethod-content input,
.sm-shipmethod input {
    float: left;
    margin: 0 1em;
    }

.sm-shipping-choices {
    margin-bottom: 1em;
    margin-top: 2em;
    }

.sm-shipping-expected-ship-date {
    margin-top: 5px;
}

.sm-shipping-expected-ship-date h3 {
    color: rgb(165, 215, 90);
    font-size: 123.1%;
    font-weight: normal;
    margin: 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.sm-shipping-expected-ship-date p {
    margin: 5px;
}

.shipmethodtype {
    float: left;
    font-weight: bold;
    }

.shippingCost {
    font-weight: bold;
    margin-right: 1em;
    text-align: right;
    }

.shippingCostVATInclusive {
    font-size: 66%;
    margin-right: 1em;
    float: right;
    }

.shipmethodinfo {
    clear: both;
    font-size: 79.6%;
    line-height: 2;
    margin-left: 4em;
    }

.multipleShipping {
    border-top: 1px dashed;
    border-color: #1f1f1f;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    }

#sm-orderemail {
    margin-top: 3em;
    }

#btn-placeorder button {
    background-image: none;
    }

.sm-proxysize {
    border: 1px solid #999;
    position: absolute;
        }

/* coupons */
#sm-cartcoupons {
    margin-bottom: 0.8em;
    min-height: 0 !important;
    _height: 1% !important;
    }

#sm-cartcoupons h2 {
    border: 0;
    margin-bottom: 0;
    }

#sm-cartcoupons select {
    width: 180px;
    }

#sm-cartcoupons .sm-formitem {
    display: inline-block;
    vertical-align: middle;
    ~display: inline;
    ~margin-right: .5em;
    ~zoom: 1;
    }

#sm-cartcoupons .sm-formitem label {
    width: 7em;
    }

#btn-coupon {
    vertical-align: middle;
    }

#coupons {
    margin-top: .3em;
    }

#coupons.empty {
    display: none;
    }

#coupons .col {
    width: 7em;
    }

#coupons .col0 {
    float: none;
    font-weight: bold;
    margin-left: 0;
    margin-right: 25em;
    }

#coupons .col1 {
    width: 10em;
    }

#coupons .col0, #coupons .col4 {
    width: auto;
    }
/* end coupons */

.cart_branding {
    -moz-border-radius: .4em;
    -webkit-border-radius: .4em;
    border-radius: .4em;
    -moz-box-shadow:  inset 0 0.1em 0.5em rgba(0, 0, 0, 0.5), inset 0 -2em 5em -2em rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:  0 0.1em 0.5em rgba(0, 0, 0, 0.5);
    box-shadow:  0 0.1em 0.5em rgba(0, 0, 0, 0.5);
    margin-bottom:1em;
    width: 210px;
    height: 140px;
    padding: 0;
    }

/* start packages */
.sm-packageCartItem {
    height: auto;
    }

.sm-packageCartItem .sm-packItemInfo {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 81px;
    }

.sm-packageCartItem .sm-packItemInfo-product {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width:81.7%;
    border-right: 1px solid #4c4c4c;
    border-bottom: 1px solid #262626;
    padding: 0;
    overflow: hidden;
    background: url(https://cdn.smugmug.com/img/packages/package_cart_header_bg.jpg);
    background: -moz-linear-gradient(0px 0px, 0px 80px, from(#455540), to(#262f23));
    background: -webkit-gradient(linear, left top, left bottom, from(#455540), to(#262f23));
    background: -webkit-linear-gradient(0px 0px, 0px 80px, from(#455540), to(#262f23));
    }

.sm-packageCartItem .sm-packageDesc {
    position: absolute;
    top: 0;
    right: 0;
    width: 18.3%;
    height: 80px;
    border-left: 1px solid #262626;
    border-bottom: 1px solid #262626;
    }

.sm-packItemAdmin {
    position: relative;
    border-bottom: 1px solid rgb(38, 38, 38);
    border-top: 1px solid rgb(76, 76, 76);
    padding: .5em 1em;
    }

.sm-packageCartItem .sm-packItemInfo-product .packagename {
    font-size: 138.5%;
    font-weight: bold;
    }

.sm-packageCartItem .sm-packItemInfo-product .packagedesc {
    font-size: 13px;
    font-weight: normal;
    }

.sm-packageCartItem .sm-cartItemInfo-product .details {
    font-size: 13px;
    }

.sm-packageCartItem .sm-cartItemInfo {
    padding: 20px 430px 15px 20px;
    margin: 0;
    }

.sm-packageCartItem .sm-cartItemInfo-photoInfo {
    padding: 0 430px 15px 20px;
    }

.sm-packageCartItem .sm-cartItemTools {
    border-bottom: none;
    }

.sm-packageCartItem .costEach,
.sm-packageCartItem .costTotal,
.sm-packageCartItem .quantity {
    display: none;
    }

.sm-packageCartItem .sm-packItemImage {
    position: relative;
    border-top: 1px solid #4c4c4c;
    border-bottom: 1px solid #262626;
    }

.sm-packageCartItem .sm-cart-tool-remove {
    text-align: center;
    border-top: 1px solid #4c4c4c;
    padding-top: .5em;
    height: 2em;
    cursor: pointer;
    }

.sm-packageCartItem .sm-cart-tool-remove:hover {
    background-color: rgba(80,51,51,.5);
    border-top-color: #453333;
    }

.sm-packageCartItem .sm-cart-tool-remove * {
    vertical-align: middle;
    font-size: 85%;
    }

div.last-sm-packItemImage {
    border-bottom: none !important;
    }



/* end packages */
