/* = fancy box modal
-------------------------------------------------------------------------------------------- 
--------------------------------------------------------------------------------------------
*/


/* Global
--------------------------------------------------------------------------------*/


/*
#body-content{
    margin:0px !important;
}
*/

.fancybox-opened {
    z-index: 9999;
}

.fancybox-skin {
    background-color: #fff;
    padding: 0;
    border-radius: 0px;
}

.fancybox-inner {
    /*background-color:#ecedef;*/
    /*
    border:1px solid #cecfd1 !important;
    -moz-box-shadow:    inset 0 0 10px #d9dce0 !important;
    -webkit-box-shadow: inset 0 0 10px #d9dce0 !important;
    box-shadow:         inset 0 0 10px #d9dce0 !important;
    */
}

.fb-white .fancybox-skin,
.fb-white .fancybox-inner {
    background-color: #ffffff !important;
    background: #ffffff !important;
}


/* Cart
--------------------------------------------------------------------------------*/

#discontinued-product {
    padding: 20px;
    height: 500px;
    width: 850px;
}

#discontinued-product div.callout-orange {
    padding: 10px;
    color: #ff6633;
    border: 3px solid #ff6633;
}

#discontinued-product div.callout-orange h2 {
    color: #ff6633;
}

#discontinued-product div.callout-orange p {
    margin: 10px 0 0 0;
}

#discontinued-product table#cart-table td {
    border-top: none;
    border-bottom: 1px solid #e4e5e7;
}


/* Pre Cart Upsell
--------------------------------------------------------------------------------*/

#fb-pre-cart-upsell {
    width: 715px;
    background: #fff;
}

#fb-pre-cart-upsell img.upsell-thumb {
    margin: 25px auto 0 auto;
    width: 80%;
}

#fb-pre-cart-upsell h1 {
    margin: 20px 0 10px;
    font-size: 20px;
    color: #4b4f54;
}

#fb-pre-cart-upsell h3.xsell,
#fb-pre-cart-upsell .jcarousel-skin-tango .jcarousel-container-horizontal,
#fb-pre-cart-upsell .jcarousel-skin-tango .jcarousel-clip-horizontal {
    min-width: 600px !important;
}

div.bg-green {
    background: #0097a9;
    color: #fff;
    padding: 0 20px;
    vertical-align: middle;
}

#fb-pre-cart-upsell div.bg-green h1 {
    color: #fff;
}

#fb-pre-cart-upsell div.bg-green img {
    margin-top: 10px;
}

#fb-pre-cart-upsell #fb-modal-outer div.bg-green .btn-primary {
    margin-top: 45px;
}

#fb-pre-cart-upsell hr {
    border-color: #cecfd1;
}

#fb-pre-cart-upsell ul#mycarousel li {
    width: 150px;
    display: inline-block;
}

#fb-pre-cart-upsell ul#mycarousel li p.rating {
    height: 10px;
    margin: 10px 0 10px 0;
}

#fb-pre-cart-upsell ul#mycarousel li p.rating span {
    display: inline-block;
    height: 10px;
    width: 55px;
    line-height: 0;
    margin-right: 5px;
    background: url("../../images/abila/star-10.png") repeat-x scroll 0 -20px transparent;
}

#fb-pre-cart-upsell ul#mycarousel li a.btn-secondary {
    /*width:80px !important;*/
    /*margin:0 auto 10px auto !important;*/
    margin: 0 auto;
    width: 70px;
}

#fb-pre-cart-upsell .grid_12 div .btn-secondary {
    top: 80px;
    margin-right: 15px;
    background: none;
    text-decoration: underline;
    color: #4b4f54;
    text-shadow: none;
    border: none;
}


/*#fb-pre-cart-upsell .grid_3 p{ margin-bottom: 10px;}*/

.math-symbol {
    font-size: 38px;
    color: #999;
    margin-top: 45px;
    display: block;
}

.upsell-combine {
    padding: 20px 0 10px;
    border-bottom: 1px dotted #dddddd;
    border-top: 1px dotted #dddddd;
}

.upsell-combine h2 {
    margin-bottom: 20px;
    font-size: 18px;
}

.upsell-combine-alt {
    padding: 20px;
    border: 1px dotted #ddd;
    display: block;
    overflow: hidden
}

.upsell-product a {
    color: #4b4f54 !important;
}

.upsell-product-image {
    position: relative;
}

p.add-upsell-product {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}

.upsell-product a {
    text-decoration: none;
}

p:not(#foo) > input + label {
    background: url("../../images/abila/icon.png") 0px -1097px no-repeat;
}

p > input {
    padding: 0;
    margin: 0;
    height: 18px;
    width: 18px;
    float: left;
    position: absolute;
    left: auto;
    opacity: 0;
}

p > label {
    line-height: 1.8;
    color: #fff;
    padding: 0 0 0 18px;
    width: 1px;
    height: 18px;
    display: inline-block;
    background: url("../../images/abila/icon.png") 0px -1097px no-repeat;
}

