/* Color: White */

.resourceHeading{
    color: #009999; 
    text-decoration: underline;
}

.H3BG, #nycLoginForm h2{
    background: #0b4560;
    color: #fff;
    padding: 3px;
    text-align: center;
    margin-bottom: 0px !important;   
}

.productAttributeList .name{
    color: #AA2374 !important;
}

.SomeReq .FormFieldLabel:before{
        content: '*';

}

.tealHeader{
    color: #009999;
}

.opacityFX{
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    -khtml-opacity: 1.0;    
}
.opacityFX:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    -khtml-opacity: 0.70;
}

.authorTable a{
    color: #0b4560;
}
.authorTable a:hover{
    color: #19678b !important;
}
.CheckoutLink{
    text-decoration: none;
    padding: 3px 5px;
    font-size: 12px !important;
    letter-spacing: 1.5px;
    border: 1px solid #0b4560;
    color: white;
background-image: linear-gradient(bottom, #0B4560 30%, #3994BE 89%);
background-image: -o-linear-gradient(bottom, #0B4560 30%, #3994BE 89%);
background-image: -moz-linear-gradient(bottom, #0B4560 30%, #3994BE 89%);
background-image: -webkit-linear-gradient(bottom, #0B4560 30%, #3994BE 89%);
background-image: -ms-linear-gradient(bottom, #0B4560 30%, #3994BE 89%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.3, #0B4560),
    color-stop(0.89, #3994BE)
);
}

.CheckoutLink:hover{
   background-image: linear-gradient(bottom, #0B4560 30%, #0B4560 89%);
background-image: -o-linear-gradient(bottom, #0B4560 30%, #0B4560 89%);
background-image: -moz-linear-gradient(bottom, #0B4560 30%, #0B4560 89%);
background-image: -webkit-linear-gradient(bottom, #0B4560 30%, #0B4560 89%);
background-image: -ms-linear-gradient(bottom, #0B4560 30%, #0B4560 89%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.3, #0B4560),
    color-stop(0.89, #0B4560)
);
    color: #efefef !important;
    
}

.cartCheckoutLink{
    text-decoration: none !important;
    padding: 3px 5px;
    font-size: 0.9em !important;
    letter-spacing: 1.5px;
    border: 1px solid #0b4560;
    color: white;
background-image: linear-gradient(bottom, #0B4560 30%, #3994BE 89%);
background-image: -o-linear-gradient(bottom, #0B4560 30%, #3994BE 89%);
background-image: -moz-linear-gradient(bottom, #0B4560 30%, #3994BE 89%);
background-image: -webkit-linear-gradient(bottom, #0B4560 30%, #3994BE 89%);
background-image: -ms-linear-gradient(bottom, #0B4560 30%, #3994BE 89%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.3, #0B4560),
    color-stop(0.89, #3994BE)
);    
}

.cartCheckoutLink:hover{
    background-image: linear-gradient(bottom, #0B4560 30%, #0B4560 89%);
background-image: -o-linear-gradient(bottom, #0B4560 30%, #0B4560 89%);
background-image: -moz-linear-gradient(bottom, #0B4560 30%, #0B4560 89%);
background-image: -webkit-linear-gradient(bottom, #0B4560 30%, #0B4560 89%);
background-image: -ms-linear-gradient(bottom, #0B4560 30%, #0B4560 89%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.3, #0B4560),
    color-stop(0.89, #0B4560)
);

    text-decoration: none !important;
}

.bulkLinks a{
    color: #009999 !important;   
}
.bulkLinks a:hover{
    color: #19678b !important;
}

.ModalTitle{
    color: #fff !important;
    border-top: solid 1px #555;
    border-left: solid 1px #555;
    border-right: solid 1px #555;
    border-bottom: 0;
    height: 39px !important;
    line-height: 39px !important;
    padding: 0px 15px !important;
    
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    /* background-color: #666666; */
            background-image: linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%) !important;
background-image: -o-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%) !important;
background-image: -moz-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%) !important;
background-image: -webkit-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%) !important;
background-image: -ms-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%) !important;

background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    color-stop(0.21, #0B4560),
    color-stop(0.45, #3B82A3),
    color-stop(1, #0B4560)
) !important;
}


#LowerRight h2{
    color: white;
}

#banners img{
    border: 1px solid #efefef;
}

.cfHeader{
    color: #fff;
    text-shadow: 0 1px 1px #111;    
    border-right:none; border-left:1px solid #4A494A; border-bottom:1px solid #424242; border-top:1px solid #4A494A;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;    
        text-align: center;
    background-image: linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);
background-image: -o-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);
background-image: -moz-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);
background-image: -webkit-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);
background-image: -ms-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);

background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    color-stop(0.21, #0B4560),
    color-stop(0.45, #3B82A3),
    color-stop(1, #0B4560)
);
    
        -moz-box-shadow:
         0 0 15px -5px #ccc;   
    -webkit-box-shadow:
         0 0 15px -5px #ccc;   
    box-shadow:
         0 0 15px -5px #ccc;
}

.SubCategoryList{
    background: #fafafa !important;
}


body {
    
    /* background: #fff url(../../CleanHarmony/images/white/BodyBg.gif) 0 0 repeat-x; */
    background: #fff url(/product_images/uploaded_images/bg3.gif) 0 0 repeat; 
    background: #fff url(/product_images/uploaded_images/liub.jpg) 0 0 no-repeat; 
    background-attachment: fixed;
    color: #010101;


}
a, .contentLinks {
    /* color: #010101; */
    color: #007d7d;
    font-weight: normal;
    text-decoration: underline;
}
a:hover, .resourceListing a:hover, .contentLinks a:hover {
    /* color: #393939; */
    color: #19678b;
}

#slogan{
    color: #000;
}

#Header{
    background: #fff url(/product_images/uploaded_images/topborder.gif) repeat-x 0 0;
}

#ContainerLower {
    /*background: #f3f3f3 url(../../CleanHarmony/images/white/BgContainerLower.gif) 0 0 repeat-x;*/
    /*margin-top: -17px;*/  
    background: #0B4560;  
    background-image: linear-gradient(right , #0B4560 4%, #245F7A 50%, #0B4560 99%);
background-image: -o-linear-gradient(right , #0B4560 4%, #245F7A 50%, #0B4560 99%);
background-image: -moz-linear-gradient(right , #0B4560 4%, #245F7A 50%, #0B4560 99%);
background-image: -webkit-linear-gradient(right , #0B4560 4%, #245F7A 50%, #0B4560 99%);
background-image: -ms-linear-gradient(right , #0B4560 4%, #245F7A 50%, #0B4560 99%);

background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.04, #0B4560),
    color-stop(0.5, #245F7A),
    color-stop(0.99, #0B4560)
);
}

#footerFarLeft .parent a, #footerMidLeft .parent a, #footerFarRight .parent a, #footerFarRight .nolink{
    color: #d2eaea;
    font-size: 0.9em;
}
#ContainerLower li {
    color: #fafafa;

}
#ContainerLower .fchild a, #ContainerLower .child a{
    color: #fafafa;
    font-size: 0.875em;
}
#ContainerLower a:hover{
    text-decoration: underline;
}

#ContainerFooter {
    /*background: #fff url(../../CleanHarmony/images/white/BgContainerFooter.gif) 0 0 repeat-x;*/
    background: transparent;
    border-top: 1px solid #eaeaea;
}
#Wrapper {
    background: url(../../CleanHarmony/images/white/BgWrapper.png) 0 0 no-repeat;   
    background-color: #fff;
    -moz-box-shadow:
         0 0 10px 2px #999;   
    -webkit-box-shadow:
         0 0 10px 2px #999;   
    box-shadow:
         0 0 10px 2px #999;
}

#TopMenu{
    /* background: #fff url(https://store-dpshrnnr.mybigcommerce.com/product_images/uploaded_images/footerbg2.gif) 0 0 repeat-x; */
    color: #555;
}

#TopMenu li a {
    color: #555;
    text-decoration: none;
}
#TopMenu li div {
    color: #a5a5a5;
    text-decoration: none;
}
#TopMenu li a:hover {
    color: #737373;
    text-decoration: underline;
}


#Menu {
    /*background: url(../../CleanHarmony/images/white/DropdownMenuBg.gif) 0 -9999px no-repeat;*/ /* Preload dropdown img */
    /*background: #fff url(https://store-dpshrnnr.mybigcommerce.com/product_images/uploaded_images/menu-bg.jpg) 0 0 repeat-x;*/
    color: #fff;
    width: 980px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    border-right:none; border-left:1px solid #4A494A; border-bottom:1px solid #424242; border-top:1px solid #4A494A;
    color: white;
       /* background-image: linear-gradient(bottom, rgb(31,31,31) 14%, rgb(92,92,92) 66%, rgb(59,59,59) 89%);
background-image: -o-linear-gradient(bottom, rgb(31,31,31) 14%, rgb(92,92,92) 66%, rgb(59,59,59) 89%);
background-image: -moz-linear-gradient(bottom, rgb(31,31,31) 14%, rgb(92,92,92) 66%, rgb(59,59,59) 89%);
background-image: -webkit-linear-gradient(bottom, rgb(31,31,31) 14%, rgb(92,92,92) 66%, rgb(59,59,59) 89%);
background-image: -ms-linear-gradient(bottom, rgb(31,31,31) 14%, rgb(92,92,92) 66%, rgb(59,59,59) 89%);

background-image: -webkit-gradient(
    linear,
    right bottom,
    right top,
    color-stop(0.14, rgb(31,31,31)),
    color-stop(0.66, rgb(92,92,92)),
    color-stop(0.89, rgb(59,59,59))
); */
    background: #0b4560;
    background-image: linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);
background-image: -o-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);
background-image: -moz-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);
background-image: -webkit-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);
background-image: -ms-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);

