﻿
.summaryListing 
{
    display: block;
    /*width: 600px;*/
    height: 140px;
    /*background: #333; */
    margin-bottom: 20px;
    
}

.summaryListingHRH
{
    display: block;
    position: relative;
    width: 600px;
    height: 180px;
    background: #fff; 
    margin-bottom: 20px;
    
}

.summaryArea2
{
    width: 560px;
    height: 140px;
}

.summaryImage
{
    display: block;
    float: left;
    height: 100px;
    width: 205px;
    margin: 20px;
}

.summaryContent
{
    display: block;
    float: left;
    width: 335px;
    color: #fff;  
    margin-top: 20px; 
}

.contentTitle 
{
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight:bold;
}

.contentArea
{
    width: 100%;
    /*font-size: 9px;*/
}

.contentLearn A:link
{
    color: #ff0000;
}

.contentLearn A:visited
{
    color: #ff0000;
}

.winTickets 
{
    padding: 5px 0 5px 0;
    color: #ff0000;
}