p:not(#foo) > input[type=checkbox]:hover:checked + label,
p:not(#foo) > input[type=checkbox]:focus:checked + label,
p:not(#foo) > input[type=checkbox]:checked + label:hover,
p:not(#foo) > input[type=checkbox]:focus:checked + label {
    background-position: 0px -1127px;
}

p:not(#foo) > input[type="checkbox"]:checked + label {
    background-position: 0px -1127px;
}

#fb-pre-cart-upsell .grid_12 .upsell-combine-alt a.btn-secondary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #4b4f54;
    background-repeat: repeat-x;
    padding: 6px 15px;
    text-decoration: none;
    cursor: pointer;
    position: static;
}


/* Quick View Product Modal
--------------------------------------------------------------------------------*/


/*************** end old quick view seperate classes, use combined classes below to keep same as product detail page ****************************/


/*
#quickview{
    height:600px;
    width:900px;
}
    #quickview .fancybox-skin{
        background:#ffffff !important;
    }
    #quickview .fancybox-inner{
        border:none !important;
    }
    
    
    .qv-content{
        padding-left:20px;
        font-family: Arial,Helvetica,sans-serif;
        color:#4b4f54;
    }
    .scroll-y{
        margin-top:20px;
        height:100px;
        overflow-x:hidden;
        overflow-y:auto;    
    }
    .qv-content h1{
        font-size:19px;
        color:#464445;
        border-bottom:1px solid #ededed;
        padding:5px 0;
    }
    .qv-content h2{
        color:#454547;
    }
    .qv-content p{
        clear:both;
        display:block;
        height:auto;
        width:auto;
    }
    .qv-content p.smallDesPara{
        margin-top:-10px;
        padding:5px 0 0 2px;
        font-size:110%;
        color:#666666;
        border-top:1px solid #ededed;
    }
    ul#qv-prod-attributes li{
        margin:0 0 20px 0 !important;
        padding:0;
        vertical-align:middle;
        line-height:20px;
    }
    ul#qv-prod-attributes li label{
        display:block;
        float:left;
        width:15%;
        height:auto;
        padding-right:5%;
        margin-top:5px;
        font-weight:bold;
    }
    ul#qv-prod-attributes li .label-mimick{
        display:block;
        float:left;
        width:15%;
        height:auto;
        padding-right:5%;
        font-weight:bold;
    }
    ul#qv-prod-attributes li.qv-buttons{
        display:block;
        margin:20px 0;
        padding:20px 0;
        vertical-align:middle;
        border-top:1px solid #ededed;
        border-bottom:1px solid #ededed;
    }   
    .qv-functions{
        height:20px;
        overflow:visible;
        margin:0;
        padding:0;
        font-size:11px;
        color:#4b4f54;
    }
    .qv-reviews{
        float:left;
        width:auto;
        margin-right:20%;
        line-height:18px;
    }
        .qv-reviews img{
            float:left;
            margin-right:5px;
        }
    .qv-favorites{
        float:left;
        width:auto;
        margin-right:20%;
    }
        .qv-fav-icon {
            display:inline-block; 
            display:block;
            width:17px; 
            height:17px;
            margin-top:-4px;
            text-indent:-9999px; 
        }
    .qv-social{
        float:left;
        width:auto;
    }
    .qv-social span.st_email{
        width:16px;
        height:16px;
        overflow:hidden;
        padding:0 !important;
        margin:0;
    }
    .qvProdImg{
        width:100%;
    }
    .wrapper-border{
        position:relative;
        border:1px solid #c2c2c2;
        width:inherit !important;
    }
    #detail-img{
        width:100%;
    }
    ul.qvProThumb {
        list-style:none outside none;
        margin:0;
        padding:0;  
    }
    ul.qvProThumb li{
        float:left;
        display:block;
        margin:10px 3% 0 0;
        width:31% !important;
    }
        ul.qvProThumb li img{
            width:100%;
            margin:0;
            padding:0;
            border:1px solid #c2c2c2;
        } 
        ul.qvProThumb li.no-r-margin{
            margin-right:0px !important;
        }
    ul.qvProThumb li a{
        outline:none;
    }
    .thumb-selected{
        border:1px solid #999999 !important;
    }   
    .thumb-active{
        border:1px solid #0066ff !important;
    }
    #title-box{
        padding-top: 10px;
        font: 12px arial,helvetica,sans-serif;
        color:#666;
    }
*************** end old quick view seperate classes, use combined classes below to keep same as product detail page *****************************/


/*quickview jsp trigger for css = body#quickview*/

body#quickview {
    overflow: hidden !important;
}


/*scroll bar fix for chrome */

.fancybox-type-iframe .fancybox-outer,
.fancybox-type-iframe .fancybox-inner {
    overflow: hidden !important;
}

body#quickview .quickview-container {
    height: 580px;
    padding: 10px 5px 10px 5px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fff;
}

body#quickview .dvProdImg,
body#quickview #detail-img-info,
body#quickview #dvProdThumb {
    position: relative !important;
}


/* fancybox skin */

body#quickview .fancybox-skin,
body#gallerypage .fancybox-skin {
    /*background:#ffffff !important;*/
}

body#quickview .fancybox-inner,
body#gallerypage .fancybox-inner {
    border: none !important;
}

.wrapper-border {
    position: relative;
    border: 1px solid #cecfd1;
}

body#quickview .dvProdImg,
body#quickview .detail-img {
    width: 100%;
}

body#quickview .dvProdImg img.detail-img {
    width: 100%;
}

body#quickview div#detail-img-info {
    position: relative;
    width: 100%;
    height: 30px;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 0;
}

body#quickview div#detail-img-info div#title-box {
    position: absolute;
    top: 10px;
    left: 0px;
    margin: 0;
    padding: 0;
    font: normal normal 12px arial, helvetica, sans-serif;
    color: #94979b;
}

body#quickview div#detail-img-info .btn-larger-view {
    display: none;
}

body#quickview div#detail-img-info .btn-larger-view:hover {
    display: none;
}

body#quickview h1 {
    font-weight: 700;
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.2222;
    border-bottom: 1px solid #cecfd1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

body#quickview div.prod-detail-ratings {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
}

.qv-reviews {
    float: left;
    width: auto;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 18px;
}

#quickview span.review-link {
    display: none !important;
}

.qv-reviews img {
    float: left;
    margin-right: 5px;
}

.qv-favorites {
    float: left;
    width: auto;
    margin-right: 20px;
    border-left: 1px solid #e4e5e7;
}

.qv-fav-icon {
    display: inline-block;
    display: block;
    width: 17px;
    height: 17px;
    margin-top: -4px;
    text-indent: -9999px;
}

body#quickview div.pd-add-to-favorites {
    display: inline-block;
}

body#quickview div.pd-add-to-favorites .fav-add {
    background-position: left -15px top -378px;
    display: block;
    padding: 3px 3px 3px 20px;
}

body#quickview div.pd-add-to-favorites a.fav-add {
    color: #4b4f54;
    padding-left: 40px;
}

body#quickview div.pd-add-to-favorites .fav-remove {
    display: block;
    padding: 3px 3px 3px 20px;
    text-indent: 0;
    background-position: left -340px;
}

body#quickview div.pd-add-to-favorites .fav-remove:hover {
    background-position: left -319px;
}

body#quickview div.pd-add-to-favorites .fav-active {
    ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ background-position: left -15px top -517px;
    ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ display: block;
    ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ padding: 3px 3px 3px 20px;
    ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ text-indent: 0;
}

.qv-social {
    float: left;
    width: auto;
}

.qv-social span.st_email {
    width: 16px;
    height: 16px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0;
}

body#quickview ul#prod-detail-attributes {
    list-style-type: none;
}

body#quickview ul#prod-detail-attributes li {
    display: block;
    clear: both;
    /* margin: 0 0 5px 0; */
}

body#quickview ul#prod-detail-attributes label {
    font-weight: bold;
    vertical-align: middle;
    font-weight: 600;
    cursor: pointer;
}

body#quickview ul#prod-detail-attributes div.attr-title {
    margin:10px 0;
    padding:5px 0 0 0;
    font-weight: 600;
}

