﻿/* Containers */
body
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/bg-gradient-500.jpg');
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 12px;
    margin-top: 0px;    
}

.Hidden
{
    display: none;
}

.MainDiv
{
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    margin-left: auto;
    margin-right: auto;
    width: 900px;    
}

.bgNewsletter
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/bgNewsletter.jpg');
    background-repeat: no-repeat;
    width: 530px;
    height: 320px;
}

.DepartmentHeaderContainer
{
    margin-left: auto;
    margin-right: auto;
}

.DepartmentHeaderContainer td
{
    font-size: 12px;
    font-weight: bold;
    padding-left: 17px;
    padding-right: 17px;
    text-align: left;
}

.hNeedHelp
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/hNeedHelp.jpg');
    background-repeat: no-repeat;
    width: 210px;
    height: 40px;
}

.HeaderDepartmentCell
{
    background-color: #333333;
    height: 30px;
    text-align: center;
}

.imgContactUs
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/imgContactUs.jpg');
    background-repeat: no-repeat;
    width: 215px;
    height: 130px;
}

.ProductDetailContainer
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/bgProductDetail.jpg');
    background-repeat: no-repeat;
    width: 860px;
    margin-left: 12px;
    margin-right: auto;
    padding: 10px;
    padding-bottom: 0px;
}

.ProductDetailContainerTable
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.ProductDetailContainerTableColumns
{
   background-color: #FFFFFF; 
   border: solid 1px #CCCCCC; 
   text-align: left; 
   vertical-align: top;
}

.CartRelatedItemsContainer
{
    border: solid 1px #CCCCCC;
    width: 880px;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
}

.CartRelatedItemContainerPortrait,
.CartRelatedItemContainerLandscape
{
    text-align: center;
    position: relative;
    width: 102px;    
}

.CartRelatedItemAmazonBadge
{
    background: url(http://media.bhfo.com/webstore/assets/Images/amazon-badge.jpg);
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0px;
    right: 0px;
}

.CartRelatedItemContainerPortrait
{
    height: 78px;   
}

.CartRelatedItemContainerLandscape
{
    height: 68px;   
    padding-top: 10px;
}

.CartRelatedItemImageLandscape,
.CartRelatedItemImagePortrait
{
    border: 0px none;
    display: block;
    margin: 0px auto;
}

.CartRelatedItemImageLandscape
{
    width: 75px;
    height: 50px;
}

.CartRelatedItemImagePortrait
{
    width: 50px;
    height: 75px;
}

.RelatedItemsContainer
{
    border: solid 1px #CCCCCC;
    width: 880px;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
}

.RelatedItemContainerPortrait,
.RelatedItemContainerLandscape
{
    text-align: center;
    width: 64px;
}

.RelatedItemContainerPortrait
{
    height: 78px;   
}

.RelatedItemContainerLandscape
{
    height: 68px;   
    padding-top: 10px;
}

.RelatedItemImageLandscape,
.RelatedItemImagePortrait
{
    border: 0px none;
    display: block;
    margin: 0px auto;
}

.RelatedItemImageLandscape
{
    width: 75px;
    height: 50px;
}

.RelatedItemImagePortrait
{
    width: 50px;
    height: 75px;
}

.AmazonRelatedItemsContainer
{
    width: 880px;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
}

.AmazonRelatedItemContainerPortrait
{
    text-align: center;
    position: relative;
    width: 93px;    
    height: 75px;
}

.AmazonRelatedItemImagePortrait
{
    border: 0px none;
    display: block;
    margin: 0px auto;
}

.AmazonRelatedItemAmazonBadge
{
    background: url(http://media.bhfo.com/webstore/assets/Images/amazon-badge.jpg);
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0px;
    right: 0px;
}

.AmazonRelatedItemBrandContainer
{
    text-align: center;
    width: 93px; 
}

.ProductDetailsContainer
{
    background-color: #FFFFFF;
    width: 496px;
}

.ProductDetailsSubContainer
{
    padding: 10px;
    position: relative;
}

.ProductDetailsSendFriendImageLandscape,
.ProductDetailsSendFriendImagePortrait
{
    display: block;
    margin: 0px auto;
}

.ProductDetailsSendFriendImageLandscape
{
    margin-top: 35px;
    width: 135px;
}

.ProductDetailsSendFriendImagePortrait
{
    margin-top: 0px;
    height: 135px;
}

.ProductDetailsSendFriendContainer
{
    border: solid 1px #000000;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
}

.ContactUsSubmissionReceived
{
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
}

.SizeChartHelpContainer
{
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;    
}

.HorizontalDotCell
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/imgDot.jpg');
    background-repeat: repeat-x;
    height: 8px;
}

.VerticalDotCell
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/imgDot.jpg');
    background-repeat: repeat-y;
    height: 8px;
}

/* Modal Popup */

