/* screen oriented layout styles */
@media screen and (max-width: 480px) {
    /* less than 480px - mobile screen ; eg iPhone */
    #PageAd_Primary_Block { display: none;}

    #RightAdWrapper a
    {
        margin: 15px;
        padding: 5px 0 5px 0;
        min-height: 97px!important;

    }
}

@media screen and (min-width: 481px) {
    /* everything else */
    #RightAdWrapper {
     text-align: center;
    }
    #RightColumnGroup
    {
        min-width: 750px;
    }
}


.ShowNowButton
{
    position: absolute;
    left: 450px;
    top: 510px;
    color: white;
    height: 40px;
    font-size: 20px;
    background-color: orangered;
    display: none;

    border-radius: 10px;
    box-shadow: 5px 5px 2px #888888;
}

.LeftLinkGroup
{
    /*height: 488px;*/
    left: 0px;
    /*position: absolute;*/
    text-align: left;
    top: 163px;
    width: 190px;
    z-index: 5;
    align-self: stretch;
    font: normal normal normal normal 16px/20px 'Lora', serif;;
    cursor: pointer;
}
.LeftLinkSelector
{
    display: inline-block;
    /*height: 81px;*/
    position: relative;
    text-align: left;
    width: 206px;
    z-index: 50;
    perspective-origin: 105px 41.5px;
    transform-origin: 105px 41.5px;
    border-top: 1px solid #183366;
    /*border-bottom: 1px solid #183366;*/
    font: normal normal normal normal 16px/17px 'Lora', serif;;
    padding: 0px 4px 0px 0px;

}




.PageAd_Primary {
    color: rgb(102, 102, 102);
    height: 650px;
    text-align: left;
    /*width: 578px;*/
    perspective-origin: 289px 325px;
    transform-origin: 289px 325px;
    border: 0px solid rgb(102, 102, 102);
    font: normal normal normal normal 16px/20px 'Lora', serif;;
    outline: rgb(102, 102, 102) none 0px;
}


.LeftLink_BlurbTitle {
    display: inline-block;
    height: 19px;
    text-align: left;
    /*width: 190px;*/
    perspective-origin: 115px 9.5px;
    transform-origin: 115px 9.5px;
    border: 0px solid rgb(0, 128, 0);
    font: normal normal 300 normal 18px/18px futura-pt, sans-serif;
    margin: 16px 0px 0px;
}

.LeftLink_BlurbText {
    color: rgb(51, 51, 51);
    display: inline-block;
    height: 30px;
    text-align: left;
    width: 220px;
    perspective-origin: 110px 15px;
    transform-origin: 110px 15px;
    border: 0px solid rgb(255, 0, 0);
    font: normal normal 300 normal 14px/15px futura-pt, sans-serif;
    outline: rgb(51, 51, 51) none 0px;
}

#NewArrivalsArea {
    /*left: 2px;*/
    /*position: relative;*/
    text-align: left;
    /*top: 18px;*/
    width: 190px;
    border: 0px solid rgb(255, 0, 0);
    font: normal normal normal normal 16px/20px 'Lora', serif;;
}
#NewArrivalsArea h1 {
    text-align: left;
    text-transform: uppercase;
    font: normal normal normal normal 19px/19px futura-pt, sans-serif;
    line-height: 1;
    margin: 0;
}

#NewArrivalsArea ul {
    /*height: 73px;*/
    text-align: left;
    /*width: 120.9375px;*/
    font: normal normal normal normal 16px/16px 'Lora', serif;;
    list-style: none outside none;
    margin: 0px 0px 16px;
    padding: 0px;
}
#NewArrivalsArea ul li {
    /*height: 16px;*/
    /*width: 120.9375px;*/
    perspective-origin: 60.46875px 8px;
    transform-origin: 60.46875px 8px;
    font: normal normal normal normal 16px/16px 'Lora', serif;;
    list-style: none outside none;
    margin: 3px 0px;
}

#NewArrivalsArea ul li a {
    color: #183366;
    text-align: left;
    text-transform: uppercase;
    border: 0px solid rgb(255, 0, 0);
    font: normal normal normal normal 12px/12px futura-pt, sans-serif;
    list-style: none outside none;
    margin: 4px 0px;
    outline: #183366 none 0px;
}

#DateDiv {
    height: 13px;
    /*left: 2px;*/
    /*position: absolute;*/
    text-align: left;
    text-transform: uppercase;
    /*top: 130px;*/
    width: 208px;
    align-self: stretch;
    font: normal normal 500 normal 11px/13.75px futura-pt, sans-serif;
    margin-top: 5px;
}

#Today
{
    font-weight: bold;
}

#LeftColumnGroup
{
    float: left;
    width: 210px;
    margin-right: 5px;
}
#RightColumnGroup
{
    float: left;

}

#PageAd_Primary_Block {
    height: 650px;
    /*left: 223px;*/
    float: left;
    position: relative;
    text-align: left;
    top: 0px;
    /*width: 740px;*/
    /*align-self: stretch;*/
    /*perspective-origin: 370px 325px;*/
    /*transform-origin: 370px 325px;*/
    /*font: normal normal normal normal 16px/20px 'Lora', serif;;*/
    /*overflow: hidden;*/
}
#RightAdWrapper {
    float: right;
    min-height: 97px;
    text-align: left;
    width: 175px;
    z-index: 10;
    border: 0px solid rgb(0, 128, 0);

}

#RightAdWrapper a,
#RightAdWrapper a img
{
    margin-bottom: 10px;
}
#RightAdWrapper a img { border: 0;}
.MainImageSpot_Selected
{
    background-color: #F8D097;
    -moz-transition:background-color .2s ease-in;-o-transition:background-color .2s ease-in;-webkit-transition:background-color .2s ease-in;
}
