.thumbCont{
	width:208px;
	height:275px;
	background-color:#c3b1bd;
	border:solid 1px #96778b;
}
.thumbContVer td{	
	
	/*border:solid 2px #96778b;*/
}
.tdLeft{
	background-color:#c3b1bd;
	border-left:solid 1px #96778b;
	border-top:solid 1px #96778b;
	border-bottom:solid 1px #96778b;
	border-right:solid 0;
}
.tdRight{
	background-color:#c3b1bd;
	border-right:solid 1px #96778b;
	border-top:solid 1px #96778b;
	border-bottom:solid 1px #96778b;
	border-left:solid 0;
}
.tdRight a{
	color:#512f45;
	text-decoration:none;
}
.tdRight a:hover{
	color:#ffffff;
	text-decoration:none;
}
.thumbImg{
	margin:7px;
	border:solid 1px #96778b;
}
.thumbImg:hover{
	margin:7px;
	border:solid 1px #fff;
}

.thumbText{
	width:194px;
	height:77px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-align:center;
	border:0;
}
.thumbText strong{
	font-size:14px;
}
.thumbButt{
	border:0;
	margin:4px;
	margin-top:8px;
}
.myTable td{
	padding:5px 10px 5px 0;
	/*display:table-cell;*/
}
.myTable table td{
	padding:0;
	/*display:table-cell;*/
}