.newsTable {
	margin-top: 20px;
	margin-left: 10px;
        width: 550px;
}

.newsTableTitle {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.newsTableTitle a,
.newsTableTitle a:visited,
.newsTableTitle a:link
 {
	font-weight: bold;
	}

.newsTableTitle a:hover {
	color: red;
	text-decoration: underline;
}

.moreDetails {
	color: black;
	background-color: #e0dfe3;
	border: 1px solid #c0c0c0;
	font-size: 10px;
	padding: 2px;
	display: block;
	text-align: center;
	font-weight: bold;
	width: 100px;
}

.moreDetails a,
.moreDetails a:visited,
.moreDetails a:link
 {
	color: black;
      }

.moreDetails a:hover {
	color: red;
        text-decoration: underline;
}

.tlacAll {
	text-align: center;
	padding: 15px;
}

.tlacAll a {
	background-color: #e0dfe3;
	border: 1px solid #c0c0c0;
	font-size: 10px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	width: 100px;
        }

.tlacAll a:hover {
	color: red;
        text-decoration: none;
       }

.productTitle {
       background-color: #f4f4f4;
}

.productTitle td {
	border-top: 1px solid #DDDDDD;
	padding-top: 6px;
}

.productMore td {
	padding-bottom: 6px;
	padding-top: 3px;
}
