
.news .list {
	border-bottom: 1px solid #BDC2C4;
	margin-bottom: 10px;
}

.news .mediacenter .list {
	border-bottom: none;
	margin-bottom: 0px;
}


.news .list .fce-grid5050 {
	border-top: 1px solid #BDC2C4;
	padding-top: 20px;
	padding-bottom: 20px;
}


.news .list .fce-image {
	position: relative;
	height: 130px;

	overflow: hidden;
	padding-bottom: 0px;
}
.news .list .fce-image SPAN {
	display: block;
	position: absolute;

	left: 50%;
	top: 50%;
}
.news .list .fce-image A IMG {
	position: absolute;
	top: -50%;
	left: -50%;
	border: none;
}


.news .list H3 {
    padding-top: 0;
    padding-bottom: 8px;
    border-top: none;

    font-size: 12px;
	line-height: 16px;
}

.news li.date .item P.title A{
    color: #003F72;
    font-weight: bold;
}

/* detail view */



.news .detail .image {
    float: right;
    padding: 0 0 15px 15px;
}

.news .detail .image IMG {
	border: none;
}

.news .detail .image span {
    padding-top: 13px;
    display: block;
    font-size: 11px;
    color: #7b858a;
}

.news .detail .text {
    margin-bottom: 15px;
}

/* filter */
.news .filter {
    text-align: left;
}


.news .filter_aggregate label {
    float: none;
    display: block;
	margin-bottom: 5px;
}
.news .filter_aggregate select {
    width: 165px;
}
.news .filter_aggregate select.first {
    margin-left: 0px;
}



.news .filter_aggregate .selectBoxStyledToggle {
    width: 139px;
    background-position: 149px 8px;
}
.news .filter_aggregate .selectBoxStyledToggle.first {
    margin-left: 0px;
}
.news .filter_aggregate select.first {
    margin-left: 0px;
}






/* home */
.accordion_row .news {
    margin-top: 10px;
    margin-bottom: 20px;

    min-height: 143px;
}

.accordion_row .news .item {
    margin-bottom: 15px;
}

.accordion_row .news P.meta {
	font-size: 11px;
}

.accordion_row .news P.title A {
	color: #003F72;
	font-weight: bold;
}

