.arc-whybuyfromus
{
    float: right;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
}
.arc-whybuyfromus > div
{
    box-shadow: 0 0 8px #B0B0B0;
    -moz-box-shadow: 0 0 8px #b0b0b0;
    -webkit-box-shadow: 0 0 8px #B0B0B0;
    position: absolute;
    top: 40px;
    left: 0px;
    margin: 10px 0 0;
    width: 173px;
    height: 246px;
    display: none;
    z-index: 100;
}

#arc-prod-header
{
    color: #404040;
    clear: both;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    padding-bottom: 3px;
}
#arc-prod-header > h3
{
    color: #59636d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: normal;
}
#arc-prod-header h3 .details
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
#arc-prod-header > a
{
    color: #404040;
}
#arc-prod-header > a:hover
{
    text-decoration: underline;
}
#arc-prod-header > .prod-rate
{
    vertical-align: top;
}
#arc-prod-header #ask_about_prod
{
    float: right;
    display: inline-block;
    background: url(../images/product/question-product.gif) no-repeat;
    padding: 0 0 2px 22px;
}
#write-rev-lnk
{
    display: inline-block;
    vertical-align: middle;
}
.rev-divider
{
    background: url("/images/product/dotted-divider.jpg") repeat-y scroll 0 0 transparent;
    display: inline-block;
    height: 15px;
    margin: 0 8px;
    vertical-align: middle;
    width: 1px;
}
#rev-count
{
    vertical-align: middle;
}
.prod-rate
{
    margin-top: 0;
    vertical-align: middle;
}

#arc-prod-visual
{
    text-align: center;
    /*width: 340px;*/
    float: left;
}

/* this is to remove border and background image behind the tabs */
#arc-prod-visual .ui-widget-content
{
    border: none;
    background: transparent none;
}
#arc-prod-visual .ui-tabs-nav.ui-widget-header
{
    border: none;
    background: transparent none;
    font-weight: normal;
}
#arc-prod-visual .ui-tabs .ui-tabs-nav
{
    /*removes extra padding*/
    padding: 0;
}

/*removed min-height:525px;. please add it back if something broke on prodcut page!*/
#arc-prod-visual-tab
{
    padding: 0;
}
#arc-prod-visual-tab > ul li
{
    background: #fff;
    border: 1px solid #c8c8c8;
}
#arc-prod-visual-tab > ul li span
{
    font-size: 14px;
}
#arc-prod-visual-img a
{
    background: url(../images/product/images-icn.jpg) no-repeat scroll 3px 3px transparent;
    padding-left: 40px;
    color: #8a8a8a;
}
#arc-prod-visual-img-tab
{
    border: medium none;
    padding: 0;
    overflow: visible;
}
#arc-prod-visual-img-tab > div
{
    margin: 5px 0 0 0;
}
#arc-prod-visual-img-tab > div li
{
    padding-left: 2px;
    float: left;
}
#arc-prod-visual-img-tab > div li a
{
    display: block;
}
#arc-prod-visual-img-tab > div li img
{
    border: 1px solid #DDDDDD;
    max-height: 71px;
    max-height: 68px;
    padding: 2px;
}
#arc-prod-visual-img-tab > div .button
{
    padding-right: 2px;
    display: inline-block;
    float: left;
}
#arc-prod-visual-img-tab .zoom_image
{
    margin-top: 5px;
    display: inline-block;
}
#arc-prod-visual-vid a
{
    background: url(../images/product/videos-icn.jpg) no-repeat 0 2px;
    padding-left: 25px;
    margin-left: 3px;
    color: #8a8a8a;
}
#arc-prod-visual-img-tab #prod-main
{
    border: 1px solid #DDDDDD;
    margin: 0pt;
    padding: 5px;
    overflow: visible;
    min-height: 450px;
}
#arc-prod-visual-vid-tab
{
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #C8C8C8; /*display: table;*/ /*height: 315px;*/ /*padding: 1em 0.5em;*/
    padding: 0.4em;
    position: relative;
    width: 660px;
    z-index: 1000;
}
#arc-prod-visual-vid-tab #video-main
{
    margin-bottom: 10px;
}
#arc-prod-visual-vid-tab object, #arc-prod-visual-vid-tab #vid-close
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
#arc-prod-visual-vid-tab #vid-close a
{
    color: #FFFFFF;
}
#arc-prod-visual-vid-tab #vid-close img
{
    vertical-align: middle;
}
#arc-prod-visual-like
{
    margin-top: 10px;
    display: inline-block;
}
#arc-prod-visual-carousel-wrapper
{
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 305px;
    position: relative;
    height: 77px;
}
#arc-prod-visual-carousel
{
    width: 2000px;
    position: absolute;
}

#product-videos div.carousel-wrapper
{
    width: 88%;
}
#product-videos ul.carousel-content li img
{
    border: solid 1px #D3D3D3;
}

/* Bare minimum style to create a carousel */
.arc-prod-visual-carousel a.carousel-controls, .arc-prod-visual-carousel div.carousel-wrapper
{
    display: inline-block; /* Line up carousel controls and items horizontally */
    vertical-align: middle; /* In case the left and right buttons are shorter than the items, or vice versa, they'll always be vertically center aligned */
}
.arc-prod-visual-carousel div.carousel-wrapper
{
    overflow: hidden; /* create a viewing window that blocks everything beyond the window */
    position: relative; /* anchor so that the carousel can move left or right in relation to the viewing window */
    width: 85%; /* !!should override width by id as each carousel could have different width depending on # of elements to be displayed!! */
}
.arc-prod-visual-carousel ul.carousel-content
{
    position: relative; /* so the javascript can move the carousel in either direction */
    text-align: left; /* to make sure it doesn't end up center-aligned and disappear */
    width: 5000px; /* some randomly large amount of width to fit all the items horizontally */
}
.arc-prod-visual-carousel ul.carousel-content li
{
    display: inline; /* so that the thumbnails will show up horizontally */
}
/* Bare minimum style to create a carousel */