background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    color-stop(0.21, #0B4560),
    color-stop(0.45, #3B82A3),
    color-stop(1, #0B4560)
);
    
}
#Menu li a {
    border-left: 1px solid #bcbcbc;
    color: #fff;
}
#Menu li a:hover {
    color: white;
    text-decoration: none;
    -moz-border-radius: 2px 2px;
    border-radius: 2px 2px;
    background-image: linear-gradient(left , #0B4560 0%, #196385 54%, #0B4560 100%);
background-image: linear-gradient(left , #0B4560 0%, #457C96 54%, #0B4560 100%);
background-image: -o-linear-gradient(left , #0B4560 0%, #457C96 54%, #0B4560 100%);
background-image: -moz-linear-gradient(left , #0B4560 0%, #457C96 54%, #0B4560 100%);
background-image: -webkit-linear-gradient(left , #0B4560 0%, #457C96 54%, #0B4560 100%);
background-image: -ms-linear-gradient(left , #0B4560 0%, #457C96 54%, #0B4560 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0, #0B4560),
    color-stop(0.54, #457C96),
    color-stop(1, #0B4560)
);
    
    /* background-image: linear-gradient(left , #0B4560 0%, #125878 54%, #0B4560 100%);
background-image: -o-linear-gradient(left , #0B4560 0%, #125878 54%, #0B4560 100%);
background-image: -moz-linear-gradient(left , #0B4560 0%, #125878 54%, #0B4560 100%);
background-image: -webkit-linear-gradient(left , #0B4560 0%, #125878 54%, #0B4560 100%);
background-image: -ms-linear-gradient(left , #0B4560 0%, #125878 54%, #0B4560 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0, #0B4560),
    color-stop(0.54, #125878),
    color-stop(1, #0B4560)
);*/
    
/* background-image: linear-gradient(left , #E5F6FF 0%, #F0FAFF 54%, #E5F6FF 100%);
background-image: -o-linear-gradient(left , #E5F6FF 0%, #F0FAFF 54%, #E5F6FF 100%);
background-image: -moz-linear-gradient(left , #E5F6FF 0%, #F0FAFF 54%, #E5F6FF 100%);
background-image: -webkit-linear-gradient(left , #E5F6FF 0%, #F0FAFF 54%, #E5F6FF 100%);
background-image: -ms-linear-gradient(left , #E5F6FF 0%, #F0FAFF 54%, #E5F6FF 100%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0, #E5F6FF),
    color-stop(0.54, #F0FAFF),
    color-stop(1, #E5F6FF)
);*/
}
#Menu li.First a {
    border: 0;
}
#Menu li ul {
    border: 1px solid #bcbcbc;
    border-top: 0;
    background: #0b4560;
}
#Menu li li {
    border-bottom: 1px solid #e3e3e3;
}
#Menu li ul li a:hover{
    text-decoration: none;
}
#Menu li li:last-child {
    border: 0;
}
#Menu li li a {
    border: 0;
 text-decoration: none;
}


