﻿.NewsList
{
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;
	margin-left: 5px;
	padding: 5px;
	vertical-align: text-top;
	text-align: left;
}

.NewsList div
{
	list-style-type: none;
	margin: 5px;
}

.lnkAllNewsDemo
{
	font-weight: lighter;
	text-align: center;
	font-size: medium;
}

.Content
{
	padding: 5px;
	vertical-align: text-top;
}

.ProductImage
{
	white-space: nowrap;
}

.ProductParagraph
{
	border: 2px;
	border-style: solid;
	border-color: #61637E;
}

.ProductTitle
{
	text-decoration: none;
	color: Black;
	font-size: large;
}


.imageLeft
{
	float: left;
	padding: 4px;
}

.newsHead
{
	
	font-size: medium;
	font-weight: bold;
}

.feedIcon
{
	float: right;
}

.hrNews
{
	height: 0px;
	border: 0px;
	border-top: 1px;
	border-style:solid;
	border-color: Gray;
	clear: both;
}

.hrNewsSep
{
	height: 0px;
	border: 0px;
	border-top: 1px;
	border-style: dotted;
	border-color: Gray;
}