#arc-prod-detail
{
    color: #404040;
    /*width: 635px;*/
    /*margin-left: 13px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: top;
    float: right;
}
@media (min-width: 1200px) 
{
    #arc-prod-detail {padding:0 0 0 10px;}
}

#arc-prod-detail-promo
{
    background: url(../images/product/msg-promo-sale-tag.jpg) no-repeat 15px center white;
    background-color: #FFFFFF;
    border: 1px solid #B4AB6F;
    color: #333;
    padding: 15px 13px 13px 110px;
    margin: 0.3em 0 0.4em 0;
    line-height: 18px;
}
#arc-prod-detail-promo span
{
    font-size: 14px;
    font-weight: bold;
}
#arc-prod-detail-promo span.promo-end
{
    color: #a50e0a;
}
#arc-prod-detail-top
{
    background-color: #f5f5f1; /*border-top: 1px solid #b4ab6f;     border-right: 1px solid #b4ab6f;     border-left: 1px solid #b4ab6f;*/
    color: #333333; /*font-weight: bold;*/
    padding: 15px;
    margin-top: 6px;
}
/*Updated Product Messages*/
#arc-prod-msg
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fbfbf4;
    border: 1px solid #DCDCD4;
    margin: 10px 0 0;
}
#arc-prod-msg li
{
    background: url(/images/product/prod-msg-border-btm.gif) repeat-x 1px bottom transparent;
    color: #333333;
    font-weight: bold;
    font-size: 13px;
}
#arc-prod-msg li a
{
    color: #1e5994;
}
#arc-prod-msg li:last-child
{
    background: none;
}
#arc-prod-msg li .messageContent
{
    display: block;
    padding: 15px 10px 15px 45px;
}
#low-stock-msg .messageContent, #back-order-msg .messageContent
{
    background: url(/images/product/prod-msg-low-stock.jpg) no-repeat 7px center transparent;
}
#sale-msg .messageContent
{
    background: url(/images/product/prod-msg-sale.jpg) no-repeat 7px center transparent;
}
#insider-sale-msg .messageContent
{
    background: url(/images/product/prod-msg-insider-sale.jpg) no-repeat 7px center transparent;
    font-weight: normal;
}

#insider-sale-msg .messageContent #timer-detail
{
    color: #464E57;
    float: left;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;    
}

#timer-detail .time
{
    font-weight:bold;
    color: #AA4C32;
    font: 13px/13px Arial,Helvetica,sans-serif;
}

#clearance-msg .messageContent
{
    background: url(/images/product/prod-msg-clearance.jpg) no-repeat 7px center transparent;
}
#coupon-msg .messageContent
{
    background: url(/images/product/prod-msg-coupon.jpg) no-repeat 7px center transparent;
}
#truck-msg .messageContent
{
    background: url(/images/product/prod-msg-truck.jpg) no-repeat 7px center transparent;
}
#coupon-msg span span
{
    background: none;
    color: #486f44;
    display: inline;
    padding: 0;
}
/*End Updated Product Messages*/
#detail-pricing
{
    margin-bottom: 10px;
    float: left;
}
#detail-pricing-wrapper
{
    float: left;
}
/*#detail-pricing .modelnumber {
    float: left;
    font-size: 14px;
}*/
#detail-pricing .price
{
    float: left;
    margin-bottom: 3px;
}
#detail-pricing .shipping
{
    float: left;
    color: #1e5994;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0 0 5px;
}
#detail-pricing .emph
{
    color: #c00000;
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-right: 3px;
}
#detail-pricing .de-emph
{
    color: #666;
    float: left;
}
#detail-pricing .reg-price
{
    color: #c00000;
    font-size: 18px;
    font-weight: bold;
}
/*Price Promo Format*/
#detail-pricing #price-promo .de-emph
{
    font-size: 12px;
}
#detail-pricing #price-promo .de-emph span
{
    text-decoration: line-through;
}
/*End Price Promo Format*/
/*Price Volume Format*/
#detail-pricing #price-volume .de-emph
{
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    float: none;
}
#detail-pricing #price-volume .emph
{
    color: #c00000;
    font-size: 14px;
    font-weight: bold;
    float: none;
    margin-right: 0;
}
/*End Price Volume Format*/

/*Product Availability*/
#product-availability
{
    font-weight: bold;
    float: right;
}
#product-availability .shiptime
{
    color: #333333;
}
#product-availability .instock
{
    font-size: 14px;
    color: #2a6a11;
}
#product-availability .outofstock
{
    background: url(/images/product/out-of-stock.png) no-repeat scroll left center transparent;
    font-size: 15px;
    color: #c00000;
    padding: 4px 0 3px 24px;
    margin-bottom: 5px;
}
/*End Product Availability*/

/*Product Message Tool Tips*/
#detail-tooltips
{
    float: right;
}
.pop-up
{
    float: left;
    padding: 0 5px 0 0;
    position: relative;
    width: 32px;
}
#detail-tooltips .pop-up.last
{
    padding: 0;
}
.box
{
    position: absolute;
    top: -8px;
    right: 20px;
    display: none;
    z-index: 3;
    width: 290px;
    padding: 0 14px 0 0;
}
.box .arrow
{
    position: absolute;
    right: 0;
    top: 25%;
}

