.event_box {
    background-image:url(/images/layout/my-sportswear/head/line.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
    padding:15px;
}

.event_box .image {
    width:75px;
    height:75px;
    float:left;
    margin-right:15px;
}

.event_box .name {
    font-size:12px;
    font-weight:bold;
}

.event_box .date {
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;

}

.event_box .uvp {
    font-size:12px;
    margin-bottom:10px;
}

.event_box .price {
    font-size:12px;
    float:right;
    text-align:right;
}

.event_box .price .price_space {
    width:80px;
    display:block;
    float:right;
}

.event_box .price .your_price {
    color:#00A1DE;
    font-weight:bold;
}

.event_box .more_info {
    margin-top:15px;
    margin-left:90px;
    width:510px;
}

.event_box .toogler {
    font-size:12px;
}

.event_box .button {
    float:right
}