`/* Block best sellers */
#best-sellers_block_right ul {margin-bottom:5px}
#best-sellers_block_right li {
	float:none;
	border-bottom:1px dotted #ccc
}
#best-sellers_block_right li.last_item {border:none}
#best-sellers_block_right li a.content_img {
	float: left;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#best-sellers_block_right li span.number {
	display:block;
	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:1px solid #ededed;
}*/
#best-sellers_block_right li p {
	float: left;
    font-weight: bold;
    padding: 0;
    text-align: center;
    width: 100%;
}
#best-sellers_block_right li .price {
	/*font-weight:bold;*/
	font-size:14px;
	/*color:#990000;*/
	margin-top:10px;

}
#best-sellers_block_right ul li.first_item span.price, #best-sellers_block_right ul li.item span.price, #best-sellers_block_right ul li.last_item span.price  
{
    font-weight: normal;
}

#best-sellers_block_right p.lnk {
	padding:0;
	text-align:right
}
#best-sellers_block_right .lnk .button_large {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0 !important;
    box-shadow: none;
    font-size: 14px;
    padding: 5px;
    text-shadow: none;
    text-transform: none;
}
/*#best-sellers_block_right .lnk .button_large:hover {text-decoration:underline}*/