.arc-tip-content
{
    background: #363636;
    color: #FFFFFF;
    font-size: 12px;
    padding: 2px;
}
.arc-tip-content a
{
    color: #fb932e;
}
.arc-tip-content .tip-emph
{
    color: #fb932e;
    font-style: normal;
    text-decoration: underline;
}
.arc-tip-content span
{
    font-style: italic;
}
#arc-icon-msg .box, #arc-promo .box
{
    /*adjusts clearance and sale message*/
    top: -7px;
}
#arc-truck .box
{
    /*adjusts truck message*/
    top: -28px;
}
#arc-truck .box .arrow
{
    top: 35%;
}
#arc-truck .not-returnable
{
    color: #fb932e;
    text-decoration: underline;
    font-style: normal;
}
.tip-border
{
    border: 1px solid #747171;
    padding: 10px;
}
/*End Product Message Tool Tips*/
#arc-prod-detail-more
{
    clear: both;
}
#arc-prod-detail-more .browse
{
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    width: 123px;
}
#arc-prod-detail-more .browse > a
{
    background: url(../images/product/v3-browse.gif) no-repeat;
    display: block;
    width: 130px;
    height: 23px;
    text-indent: -1000em;
}
#arc-prod-detail-vol
{
    clear: both;
    float: left;
}
.project-info #arc-prod-detail-opt
{
    /*display: inline-block;
    float: none;*/
    margin: 0 0 8px;
    /*width: 323px;*/
}
.project-info #arc-prod-detail-opt td { font-size:13px; }
#arc-prod-detail-opt
{
    clear: both;
    float: left;
    margin: 10px 0 0;
}
#arc-prod-detail-opt tr
{
    line-height: 22pt;
}
#arc-prod-detail-opt td
{
    text-align: left;
    padding-right: 10px;
    font-weight: bold;
}
#arc-prod-detail-opt td input[type=text]#quantity
{
    width: 27px;
    border: 1px solid #c0c0c0;
    text-align: center;
    padding-right: 2px;
}
.arc-prod-detail-cart
{
    /*background: url(/images/product/or-cart-bg.gif) no-repeat scroll 340px 0 #FFFFFF;*/
    border-top: 1px solid #c0c79d;
    border-bottom: 1px solid #c0c79d;
    clear: both;
    vertical-align: middle;
    /*padding: 15px;*/
}
.detail-box
{
    display: table-cell;
    padding: 15px !important;
    vertical-align: top;
}
#or-divider, #save-later-wrapper
{
    display: table-cell;    
    padding: 0;
}
#product-qty input[type=text]
{
    border: 1px solid #b2b2b2;
    width: 35px;
    padding: 2px;
}
#product-qty label
{
    color: #4d4d4c;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 3px 0 0;
}
#add-to-cart-wrapper
{
    padding: 0 0 0 45px;
    text-align: center;
}
#make-offer
{
    margin: 5px 0 0;
}
#save-later
{
    padding: 0 0 0 90px;
    text-align: center;
    position: relative;
}
#cartButton
{
    display: inline-block;
    margin-top: 5px;
    vertical-align: middle;
}
#arc-prod-detail-remainder
{
    margin-bottom: 10px;
    position: relative;
}
#purchasereminder-cart .speech-mark
{
    background: url(/images/product/pr-speech.png) no-repeat 0 0 transparent;
    width: 30px;
    height: 17px;
    position: absolute;
    z-index: 1000;
    right: 30px;
    top: 19%;
    display: none;
}
#purchasereminder-cart:hover .speech-mark
{
    display: block;
}
#arc-prod-detail-remainder .middle a
{
    color: #3F3E3E;
    font-weight: bold;
    text-decoration: underline;
}
#al-prod-detail-remainder .middle
{
    background: url(../images/product/shopping-bag.png) no-repeat scroll -11px center transparent;
    min-height: 30px;
    padding-left: 40px;
    vertical-align: middle;
}
/*Pop Up Purchase Reminder*/
#purchasereminder-cart
{
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#purchasereminder-cart #prod-reminder
{
    position: absolute;
    left: 147px;
    top: -21px;
    display: none;
}
#purchasereminder-cart:hover #prod-reminder
{
    display: block;
    width: 440px !important;
}
#arc-prod-detail-action
{
    background: #f5f5f1;
    color: #606060;
    padding: 16px 15px;
}
#arc-prod-detail-action a
{
    color: #606060;
}
#arc-prod-detail-action #ask_about_prod
{
    float: left;
    background: url(/images/product/ask-question-icon.jpg) no-repeat scroll 0 0 transparent;
    padding: 3px 0 1px 23px;
}
#information-center
{
    float: right;
    padding: 3px 0 0 0;
}
#arc-prod-detail-action .btnrow
{
    margin-right: 0 !important;
    float: left;
}

/* Back-Order Panel */
#back-order-link, #request-ETD-link
{
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    font-variant: small-caps;
    color: #069;
}
#arc-prod-detail-bo
{
    background-color: #f5f5f1;
    margin: 0;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px;
    overflow: hidden;
}
#arc-prod-detail-bo span
{
    color: #c00000;
    font-size: 14px;
    font-weight: bold;
}
#bo-wrapper
{
    border-top: 1px dotted #aaaaaa;
    padding: 15px 0 0;
}
.msg_caption
{
    color: #c00000 !important;
    font-size: 14px;
}
#arc-prod-detail-bo .backorder-msg
{
    display: inline-block;
    vertical-align: top;
}
#arc-prod-detail-bo .emphasis
{
    color: #cc0000;
    font-size: 12px;
}
.css-table
{
    color: #333333;
    font-size: 12px;
    margin: 10px 0;
}
.css-table th
{
    font-weight: bold;
    padding: 5px 10px;
}
.css-table th, .css-table td
{
    border-bottom: 1px dotted #aaaaaa;
    text-align: left;
}
.css-table td
{
    padding: 10px;
}
/*.css-table {
    border: 1px solid #AEAEAD;
    border-collapse: inherit;
    color: #333;
    font-size: 12px;
    margin: 5px 0;
    overflow: hidden;
    width: 335px;
}
.css-table th {
    color: #645F4D;
    text-shadow: 1px 1px 1px white;
    background: url("../images/product/info-center-head-bg-big.png") repeat-x scroll 0 0 transparent;
    font-weight: bold;
}
.css-table th, table.css-table td {
    padding: 3px;
    text-align: center;
    max-width: 360px;
}
.css-table td {
    background: #fff;
    border-right: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
}*/
#arc-prod-detail-bo .backorder-alert
{
    float: right;
    width: 200px;
    font-size: 12px;
    margin-right: 20px;
}
#arc-prod-detail-bo .b-alert
{
    display: block;
    margin-top: 8px;
}

/* Information Center */
#arc-prod-detail-link
{
    background-color: #dad1ba;
    border-top: 1px solid #b4ab6f;
    border-right: 1px solid #b4ab6f;
    border-left: 1px solid #b4ab6f;
    border-bottom: 1px solid #b4ab6f;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 7px;
}
#arc-prod-detail-link > a
{
    color: #333333;
    margin: 0 24px;
}

/* Product Details */
/*Updated Product Details*/
#arc-prod-info
{
    float: left;
    margin-top: 15px;
    margin-bottom: 10px;
}
#arc-prod-info p
{
    margin-top: 7px;
}
#arc-prod-info-desc
{
    float: left;
    width: 75%;
}
#arc-product-green
{
    background: white;
    border: 1px solid #547647;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    color: #404040;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
#arc-product-green .arc-prodinfo-title
{
    background: url(../images/product/productdetail-bg.gif) repeat-x 0 0 scroll transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 8px;
    display: block;
    text-shadow: 0 1px 0 #4b693f;
    margin-bottom: 10px;
}
#arc-product-green .subtitle
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 8px;
}
#arc-product-green #spec
{
    float: left;
    width: 36%;
    margin: 10px 20px 20px;
    clear: left;
    line-height: 15pt;
    min-height: 90px;
    overflow: hidden;
}
#arc-product-green #spec .details-bold
{
    font-weight: bold;
}
#arc-product-green #p-description
{
    border-left: 1px solid #C0C0C0;
    float: left;
    margin: 10px 15px 20px 0;
    padding-left: 30px;
    line-height: 13pt;
    width: 51%;
    min-height: 90px;
    overflow: hidden;
}
#arc-product-green #p-description ul
{
    list-style: disc outside none;
    margin-left: 10px;
    padding-left: 10px;
}
#arc-product-green .right ul
{
    list-style: disc outside none;
    margin-left: 10px;
    padding-left: 10px;
}
#arc-add-info
{
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    color: #404040;
    margin-bottom: 10px;
    line-height: 13pt;
    font-size: 12px;
}
#arc-add-info ul
{
    list-style: disc outside none;
    margin-left: 10px;
    padding-left: 10px;
}
#arc-add-info td[valign="top"]
{
    width: 120px;
}


/* Quick Links and Manuals */
#arc-prod-lnk
{
    float: right;
    width: 23%;
}
#arc-prod-info .rightcol
{
    display: inline-block;
    background: #fff;
    border: 1px solid #C8C8C8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}
#arc-prod-info .rightcol .quicklinks-list
{
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
}
#arc-prod-info .rightcol .quicklinks-list li
{
    float: left;
    display: inline-block;
    margin: 7px;
    width: 91px;
    font-size: 13px;
    font-weight: bold;
}
#arc-prod-info .rightcol .quicklinks-list li a
{
    color: #404040;
    background: url(../images/product/quicklinks-arrow.gif) no-repeat 0 3px scroll transparent;
    padding-left: 13px;
}
#arc-prod-info .rightcol-title
{
    background: url(../images/product/rightcol-bg.gif) repeat-x 0 0 scroll transparent;
    color: #505050;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 8px;
    display: block;
    text-shadow: 0 1px 0 white;
}
#arc-prod-info .rightcol-title a
{
    text-decoration: none;
    color: #505050;
}
#arc-prod-info .rightcol .manual-list
{
    float: left;
    margin-top: 10px;
    margin-bottom: -3px;
}
#arc-prod-info .rightcol .manual-list li
{
    float: left;
    display: inline-block;
    margin: 7px;
    width: 180px;
    min-height: 30px;
    font-size: 13px;
    font-weight: bold;
    background: url(../images/product/manual-icon.jpg) no-repeat 0 -2px scroll transparent;
    padding-left: 30px;
}
#arc-prod-info .rightcol .manual-list li a
{
    color: #404040;
}
#arc-prod-recommend
{
    background: url(../images/default/carousel-bg.jpg) repeat-x scroll 0 0 transparent;
    border: 1px solid #C8C8C8;
    clear: both;
    margin-bottom: 15px;
    position: relative;
    clear: both;
}
#arc-prod-recommend h5
{
    display: block;
    color: #59636D;
    font-family: 'Trebuchet MS' ,Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin: 10px 0 10px 10px;
}
#arc-prod-recommend .arc-product
{
    margin: 5px 15px 10px;
    width: 160px;
}
#arc-prod-recommend .arc-product .img img
{
    border: 1px solid #C8C8C8;
    width: 160px;
}
/* Customer Reviews */
#arc-prod-review
{
    margin: 10px 0 15px 0;
    clear: both;
}
.title-customercontent
{
    display: block;
    color: #59636D;
    font-family: 'Trebuchet MS' ,Arial,Helvetica,sans-serif;
    font-size: 18px;
}
#post-stat, #post-stat-empty
{
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #BBBBBA;
    width: 100%;
    margin-top: 5px;
}
#post-stat td
{
    text-align: center;
    vertical-align: middle;
}
.post-divider
{
    border-bottom: 1px solid #B4AB6F;
    height: 1px;
    margin: 0 auto;
    width: 970px;
}
.right-post
{
    border-left: 1px solid #B4AB6F;
    padding: 0 10px;
}
#overall-stat
{
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
}
#overall-stat li
{
    line-height: 1.2;
    margin-bottom: 0.25em;
    min-height: 18px;
    white-space: nowrap;
}
#overall-stat label
{
    float: left;
}
#overall-stat span.label
{
    float: left;
    text-transform: lowercase;
}
#overall-stat .itmRating
{
    font: 11px Arial, Verdana,sans-serif;
    margin-right: 5px;
    vertical-align: 2px;
}
#overall-stat .itmBar
{
    float: left;
    padding-top: 1px;
}
#overall-stat .itmBar .bar
{
    background: url(../images/product/bar-normal.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 13px;
    margin-right: 0.5em;
    width: 70px;
}
#overall-stat .bar .barFill
{
    background: url(../images/product/bg-meterBar.png) no-repeat scroll right center transparent;
    display: block;
    height: 13px;
    overflow: hidden;
}
#overall-stat .percentage
{
    font-size: 11px;
    vertical-align: 5px;
}
#overall-stat .note
{
    color: #838689;
    font-size: 10px;
    vertical-align: 6px;
    white-space: nowrap;
}
.review-post
{
    font-family: Arial,Verdana,Sans-Serif;
    font-size: 12px;
    margin: 10px 10px 0;
}
.review-post td
{
    vertical-align: top;
}
.left-post
{
    padding: 0 5px;
    width: 20%;
}
.post-prod-rating
{
    margin-bottom: 10px;
}
.right-post
{
    width: 88%;
}
.post-usr
{
    color: #81110A;
    font-weight: bold;
}
.post-loc, .post-date
{
    color: #645D54;
    font-weight: bold;
}
.post-head
{
    color: #81110A;
    font-size: 14px;
    margin: 0 0 5px;
    text-align: left;
}
.post-body
{
    color: #645D54;
}

/* Questions and Answers */
/* Ask Question Field */
#arc-qa
{
    clear: both;
    margin-bottom: 5px;
}
#qaAsk
{
    margin-top: 8px;
    font-family: Arial, Verdana, Helvetica;
    font-size: 14px;
    color: #5f5f5f;
    margin-bottom: 5px;
}
#qaAsk .question-field
{
    display: inline-block;
    margin-left: 4px;
}
#qaAsk .askq
{
    margin-left: 5px;
    width: 455px;
    height: 22px;
    border: 1px solid #c8c8c8;
    float: left;
    font-family: Arial, Verdana, Helvetica;
    font-size: 13px;
    color: #5f5f5f;
}
#qaAsk .usrinfo
{
    border: 1px solid #BBBBBA;
    margin-top: 5px;
    display: block;
    background-color: #f1f1f1;
    font-size: 13px;
    font-weight: bold;
    color: #5f5f5f;
    text-align: center;
    padding: 10px 5px 6px;
}
#qaAsk .askq-info
{
    margin-left: 5px;
    width: 308px;
    height: 22px;
    border: 1px solid #c8c8c8;
    font-family: Arial, Verdana, Helvetica;
    font-size: 13px;
    color: #5f5f5f;
    padding: 2px;
    margin: 10px 3px;
}
/* QandA */
#qaPosts
{
    list-style: none outside none;
    clear: both;
    margin-top: 5px;
}
#qaPosts.none
{
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #BBBBBA;
    width: 100%;
    text-align: center;
    display: table;
}
#qaPosts li
{
    margin-bottom: 0.5em;
}
#ProductQA h5
{
    color: #922D25;
    font-size: 14px;
}
#editQAPost
{
    height: 250px;
    width: 540px;
}
#editQAPost textarea
{
    border: 1px solid gray;
    height: 100%;
    margin-bottom: 10px;
    width: 100%;
}
#editQAPost input
{
    border: 1px solid black;
    float: right;
    padding: 5px;
}
#qaPosts .q, #qaPosts .a
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    font-family: Arial,Tahoma,Verdana;
    margin-bottom: 0.2em;
    padding: 5px;
}
#qaPosts li cite
{
    font-family: Arial,Tahoma,Verdana;
}
#qaPosts .q, #qaPosts .a
{
    padding-left: 30px;
}
#qaPosts .q
{
    background: url("../images/category/qa-question-icon.gif") no-repeat scroll 5px 5px #F6F7E9;
    border: 1px solid #ECEDDD;
    color: #363636;
    font-size: 12px;
    margin-bottom: 5px;
}
#qaPosts .a
{
    background: url("../images/category/qa-answer-icon.gif") no-repeat scroll 5px 5px #D1E3E5;
    border: 1px solid #CCD7D9;
    color: #000000;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 10px;
}
#qaPosts li cite
{
    display: block;
    font-size: 0.9em;
    font-style: italic;
    text-align: right;
}
#qaPosts li cite .author
{
    margin-right: 1em;
}
#qaPosts .noquestions
{
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    color: #81110a;
    font-family: Arial, Verdana, Helvetica;
    font-weight: bold;
}

/* Frequently Bought Together */
#arc-freq
{
    margin: 5px 0;
    float: right;
    font-family: Arial, Verdana, Helvetica,Sans-Serif;
    padding-bottom: 15px;
}
#arc-freq
{
    border: 1px solid #7c5949;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: right;
    width: 32%;
    font-size: 13px;
}
#arc-freq .title
{
    background: url(../images/product/frequent-bg.gif) repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #B8B7B3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    font-size: 14px;
}
#arc-freq .product
{
    margin: 15px 15px 0;
    display: inline-block;
}
#arc-freq .fr-prodinfo
{
    float: left;
    width: 50%;
}
#arc-freq .fr-image
{
    display: block;
    float: left;
    width: 115px;
    height: 115px;
    margin-right: 10px;
    border: 1px solid #C8C8C8;
}
#arc-freq .fr-name
{
    margin-bottom: 5px;
}
#arc-freq .fr-name a
{
    color: #59636d;
    height: auto;
    line-height: 15px;
}
#arc-freq .fr-price
{
    font-weight: bold;
    margin-bottom: 5px;
}

/*Quantity Discount Tip*/
#arc-vol-price-tip
{
    position: relative;
    clear: both;
}
#tip-link
{
    float: left;
    text-decoration: none;
    padding: 2px 0;
}
#tip-btn
{
    background: url(/images/product/quantity-table-tag.png) no-repeat 3px 3px #56a25c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px 3px 19px;
    text-transform: uppercase;
}
#vol-price-content
{
    background: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.57);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.57);
    box-shadow: 0 1px 5px rgba(0,0,0,0.57);
    display: none;
    padding: 10px;
    position: absolute;
    left: 128px;
    margin: 0 0 0 30px;
    top: -16px;
    width: auto;
    z-index: 101;
}
#vol-price-arrow
{
    background: url(/images/product/quantity-table-arrow.png) no-repeat scroll 0 0 transparent;
    height: 21px;
    left: -13px;
    position: absolute;
    right: 300px;
    text-align: center;
    top: 14px;
    width: 13px;
}
/**/
/*Quantity Discount Table*/
#arc-prod-detail-vol
{
    background-color: white;
    vertical-align: top;
    color: #333333;
    border-color: #9d945b;
    border: 1px solid #9d945b;
    width: 80%;
}
#arc-prod-detail-vol table
{
    padding: 1px;
    height: 70%;
}
#arc-prod-detail-vol td
{
    text-align: center;
    font-size: 12px;
    padding: 1px;
    border: 1px solid #9d945b;
    white-space: nowrap;
}
#arc-prod-detail-vol td.heading
{
    background: url(../images/product/quantity-table-bg.jpg) repeat-x;
    font-size: 12px;
    font-weight: bold;
    padding: 1px;
}
#arc-prod-detail-vol tr.subheading td
{
    font-weight: bold;
    background: #d6dfba;
    padding: 2px;
    border: 1px solid #9d945b;
}

