/* Block best sellers */
.slider-products-title h3 a{
	color: #ec3434;
}
#best-sellers_block_right ul {margin-bottom:5px}
#best-sellers_block_right li {
	border-bottom: 1px solid #e3e3e3;
    float: none;
    height: 135px;
    padding:20px 0px 10px;
	position: relative;
}
#best-sellers_block_right li.last_item {border:none}
#best-sellers_block_right .content_img {
    display: inline-block;
    float: left;
	float: left;
    background: #fff;
    text-align: center;
	margin-right: 10px;
	position: relative;
}
#best-sellers_block_right li img {
}
#best-sellers_block_right li p {
	float: left;
    margin-left: 10px;
    padding: 0;
	width: 45%;
}
#best-sellers_block_right li p a{
	color: #010101;
	font-size:1.09em;
}
#best-sellers_block_right li p a:hover{
	color:#EF3434;
}
#best-sellers_block_right li .price {
	display: block;
    margin-top: 5px;
}

#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}