body#quickview ul#prod-detail-attributes div.attr-content {
    margin:0 0 15px 0;
    padding:0;
}

body#quickview ul#prod-detail-attributes div.attr-content a.icon-info-i {
    text-indent: 99px;
    margin-top: 5px;
    overflow: hidden;
}

body#quickview ul#prod-detail-attributes li span.color-selector {
    vertical-align: bottom;
}

body#quickview div.prod-attribute-co {
    position: relative;
    float: left;
    padding: 10px;
    margin: 0 0 0 25px;
    width: 250px;
    border: 1px solid #e4e5e7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f7f9));
    background: -moz-linear-gradient(center top, #ffffff 5%, #f6f7f9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f7f9');
    background-color: #f6f7f9;
    font-size: 11px;
    color: #4b4f54;
}

body#quickview div.prod-attribute-co input[type=text] {
    margin: 8px 0 0 0;
}

body#quickview .numQuantity {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #5e3a8e;
}

body#quickview .font-1c75d1 {
    color: #0097a9;
}

body#quickview .bold-7e0100 {
    color: #963821;
    font-weight: bold;
    font-size: 1.3em;
}

body#quickview .order-by {
    padding: 2%;
    /*border:none !important;*/
    display: block;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 3px;
}

body#quickview div.product-buttons {
    display: block;
    margin: 20px 0;
    padding: 10px 0;
    vertical-align: middle;
    /*border-top:1px solid #ededed;*/
    /*border-bottom:1px solid #ededed;*/
}

body#quickview div.prod-social {
    display: none;
}

ul.ProdThumb {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul.ProdThumb li {
    float: left;
    display: block;
    margin: 10px 5% 0 0;
    width: 21% !important;
}

ul.ProdThumb li img {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #e4e5e7;
}

ul.ProdThumb li.no-r-margin {
    margin-right: 0px !important;
}

ul.ProdThumb li a {
    outline: none;
}

.scroll-y {
    margin-top: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}


/* My Account - Add Contact, Edit Contact
--------------------------------------------------------------------------------*/

#file-upload-cont {
    margin-bottom: 10px;
    height: 36px;
    width: 90px;
    display: block;
    overflow: hidden;
    position: relative;
}

#file-upload-cont input,
#file-upload-cont a {
    position: absolute;
    display: block;
    margin: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    float: none;
}

#file-upload-cont:hover > a {
    background: #0097a9;
    cursor: pointer;
}


/*#import-mc  #file-upload-cont{ float: right;}
#import-mc a.cancel{ display: inline-block; margin-top: 5px;}*/


/*
.fb-my-account .fancybox-inner{
    background:#ecedef !important;
}
*/

body#fb-bg-fff .fancybox-inner {
    background: #ffffff !important;
    background-color: #ffffff !important;
}


/*#fb-my-account{background:#ecedef !important;}*/

.fb-my-account {
    background: #fff !important;
    padding: 10px 20px 36px 20px;
}

#fb-change-shipping-address.fb-my-account {
    padding-bottom: 0;
}

.fb-my-account #fb-modal-outer h1,
.fb-my-account #fb-modal-outer h2 {
    display: block;
    color: #4b4f54;
    text-shadow: none;
    background: #fff;
    padding: 0 10px 10px 0;
}

.fb-my-account #fb-modal-outer h1 {
    font-weight: 700;
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.2222;
}

#fb-modal-outer div.content {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #cecfd1;
    -moz-box-shadow: inset 0 0 3px 3px #e4e5e7;
    -webkit-box-shadow: inset 0 0 3px 3px #e4e5e7;
    box-shadow: inset 0 0 3px 3px #e4e5e7;
}

#fb-change-shipping-address #fb-modal-outer div.content {
    padding: 0;
}

#fb-modal-outer div.content2 {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #cecfd1;
    font-size: 14px;
}

#fb-modal-outer div.content p,
#fb-modal-outer div.content2 p {
    padding: 0;
    margin: 0 0 10px 0;
}

#fb-modal-outer div.content p.margin-bottom-30px,
#fb-modal-outer div.content2 p.margin-bottom-30px {
    margin-bottom: 35px;
}

#fb-modal-outer div.buttons {
    /*background-color:#ececec;*/
    margin: 15px 0 0;
    display: block;
    /*text-align:right;*/
}

#fb-modal-outer div.buttons a {
    /*    color:#4b4f54;
    text-decoration:underline;*/
}

#fb-modal-outer div.buttons a:hover {
    /*    color:#4b4f54;
    text-decoration:none;*/
}


/* My Account - Import Contact
--------------------------------------------------------------------------------*/

#import-contact-list {
    min-width: 700px;
}

#tbl-contact-list-order ul li {
    float: left;
    width: auto;
    margin: 5px 0 0 0;
    padding: 0 5px 0 5px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #4b4f54;
}

#tbl-contact-list-order ul li:first-child {
    padding: 0 5px 0 0 !important;
}

#tbl-contact-list-order ul li a {
    color: #4b4f54;
    text-decoration: underline;
}

#tbl-contact-list-order ul li a:hover {
    text-decoration: none;
}

#tbl-contact-list-order ul li input[type="radio"] {
    padding: 0 !important;
    margin: -1px 0 0 0!important;
}

#tbl-contact-list-order ul li.border-right-1px-c2c2c2 {
    border-right: 1px solid #cecfd1;
    !important
}

#tbl-contact-list-order ul li.padding-right {
    padding-right: 20px !important;
}

#tbl-contact-list-order ul li.padding-left {
    padding-left: 20px !important;
}

.scroll-vertically {
    overflow-x: hidden;
    overflow-y: scroll;
}

table.tbl-contact-list {
    width: 100%;
    min-width: 600px;
    margin: 0;
}

table.tbl-contact-list th {
    width: 150px;
    background-color: #cecfd1;
    color: #fff;
    text-align: left;
    padding: 5px;
    /**/
}

table.tbl-contact-list th:first-child {
    /*padding-left:10px;*/
}

table.tbl-contact-list tr td {
    overflow: hidden;
    width: 150px;
    padding: 5px;
    font-family: 'Open Sans', Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    vertical-align: middle;
    color: #4b4f54;
    border-bottom: 1px solid #cecfd1;
}

table.tbl-contact-list tbody tr td label {
    vertical-align: text-top;
    cursor: pointer;
}


/* My Account - Import Contact 3rd party
--------------------------------------------------------------------------------*/

#import-mc .content {
    margin-top: 20px;
    height: auto !important;
    overflow: visible !important;
}