/*Member Discount Table*/
.member-disc
{
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    clear: both;
    margin: 10px 0 5px;
}
.member-disc-box
{
    border: 1px solid #8C8C8C;
    position: relative;
    width: 286px;
}
.member-disc-tag
{
    background: url(../images/product/member-disc-icon.png) no-repeat scroll 5px center transparent;
    display: table-cell;
    height: 30px;
    min-height: 30px;
    padding-left: 40px;
    vertical-align: middle;
}
div.member-disc-tag td.title
{
    font-size: 14px;
    color: #5e5e5e;
    width: 140px;
}
div.member-disc-tag td.mem-disc
{
    font-size: 16px;
    color: #286116;
    text-align: right;
}
div.member-disc-tag td.mem-disc span#msgShippingHandling
{
    font-size:11px;
}
.mem-corner
{
    background: url(../images/product/memberdisc-roundedcorner.png) no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 10px;
    position: absolute;
    width: 10px;
}
.member-disc-box .custom-disclaimer
{
    padding: 3px;
}
/*Member Discount Table Updated*/
#member-disc-box-updated
{
    clear: both;
    padding: 10px 0;
}
#member-disc-title
{
    background: #fdfbfb;
    border: 1px solid #c3c1c1;
    line-height: normal;
    height: 22px;
    width: 226px;
    margin: 0 0 0 64px;
}
#member-disc-box-updated .tier-row li
{
    float: left;
    line-height: 15px;
    padding: 5px 0;
}
#silver-disc .tier-name, #gold-disc .tier-name, #platinum-disc .tier-name
{
    width: 65px;
    text-align: center;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-bottom: 1px solid transparent;
}
#silver-disc .tier-name img, #gold-disc .tier-name img, #platinum-disc .tier-name img
{
    vertical-align: middle;
}
#silver-disc .tier-name
{
    background: #cccaca;
}
#gold-disc .tier-name
{
    background: #d3c072;
}
#platinum-disc .tier-name
{
    background: #777b83;
}
#member-disc-box-updated .disc, #member-disc-box-updated .disc-price
{
    background: #f4f3f3;
    color: #999898;
    font-size: 14px;
    border-bottom: 1px solid #cccaca;
    width: 113px;
    text-align: center;
}
#member-disc-box-updated .disc-price
{
    border-right: 1px solid #cccaca;
}
#member-disc-box-updated #silver-disc .disc-price img, #member-disc-box-updated #gold-disc .disc-price img, #member-disc-box-updated #platinum-disc .disc-price img
{
    visibility: hidden;
    display: none;
}
/*Active Discount Tiers*/
#member-disc-box-updated #silver-disc.active li, #member-disc-box-updated #gold-disc.active li, #member-disc-box-updated #platinum-disc.active li
{
    height: 40px;
    padding: 0;
}
#member-disc-box-updated #silver-disc.active, #member-disc-box-updated #gold-disc.active, #member-disc-box-updated #platinum-disc.active
{
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.52);
    -moz-box-shadow: 0 0 9px rgba(0,0,0,0.52);
    box-shadow: 0 0 9px rgba(0,0,0,0.52);
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: -1px;
}
#member-disc-box-updated #silver-disc.active .disc, #member-disc-box-updated #silver-disc.active .disc-price, #member-disc-box-updated #gold-disc.active .disc, #member-disc-box-updated #gold-disc.active .disc-price, #member-disc-box-updated #platinum-disc.active .disc, #member-disc-box-updated #platinum-disc.active .disc-price
{
    background: #faefc1;
    font-size: 16px;
    border-top: 1px solid #d3b33b;
    border-bottom: 1px solid #d3b33b;
    padding: 13px 0 0;
    height: 27px;
}
#member-disc-box-updated #silver-disc.active .tier-name, #member-disc-box-updated #gold-disc.active .tier-name, #member-disc-box-updated #platinum-disc.active .tier-name
{
    background: url(/images/product/disc-table-tier-active-bg-sprite.png) no-repeat scroll;
}
#member-disc-box-updated #silver-disc.active .tier-name
{
    background-position: -12px 0;
    border-top: 1px solid #a19f9f;
    border-bottom: 1px solid #a19f9f;
}
#member-disc-box-updated #gold-disc.active .tier-name
{
    /*Gold BG*/
    background-position: -12px -41px;
    border-top: 1px solid #d3b33b;
    border-bottom: 1px solid #d3b33b;
}
#member-disc-box-updated #platinum-disc.active .tier-name
{
    /*Platinum BG*/
    background-position: -12px -82px;
    border-top: 1px solid #a19f9f;
    border-bottom: 1px solid #a19f9f;
}
#member-disc-box-updated #silver-disc.active .tier-name img, #member-disc-box-updated #gold-disc.active .tier-name img, #member-disc-box-updated #platinum-disc.active .tier-name img
{
    padding: 14px 0 0;
}
#member-disc-box-updated #silver-disc.active .disc, #member-disc-box-updated #gold-disc.active .disc, #member-disc-box-updated #platinum-disc.active .disc
{
    background: url(/images/product/disc-table-tier-active-bg-sprite.png) no-repeat scroll #faefc1;
    color: #286116;
}
#member-disc-box-updated #silver-disc.active .disc
{
    /*Silver Arrow*/
    background-position: -76px 0;
}
#member-disc-box-updated #gold-disc.active .disc
{
    /*Gold Arrow*/
    background-position: -76px -41px;
}
#member-disc-box-updated #platinum-disc.active .disc
{
    /*Platinum Arrow*/
    background-position: -76px -82px;
}
#member-disc-box-updated #silver-disc.active .disc-price, #member-disc-box-updated #gold-disc.active .disc-price, #member-disc-box-updated #platinum-disc.active .disc-price
{
    color: #000000;
    padding-right: 8px;
    position: relative;
}
#member-disc-box-updated #silver-disc.active .disc-price img, #member-disc-box-updated #gold-disc.active .disc-price img, #member-disc-box-updated #platinum-disc.active .disc-price img
{
    position: absolute;
    width: 26px;
    height: 23px;
    right: -15px;
    top: 8px;
    visibility: visible;
    display: block;
}
/*End Member Discount Table Updated*/
/*Product Message Box*/
.reminder-box
{
    position: relative;
    border: 1px solid #8C8C8C;
    border-radius: 5px;
    background: none repeat scroll 0 0 #FFF;
    /*width: 440px !important;*/
    z-index: 100;
}
.reminder-box a
{
    color: #790C07;
}
.reminder
{
    background: #F5F2E7;
    margin: 10px 0;
}
.corner
{
    background: url(../images/product/reminder-roundedcorner.png) no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 10px;
    position: absolute;
    width: 10px;
}
.TL
{
    background-position: 0 0;
    left: -1px;
    top: -1px;
}
.TR
{
    background-position: -10px 0;
    right: -1px;
    top: -1px;
}
.BL
{
    background-position: 0 -10px;
    bottom: -1px;
    left: -1px;
}
.BR
{
    background-position: -10px -10px;
    bottom: -1px;
    right: -1px;
}
.inner
{
    padding: 6px;
}
.middle
{
    background: url(../images/product/shopping-bag.png) no-repeat scroll left center transparent;
    min-height: 30px;
    padding-left: 60px;
    vertical-align: middle;
    text-align: left;
}
.middle-green-tag
{
    background: url(../images/product/clearance-tag.png) no-repeat scroll left center transparent;
    min-height: 30px;
    padding-left: 40px;
    vertical-align: middle;
}
.middle-red-tag
{
    background: url(../images/product/low-stock.png) no-repeat scroll left center transparent;
    min-height: 30px;
    padding-left: 40px;
    vertical-align: middle;
}

