﻿table#bordered
{
	/*border:thin red solid;*/
	position:relative; 
	float:left; 
	width:639px; 
	position:relative; 
	top:0px;
}
td.prodimage
{
	width:198px;
	/*border:solid thick purple;*/
}
td.proddesc
{
	width:441px;
	/*border:thick solid green;*/
}
.leftpadded
{
	background-color:#D3C2C2;
}
table#bordered tr
{
	height:250px;
}

.textContent
{
	background-color:#D3C2C2;
	height:100px;
	padding:5px;
	/*border:solid thin red;*/
}
#leftpadded
{
	text-align:left;
	vertical-align:top;
	height:100%;

}
div.leftpadded h2
{
	position:relative;
	top:0px;
	background-color:#C0A5A5;
	padding-left:20px;
	margin:0px;
	padding-right:10px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	
}
a.more
{
	color:Black;
	text-decoration:none;
	background-color:#C0A5A5;
	padding-left:5px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	cursor:pointer;
	position:relative;
	margin-top:5px;
	left:0px;
}
a.more:hover
{
	background-color:#330000;
	color:White;
}