#import-mc .buttons {
    text-align: right;
}

#import-mc h2 {
    border-top: 1px solid #d9dce0;
    margin: 22px 0 22px 0;
    padding-top: 29px;
    color: #4b4f54;
}

div.mc-menu {
    position: relative;
    z-index: 900;
    margin-top: 15px;
}

div.mc-menu ul li a {
    margin-top: 2px;
    padding: 10px 10px 10px 45px;
    color: #4b4f54;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    outline: none;
}

div.mc-menu ul li a:first-child {
    margin-top: 0;
}

div.mc-menu ul li a:hover,
div.mc-menu ul li a:focus {
    color: #4b4f54;
    text-decoration: none;
}

div.mc-menu ul li a.active {
    color: #4b4f54;
    background-color: #fff;
    border-color: #d9dce0;
}

.mc-menu ul li a.icon-csv {
    background-image: url('../../images/abila/bg-import-icons.png');
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

.mc-menu ul li a.icon-gmail {
    background-image: url('../../images/abila/bg-import-icons.png');
    background-position: 5px -35px;
    background-repeat: no-repeat;
}

.mc-menu ul li a.icon-yahoo {
    background-image: url('../../images/abila/bg-import-icons.png');
    background-position: 5px -77px;
    background-repeat: no-repeat;
}

.mc-menu ul li a.icon-hotmail {
    background-image: url('../../images/abila/bg-import-icons.png');
    background-position: 5px -118px;
    background-repeat: no-repeat;
}

.mc-menu ul li a.icon-linkedin {
    background-image: url('../../images/abila/bg-import-icons.png');
    background-position: 5px -161px;
    background-repeat: no-repeat;
}

.mc-menu ul li a.icon-facebook {
    background-image: url('../../images/abila/bg-import-icons.png');
    background-position: 5px -201px;
    background-repeat: no-repeat;
}

div.mc-content {
    position: relative;
    z-index: 800;
    height: 390px;
    padding: 25px;
    margin-left: -1px;
    font-weight: 100;
    color: #4b4f54;
    line-height: 15px;
    background: #fff;
    border: 1px solid #d9dce0;
}

div.mc-content div.bg-csv {
    padding-top: 70px;
    background: transparent url("../../images/abila/bg-import-csv.jpg") no-repeat top left;
}

div.mc-content div.bg-gmail {
    padding-top: 70px;
    background: transparent url("../../images/abila/bg-import-gmail.jpg") no-repeat top left;
}

div.mc-content div.bg-yahoo {
    padding-top: 70px;
    background: transparent url("../../images/abila/bg-import-yahoo.jpg") no-repeat top left;
}

div.mc-content div.bg-hotmail {
    padding-top: 70px;
    background: transparent url("../../images/abila/bg-import-hotmail.jpg") no-repeat top left;
}

div.mc-content div.bg-linkedin {
    padding-top: 70px;
    background: transparent url("../../images/abila/bg-import-linkedin.jpg") no-repeat top left;
}

div.mc-content div.bg-facebook {
    padding-top: 70px;
    background: transparent url("../../images/abila/bg-import-facebook.jpg") no-repeat top left;
}


/* **** get feed back modal **** */

#get-feed-back {
    /*height:440px;*/
    width: 600px;
}

#get-feed-back h1 {
    border-bottom: 1px solid #cecfd1;
}

#get-feed-back #fb-modal-outer div.content {
    margin-top: 15px;
    padding: 0px;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#get-feed-back #fb-modal-outer div.content div.feedback-image img {
    margin: 0 auto;
    padding: 5px 5px 20px 5px;
    border: 1px solid #cecfd1;
    background-color: #ffffff;
}

#get-feed-back #fb-modal-outer div.content.content-fb-get-feed-back {
    height: 320px;
}

#get-feed-back #fb-modal-outer div.content label {
    color: #4b4f54;
    font-weight: bold;
}

#get-feed-back #fb-modal-outer div.content input[type="text"] {
    width: 99%;
}

#get-feed-back #fb-modal-outer div.content textarea {
    width: 99%;
    height: 100px;
}

#get-feed-back #fb-modal-outer div.content .border-e1e1e1 {
    padding: 5px 5px 40px 5px;
    width: auto;
}


/* My Account - Add image modal
--------------------------------------------------------------------------------*/

.mc-menu ul li a.icon-upload-photo {
    background-image: url('../../images/abila/bg-add-image-icons.png');
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

.mc-menu ul li a.icon-bigbox-library {
    background-image: url('../../images/abila/bg-add-image-icons.png');
    background-position: 5px -35px;
    background-repeat: no-repeat;
}

.mc-menu ul li a.icon-picasa {
    background-image: url('../../images/abila/bg-add-image-icons.png');
    background-position: 5px -77px;
    background-repeat: no-repeat;
}

.mc-menu ul li a.icon-shutterfly {
    background-image: url('../../images/abila/bg-add-image-icons.png');
    background-position: 5px -118px;
    background-repeat: no-repeat;
}

.mc-menu ul li a.icon-flickr {
    background-image: url('../../images/abila/bg-add-image-icons.png');
    background-position: 5px -161px;
    background-repeat: no-repeat;
}

.mc-menu ul li a.icon-facebook {
    background-image: url('../../images/abila/bg-add-image-icons.png');
    background-position: 5px -201px;
    background-repeat: no-repeat;
}

div.mc-content div.bg-upload-photo {
    padding-top: 70px;
    background: transparent url("../../images/abila/bg-upload-photo.jpg") no-repeat top left;
}

div.mc-content div.bg-bigbox-library {
    padding-top: 0px;
    background: none;
}

div.mc-content div.bg-bigbox-library h2 {
    padding-top: 0px !important;
    margin-top: 0px !important;
    border-top: none !important;
}

div.mc-content div.bg-bigbox-library div.search-bigbox {
    padding: 20px 15px;
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eef5ff), color-stop(1, #e9f0ff));
    background: -moz-linear-gradient(center top, #eef5ff 5%, #e9f0ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eef5ff', endColorstr='#e9f0ff');
    background-color: #e9f0ff;
    border: 1px solid #dddddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.mc-content div.bg-bigbox-library div.search-bigbox label {
    display: inline-block;
    float: left;
    font-weight: bold;
    padding: 5px 5px 0 0;
}

div.mc-content div.bg-bigbox-library div.search-bigbox select {
    display: inline-block;
    float: left;
}

div.mc-content div.bg-bigbox-library div.search-bigbox input[type="text"] {
    display: inline-block;
    float: left;
    margin-left: -4px;
}

div.mc-content div.bg-bigbox-library div.search-bigbox input[type="image"] {
    display: inline-block;
    float: left;
    width: 28px;
    height: 27px;
    background-image: url("../../images/abila/btn-search-bb.gif");
    background-position: top left;
    border: none;
}


/** select box for bigbox library upload - also a piece of this in ie7 css **/

div#bigbox-library div.selectParent {
    float: left;
    /*width:136px;*/
    height: 25px;
    padding-right: 2px;
    overflow: hidden;
    border: 1px solid #D3D9DF;
    cursor: pointer !important;
    background-color: #fff;
    /*
    background-image:url("../../images/officedepot/bg-input-text.jpg") !important;
    background-repeat:repeat-x;
    background-position:bottom left;
    */
}


/*
div#bigbox-library  div.selectParent div.select-arrow{
    position:absolute;
    top:0px;
    left:85%;
    width:19px;
    height:19px;
    background-color:red;
    background-image:url("../../images/officedepot/icon.png");
    background-position: 0px -1480px;
    background-repeat:no-repeat;    
}
*/

div#bigbox-library div.selectParent select {
    /*width:130px;*/
    height: 25px;
    margin: 0;
    padding: 4px;
    /*
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    */
    border: none !important;
    cursor: pointer !important;
    /*
    background-image:url("../../images/officedepot/icon.png");
    background-position: 105px -1480px;
    background-repeat:no-repeat;
    */
    background-color: #fff;
    /*
    background-image:url("../../images/officedepot/bg-input-text.jpg") !important;
    background-repeat:repeat-x !important;
    background-position:top left !important;
    */
}