/* SiteConfig.aspx */
#p-box
{
    border: 1px solid #ccc;
    margin: 10px auto;
    width: 70%;
}
#p-box tr:hover
{
    background: wheat;
}
#p-box
{
    clear: both;
    float: left;
}
#p-box td, #p-box th
{
    padding: 5px;
    border: 1px solid #ccc;
}
#p-box thead tr
{
    background: url("../images/cart/bg-cart-header.jpg") repeat-x scroll 0 0 transparent;
    border-bottom: 0 none;
    color: #505050;
    font-size: 14px;
    height: 33px;
}
/*Custom Store Offering Module*/
/*For Cross-Sell Feature*/
#arc-cs-offering
{
    background: #fefcf4;
    border: 1px solid #9a8d85;
    -webkit-box-shadow: 0 0 4px rgba(99,73,58,0.65);
    -moz-box-shadow: 0 0 4px rgba(99,73,58,0.65);
    box-shadow: 0 0 4px rgba(99,73,58,0.65);
    margin: 3px 0 0;
    position: relative;
}
.offering-wrapper
{
    padding: 10px;
}
#offering-designer
{
    border-right: 1px solid #e7e3d2;
    width: 70%;
}
#offering-designer h1
{
    color: #604434;
    font-size: 16px;
    margin-bottom: 5px;
}
#offering-designer, #offering-link
{
    display: inline-block;
    vertical-align: middle;
}
#offering-link
{
    width: 29%;
    text-align: center;
}
#designer-logo, #designer-detail
{
    display: inline-block;
    vertical-align: middle;
}
#designer-logo
{
    width: 102px;
}
#designer-logo img
{
    border: 1px solid #808080;
    max-width: 100px;
    vertical-align: middle;
}
#designer-detail
{
    padding: 0 0 0 10px;
}
#designer-detail, #designer-detail a
{
    color: #333333;
    font-size: 13px;
    line-height: 17px;
}
#designer-detail h2
{
    margin-bottom: 3px;
}
#designer-tagline
{
    display: block;
    font-style: italic;
    margin-top: 3px;
}
#designer-style
{
    color: #333333;
    margin: 5px 0 0;
    padding: 8px 0 0;
}
#designer-style span
{
    font-weight: bold;
}
#designer-style a
{
    color: #333333;
    padding: 0 10px 0;
}
#designer-link a
{
    color: #006699;
    font-size: 24px;
    text-decoration: none;
}
#designer-link a span
{
    color: #674d3d;
    font-size: 12px;
}
#designer-num-items
{
    text-transform: uppercase;
    font-size: 10px;
    margin: 27px 0 0;
}
#offering-btm-arrow
{
    background: url(/images/product/cs-offering-arrow.png) no-repeat 0 bottom transparent;
    bottom: -13px;
    height: 13px;
    left: 10px;
    position: absolute;
    width: 100%;
}
/**/

