.CelebrosRecsContainer
{
	border:0px solid black;
}

.CelebrosRecsTitle{
	font-weight: bold;
	padding-left: 10px;
	color: #999999;

}
  
.CelebrosRec
{
	float: left;
	width: 32%;
}

.CelebrosProductPrice
{
	color: red;
	font-size : 12px;
	font-family: verdana;
	font-weight: bold;
}

.CelebrosProductText a
{
	color: black;
	font-size : 12px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
  
.CelebrosRec a img
{
	border:0px;
}

.CelebrosRecImage
{
	border:1px solid black;
	height: 160px;
	width: 160px;
	text-align: center;
	vertical-align:middle;
}