/*#SearchForm input {
    background: #fff url(../../CleanHarmony/images/white/SearchBg.gif) 0 0 no-repeat;
    border: 1px solid #dcdcdc;
}
#SearchForm .Button {
    border: 0;
    bacground-color: #dedede;
}*/

/*#SearchForm{
    background-color: #fafafa;
    -moz-box-shadow:
         0 -1px 5px 0 #dedede;   
    -webkit-box-shadow:
         0 -1px 5px 0 #dedede;   
    box-shadow:
         0 -1px 5px 0 #dedede;    
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}*/

#SearchForm {
    -moz-box-shadow:
         0 0px 3px 0 #fff;   
    -webkit-box-shadow:
         0 0px 3px 0 #fff;   
    box-shadow:
         0 0px 3px 0 #fff; 
    border: 0.1em solid black;
    -moz-border-radius: 19px 19px 5px 5px;
    border-radius: 19px 19px 5px 5px;
    background: #009999;
  background-image: linear-gradient(right , #009999 4%, #06CCCC 50%, #009999 99%);
background-image: -o-linear-gradient(right , #009999 4%, #06CCCC 50%, #009999 99%);
background-image: -moz-linear-gradient(right , #009999 4%, #06CCCC 50%, #009999 99%);
background-image: -webkit-linear-gradient(right , #009999 4%, #06CCCC 50%, #009999 99%);
background-image: -ms-linear-gradient(right , #009999 4%, #06CCCC 50%, #009999 99%);

background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.04, #009999),
    color-stop(0.5, #06CCCC),
    color-stop(0.99, #009999)
);  
}

#SearchForm a{
    color: white;
}


.Block.banner_home_page_top, .Block.banner_category_page_top, .Block.banner_brand_page_top, .Block.banner_search_page_top {
    background: url(../../CleanHarmony/images/white/banner_shdw.png) 0 100% no-repeat;
}

#featuredHeader{

    -moz-box-shadow:
         0 0 15px -5px #ccc;   
    -webkit-box-shadow:
         0 0 15px -5px #ccc;   
    box-shadow:
         0 0 15px -5px #ccc;        
}

#HomeFeaturedProducts h2, #HomeNewProducts h2{
    /*background: #fff url(https://store-dpshrnnr.mybigcommerce.com/product_images/uploaded_images/menu-bg.jpg) 0 0 repeat-x; */
    color: #fff;
    text-shadow: 0 1px 1px #111;    
    border-right:none; border-left:1px solid #4A494A; border-bottom:1px solid #424242; border-top:1px solid #4A494A;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;    
    text-align: center;
    background: #0B4560;
    background-image: linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);
background-image: -o-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);
background-image: -moz-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);
background-image: -webkit-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);
background-image: -ms-linear-gradient(right bottom, #0B4560 21%, #3B82A3 45%, #0B4560 100%);

background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    color-stop(0.21, #0B4560),
    color-stop(0.45, #3B82A3),
    color-stop(1, #0B4560)
        );    


    
        -moz-box-shadow:
         0 0 15px -5px #ccc;   
    -webkit-box-shadow:
         0 0 15px -5px #ccc;   
    box-shadow:
         0 0 15px -5px #ccc;
}


#SideNewsletterBox h2, #SideCouponCodeBox h2{
    background-color: #AA2374;
   /*  -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;  */
    color: white;
    text-align: center;
    background-image: linear-gradient(right bottom, rgb(170,35,116) 14%, rgb(224,76,165) 66%, rgb(170,35,116) 89%);
background-image: -o-linear-gradient(right bottom, rgb(170,35,116) 14%, rgb(224,76,165) 66%, rgb(170,35,116) 89%);
background-image: -moz-linear-gradient(right bottom, rgb(170,35,116) 14%, rgb(224,76,165) 66%, rgb(170,35,116) 89%);
background-image: -webkit-linear-gradient(right bottom, rgb(170,35,116) 14%, rgb(224,76,165) 66%, rgb(170,35,116) 89%);
background-image: -ms-linear-gradient(right bottom, rgb(170,35,116) 14%, rgb(224,76,165) 66%, rgb(170,35,116) 89%);

background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    color-stop(0.14, rgb(170,35,116)),
    color-stop(0.66, rgb(224,76,165)),
    color-stop(0.89, rgb(170,35,116))
);


    
}