/*Finds Timer on Product Page*/
#arc-finds-timer
{
    border-bottom: 1px dotted #AAAAAA;
    margin: 0 0 5px;
    position: relative;
}

#arc-finds-timer:hover
{
    cursor: default;
}

/*
#timer-detail
{
    background: url(/images/designer-finds/clock.png) no-repeat scroll left top transparent;
    color: #464E57;
    float: left;
    font-family: Georgia,Arial, 'Times New Roman';
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 5px 20px;
    text-transform: uppercase;
}
#timer-detail .time
{
    font-weight: bold;
    color: #AA4C32;
    font: 13px/13px Arial,Helvetica,sans-serif;
}
*/
#sale-tooltip
{
    /*sale tooltip - shows with timer*/
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    display: none;
    position: absolute;
    background: white;
    color: #7f7065;
    font-weight: bold;
    padding: 5px;
    width: 270px;
    top: 20px;
    left: 0;
    text-align: left;
}
#sale-tooltip-wrapper
{
    border: 3px double #b9aca3;
    padding: 10px;
}
#sale-tooltip-wrapper a
{
    color: #464e57;
    font: italic bold 14px/16px Georgia, 'Times New Roman' , serif;
}
/*End Finds Timer*/

/*Designer Finds Product Banner*/
#arc-prod-visual-img-tab #arc-finds-prod
{
    position: absolute;
    top: -11px;
    left: -7px;
    z-index: 100;
    padding: 0 10px 10px 0;
}
#arc-prod-visual-img-tab #arc-finds-prod:hover
{
    cursor: default;
}
#arc-prod-visual-img-tab #arc-finds-feat-prod
{
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    display: none;
    position: absolute;
    background: white;
    padding: 5px;
    width: 270px;
    top: 0;
    left: 123px;
    text-align: left;
}
#arc-prod-visual-img-tab #feat-prod-wrapper
{
    border: 3px double #b9aca3;
    padding: 10px;
}
#arc-prod-visual-img-tab #feat-prod-wrapper #feat-prod-title
{
    margin: 0 0 10px;
}
#arc-prod-visual-img-tab #feat-prod-wrapper h2
{
    color: #464e57;
    font: italic bold 14px/16px Georgia, 'Times New Roman' , serif;
    float: left;
    width: 70%;
}
#arc-prod-visual-img-tab #feat-prod-wrapper #feat-prod-img
{
    border: 1px solid #bdb0a8;
    max-width: 35px;
    margin: 0 10px 0 0;
    float: left;
}
#arc-prod-visual-img-tab #feat-prod-wrapper li
{
    border: 1px solid #e9e9e9;
    color: #7f7065;
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    float: none;
    padding: 5px;
    margin: 0 0 5px;
}
#arc-prod-visual-img-tab #feat-prod-wrapper li img
{
    float: left;
    margin: 0 10px 0 0;
    border: 0;
    padding: 0;
    max-width: 35px;
    max-height: 35px;
}
#arc-prod-visual-img-tab #feat-prod-wrapper li a
{
    color: #7f7065;
}
#arc-prod-visual-img-tab #feat-prod-wrapper li a:hover
{
    color: #685b52;
}
#arc-prod-visual-img-tab #feat-prod-wrapper li:hover
{
    border: 1px solid #bdb0a8;
}
#arc-prod-visual-img-tab #feat-prod-wrapper li:last-child
{
    margin: 0;
}
.MagicZoomPlusHint
{
    /*Adjust Zoom Hint for Designer Finds Banner*/
    top: 15px !important;
    left: -8px !important;
}
/*End Designer Finds Banner*/

