/* Fixes disappearance of dropdown in fixed main navigation */
.mainnav-fixed {filter: none}

/* Fixes dropdown button height  */
.btn.dropdown-toggle {height: 14px;}

/* Fixes dropdown button height  */
.pie-round {z-index: 25; position: relative;}

/* Hover style of primary button */
.btn-primary:hover {background-color: white;}

/* IE7 subnavigation arrow fix */
.subnav .nav > li > a i {
    *top: -2px;
}
.related-products{
    background: url('/Static/Resources/Common/images/redesign/footer_bg_1.png');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bf2c2c2c', endColorstr = '#bf131313', GradientType = 0); /* IE6-8 */
    zoom: 1;
}

.product-page #pre-hero {

    *z-index: 20;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dddddd', endColorstr = '#cbcbcb'); /* IE6-8 */
    zoom: 1;
    *background-color: #dddddd;
    *zoom: normal;
}

.family-page #pre-hero {
    background-image: url("/Static/Resources/Common/css/redesign/i/family-top-bg-light.png");
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2d000000', endColorstr = '#00000000', GradientType = 0); /* IE6-8 */
    *z-index: none;
}

header .submenu-column li {*line-height: 20px !important;}

header {
    zoom: 1;

    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#252525', GradientType=0 ); *//* IE6-8 */
}

