/* Block best sellers */
#best-sellers_block_right p { 
	color: #646464;
    font-size: 13px;
    margin: 0;
    padding-top: 3px;
}
#best-sellers_block_right .leo-info-spec span.leo-price-spec{
	color: #2E2D2D;
    font-size: 14px;
	line-height:30px;
}
#best-sellers_block_right ul li{
	border-bottom: 1px dashed #C9C9C9;
	margin: 0;
    padding: 10px 0;
    width: 100%;
}
#best-sellers_block_right ul li img{
	border: 1px solid #E0E0E0;
    float: left;
    margin-right: 10px;
}
#best-sellers_block_right ul li img:hover{
	-moz-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
}
#best-sellers_block_right .block_content a.button_large{width: auto;margin-top: 10px;}