/*Save for Later Menu*/
#link-save-for-later {
    display: block;
}
#save-later-menu {
    position: absolute;
    z-index: 99;
}
#save-later-menu-items {
    display: none;
}
#save-later-menu-items li {
    padding: 8px 5px;
    width: 168px;
}
#save-later-menu-items .save-later-project {
    background: #888888;
    color: #FFFFFF; 
    font: normal 12px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 1px 5px 13px;
}
.project-divider {
    background: url(/images/save-later-divider.png) repeat-x scroll center top transparent;
    height: 2px;
    line-height: normal;
    margin: 0 auto;
    padding: 0 0 6px;
    width: 100%;
}
.save-later-project a, .save-later-switch a {
    color: #FFFFFF; 
}
.save-later-switch a {
    display: block;
    margin-top: 5px;
}
.save-later-switch {
    background: #A5AC80;
    font: normal 14px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: relative;
}
#save-later-or {
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 1001;
    left: 45%;
    top: -8px;
}
/*End Save for Later Menu*/

/*Associated Collections Sidebar*/
#member-collections-tab {
    position:absolute;
    right:0;
    z-index:200 !important;
}
#member-collections-bar {
    position:absolute;
    right:0;
    z-index:300 !important;
}
/* moved directly onto html (ProductAssociatedCollections.ascx) */
#member-collections-bar-wrapper {
    position:absolute;
    /*margin-left: 990px;*/
    width:1200px;
    top: -10px;
}