#SideNewProducts h2{
        color: white;
    text-shadow: 0 1px 1px #111;
    background-image: linear-gradient(right bottom, rgb(69,69,69) 14%, rgb(20,20,20) 66%, rgb(87,87,87) 89%);
background-image: -o-linear-gradient(right bottom, rgb(69,69,69) 14%, rgb(20,20,20) 66%, rgb(87,87,87) 89%);
background-image: -moz-linear-gradient(right bottom, rgb(69,69,69) 14%, rgb(20,20,20) 66%, rgb(87,87,87) 89%);
background-image: -webkit-linear-gradient(right bottom, rgb(69,69,69) 14%, rgb(20,20,20) 66%, rgb(87,87,87) 89%);
background-image: -ms-linear-gradient(right bottom, rgb(69,69,69) 14%, rgb(20,20,20) 66%, rgb(87,87,87) 89%);

background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    color-stop(0.14, rgb(69,69,69)),
    color-stop(0.66, rgb(20,20,20)),
    color-stop(0.89, rgb(87,87,87))
);
}


/* .Left li{
    background-image: -moz-linear-gradient(top, #0b4560, #397089); 
    background-image: -ms-linear-gradient(top, #0b4560, #397089); 
    background-image: -webkit-linear-gradient(top, #0b4560, #397089); 
    background-image: linear-gradient(top, #0b4560, #397089); 
}*/

