/* 
 * Styling of the profibus newsticker on the landing page
 */
 
.tx-pxdprofibusnewsticker-pi1 .entries {
	clear: both;
	float: left;
	
	width: 282px;
	/* height set by inline style */
}
.tx-pxdprofibusnewsticker-pi1 .newsentry {
	clear: both;
	float: left;
	padding-left: 5px;
	padding-bottom: 8px;
	border-bottom: 1px solid #dbdbdb;
	
	height: 75px;
	
	width: 282px;
	
	color: #000000;
}
.tx-pxdprofibusnewsticker-pi1 .firstentry {
	padding-top: 5px;
	border-top: 1px solid #dbdbdb;
}
.tx-pxdprofibusnewsticker-pi1 h3 {
	font-size: 1em;
	font-weight: bold;
	
	margin: 0px 0px 10px 0px;
	color: #333;
	
	max-height: 50px;
	overflow: hidden;
}
.tx-pxdprofibusnewsticker-pi1 img {
	display: block;
	float: left;
	
	width: 64px;
	min-height: 50px;
	margin-right: 6px;
	
	border: none;
}
.tx-pxdprofibusnewsticker-pi1 .age {
	/* color: #8d8d8d; */ /* #dbdbdb; */
	
	clear: left;
	float: left;
	
	display: inline;
}
.tx-pxdprofibusnewsticker-pi1 a.pxd-more-link-button {
	float: right;
}
.tx-pxdprofibusnewsticker-pi1 .catlink {
	display: block;
	
	clear: right;
	float: left;
	
	height: 19px;
	padding: 0px;
	margin-left: 3px;

	font-size: 1em;
	color: #8d8d8d;
	/* background-color: #dbdbdb; */
}
.tx-pxdprofibusnewsticker-pi1 .catlink div.catlink-l {
clear: both;
float: left;

width: 3px;
height: 19px;

background-image: url(./../../../resources/images/cat-button-bg_l.png);
}
.tx-pxdprofibusnewsticker-pi1 .catlink div.catlink-c {
float: left;

height: 19px;

background-image: url(./../../../resources/images/cat-button-bg_c.png);
background-repeat: repeat-x;
}
.tx-pxdprofibusnewsticker-pi1 .catlink div.catlink-r {
float: left;

width: 3px;
height: 19px;

background-image: url(./../../../resources/images/cat-button-bg_r.png);
}
