/* Block best sellers */
#best-sellers_block_right ul {margin-bottom:5px}
#best-sellers_block_right li {
	display:inline-block;
        float:left;
	padding:10px 0;
        margin-right:20px;
        width:110px;
        min-height:180px;
}
#best-sellers_block_right li.last_item_of_line{
    margin-right:0;
}

#best-sellers_block_right li a.content_img {
	display:block;
	float:left;
	padding:5px;
        
        -moz-border-radius:2px;
        -webkit-border-radius:2px;
        border-radius:2px;

        -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.095) , 0 1.5px 1.5px 0 rgba(0,0,0,0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1) ;
        -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.095) , 0 1.5px 1.5px 0 rgba(0,0,0,0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1) ;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.095) , 0 1.5px 1.5px 0 rgba(0,0,0,0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1) ;
        
	text-decoration:none;
	background:#ffffff;
}
#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 {
        width:100px;
        height:auto;
}
#best-sellers_block_right li p {
	float:left;
	padding:10px 0 0 0;
	font-size:12px
}

#best-sellers_block_right p a:hover {
	text-decoration:none;
}

#best-sellers_block_right li .price {
	font-weight:bold;
	font-size:14px;
	color:#da3b44;
}

#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}