#catbestsellers {
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

	.catbestsellersfeat {
		width: 139px;
		float: left;
		text-align: left;
		padding: 0px 5px;
	}
	
		.catbestsellersfeat p {
			margin: 10px 0px;
		}
	
		.catbestsellersfeat img {
			margin-left: 24px;
		}
		
		.catbestsellersfeat img.lefty {
			margin-left: 0;
		}
		
		.cbscent {
			width: 139px;
			text-align: center;
			color: #000;
			padding: 3px 0px 3px 0px;
			line-height: 1.4em;
		}
	
			.cbscent a:link, .cbscent a:visited {
				color: #000;
				text-decoration: none;
			}
			
			.cbscent a:hover {
				color: #900;
				text-decoration: underline;
			}
	
	.cbslftb {
		border-right: 1px solid #ececec;
	}
