    .topWindowMediumNews {
        width: 640px;
        height: auto;
        padding: 0px;
        line-height: 1.5em;
        float:left;
    }
.acc_trigger {
	width: 634px;
	height: 22px;
    padding-top: 5px;
    padding-left: 10px;
   	float: left;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;

    background: url(../images/newsTitleBackground.png) repeat-x;
    color: #0370b0;
	font-size: 15px;
	font-weight: normal;
    text-decoration: none;
}
.acc_trigger:hover {
	background: #0370b0;
    color: white; 
    cursor: pointer;
}
.acc_container {
	margin: 0px; padding: 0;
	overflow: hidden;
	font-size: 13px;
	width: 634px;
	clear: both;
}
.acc_container .block {
	padding: 20px;
}

.newsText {
    width: 415px;
    float:left;
    margin-left: 15px;
    text-align: justify;
    margin-top: 5px;
}

.newsImage {
    border:1px solid #b5b5b5;
    padding: 4px;
    background: white;
    width: 100px;
    height: 80px;
}