/* Pagination
--------------------------------------------------------------------------------*/

div#bigbox-library div.pagination {
    border-bottom: none !important;
    border-top: none !important;
    margin: 0px !important;
    padding: 0px !important;
    background: #ffffff;
}

div#bigbox-library .pagination label {
    font-weight: normal;
}

div#bigbox-library div.orderSort-left {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 45%;
    text-align: right;
}

div#bigbox-library div.pagination-Info {
    color: #4b4f54;
    margin: 4px 0 0 0;
}

div#bigbox-library div.sort-order {
    display: none;
}

div#bigbox-library .sort-order label,
div#bigbox-library .sort-order select {
    display: none;
}

div#bigbox-library .le-select-wrapper {
    display: none;
}

div#bigbox-library div.orderSort-right {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 55%;
    text-align: right;
    background: #ffffff;
    white-space: nowrap !important;
}

div#bigbox-library div.item-per-page {
    display: none;
}

div#bigbox-library label.items-per-page {
    display: none;
}

div#bigbox-library div.pagination-numbers {
    margin: 0 0 0 0 !important;
}

div#bigbox-library div.pagination-numbers ol {
    float: right;
    overflow: hidden;
    margin: 0 0 0 0;
}

div#bigbox-library div.pagination-numbers ol.page-numbers li {
    color: #4b4f54;
    float: left;
    margin-left: 5px;
    line-height: 20px;
}

div#bigbox-library div.pagination-numbers ol.page-numbers li.selected {
    display: block;
    height: 19px !important;
    width: 19px !important;
    padding: 0;
    text-align: center;
    color: #4b4f54;
    font-weight: normal;
    border: none;
    background-color: #ffffff;
    border: 1px solid #cecfd1;
}

div#bigbox-library div.pagination-numbers ol.page-numbers li a {
    display: block;
    /*
                    */
    height: 19px !important;
    width: 19px !important;
    padding: 0;
    text-align: center;
    color: #4b4f54;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

div#bigbox-library div.pagination-numbers ol.page-numbers li a:hover,
div#bigbox-library div.pagination-numbers ol.page-numbers li a:focus {
    background-color: #f6f7f9;
}

div#bigbox-library div.pagination-numbers a.previous-page,
div#bigbox-library div.pagination-numbers a.next-page,
div#bigbox-library div.pagination-numbers a.first-page,
div#bigbox-library div.pagination-numbers a.last-page {
    display: block;
    margin: 0 3px;
    padding: 6px 6px 8px 6px;
    /*position: relative;*/
    border: none !important;
    background: url("../../images/abila/icon.png") no-repeat scroll center center transparent;
    background-color: # !important;
}

div#bigbox-library div.pagination-numbers a.previous-page {
    background-position: right -938px;
    width: 13px !important;
    padding: 0px !important;
    margin: 0 !important;
}

div#bigbox-library div.pagination-numbers a.next-page {
    background-position: right -980px;
    width: 13px !important;
    padding: 0px !important;
    margin: 0 !important;
}

div#bigbox-library div.pagination-numbers a.first-page {
    background-position: left -938px;
    width: 13px !important;
    padding: 0px !important;
    margin: 0 !important;
}

div#bigbox-library div.pagination-numbers a.last-page {
    background-position: left -980px;
    width: 13px !important;
    padding: 0px !important;
    margin: 0 !important;
}

div#bigbox-library .page-viewall {
    display: none;
}

div#bigbox-library .page-viewall a {
    display: none;
}

div#bigbox-library .page-viewall a:hover {
    display: none;
}

div#bigbox-library .offscreen {
    display: none;
}


/**** big box image library ****/

div#bigbox-library div.bb-image-library {
    width: 680px;
    height: 230px;
    overflow: hidden;
}

div#bigbox-library div.bb-image-library img {
    display: inline-block;
    width: 15%;
    height: auto;
    margin: 0 8px 10px 0;
}


/**** content background logos ****/

div.mc-content div.bg-picasa {
    padding-top: 70px;
    background: transparent url("../../images/abila/bg-picasa.jpg") no-repeat top left;
}

div.mc-content div.bg-shutterfly {
    padding-top: 70px;
    background: transparent url("../../images/abila/bg-shutterfly.jpg") no-repeat top left;
}

div.mc-content div.bg-flickr {
    padding-top: 70px;
    background: transparent url("../../images/abila/bg-flickr.jpg") no-repeat top left;
}

div.mc-content div.bg-facebook {
    padding-top: 70px;
    background: transparent url("../../images/abila/bg-facebook.jpg") no-repeat top left;
}


/* Product Generic Sample 
--------------------------------------------------------------------------------*/

#fb-generic-sample-form {
    width: 841px;
    padding: 1% 0 1% 0;
    background-color: #ffffff !important;
    background: #ffffff !important;
    overflow: hidden;
}

