.block_1 {
    background: url("images/background_home_teaser.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 361px;
    margin-top: 34px;
    width: 240px;
}
.block_1_title {
    background-color: #0079BC;
    height: 35px;
    margin-top: -3px;
    width: 228px;
    text-align: center;
    margin-left: 5px;
}
.block_1_title > span {
    color: #FFFFFF;
    font-family: asulbold;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    position: relative;
    top: 6px;
}
.block_content {
    color: #515567;
    float: left;
    font-family: arial;
    font-size: 12px;
    height: 95px;
    line-height: 20px;
    margin: 20px 0 20px 25px;
    text-align: left;
    width: 190px;
}
.product_link {
    float: right;
    left: 0;
    position: relative;
}
.product_link > a {
    color: #0079BC;
    font-size: 12px;
    font-weight: bold;
    left: -4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: -5px;
}


.block_1 > img {
    height: 138px;
    width: 228px;
}

.block_1 img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 5px 0 0 5px;
}

.orange {
	background-color: #cd5916;
}

.product_link.product_link_hover img {
    left: 5px;
    position: relative;
    top: 5px;
}

