/*------------------------------------*\
    CONTENTS
\*------------------------------------*/
/*
SLIDER        slider       
*/

/*------------------------------------*\
    $SLIDER Begin
\*------------------------------------*/
div[id="slider"] {
    height: 384px;
}

/*------------------------------------*\
    $Daily Deals Begin
\*------------------------------------*/
div#dailyDeals_container{
    /* background-color: #d5d5d5; */
    height: 80px;
}
div#specials{
    width: 1000px;
    height: 80px;
    margin: 0 auto;
}
ul#dailyDeals{
    width: 1000px;

    height: 80px;
    list-style: none;
    margin: 0 auto;
    padding: 0 0;
}
ul#dailyDeals a.main {
    background: url('../../images/front/specials_bg_sprite.gif') no-repeat top left; 
    float: left;
    display: block;
    height: 100%;
    width: auto;
    padding: 0px 0px;
    outline: none;
}

ul#dailyDeals a.main img{
    display: block;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
}

ul#dailyDeals > li{
    display: inline;
}

ul#dailyDeals > li#main_specials_00 > a#active{
    background-position: 0px 0px;
}

ul#dailyDeals > li#main_specials_00 > a{
    background-position:  -250px 0px;
    width: 250px;
}

ul#dailyDeals > li#main_specials_00 > a:hover{
    background-position:  0px 0px;
    width: 250px;
}

ul#dailyDeals > li#main_specials_01 > a#active{
    background-position: 0px 0px;
}


ul#dailyDeals > li#main_specials_01 > a{
    background-position:  -750px -115px;
    width: 250px;
}

ul#dailyDeals > li#main_specials_01 > a:hover{
    background-position: -251px -115px;
    width: 250px;
}

ul#dailyDeals > li#main_specials_02 > a#active{
    background-position: 0px 0px;
}

ul#dailyDeals > li#main_specials_02 > a{
    background-position:  -500px -0px;
    width: 250px;
}

ul#dailyDeals > li#main_specials_02 > a:hover{
    background-position: -251px -115px;
    width: 250px;
}

ul#dailyDeals > li#main_specials_03 > a#active{
    background-position: 0px 0px;
}

ul#dailyDeals > li#main_specials_03 > a{
    background-position: -500px 0px;
    width: 250px;
}
a#next{
    background-position: 0px -115px !important;
    width: 250px;
}

a#next:hover{
    background-position: -251px -115px !important;
    width: 250px !important;
}

ul#dailyDeals > li#main_specials_03 > a:hover{
    background-position: -251px -115px;
    width: 250px;
}
/*------------------------------------*\
    $DAILY DEALS END
\*------------------------------------*/


div[class~="grid_18"] > div[class~="WarehouseStockClearance"] {
    background-image: url('/common/service_images/front/warehouse-stock-clearance-sale-line.png');
    background-repeat: no-repeat;
}

div[class~="grid_18"] > div[class~="blackfriday"] {
    background-image: url('/common/service_images/front/BK_ribbon_hair.png');
    background-repeat: no-repeat;
}

div[class~="grid_18"] > div[class~="blackfridaydeal"] {
    background-image: url('/common/service_images/front/BK_ribbon_gm.png');
    background-repeat: no-repeat;
}

div[class~="grid_18"] > div[class~="preblack2"] {
    background-image: url('/common/service_images/front/ribbon_earlyblack.png');
    background-repeat: no-repeat;
}

div[class~="grid_18"] > div[class~="preblack-Sale"] {
    background-image: url('/common/service_images/front/ribbon_preblack.png');
    background-repeat: no-repeat;
}

div[class~="grid_18"] > div[class~="2-Day-Sale"] {
    background-image: url('/common/service_images/front/ribbon_2DAY.png');
    background-repeat: no-repeat;
}
div[class~="grid_18"] > div[class~="3-Day-Sale"] {
    background-image: url('/common/service_images/front/ribbon_3DAY.png');
    background-repeat: no-repeat;
}

div[class~="grid_18"] > div[class~="3DayBeautyMustHave"] {
    background-image: url('/common/service_images/front/3day_BeautyMustHaves.png');
    background-repeat: no-repeat;
}

div[class~="grid_12"] > div[class~="Buy1-Get1-Free"] {
    background-image: url('/common/service_images/front/ribbon_bogo.png');
    background-repeat: no-repeat;
}

div[class~="grid_18"] > div[class~="Buy1-Get1-Free"] {
    background-image: url('/common/service_images/front/ribbon_bogo.png');
    background-repeat: no-repeat;
}
div[class~="grid_18"] > div[class~="Buy2-Get1-Free"] {
    background-image: url('/common/service_images/front/ribbon_BTGO.png');
    background-repeat: no-repeat;
}


div[class~="grid_12"] > div[class~="2-Day-Sale"] h1 ,
div[class~="grid_12"] > div[class~="Buy1-Get1-Free"] h1{
    padding-top: 3px;
    font-size: 2em;
    margin: 0 0;
    position: relative;
    left: -27px;
}

.addBorderToSection {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

div[class="featured_brand_list"] > ul{
    float:left;
    width:958px;
    margin:10px 0px 0px 0px;
    background-color:#e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding-top: 20px;
    padding-bottom: 20px;
}
div[class="featured_brand_list"] > ul > li{
    float:left;
    list-style:none;
    width:120px; 
    margin:5px 5px 5px 5px;
    background-color:#e8e8e8;
}
div[class="featured_brand_list"] {
    background-color:#e8e8e8;
}
/*------------------------------------*\
    $BODY END
\*------------------------------------*/
@media only screen and (min-device-width: 600px) and (max-device-width: 1024px) {
/* ===================================== */
/* ! All tablet specific CSS goes here   */
/* ===================================== */
    
    
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
/* =================================== */
/* ! Higher resolution CSS goes here   */
/* =================================== */
    
}

@media handheld, only screen and (max-width: 767px), screen and (orientation : portrait) {
    /* ========================================================================= */
    /* ! All phone and tablets(in portrait orientation) specific CSS goes here   */
    /* ========================================================================= */
    

}