td.rssBigTitle {
	/*
	background-image: url("../Images/Content_Header_Small_01.gif");
	*/
	background: #fff;
	height:38px;
	border-bottom: 1px dashed #333;
}

td.rssBigContent {
/*
	background-image: url("../Images/Content_Closer_Small_02.gif");
	background-repeat: repeat;
*/
	background: #fff;
	width:100%;
	/*height:190px;*/
}

table.rssBigTable {
	width: 670px;
	border-spacing: 0px;
	margin: 5px 0px 5px 0px;
	float: left;
	text-align: left;
}
/** MOBILE **/
 /* Smartphones (portrait and landscape) ----------- */
@media only screen
and (max-device-width : 800px) {
	table.rssBigTable {
		width: 100%;
	}
}

table.rssBigTable a {
	font-weight: normal;
}

table.rssBigTable a.sf_PagerCurrent {
	font-weight: bold;
}


.rssBigHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #999;
	font-weight: normal;
}

.rssBigScroll {
    border: medium none;
    margin-top: 10px;
    overflow-y: hidden;
    width: 95%;
}

.rssBigItemAdvi {
	background-color: #F3F3F3;
    border-left: 3px solid #CCCCCC;
    margin-bottom: 2px;
    margin-left: 0;
    padding-left: 5px;
}

.rssBigItemAdvi:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #E0E0E0);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-left: 3px solid #9FD547;
}