#fb-generic-sample-form .promo {
    height: 168px;
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fefefc), color-stop(1, #fff3db));
    background: -moz-linear-gradient(center top, #fefefc 5%, #fff3db 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefefc', endColorstr='#fff3db');
    background-color: #fff3db;
    border: 1px solid #e3e3e3;
}

#fb-generic-sample-form .promo .promo-txt {
    padding: 50px 0 0 40px;
    height: 118px;
    background: transparent;
}

#fb-generic-sample-form .promo .promo-txt h1 {
    width: 280px;
    color: #41A940;
    text-align: right;
    font-size: 28px;
    text-shadow: none;
    line-height: 1.05em;
    margin: 0 0 10px 0;
    background: transparent;
    white-space: nowrap;
}

#fb-generic-sample-form .promo .promo-img {
    height: 168px;
    background: transparent url("../../images/abila/bg-prod-img.png") no-repeat bottom left;
}

#fb-generic-sample-form h2 {
    color: #41A940 !important;
}

#fb-generic-sample-form #datepicker {
    background-image: url("../../images/abila/icon.png");
    background-position: 97% -1528px;
    background-repeat: no-repeat;
}

#fb-generic-sample-form .thankyou h2 {
    color: #41A940 !important;
}


/* Product Order Sample 
--------------------------------------------------------------------------------*/

#fb-order-sample {
    width: 841px;
    padding: 0 0 1% 0;
    background-color: #ffffff !important;
    background: #ffffff !important;
    overflow: hidden;
}

#fb-order-sample h1 {
    padding: 5px 15px 15px 5px;
    border-bottom: 1px solid #e4e4e4;
    background-color: #ecedef;
    text-shadow: none;
}

#fb-order-sample .grid_3 {
    text-align: right;
}

#fb-order-sample .grid_3 label {
    display: block;
    padding-top: 7px;
}

#fb-order-sample label.my-img-box {
    display: block;
    float: left;
    position: relative;
    margin: 0 20px 0 0;
    padding: 5px 15px;
    text-align: center;
    border: 1px solid #ffffff;
    -moz-box-shadow: 0 0 2px 2px #fff;
    -webkit-box-shadow: 0 0 2px 2px #fff;
    box-shadow: 0 0 2px 2px #fff;
    cursor: pointer;
}

#fb-order-sample label.my-img-box:hover {
    border: 1px solid #e4e5e7;
    -moz-box-shadow: 0 0 2px 2px #e4e5e7;
    -webkit-box-shadow: 0 0 2px 2px #e4e5e7;
    box-shadow: 0 0 2px 2px #e4e5e7;
}

#fb-order-sample label.active {
    border: 1px solid #e4e5e7;
    -moz-box-shadow: 0 0 2px 2px #e4e5e7;
    -webkit-box-shadow: 0 0 2px 2px #e4e5e7;
    box-shadow: 0 0 2px 2px #e4e5e7;
}

#fb-order-sample .my-img-box img {
    display: block;
    margin-bottom: 5px;
}

#fb-order-sample #datepicker {
    background-image: url("../../images/abila/icon.png");
    background-position: 97% -1528px;
    background-repeat: no-repeat;
}


/*
        #fb-order-sample .grid_3{
            background:black;
        }
        #fb-order-sample .grid_13{
            background:yellow;
        }
        #fb-order-sample .grid_3 span.note {
            display: block;
            font-size: 0.85em;
            padding-left: 0px !important;
        }
        */


/*
#fb-generic-sample-form .promo{
    height:168px;
    background-image:none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fefefc), color-stop(1, #fff3db) );
    background:-moz-linear-gradient( center top, #fefefc 5%, #fff3db 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefc', endColorstr='#fff3db');
    background-color:#fff3db;
    border:1px solid #e3e3e3;
}
    #fb-generic-sample-form .promo .promo-txt{
        padding:50px 0 0 40px;
        height:118px;
        background:transparent;
    }
        #fb-generic-sample-form .promo .promo-txt h1{
            width:280px;
            color:#827f7b;
            text-align:right;
            font-size:28px;
            text-shadow:none;
            line-height:1.05em;
            margin:0 0 10px 0;
            background:transparent;
            white-space:nowrap;
        }
    #fb-generic-sample-form .promo .promo-img{
        height:168px;
        background:transparent url("../../images/officedepot/bg-prod-img.png") no-repeat bottom left;
    }
    
#fb-generic-sample-form h2{
    color:#666666 !important;
}
#fb-generic-sample-form #datepicker{
    background-image: url("../../images/officedepot/icon.png");
    background-position:97% -1528px;
    background-repeat:no-repeat;
}
#fb-generic-sample-form .thankyou h2{
    color:#3884d2 !important;
}
*/


/* Fancy Box Widths
--------------------------------------------------------------------------------*/

#fb-verification2-address {
    /*height:295px;*/
    width: 600px;
}

#fb-verification1-address {
    /*height:295px;*/
    width: 600px;
}

#fb-use-address {
    /*height:600px;*/
    width: 900px;
}

#fb-edit-contact {
    /*height:600px;*/
    width: 950px;
}

#fb-incomplete-contact {
    /*height:600px;*/
    width: 900px;
}

#fb-import-contacts {
    /*height:575px;*/
    width: 900px;
}

#fb-change-shipping-address {
    /*height:575px;*/
    width: 575px;
}

#fb-add-contact,
#fb-add-contact-international {
    /*height:575px;*/
    width: 575px;
}

#fb-delete-contact {
    width: 575px;
}

#fb-add-or-edit-billing-address {
    /*height:500px;*/
    width: 550px;
}

#fb-new-contact {
    /*height:590px;*/
    width: 950px;
}

#fancybox-modal-div,
#fb-password-error,
#fb-edit-email {
    /*height:300px;*/
    width: 600px;
}

#fb-forgot-password {
    width: 650px;
}

#fb-change-email,
#fb-fav-clear-all,
#fb-save-for-later {
    /*height:275px;*/
    width: 600px;
}

#fb-import-csv,
#fb-import-gmail,
#fb-import-yahoo,
#fb-import-hotmail,
#fb-import-linkedin,
#fb-import-facebook {
    /*height:535px;*/
    width: 900px;
}

#fb-add-image {
    /*height:535px;*/
    width: 900px;
}

#fb-import-image-from-your-computer {
    /*height:535px;*/
    width: 550px;
}

#fb-import-image-from-your-computer h1,
#fb-import-image-from-your-computer h2,
#fb-import-image-from-your-computer h3 {
    text-shadow: none !important;
}

#fb-import-image-from-your-computer h1 {
    color: #41A940 !important;
}

