
.bottom_teasers {
    width: 973px;
    height: 100%;
    margin: 0 auto;
}
.teaser_footer {
/*    background-color: #FF0000;*/
    border-radius: 15px;
    float: left;
    height: 222px;
    width: 235px;
    margin-right: 15px;
    border: 2px solid #F5F5F4; 
}

.selected{
    background-color: #CD5916;
    border-radius: 15px;
    float: left;
    height: 222px;
    width: 235px;
    margin-right: 15px;
}
.selected > h3 {
    color: #ffffff !important;
    font-family: asulbold;
    font-size: 18px;
    left: 15px;
    line-height: 23px;
    position: relative;
    top: 15px;
}
.teaser_footer > h3 {
    color: #0079BC;
    font-family: asulbold;
    font-size: 18px;
    left: 15px;
    line-height: 23px;
    position: relative;
    top: 15px;
}
.teaser_footer > p {
    color: #515567;
    font-family: arial;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-left: 16px;
    margin-top: 30px;
    width: 195px;
}
.selected > p {
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-left: 16px;
    margin-top: 30px;
    width: 195px;
}
.product_link.teaser_submit {
    /*left: -26px;
    position: relative;*/
    float: right;
    margin-right: 24px;
}
.selected div a {
    color:#ffffff;
}
.product_link.teaser_submit img {
    left: 5px;
    position: relative;
    top: 5px;
}
.orange {
	background-color: #cd5916;
}
.teaser_footer.last > p {
    width: 201px;
    word-wrap: break-word;
}