.Left .Block{
   background: url(../../CleanHarmony/images/white/BgLeftBlock.png) 0 0 no-repeat;

}

.Left li {
     /* background: url(../../CleanHarmony/images/white/SidebarLi.gif) 0 100% no-repeat; */
    border-top: 1px solid #efefef;

    
}
.Left #SideCategoryList li a, .Left #SideShopByBrand li a {
    /* background: url(../../CleanHarmony/images/white/SidebarArrow.gif) 0 50% no-repeat; */
    padding-left: 3px;
    
        color: #007d7d;
}
.Left #SideCategoryList li a{
    background: url(../../CleanHarmony/images/white/NewsArrow.gif) 92% 10px no-repeat !important;
}
.Left #SideCategoryList li ul li a{
     /* background: url(../../CleanHarmony/images/white/SidebarLi.gif) 0 0 no-repeat;  */
    
}
.Left #SideCategoryList li li a{
    /* background: url(../../CleanHarmony/images/white/SidebarArrowSmall.gif) 0 50% no-repeat; */
    background: #fafafa url(../../CleanHarmony/images/white/NewsArrow.gif) 96% 10px no-repeat !important;
} 
/* #SideCategoryList h2{
    background-color: #009999;
    color: white;
    background: #AA2374 url(https://store-dpshrnnr.mybigcommerce.com/product_images/uploaded_images/test.jpg) -30px 0 no-repeat;
} */


#SideCategoryList h2, #SideShopByBrand h2, #SideProductRelated h2, #SideCartContents h2, #SideProductRecentlyViewed h2, #SidebarLinks h2, #BlogRecentPosts h2{
        display:block; float:left; border-right:1px solid #009999; border-left:1px solid #009999; border-bottom:1px solid #009999; border-top:1px solid #009999;
    color: white;
     background: #009999;
    /* Gradient backgrounds for the buttons. Generated using http://gradients.glrzad.com/ */
background-image: linear-gradient(right bottom, rgb(40,168,168) 4%, rgb(27,181,181) 53%, rgb(5,133,133) 91%);
background-image: -o-linear-gradient(right bottom, rgb(40,168,168) 4%, rgb(27,181,181) 53%, rgb(5,133,133) 91%);
background-image: -moz-linear-gradient(right bottom, rgb(40,168,168) 4%, rgb(27,181,181) 53%, rgb(5,133,133) 91%);
background-image: -webkit-linear-gradient(right bottom, rgb(40,168,168) 4%, rgb(27,181,181) 53%, rgb(5,133,133) 91%);
background-image: -ms-linear-gradient(right bottom, rgb(40,168,168) 4%, rgb(27,181,181) 53%, rgb(5,133,133) 91%);

background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    color-stop(0.04, rgb(40,168,168)),
    color-stop(0.53, rgb(27,181,181)),
    color-stop(0.91, rgb(5,133,133))
);  

} 

/* Category flyout styles */
#SideCategoryList .sf-menu ul {
     background: #fafafa;

}


