﻿.events-list 
{
    width: 663px;
	 margin-bottom: 30px;
}
.events-list tr{
height: 40px;
}

.events-list
{
    margin-left: 12px;
}

.events-list .event-image 
{
    width: 260px;
}

.events-list .event-details 
{
    vertical-align: top;
}

.events-list .event-details-name 
{
    color: #a80532;
    font-weight: bold;
}

.events-list .event-seperator 
{
    background-image: url('../images/slant-gray.gif');
    background-position: right center;
    background-repeat: no-repeat;
    
    height: 16px;
}