﻿div.News {
	border: outset 1px #bc9;
	background-color: #fffff1;
	padding: 5px 10px;
	margin-bottom: 10px;
	/*font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 0.75em;*/
	text-align: justify;
}

div.Product {
	text-align: justify;
	/*font-size: 0.75em;
	font-family: Verdana, Tahoma, Sans-Serif;*/
	padding: 5px 10px 5px 20px;
	margin-bottom: 20px;
	border-bottom: dashed 1px #360;
}

div.News div.Content, div.Product div.Content {
	padding: 0px;
	margin-bottom: 0px;
}

div.News div.Content p, div.Product div.Content p {
	margin: 5px 0px 15px 0px;
}

div.News h2, div.Product h2 {
	color: #360;
	padding: 0px;
	margin: 0px;
	/*font-size: 1.0em;*/
	font-size:14px;
}

div.News h2 a, div.News h2 a:link, div.News h2 a:visited, div.News h2 a:hover, div.News h2 a:active {
	color: #360;
	font-weight: normal;
}

div.Product h2 {
	/*font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1.4em;
	font-weight: normal;*/
	font-weight:bold;
}

/*
div.News a img, div.Product a img {
	border: 0px;
}
*/

div.News div.Left, div.Product div.Left {
	margin: 0px 20px 10px 5px;
}

div.News div.Right, div.Product div.Right {
	margin: 0px 5px 10px 20px;
}

div.News img, div.Product img {
	border: solid 1px #140;
}

div.News div.Date, div.Product div.Date {
	clear: both;
	float: right;
	margin-top: 5px;
}

div.ImageCenter {
	text-align: center;
	padding: 0px;
}

div.ImageCenter img {
	display: block;
	margin: 0px auto;
}