#member-collections-bar {
    background: white;
    border: 5px solid #fbf9e4;
    -moz-box-shadow: 0 0 6px #AEAEAD;
    -webkit-box-shadow: 0 0 6px #AEAEAD;
    box-shadow: 0 0 6px #AEAEAD;
    padding: 7px;
    width: 180px;
}
#member-collections-bar h2 {
    color: #594532;
    font: italic normal 16px/18px Georgia, 'Times New Roman', serif;
    margin: 10px 0;
}
#member-collections-bar h2:first-child {
    margin: 0 0 10px;
}
#member-recommendations li {
    display: inline-block;
    margin: 0 2px 0 0;
}
#member-recommendations li:nth-child(3n) {
    margin: 0;
}
#member-recommendations li img {
    max-width: 55px;
}
#member-collections li {
    background: url(/images/product/collection-sidebar-divider.gif) repeat-x bottom left transparent;
    padding: 0 0 10px 0;
    margin: 0 0 12px 0;
}
#member-collections li:last-child {
    background: none;
    margin: 0;
    padding: 0;
}
#member-collections li img {
    max-width: 181px;
    max-height: 121px;
}
.collection-description {
    margin: 2px 0 0; 
}
.collection-description h3 a {
    color: #464e57;
    font: normal 14px/15px Georgia, 'Times New Roman', serif;
}
.collection-description .member-name {
    font-size: 10px;
    color: #7f7065;
    margin: 2px 0 0;
}

/* hides related items div if screen is 320-1280px wide
@media screen and (min-width: 320px) and (max-width: 1400px) { 
    #member-collections-bar-wrapper  {
        display: none;
    }
}
*/
/* Tab for Associated Collections 
#member-collections-tab {
    position:absolute;
    right:0;
    z-index: 3000;
}
End Tab*/
/*End Associated Collections Sidebar*/

/*Notify Me Tooltip*/
.notify-me-tooltip {
    position: absolute;
    display: block;
    top: 31px;
    left: -10px;
    padding-top: 10px;
    width: 200px;
    z-index: 90;
}
.notify-me-tooltip-container {
    background: #FFFFFF;
    border: 1px solid #f45d3a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    color: #4a4a4a;
    padding: 10px;
}
.notify-me-tooltip .arrow {
    position: absolute;
    width: 23px;
    height: 10px;
    left:45%;
    top: 1px;
}
.notify-me-tooltip h2 {
    font-size: 17px;
}
.notify-me-tooltip .close-btn {
    float: right;
}
.notify-me-tooltip p {
    font-size: 13px;
    margin: 3px 0 0;
}
/*End Notify Me Tooltip*/