/***********************************************************************
 ********  This file is specifically for Ebay style overwrites  ********
 ***********************************************************************/
#d{overflow-y: hidden;}
/* overwrite blue border around store header */
#TopPromoArea {display: none;}
#CentralArea > div{width:980px;margin:15px auto;}
#footer{width:100% !important}

/*search area width fix */
.pagecontainer > table > tbody > tr > td > table + table {width: 100%; margin: 0 auto;font-size:12px;}
.pagecontainer > table > tbody > tr > td > table + table > table{width:980px;}
.grey{background-color:#EEEEEE;}

#LeftPanel{display:none;}

/*
 * override to get the search bar to position correctly. existing height accounts for some tags that are no longer
 * included. + operator means that the override will only effect pages with the contact section.
 */
.header-contact+.searchbar {
    height: auto; /* default value */
    bottom: 4;
}

/* store specific contact-us header element */
.header-contact {
    float: right;
    padding-top: 8px;
}

.header-contact-title {
    color: #FAFAFA;
    font-size: 1.3em;
}

.header-contact-number {
    color: #2FAEE6;
    font-size: 1.3em;
    font-weight: bold;
}