#SideCategoryList .sf-menu li li a{
    /*background-image: none !important;*/
     background: #fafafa ;
     border-bottom: 1px solid #dadada;
     border-right: 1px solid white !important;
     
}
 #SideCategoryList ul li:hover, #SideCategoryList .sf-menu ul li:hover, #SideCategoryList .sf-menu li li a:hover, #SideShopByBrand ul li:hover, #SideCategoryList .sf-menu li li a:hover, .Left li:hover {
    background-image: linear-gradient(right bottom, rgb(210,234,234) 4%, rgb(232,250,250) 53%, rgb(210,234,234) 91%);
background-image: -o-linear-gradient(right bottom, rgb(210,234,234) 4%, rgb(232,250,250) 53%, rgb(210,234,234) 91%);
background-image: -moz-linear-gradient(right bottom, rgb(210,234,234) 4%, rgb(232,250,250) 53%, rgb(210,234,234) 91%);
background-image: -webkit-linear-gradient(right bottom, rgb(210,234,234) 4%, rgb(232,250,250) 53%, rgb(210,234,234) 91%);
background-image: -ms-linear-gradient(right bottom, rgb(210,234,234) 4%, rgb(232,250,250) 53%, rgb(210,234,234) 91%);

background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    color-stop(0.04, rgb(210,234,234)),
    color-stop(0.53, rgb(232,250,250)),
    color-stop(0.91, rgb(210,234,234))
); 
}



#SideCategoryList ul li a:hover, #SideShopByBrand ul a:hover{
    text-decoration: none;
    color: #0b4560;
  
}


.Right .Block {
    background: url(../../CleanHarmony/images/white/BgRightBlock.png) 0 0 no-repeat;
}
.Right li {
    background: url(../../CleanHarmony/images/white/SidebarLi.gif) 0 100% no-repeat;
}


#ContainerLower .Divider {
    background: url(../../CleanHarmony/images/white/Line.gif) 510px 0 repeat-y;
}
#HomeRecentBlogs li {
    /* background: url(../../CleanHarmony/images/white/NewsArrow.gif) 0 50% no-repeat; */
    background: url(../../CleanHarmony/images/white/SidebarArrow.gif) 0 50% no-repeat;
}

#Footer p {
    color: #a5a5a5;
}
#Footer a {
    color: #a5a5a5;
}
#footerBioBox{
    color: #0b4560;

    /*background-color: #E7E7E7;*/
    background-color: #dfeff7;
    /*background: url(https://store-dpshrnnr.mybigcommerce.com/product_images/uploaded_images/bg3.gif);*/
    display: block;
    /* height: 20px; */    
    width: 500px;
    left: 5px;
    padding: 3px 10px;
    position: relative;
    /* border-top: 1px solid #363636;
    border-bottom: 1px solid #202020; */
    background: linear-gradient(top, #383838 0%, #262626 100%);
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3); 
}
#footerBioBox:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -11px;
    z-index: -10;
    border: 5px solid;
    border-color: #242424 transparent transparent transparent;  
        right: 0;
}

.NewsletterSubscription input {
    border: 1px solid #dcdcdc;
}

.Content .ProductList .ProductImage {
    background: #fff;
}
.ProductPrice, .ProductList em {
    color: #4e4e4e;
}
.ProductList .Rating {
    color: #9a9a9a;
}


.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    background: #515151;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkitborder-radius: 2px;
}


.Breadcrumb {
    border-bottom: 1px solid #dcdcdc;
}


