
/* This file must be loaded AFTER store.css as it overrides many definitions in that file */

/*******************
* Filter Dialog
********************/

/* text-overflow:ellipsis never did anything once filterChoices became p's instead of divs */

.filterScrollingColumn {
    padding: 0px 5px;
}

.scrollingDivContainer {
    /* without this IE dumbly draws the scroller on top of the rightmost content */
    padding-right: 18px;
}

.favoriteSelectTableScrolling {
    width:75%;
}

.detailsColor {
    position:relative;
}

.productViewerWrapper {
    margin-bottom: -35px;
}

/* no idea why this needs to be different for IE */
.wrapperFooter {
    padding: 16px 10px 5px 10px;
}

.widgetSmallTitle {
    padding: 2px 0px 2px 0px    
}

/* different browser handling of a pos:abs element within a centered block */
.advertLabel {
    padding-left: 0px;
}

.sponsoredBorder {
    height: 98%
}

.sponsoredFooter, .sponsoredHeader {
    padding-top:0px;padding-bottom:3px
}