﻿.nyt-title
{
    width: 100%;
    height: 71px;
    background-image: url(/images/landingpage/newyorktime.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 18px;
}
.nyt-subtitle
{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #4c453c;
    margin-bottom: 29px;
}
.nyt-stand-back
{
    width: 100%;
    height: 518px;
    background-image: url(/images/landingpage/stand-back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 45px;
}
.nyt-item
{
    width: 340px;
}
.nyt-itemdate
{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 29px;
    color: White;
}
.nyt-itemimage
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    height: 362px;
    display: block;
}
.nyt-hoverimagebackground
{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 320px;
    height: 362px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.nyt-hoverimage
{
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/landingpage/view.gif);
    background-position: center center;
    background-repeat: no-repeat;
    width: 320px;
    height: 362px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.nyt-popupcontainer
{
    width: 100%;
    text-align: center;
    color: White;
}
.nyt-downloadlink
{
    text-decoration: none;
}
.nyt-bottommessage
{
    width: 100%;
    font-size: 13px;
    color: #4c453c;
    margin-bottom: 40px;
}
/*.showBack
{
    width:320px;
    background-color:#333333;
    background-image:url(../images/landingpage/view.png);
    background-position:center center;
    background-repeat:no-repeat;
}*/
/* User Control Styles */
.nytimesUcContainer
{
    clear: both;
    width: 100%;
    padding:16px 0 0 0;
}
.nytimesUcThumbnail
{
    padding:0 13px 0 44px;
    float:left;
}