#last_bought_ticker {
	overflow: hidden;
	padding-bottom: 30px;
	height: 200px;
}
#last_bought_ticker ul {
	list-style-type: none;
}
#last_bought_ticker li:not(:last-child) {
	padding-bottom: 10px;
}
#last_bought_ticker li {
	height: 45px;
}
#last_bought_ticker li a {
	text-decoration: none;
}
#last_bought_ticker span.prefix {
	font-weight: bolder;
}
#last_bought_ticker span.title {
	font-weight: bolder;
    /*word-break: break-all;*/
}
#last_bought_ticker span.suffix {
	font-weight: bolder;
}
#last_bought_ticker img.product-image {
	max-height: 100px;
	max-width: 65px;
	float: left;
	margin-right: 2px;
}