#fb-import-image-from-your-computer h2 {
    color: #41A940 !important;
    border: none;
    margin: 0px;
    padding: 0px;
}

#fb-import-image-from-your-computer h3 {
    font-weight: bold;
    font-size: 14px;
    color: #4b4f54 !important;
}

#fb-import-image-from-your-computer ul {
    margin: 5px 0 0 20px;
}

#fb-import-image-from-your-computer .upload-photo {
    padding: 10px 10px 0 10px;
    background: #fff;
    border: 1px solid #d9dce0;
}

#fb-import-image-from-your-computer .upload-photo p {
    margin: 0;
    padding: 0 0 10px 0;
}

#fb-duplicate-design {
    width: 550px;
}

#fb-duplicate-design .fb-duplicate-design-content {
    height: 60px;
}

#fb-delete-design {
    width: 550px;
}

#fb-delete-design .fb-delete-design-content {
    height: 50px;
}

#fb-save-this-design {
    width: 550px;
}


/**/

#fb-save-this-design .content {
    height: 25px;
    overflow: hidden;
}


/*This fix the cut off on top and bottom "Forgot Password" modal*/

#forgotPasswordBody {
    margin: 10px 0;
}


/* Estimated Deliver Modal
--------------------------------------------------------------------------------*/

#fb-est-modal {
    width: 650px;
    background-color: #ffffff !important;
    background: #ffffff !important;
    overflow: hidden;
}

#fb-est-modal h1 {
    padding-bottom: 15px;
    margin-bottom: 10px;
    color: #41A940;
    text-shadow: none;
    background: #ecedef;
    border-bottom: 1px solid #e4e4e4;
}

.delivery-options-hdr {
    background-color: #f5efd3;
    padding: 30px 15px 0 15px;
    height: 50px;
    font-size: 16px;
}

.delivery-options {
    background-color: #ecedef;
    padding: 25px 15px 0 15px;
    height: 55px;
    font-size: 14px;
}

.border-right-d9d9d9 {
    border-right: 1px solid #d9d9d9;
}

.border-bottom-d9d9d9 {
    border-bottom: 1px solid #d9d9d9;
}

.border-bottom-ffffff {
    border-bottom: 2px solid #ffffff;
}


/* Custom Colors Modal
--------------------------------------------------------------------------------*/

#fb-custom-color {
    /*width:900px;*/
    background: none repeat scroll 0 0 #FFFFFF !important;
    overflow: hidden;
    padding: 0px;
    width: 841px;
}

#fb-custom-color h1 {
    /*height:20px;*/
    padding: 0 0 0 30px;
    line-height: 44px;
    text-shadow: none;
    background: #ecedef url("../../images/abila/icon-custom-colors.jpg") no-repeat left center;
    border-bottom: 1px solid #e4e4e4;
}

.custom-color-container {
    float: left;
    display: inline-block;
    height: 100px;
    width: 63px;
    margin: 0 10px;
    font-size: 11px;
    color: #4b4f54;
    line-height: 1.2em;
    text-align: center;
}

.custom-color-anchor {
    display: block;
    height: 59px;
    width: 59px;
    margin-bottom: 4px;
    border: 2px solid #ffffff;
}

.custom-color-anchor:hover,
.custom-color-anchor.active {
    border: 2px solid #777777;
    cursor: pointer;
}

.custom-color-square-outer {
    display: block;
    height: 57px;
    width: 57px;
    border: 1px solid #b0b0b0;
}

.custom-color-square-inner {
    display: block;
    height: 55px;
    width: 55px;
    border: 1px solid #ffffff;
}


/* Configurator Help Modal
--------------------------------------------------------------------------------*/

#configurator-help-modal {
    width: 850px;
    /*height:530px;*/
}

#configurator-help-modal #cfm-header .padding {
    padding: 10px 10px 0 10px;
    background: #ffffff;
}

#configurator-help-modal #scrolling-content .padding {
    padding: 0 0 0 2px;
    background: #ffffff;
}

#configurator-help-modal #body-content {
    height: 505px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    clear: both;
}

#configurator-help-modal #fb-modal-outer div.content2 {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 0px;
}

#configurator-help-modal h1 {
    color: #41A940;
    font-size: 21px;
}

#configurator-help-modal #scrolling-content {
    height: 429px;
    overflow-x: hidden;
    overflow-y: auto;
}

#configurator-help-modal .cfm-tag-line {
    width: 800px;
    font-size: 14px;
    margin-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}

#cfm-content .cfm-content-h2 {
    height: 38px;
    line-height: 35px;
    padding-right: 3px;
    background-color: #ecedef;
    border-top: 1px solid #ffffff;
}

#cfm-content .cfm-content-h2 img {
    float: right;
    margin: 6px 3px 0 0;
}

#cfm-content .cfm-content-h2 h2 {
    display: inline-block;
    padding: 0 0 0 2px;
    margin: 0 10px;
    color: #41A940;
    text-shadow: none;
}

#cfm-content .cfm-content-section {
    /*padding-bottom:4px;
                border-bottom:1px solid #e0e0e0;*/
    margin: 0 0 0 20px;
}

#cfm-content .cfm-content-section h3 span {
    display: block;
    float: left;
    margin-bottom: 20px;
}

#cfm-content .cfm-content-section h3 span.img {
    margin-right: 5px;
}

#cfm-content .cfm-content-section h3 span.h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
}

#cfm-content .cfm-content-section p {
    clear: both;
    margin: 20px 0 0 0 !important;
    font-size: 16px;
}

#cfm-content .cfm-content-hr {
    padding: 0 0 0 2px;
    height: 1px;
    line-height: .5px;
    border-bottom: 1px solid #e0e0e0;
}


/* main menu */

#configurator-help-modal #cfm-main-menu {
    padding: 20px 0;
}

#configurator-help-modal #cfm-main-menu h2 {
    color: #41A940;
    font-size: 21px;
}

#configurator-help-modal #cfm-main-menu .cfm-main-menu-text {
    color: #4b4f54;
    font-size: 16px;
    height: 120px;
    overflow: hidden;
}

#configurator-help-modal #cfm-main-menu .cfm-main-menu-anchor {
    font-size: 16px;
    color: #4caae9;
    text-decoration: none;
}


/* end main menu */


/* edit your design */

#discover-editing {}

#discover-previewing {
    /*give room for content to scroll into view correctly*/
    padding-bottom: 250px;
}


/* end edit your design */


/* my account pages new form style */

form#resetpasswordonchallengesuccessform div.content-form-padding div.content-labels {
    width: 30%;
}