.CompareItem { width:200px; border-left: solid 1px #dcdcdc; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #dcdcdc; }
.CompareFieldTop { border-bottom:solid 1px #dcdcdc; }
.CompareFieldTop a:hover { color:#4e4e4e; }
.CompareCenter { border-left:solid 1px #dcdcdc; border-bottom:solid 1px #dcdcdc; }
.CompareLeft { border-left:solid 1px #dcdcdc; border-bottom:solid 1px #dcdcdc; }


/* .ViewCartLink {
    background: url('../../CleanHarmony/images/white/Cart.gif') no-repeat 0 50%;
} */

#CartContent .ProductName a{
    color: #0b4560;
    text-decoration: none;
    font-weight: normal;
}

#CartContent .ProductName a:hover{
    color: #19678b;
    text-decoration: underline;

}


table.CartContents, table.General {
    border: 1px solid #dcdcdc;
}

table.CartContents thead tr th, table.General thead tr th {
    background: #f4f4f4;
    color: #2f2f2f;
    border-bottom: 1px solid #dcdcdc;
}

.CartContents tfoot .SubTotal td {
    border-top: 1px solid #dcdcdc;
    color: #606060;
}

.JustAddedProduct {
    border: 1px solid #dcdcdc;
    background: #fff;
}
.JustAddedProduct strong, .JustAddedProduct a {
    text-decoration: none;
}
.JustAddedProduct a:hover {
    text-decoration: underline;
}


.CategoryPagination {
    color: #606060;
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
}
.CheckoutRedeemCoupon { background: #f4f4f4; border: 1px solid #dcdcdc; padding: 10px; width: 300px; border: 1px solid #dcdcdc; margin-bottom: 10px; }
.SubCategoryList, .SubBrandList {
    background:#f4f4f4;
    border: 1px solid #dcdcdc;
}
.InfoMessage {
    background: #f4f4f4 url('../../CleanHarmony/images/InfoMessage.gif') no-repeat 5px 8px;
    border: 1px solid #dcdcdc;
    color: #606060;
}
.SpecificInfoMessage {
    color: #606060;
    background-color: #f8e4d1;
    border: 1px solid #dcdcdc;
}
.SuccessMessage {
    background: #f4f4f4 url('../../CleanHarmony/images/SuccessMessage.gif') no-repeat 5px 8px;
    border: 1px solid #dcdcdc;
    color: #606060;
}
.ErrorMessage {
    background: #FFECEC url('../../CleanHarmony/images/ErrorMessage.gif') no-repeat 5px 8px;
    border: 1px solid #dcdcdc;
    color: #606060;
}


.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
    background: #f4f4f4;
}
.QuickSearch { border: 1px solid #dcdcdc }
.QuickSearchHover td{ background: #f4f4f4; }
.QuickSearchAllResults a { background: url('../../CleanHarmony/images/white/QuickSearchAllResultsButton.gif') no-repeat right; }
.QuickSearchResult .Price { color: #4e4e4e; }
.CreateAccount {
    border-right: 1px solid #dcdcdc;
}
.SearchTips .Examples {
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
}
hr {
    background: #dcdcdc;
    border: #dcdcdc;
}
.Right hr {
    background: transparent;
    border: 0;
}
.MiniCart .SubTotal {
    color: #4e4e4e;
}


/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
}


/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: #f6f5f5 url(../../CleanHarmony/images/white/ExpressChktSel.gif) 0 0 repeat-x;
    color: #010101;
    border: 1px solid #bcbcbc;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #f4f4f4;
    color: #606060;
    border: 1px solid #dcdcdc;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #9a9a9a;
}


/* General Tables */
table.General tbody tr td {
    border-top: 1px solid #dcdcdc;
}


/* Tabbed Navigation */
/*.TabNav {
    border-bottom: 1px solid #dcdcdc;
}
.TabNav li a {
    border: 1px solid #dcdcdc;
    background: #f4f4f4;
    color: #606060;
}
.TabNav li a:hover {
    background-color: #dcdcdc;
}
.TabNav li.Active a {
    border-bottom: 1px solid #dcdcdc;
    background: #2f2f2f;
    color: #fff;
}*/


/* Product Videos */

#VideoContainer {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.currentVideo {
    background-color: #ddf0f6;
}

.videoRow:hover {
    background-color: #efefef;
}

.CartContents .ItemShipping th {
    border-bottom-color: #dcdcdc;
    border-top-color: #dcdcdc;
    background: #f4f4f4;
    color: #2f2f2f;
}


/* start fast cart styles */
#fastCartContainer {
    font-size: 13px;
}
.fastCartContent h2 {
    color: #010101;
    background-color:transparent;
}
.fastCartContent h3 {
    color: #606060;
    background-color:transparent;
}
.fastCartSummaryBox {
    background-color: #eaeaea;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
    color: #010101;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
    color: #4e4e4e;
}
.fastCartContent .Quantity {
    color: #606060;
}
.fastCartContent p {
    color: #444444;
}
.fastCartContent .ProductList li {
    background-color: #FFF;
}
/* end fast cart styles */

#prodName{
    font-weight: bold;
    color: #0B4560;
}

.Label {
    color: #0B4560;
}

.Value {
    color: #115575;
    }



.PageText a{
    color: #007d7d;
}

.PageText a:hover{
    color: #0B4560;
}



.YouSave{
    font-weight: normal !important;
    font-size: 0.9em;
}