﻿#SingleEvent
{
    float: left;
    width: 655px;
    margin-top: 10px;
    position: relative;
    background-image: url(images/single-event-background.gif);
    background-repeat: repeat-y;
    min-height: 700px;
}
#SingleEvent .buyticketsnowtop
{
    float: left;
    width: 310px;
    text-align: center;
    height: 42px;
    margin-top: 10px;
    margin-bottom: 10px;
}


#SingleEvent .leftcolumn
{
    float: left;
    width: 335px;
    margin-left: 10px;
}
#SingleEvent .top
{
    float: left;
    width: 345px;
    height: 80px;
    position: relative;
}

#SingleEvent .rightcolumn
{
    float: left;
    width: 310px;
}

#SingleEvent .image
{
    float: left;
    width: 80px;
    height: 100px;
}

#SingleEvent .title
{
    left: 80px;
    width:250px;
    top: 0px;
    color: #004E96;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
}
#SingleEvent .date
{
    left: 80px;
    top: 35px;
    color: #666666;
    position: absolute;
    font-size: 14px;
}
#SingleEvent .time
{
    left: 80px;
    top: 55px;
    color: #666666;
    position: absolute;
    font-size: 14px;
}
#video
{
    padding: 10px;
}

#SingleEvent .description
{
    float: left;
    width: 300px;
    padding-right: 10px;
}

#SingleEvent .buyticketsnowbottom
{
    float: left;
    width: 300px;
    text-align: center;
    height: 80px;
}




#SingleEvent .details
{
    float: left;
    background-color: #CCCCCC;
    width: 638px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}


#SingleEvent .rightcolumn div.line
{
    background-image: url(images/line.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    float: left;
    width: 300px;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 11px;
    margin-left: 5px;
}
#SingleEvent .rightcolumn label
{
    font-weight: bold;
    width: 90px;
    font-size: 10px;
    text-align: right;
    float: left;
    padding-right: 4px;
}
#SingleEvent .rightcolumn .literal
{
    float: left;
    width: 200px;
}