.ModalPopupBackground
{
    background-color: #000000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.ModalPopupBackgroundLoading
{    
    background-color: #FFFFFF;
    display: block;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.ModalPopupBackgroundNotLoading
{    
    background-color: #FFFFFF;
    display: none;
}

.ModalPopupCustom
{
    background-color: #FFFFFF;
    border: solid 6px #E64383;
    width: 467px;
    height: auto;
}

.bClosePopup
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/bClosePopup.jpg');
    display: block;
    width: 45px;
    height: 15px;
    border: 0px none;
}

/* Validator Callout */

.ValidatorCalloutHighlight
{
    background-color: lemonchiffon;
}

/* My Account Section */

.MyAccountLeftNav
{
    width: 100%;
}
.MyAccountLeftNav td
{
    border-bottom: solid 1px #CCCCCC;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}
a.MyAccountLeftNavLink
{
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
a.MyAccountLeftNavLink:hover
{
    color: #990000;
}
.MyAccountSideNavigationOn
{
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}

.CheckoutSubSectionCell
{
    background-color: #CCCCCC;
    padding-left: 5px;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #CCCCCC;
}

/* Table that Holds the Users' First/Last name, etc. */
.MyAccountCred
{
    width: 100%;
}
.MyAccountCred td
{
    padding-bottom: 10px;
}
.MyAccountPasswordReset
{
    width: 100%;
}

.HomepageLeftContainer
{
    float: left;
    width: 610px;
}

.HomepageRightContainer
{
    float: left;
    width: 290px;
}

table.FooterNavContainer
{    
    margin-left: 0px;
    margin-right: auto;
    margin-top: 30px;
}

.FooterNavContainer td
{
    padding-bottom: 5px;
}

.FooterNavContainer a
{
    color: #333333;
    font-size: 12px;
    text-decoration: none;
}

.FooterNavContainer a:hover
{
    color: #666666;
}

.bg-Contactus
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/bg-Contactus.jpg');
    background-repeat: no-repeat;
    width: 670px;
    height: 550px;
}

/* Added 11/19/2009, MS, to incorporate ease of transitioning img srcs from nonsecure to secure hrefs */

#divShippingHeader
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/Headers/hShipping.jpg');
    width: 690px; 
    height: 35px;
}

#divReturnPolicy
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/Headers/hReturnPolicy.jpg'); 
    width: 690px;
    height: 35px;
}

#divThankYou
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/imgThankYou.jpg'); 
    color: #000000;
    font-size: 14px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative; 
    width: 791px;
    height: 405px;
}

#divPrivacyTerms
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/Headers/hPrivacyTerms.jpg'); 
    width: 690px;
    height: 35px
}

#divNewsletter
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/Headers/header-newsletter-signup.jpg'); 
    width: 690px;
    height: 35px
}

.divPrintTop
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/print-top.jpg'); 
    width: 900px; 
    height: 512px;
    position: relative;
}

.divPrintMiddle
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/print_middle.jpg'); 
    width: 900px; 
    height: 271px; 
    position: relative;
}

.divPrintBottom
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/print_bottom.jpg'); 
    width: 900px; 
    height: 203px; 
    position: relative;
}

#divImgNewsRight
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/imgNewsRight.jpg'); 
    float: left;
    width: 290px; 
    height: 494px;
}

#divImgMediaCenterRight
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/imgMediaCenterRight.jpg'); 
    display: inline; 
    float: left;
    margin-left: 10px; 
    width: 212px; 
    height: 280px;
}

#divPayment
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/Headers/hPayment.jpg'); 
    width: 690px;
    height: 35px;
}

#divSpecialPromo
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/Headers/hSpecialPromo.jpg'); 
    width: 690px;
    height: 35px
}

#divSizeCharts
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/Headers/hSizeCharts.jpg'); 
    width: 670px;
    height: 35px;
}

#divMeasuring
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/CService/imgMeasuringPopup.jpg');
    cursor: pointer; 
    width: 584px; 
    height: 560px; 
    position: relative; 
    z-index: 100000;
}

#divTestimonials
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/Headers/hTestimonials.jpg');
    width: 690px; 
    height: 35px
}

#divTestimonialA, #divTestimonialA2, #divTestimonialA3
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/CService/imgTestimonialA.jpg');
    background-repeat: no-repeat; 
    padding-left: 35px; 
    padding-top: 15px; 
    width: 649px;
    height: 94px;
}

#divFAQHeader
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/Headers/hFAQ.jpg');
    width: 690px; 
    height: 35px;
}

#divCommitmentHeader
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/Headers/h-quality-commitment.jpg');
    width: 670px; 
    height: 35px;
}

.tdImgDot_Login
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/imgDot.jpg');
    background-repeat: repeat-y; 
    background-position: center; 
    width: 6px;
}

.tdImgDot_Login2
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/imgDot.jpg');
    background-repeat: repeat-x; 
    background-position: center; 
    height: 8px;
}

.tdProductHeader
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/bgEmailProductHeader.jpg');
    font-size: 18px; 
    width: 330px; 
    height: 20px;
}

#divContactUs
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/Headers/hContactUs.jpg'); 
    width: 690px;
    height: 35px;
}

#divOverview
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/Headers/hCompanyOverview.jpg');
    width: 690px; 
    height: 35px;
}

