.deals-header {
    width: 950px;
    height: 270px;
    position: relative;
}

.deals-header img {
    width: 950px;
    height: 270px;
}

.deals-title {
    width: 950px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.deals-timeleft {
    width: 950px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
}

#deal-expired-label {
    color: #ff0000;
}

.timeleft-label {
    font-size: 18px;
}

.deals-features-col ol, ul, dl {
    padding: 0 40px;
}

#deal-description {
    color: #BFBFBF;
}

#deal-actions {
    width: 100%;
    text-align: center;
}

#deal-actions p {
    padding: 5px;
    text-align: left;
}

#deal-redeem-success {
    font-style: italic;
    font-weight: bold;
}

#deals-recommend {
    padding: 5px;
}

#deal-websiteurl {
    width: 100%;
    padding-top: 10px;
}

#deal-show-expired {
    font-style: italic;
    font-weight: bold;
}

#deal-show-nokeys {
    font-style: italic;
    font-weight: bold;
}

#deal-instructions { }
#deal-instructions ul { margin: 5px; padding: 0;}
#deal-instructions ul li { list-style-position: inside; list-style: none; padding: 2px 0 2px 0; }
#deal-instructions ul li span.item { color: #BFBFBF;}
#deal-instructions ul li span.step-number { color: #BFBFBF; padding-right: 3px;}

#deal-redeem-button {
    margin: 0px auto;
    width: 224px;
    height: 43px;
    display: block;
    border: 0px;
    cursor: pointer;
}

#deal-countries-wrapper {
    width:224px;
    margin:0 auto;
}

#deal-countries {
    margin: 3px auto;
    text-align: left;
    padding-bottom: 5px;
}

.dd-selected { color: #000; }
.dd-selected:hover { color: #000; }

#deal-screenshots {
    width: 100%;
    text-align: center;
}

#deal-screenshots a {
    display: inline-block;
    margin: 40px 0 0 40px;
}

#deal-screenshots img.first {
    display: inline-block;
    margin: 40px 0 0 0;
}

#deal-screenshots img {
    display: inline-block;
    margin: 40px 0 0 40px;
}

#legal-verbiage {
    margin: 10px auto;
    padding: 5px;
    font-size: 13px;
    color: #BFBFBF;
}

div.dealListItem
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 290px;
    height: 54px;
    background: #252525;
    padding: 0;
    margin: 3px auto;
}

div.dealListItem div {
    padding: 2px;
}

.dealListItemThumb
{
    float: left;
    width: 80px;
    height: 46px;
    margin: 2px 0 0 2px;
}

div.dealListItem .movieListItemRating
{
    float: right;
    width: 38px;
    height: 28px;
    margin: 4px 12px;
    background: #191919;
    color: #009ade;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    padding-top: 12px;
    font-weight: bold;
}

div.dealListItem .movieListItemDetails
{
    float: left;
    width: 140px;
    margin: 2px 0 0 0;
    padding: 0;
}

div.dealListItem .commentListItemDetails
{
    float: left;
    width: 180px;
    margin: 2px 0 0 0;
    padding: 0;
}

.movieListItemDetails
{
    margin: 0;
    padding: 0;
}

ul.dealDetails
{
    padding: 0;
    margin: 0 0 0 4px;
}

li.dealTitle
{
    font-size: 12px;
    padding: 0 0 2px 0;
    margin: 0;
    color: #009ade;
    list-style: none;
}

li.dealCommentAuthor
{
    font-size: 10px;
    padding: 0 0 2px 0;
    margin: 0;
    color: #fff;
    list-style: none;
}

li.dealCommentAt
{
    font-size: 10px;
    padding: 0 0 2px 0;
    margin: 0;
    color: #fff;
    list-style: none;
}

#deal-comments {
    width: 294px;
    padding: 2px;
}

.deal-item-expired {
    padding: 6px;
    display: inline-table;
}

.deal-item {
   display: inline-table;
   padding: 6px;
   width: 138px;
   font-size: 12px;
}

.deal-item a {
    width: 138px;
    height: 83px;
}

.deal-item a img {
    width: 138px;
    height: 83px;
    border: 1px solid #4a4a4a;
}

#slider {
    width: 634px;
    margin: 0px auto;
    position: relative;
}

.scroll {
    height: 165px;
    overflow: auto;
    position: relative; /* fix for IE to respect overflow */
    clear: left;
}

.scrollContainer div.panel {
  height: 165px;
  width: 634px; /* change to 560px if not using JS to remove rh.scroll */
}

.deals-comments {
    font-size: 12px;
}

