﻿.contentTeasersContainer
{
    float: left;
}

.contentTeasersContainer .contentTeaser
{
    width: 376px;
    height: 145px;
    background-color: #f1efdb;
    margin-bottom: 8px;
    border: solid 1px #969696;
}

.contentTeasersContainer .imageContainer
{
    float:left;
    margin-top: 11px;
    margin-left: 11px;
}

.contentTeasersContainer .imageContainer img
{
    height:120px;
	width:172px;
    border: solid 1px #858d7a;
}

.contentTeasersContainer .flashText {
    width:245px !important;
}

.contentTeasersContainer .text
{
    float: left;
    margin-left: 16px;
    margin-top:8px;
    width: 162px;
}

.contentTeasersContainer a
{
    text-decoration: none;
    color: #498a37;
}

.contentTeasersContainer .descriptionTd
{
    height: 70px;
    vertical-align: top;
}

.contentTeasersContainer .bottomLink
{
    text-decoration: underline;    
}

.contentTeasersContainer .title
{
    font-size: 16px;
    font-weight: bold;
}

.contentTeasersContainer .description
{
    display: block;
    font-size: 11px;
    margin-top: 17px;
}