/* Home Page */
div#flash-watches, .flash-watches 
{
    width: 100%;
    height: 400px;
    text-align: center;
    font-size: 16px;
}
td#bottombar    
{
    height: 140px;
    text-align: center;
    font-size: 30px;
    color: rgb(230, 230, 230);
}
.overlay-bg 
{
    background: rgb(0, 0, 0);
    -khtml-opacity:.50;
    -moz-opacity:.50;
    -ms-filter:"alpha(opacity=50)";
    filter:alpha(opacity=50);
    opacity:.50;
}

/* About Us, Brands, Promotions, Rewards, News, Locations,
   Contact Us, Privacy Policy, Terms of Use, and Admin Pages */
td#contents 
{
    height: 540px;
    padding: 0 15px;
    
    scrollbar-face-color: rgb(50, 50, 50);
    scrollbar-shadow-color: rgb(0, 0, 0);
    scrollbar-highlight-color: rgb(0, 0, 0);
    scrollbar-3dlight-color: rgb(0, 0, 0);
    scrollbar-darkshadow-color: rgb(0, 0, 0);
    scrollbar-track-color: rgb(0, 0, 0);
    scrollbar-arrow-color: rgb(0, 0, 0);
}
td#contents .leftnav 
{
    background: url(images/leftnav.png) no-repeat center top;
    width: 150px;
    padding: 72px 5px 0 0;
    letter-spacing: -0.5px;
}
td#contents .rewardslogo 
{
    background: url(images/rewards-logo.png) no-repeat right center;
}
td#contents .separatorblue 
{
    background: url(images/separator-blue.png) no-repeat left center;
}
td#contents .list 
{
    /* The "height" property is specified for each page individually */
    overflow: auto;
    padding-right: 15px;
}
td#contents .listitem 
{
    background: rgb(20, 20, 20);
    padding: 0 5px;
}
td#contents .listitemdetails 
{
    font-size: 14px;
}
td#contents td.summary 
{
    padding: 2px 2px 2px 20px;
}
td#contents .alertlabel
{
    color: #FF7F50;
}
ul#listitem 
{
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
ul#listitem li 
{
    float: left;
    margin: 3px 2px;
    padding-left: 30px;
    height: 100px;
    position: relative;
    width: 150px;
}
div#sidebar, .sidebar 
{
    padding: 0 10px;
    text-align: right;
    float: right;
}
ul#branded-list 
{
    list-style-image: url(images/logo-bullet.png);
}
.brands-header-image 
{
    padding: 5px;
}
img.elite-brand-logo:hover, img.brand-logo:hover 
{
    border: 1px solid #003366;
}