#offerWrapper
{
    background: url(/site/images/bg-col-amber150.gif) repeat-y;
}

#offerDetails
{
    float: right;
    width: 530px;
}

#offerList
{
    float: left;
    width: 150px;
    padding: 1em;
}

#offerList .headline
{
	font-weight: bold;
}

.offer 
{
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.offer .headline 
{
    font-weight: bold;
    font-size: 1.2em;
}

.offer a 
{
	color: #336699;
    text-decoration: none;
}

.offer .headline a
{
	color: #003366;
}

.offer a:hover 
{
    text-decoration: underline;
}

.pendingApproval
{
    background-color: #eee;
}

#filterBox 
{
    float: right; 
    width: 25%; 
    border: 1px dotted #336699; 
    padding: 5px;
    margin: 5px;
}