/**
 * @file
 * Styling for the teaser template.
 */

.teaser_2col {
   height: auto;
   overflow: hidden;
}

.teaser_2col > .group-left {
    float: left;
}

.teaser_2col > .group-right {
    float: none;
    width: auto;
    overflow: hidden;
    padding:0px 10px 0px 0px;
}​​