form#resetpasswordonchallengesuccessform div.content-form-padding div.content-form {
    width: 70%;
}

div.content-form-padding {
    padding: 0 15px 15px 15px;
}

div.content-form-padding div.content-labels {
    /*clear:left;*/
    float: left;
    width: 25%;
    text-align: right;
    /*padding-top:7px;*/
}

div.content-form-padding div.content-labels label {
    /*display:inline-block;
            text-transform:lowercase;*/
    font-weight: bold;
    margin: 0 15px 0 0;
    line-height: 24px;
}

div.content-form-padding div.content-labels sup,
div.content-form-padding div.content-form sup {
    margin: 0;
    padding: 0;
    line-height: 0;
    color: red;
    font-size: 12px;
}


/*div.content-form-padding div.content-labels sup{
            color:red;
        }*/

div.content-form-padding div.content-form {
    float: left;
    width: 75%;
    text-align: left;
    margin-bottom: 10px;
    overflow: hidden;
}

div.content-form-padding div.content-form div.content-form-dom-int {
    margin-top: 7px;
}

div.content-form-padding div.content-form div.content-form-dom-int label {
    font-weight: bold;
}

div.content-form-padding div.content-form div.content-form-state-zip label {
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    padding-top: 6px;
    margin-right: 10px;
}

div.content-form-padding div.content-form input[type=text] {
    width: 95% !important;
}

div.content-form-padding div.content-form div.content-form-state-zip input[type=text] {
    width: 32.5% !important;
}

div.content-form-padding div.content-form div.content-form-state-zip.fb-modal input[type=text] {
    width: 30.5% !important;
}

div.content-form-padding div.content-form div.content-form-state-zip .state {
    margin: 0px 10px 0 0;
    width: 50%;
}


/* end my account pages new form style */


/* Etiquette Modal
--------------------------------------------------------------------------------*/

#etiquette-modal {
    width: 750px;
}

#etiquette-modal .jcarousel-container-horizontal {
    min-width: 200px !important;
    padding: 0 30px;
}

#etiquette-modal .jcarousel-clip-horizontal {
    min-width: 200px !important;
}

#etiquette-modal .etiquette-page {
    width: 284px;
    height: 399px;
    -moz-box-shadow: 3px 3px 3px #e4e5e7;
    -webkit-box-shadow: 3px 3px 3px #e4e5e7;
    box-shadow: 3px 3px 3px #e4e5e7;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#e4e5e7')";
    /* For IE 5.5 - 7 */
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#e4e5e7');
}

#etiquette-modal .hdr {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 1px solid #e4e5e7;
}

#etiquette-modal .cnt {
    padding-top: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 1.5em;
}

#etiquette-modal .jcarousel-prev-horizontal,
#etiquette-modal .jcarousel-next-horizontal {
    top: 45% !important;
}

#etiquette-modal ul#mycarousel li {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 420px;
}

#etiquette-modal ul#mycarousel li:hover {
    background-color: transparent;
}

#etiquette-modal .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 30px;
}

#etiquette-modal .pagenumber {
    position: absolute;
    bottom: 7px;
    left: 1px;
    font-size: 11px;
    color: #cecfd1;
    text-align: center;
    background: transparent;
    width: 295px;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0px;
}


/* Fancy Box Style 1
--------------------------------------------------------------------------------*/

div.fb-style-1 {
    margin: 0;
    padding: 0;
    width: 700px;
    background: #ffffff !important;
}

div.fb-style-1 #fb-modal-outer div.content {
    display: block;
    height: auto;
    background-color: #ffffff;
    border: none !important;
    box-shadow: none !important;
    padding: 20px;
}

div.fb-style-1 #fb-modal-outer div.buttons {
    padding: 20px;
}

div.fb-style-1 #fb-modal-outer h1 {
    font-family: Arial;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    color: #41A940;
    text-decoration: none;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #cecfd1;
}


/* Software selector modal
--------------------------------------------------------------------------------*/

.modal-content {
    padding: 30px;
    background: #fff;
    display: block;
    overflow: hidden;
}

.modal-content h1 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #cecfd1;
}

.modal-content .dotted-left {
    padding-left: 30px;
    border-left: 1px dotted #cecfd1;
}

.label-container {
    margin-bottom: 5px;
}

.icon-info-i {
    position: relative;
}

.tooltip-container {
    position: relative;
    margin-top: 60px;
}

h2 .tooltip,
.tooltip {
    position: absolute;
    border: solid 1px #ecedef;
    right: 0;
    top: -75px;
    width: 260px;
    background: #fff;
    padding: 10px;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
    font-weight: normal;
    font-size: 12px;
    z-index: 999;
    color: #666;
    line-height: 1.3;
}

.icon-info-i .tooltip {
    left: 0px;
    top: 0%;
    display: none;
}

.tooltip:after {
    top: 100%;
    left: 70%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(88, 88, 88, 0);
    border-top-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}

.icon-info-i .tooltip {
    left: 20px;
    top: 0;
    display: none;
    -webkit-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.5);
}

.icon-info-i .tooltip:after {
    top: 50%;
    left: -10px;
    border-width: 10px;
    margin-top: -5px;
    border-right-color: #fff;
    border-top-color: transparent;
}


/*checkarmorModal*/

#checkarmorModal {
    width: 675px;
}

#checkarmorModal .events ul {
    width: 30%;
    float: left;
}

#checkarmorModal .events ul.middle {
    margin: 0 5%;
}

#checkarmorModal .events ul li {
    padding-left: 20px;
    font-size: 13px;
    font-weight: bold;
    background: url(../../images/abila/lockIcon.jpg) left center no-repeat
}

.checkarmor a {
    font-weight: normal;
}


/* password form */

div.content-form-padding div.content-labels {
    float: left;
    text-align: right;
    width: 25%;
}

.modal {
    background: #fff;
}

.order-by {
    background-color: #F0F9FA;
}

    ul#prod-detail-attributes div.attr-content {
        margin: 0 0 15px 0;
        padding: 0;
    }

    ul#prod-detail-attributes div.attr-content:after { 
        content: "."; 
        visibility: hidden; 
        display: block; 
        height: 0; 
        clear: both;
    }

form#securityChallengeForm div.content-form-padding div.content-labels {
    width: 30%;
}

form#securityChallengeForm div.content-form-padding div.content-form {
    width: 70%;
}

#deliveryEstimatesModel {
    background: none repeat scroll 0 0 #FFFFFF !important;
    overflow: hidden;
    width: 650px;
}