#divFamousCatalog
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/Headers/header-famous-catalog.jpg');
    width: 690px; 
    height: 35px;
}

.tdBGHeader1
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/header-img1.jpg');
    width: 640px; 
    height: 43px;
    vertical-align: top;
}

.tdBGHeader2
{
    background-image: url('http://media.bhfo.com/webstore/assets/Images/header-img2.jpg');
    width: 640px; 
    height: 56px;
    vertical-align: top;
}

#divFooterShop
{
    float: left; 
    width: 464px; 
    height: 66px; 
    background-image: url('http://media.bhfo.com/webstore/assets/Images/footer-shop-designers.jpg');
}

td.FooterGetConnectedCell
{
    background-image: url(http://media.bhfo.com/webstore/assets/Images/footer-get-connected.jpg); 
    background-position: 20px 0px;
    background-repeat: no-repeat; 
    padding-left: 20px;
    width: 300px; 
    height: 22px;    
}

td.FooterHelpfulLinksCell
{
    background-image: url(http://media.bhfo.com/webstore/assets/Images/footer-helpful-links.jpg); 
    background-position: 0px 0px;
    background-repeat: no-repeat; 
    width: 300px; 
    height: 30px;
}

.DepartmentHoverMenuContainer
{
    background-color: #FFFFFF; 
    border: solid 5px #CCCCCC; 
    display: none; 
    position: absolute;
    text-align: left;    
}

td.DepartmentHoverMenuCellLeft
{
    vertical-align: top;    
}

td.DepartmentHoverMenuCellRight
{
    background-color: #F8F0F0;
    border-left: solid 1px #CCCCCC;
    vertical-align: top;
}

.DepartmentHoverMenuTableLeft td,
.DepartmentHoverMenuTableRight td
{
    padding-left: 10px;
    padding-right: 10px;
}

td.DepartmentHoverDepartmentHeader
{
    color: #990000;
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
}

.SearchFilterPanel
{
   line-height: 18px;
   overflow: hidden; 
   overflow-y: auto; 
   overflow-x: hidden; 
   width: 196px;
}

.ShoppingCartConfPanel
{
    background-color: #FFFFFF; 
    border: solid 5px #CCCCCC; 
    display: none;
    position: absolute; 
    top: 20px; 
    right: 15px; 
    width: 230px; 
    vertical-align: top;                                                        
}

.ShoppingCartConfInnerContainer
{
    margin-left: 0px;
    margin-right: auto;
    width: 100%;
}

.ShoppingCartConfImageLandscape,
.ShoppingCartConfImagePortrait
{
    display: block; 
    margin: 0px auto;  
}

.ShoppingCartConfImageLandscape
{
    width: 75px;
    height: 50px;
}

.ShoppingCartConfImagePortrait
{
    width: 50px;
    height: 75px;
}

.ValidationSummary
{
    color: #FF0000;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ValidatorCalloutHighlight
{
    background-color: #FFFACD;
}

.ValidationSummaryLink
{
    color: #FF0000;
    text-decoration: none;
}

.ValidationSummaryLink:hover
{
    text-decoration: underline;
}

.FeaturedDisplayThumbLandscape,
.FeaturedDisplayThumbPortrait
{
    border: solid 1px #CCCCCC;
    cursor: pointer;
    display: block;
    margin: 0px auto;
}

.FeaturedDisplayThumbLandscape
{   
    border: 0px none;
    width: 135px;
    height: 90px;
}

.FeaturedDisplayThumbPortrait
{
    border: 0px none;
    width: 90px;
    height: 135px;
}

.SearchResultQuickViewContentContainer
{
    background-color: #FFFFFF;
    position: absolute;
    display: none;
    width: auto;
    z-index: 100001;
}

.SearchResultQuickViewTableContentContainer
{
    border: solid 5px #DDDDDD;
    width: 550px    
}

.SearchResultQuickViewHeaderText
{
    font-size: 18px;
    font-weight: normal;    
    padding-left: 10px;
}

.SearchResultQuickViewCloseLink
{
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
}

.SearchResultQuickViewBrandCell
{
    padding-bottom: 5px;
    text-align: right;
}

.SearchResultQuickViewBrandContainer,
.SearchResultQuickViewTitleContainer
{
    margin-left: auto;
    margin-right: 0px;
}

.SearchResultQuickViewTitleCell
{
    padding-bottom: 15px;
    text-align: right;
}

.SearchResultQuickViewThumbnailCell
{
    padding-left: 10px;
    text-align: center; 
    vertical-align:middle;
}

.SearchResultQuickViewDetailsCell
{
    padding-left: 10px; 
    text-align: right;
    vertical-align: bottom;       
}

.SearchResultQuickViewDetailsStorePriceCell
{
    color: #FF0000; 
    font-size: 18px; 
    font-weight: bold; 
    padding-top: 8px; 
    vertical-align: top;
}

.SearchResultQuickViewDetailsRetailPriceCell
{
    color: #333333; 
    font-style: italic; 
    font-weight: bold; 
    vertical-align: bottom;
}

