/* Block best sellers */
#best-sellers_block_right ul {margin-bottom:5px}
#best-sellers_block_right li {
	border-bottom: 1px solid #E9E9E9;
    display: inline-block;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
}
#best-sellers_block_right li.last_item {border:none; margin:0; padding:0}
#best-sellers_block_right li a.content_img {
	border: 1px solid #E9E9E9;
    float: left;
    margin-right: 10px;
    padding: 5px;
    text-align: center;
}
#best-sellers_block_right li span.number {
	display:none;
	float:left;
	margin-top:6px;
	width:20px;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	text-align:center
}
#best-sellers_block_right li img {
	border:none
}
#best-sellers_block_right li .item-content {
	float:left;
	width:53%;
	font-weight:bold;
	font-size:12px
}
#best-sellers_block_right li .item-content a{
    padding: 0;
}
#best-sellers_block_right li .price {
	font-weight:bold;
	font-size:14px;
	color:#42a8bf;
	margin-top:10px

}

#best-sellers_block_right p.lnk {
	padding:0;
	text-align:right
}
#best-sellers_block_right .lnk .button_large {
	padding:0;
	border:none;
	background:none
}
#best-sellers_block_right .lnk .button_large:hover {text-decoration:underline}
#best-sellers_block_right .ptx_view_product{display:none !important}