.lastViewBox a {
	text-decoration: none;
	color: #000;
}

.lastViewBox td {
	padding-bottom: 5px;
}

.lastViewBox td.name {
	text-align: left;
	vertical-align:top;
	width: 45%;
}

.lastViewBox td.name a {
	
	color: #000;
	text-decoration:none;
}

.lastViewBox td.name a:hover {
	text-decoration:underline;
	color: #EA8296 !important;
}

.lastViewBox td.price {
	color: #B53B5D;
	font-weight: bold;
	padding-right: 30px;
}

