/* homepage news script */
.news_block {
	border: 2px solid #efe6e6;
	background-color: white;
	border-radius: 5px;
	margin-bottom: 5px;
	/* margin-bottom: 20px; */
	padding: 1px 1px 5px 1px;
}
.news_block h2 {
	margin: 0;
}
.block_2 {
	background-color: #f5f2f2 !important;
	border: 2px solid #d5ebf9 !important;
	margin: 30px 0;
}
div.newscell-title_2 {
	background-image: none;
	background-color: transparent;
	/* border-bottom: 2px solid #2970b0; */
	color: #2970b0;
	/* font-weight: bold; */
	text-align: left;
	font-size: 15px;
	text-decoration: none;
	height: auto;
	padding: 5px;
	/* margin: 20px 5px 10px 5px; */
	margin: 4px 5px 10px 5px;
}
div.newscell-title_highlight {
	/* background-color: #d3e5fb; */
	color: #990000;
	font-weight: bold;
	font-size: 20px;
}
div.moreIpFloat {
	/* float: right; */
	background-color: transparent;
	padding: 2px 6px;
	border-radius: 10px;
	border: 1px solid black;
	/* z-index: 1000; */
}
div.moreIpFloat a {
	/* font-style: italic; */
	/* font-weight: bold; */
	text-decoration: underline;
	font-size: 13px;
}
.DRFont {
	/* color: #3F3E3E; */
	color: #000000;
	font-weight: initial;
	text-decoration: none;
}
a.DRFont {
	display: inline-block;
}
.picture_news {
	max-width: 75px;
}

div.product_in_news {
	display: none; /* now hidden */
	/* width: auto; */
	text-align: left;
	margin-top: 7px;
	background: url(../IMAGES/featuredproduct_blue_s.png) 0px 0px/90px no-repeat;
	min-height: 50px;
	padding-left: 95px;
	/* padding-top: 5px; */
}
div.product_in_news a span {
	width: auto !important;
	font-weight: bold;
	/* background-color: white; */
	padding: 1px 10px 1px 10px;
	font-size: 13px;
	margin-top: 5px;
	color: #000000;
	text-decoration: underline;
	display: table-cell;
	vertical-align: middle;
}
div.product_in_news span strong {
	display: none;
}
div[id^="news_"] {
	margin-bottom: 15px !important;
}
@media screen and (max-width: 930px) {
	div.product_in_news {
		width: auto/* !important*/;
	}
	div.product_in_news {
		/* padding-left: 45px !important; */
		/* padding-top: 25px !important; */
		background: url(../IMAGES/featuredproduct_blue_s.png) 0px 0/95px no-repeat !important;
		/* background: none !important; */
		padding: 50px 0 0 10px !important;
		width: 100% !important;
	}
}
div[id^="last_news_"] {
	margin: 5px 3px !important;
}
div[id^="last_news_"] strong {
	font-size: 14px;
}
/* END homepage news script */