div.bestsellerBox {
	background: #fff;
	padding: 0px 8px;
}


.bestsellerBox .image div {
	padding: 5px 5px 5px 0px;
}

.bestsellerBox td {
	border-bottom: 1px solid #F3ECD5;
}

.bestsellerBox td.name {
	width: 100%;
	vertical-align:middle;
	text-align:left;
}

.bestsellerBox .name a {
	text-decoration:none;
}
.bestsellerBox .name a:hover {
	text-decoration: underline;
}

.bestsellerBox .price {
	color: #B53B5D;
}

.bestsellerBox .price span.value {
	font-weight: bold;
}

.bestsellerBox div.showAll {
	text-align: center;
	padding: 10px 0px;
}

.bestsellerBox div.showAll a {
	font-weight:bold; 
	text-decoration:underline;
}