/* Block best sellers */   

#best-sellers_block_right ul {
    
	width: 100%;
}
#best-sellers_block_right li {
	float: none;	
	height: 85px;
	padding: 15px 0;
	border-bottom: 1px dotted #E3E3E3
}
#best-sellers_block_right li.last_item {border:none}
#best-sellers_block_right li a.content_img {
	display:block;
	float:left;
	height:80px;
	width:80px;
	text-decoration:none;
}
#best-sellers_block_right li span.number {
	display:block;
	float:left;
	width:12px;
	font-weight:normal;
	font-size:12px;
	color:#990000;
	text-align:left
}
#best-sellers_block_right li img {
	width: 80px;
	height: 80px; 
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);

} 
#best-sellers_block_right li img:hover {
	-moz-box-shadow: 0 0 3px 0 silver;
    -webkit-box-shadow: 0 0 3px 0 silver;
    -o-box-shadow: 0 0 3px 0 silver;
    -ms-box-shadow: 0 0 3px 0 silver;
    box-shadow: 0 0 3px 0 silver;
}

#best-sellers_block_right li p {
	float: left;
    font-size: 15px;
    font-weight: normal;
	color: #7B7B7B;
    margin-left: 10px;
    padding: 5px;

	height: 90px;
}
#best-sellers_block_right li .price {
	font-weight: normal;
	font-size: 18px;
	color: #da3838;

}

#best-sellers_block_right .more_large {
	background: transparent url("../../../img/newparure/more-20-bi.png") no-repeat left 0;

	position: relative;
    color: #2E2E2E;
    cursor: pointer;
    display: block;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin: 25px 0 10px;
	padding: 0 0 0 30px;
    text-transform: uppercase;
	font-size: 16px;
	text-align: left; 
	-moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
#best-sellers_block_right .more_large:hover{
	background:  transparent url("../../../img/newparure/more-20-bi.png") no-repeat left -20px;
	color: #da3838;
}

