/* Block best sellers */
#best-sellers_block_right ul {margin-bottom:5px; position: relative;}
#best-sellers_block_right li {
	float:none;
	padding:10px 0;
	text-align:center;
}
#best-sellers_block_right h4{
    padding-bottom: 10px;
    padding-left: 18px;
    padding-top: 10px;	
}

#best-sellers_block_right li.last_item {border:none}
#best-sellers_block_right li a.content_img {
	display:block;
	float:left;
	padding:1px;
	height:180px;
	width:180px;
	text-decoration:none;
	background: none;
}
#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;
	display: none;
}
#best-sellers_block_right li img {
	border: none;
}
#best-sellers_block_right li p {
	float:left;
	margin-left:0px;
	padding:0;
	text-align: center;
    width: 100%;
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px
}
#best-sellers_block_right li .price {
	font-weight:bold;
	font-size:16px;
	color:#BC0A24;

}
#best-sellers_block_right .two-buttons{
	text-align: center;
}
#best-sellers_block_right li .name {
	color: #00539C;
    font: bold 16px/16px Arial;
    height: 30px;
	margin-bottom:5px;

}
#best-sellers_block_right .cart-button {
    background: url("img/red-button.png") repeat-x;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    padding: 5px;
	*display: inline;
	zoom: 1;
	
}
#best-sellers_block_right .cart-button a{
	color: #FFF;
}
#best-sellers_block_right .cart-button img {
    border-right: 1px solid #C03C4E;
    float: left;
    margin: 0 3px;
    padding-right: 5px;
    width: auto;
}

#best-sellers_block_right .more-button {
    background: url("img/blue-button.png") repeat-x;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    padding: 5px;
	*display: inline;
	zoom: 1;
}
#best-sellers_block_right .more-button a{
	color: #FFF;
}
#best-sellers_block_right p.lnk {
	padding:0;
	text-align:right;
	display: none;
}
#best-sellers_block_right .lnk .button_large {
	padding:0;
	border:none;
	background:none
}
#best-sellers_block_right .lnk .button_large:hover {text-decoration:underline}
.reduction-amount{
	position: relative;
	bottom:0px;
	text-align: center;
	font-size:12px;
	width:190px;
	margin-bottom: 10px;
}
.reduction-amount span{
	color: #2BAC48;
}

#best-sellers_block_right .price-discount {
text-decoration: line-through;
color: #888;
font-weight:normal;
}