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

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

table.rssTable {
	width: 322px;
	border-spacing: 0px;
	margin: 5px;
	float: left;
	text-align: left;
}

/** MOBILE **/
 /* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	table.rssTable {
		width: 100%;
	}
}

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

.rssScroll {
    border: medium none;
    height: 170px;
    /*margin-top: 10px;*/
	margin-bottom: 10px;
    overflow-y: hidden;
    width: 99%;
}

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

.rssItemAdvi: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;
}

