/* Block best sellers */
#best-sellers_block_right ul {margin-bottom:5px}
#best-sellers_block_right li {
	float:none;
	padding:10px 0;
	border-bottom:1px dotted #ccc
}
#best-sellers_block_right li.last_item {border:none}
#best-sellers_block_right li a.content_img {
	display:block;
	float:left;
	padding:1px;
	height:47px;
	width:67px;
	text-decoration:none;
	background:#333
}
#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 {
	border:1px solid #ededed;
}
#best-sellers_block_right li p {
	float:left;
	margin-left:7px;
	padding:0;
	width:125px;
	font-weight:bold;
	font-size:12px
}
#best-sellers_block_right li .price {
	font-weight:bold;
	font-size:14px;
	color:#990000;

}

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

#index #blockrecentlybought > li.first-in-line {
    clear: none !important;
}

#block-recently-bought .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
}

#block-recently-bought .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

#block-recently-bought .bx-wrapper .bx-pager, #block-recently-bought .bx-wrapper .bx-controls-auto {
    bottom: 0;
}

div#block-recently-bought {
    border: 1px solid #dce6f0;
    border-radius: 6px;
    padding: 0px 10px 5px 10px;
}

#block-recently-bought #progbar {
    margin: 8px 0;
    width: 25px;
    /*float: right;*/
    height: 25px;
}

#block-recently-bought {
    position: relative;
}

#block-recently-bought h2 span {
    font-size: 12px;
}

#block-recently-bought .live-update-container.pull-right > * {
    display: inline-block;
    vertical-align: middle;
}

#block-recently-bought .live-update-container.pull-right {
    margin-top: -10px;
}

#block-recently-bought .live-text {
	color: #83c000;
	font-weight: bold;
}