.catalog-rand-items {
	position: relative;
	left: -20px;
	
	width: 615px;
}
	
	.catalog-rand-items .top {
		margin: 0 5px 0 6px;
		
		width: 142px;
		
		background: url(images/bg-top.gif) no-repeat left top;
		padding-top: 5px;
	}
	
		.catalog-rand-items .even .top {
			background: url(images/bg-top.even.gif) no-repeat left top;
		}
	
	.catalog-rand-items .bottom {
		background: url(images/bg-bottom.gif) no-repeat left bottom;
		padding-bottom: 7px;
	}
	
		.catalog-rand-items .even .bottom {
			background: url(images/bg-bottom.even.gif) no-repeat left bottom;
		}
	
	.catalog-rand-items .inner {
		background: url(images/bg-inner.gif) repeat-y left top;
		padding: 2px 7px 0 7px;
	}
	
		.catalog-rand-items .even .inner {
			background: url(images/bg-inner.even.gif) repeat-y left top;
		}
	
	.catalog-rand-items .preview-img, .catalog-rand-items .title, .catalog-rand-items .price, .catalog-rand-items .learn-more {
		margin-bottom: 3px;
		
		color: #6F5945;
		font-size: 11px;
		font-weight: bold;
	}
		
	.catalog-rand-items .preview-img {
		max-height: 100px;
		_height: 100px;
		
		overflow: hidden;
		
		text-align: center;
	}
	
	.catalog-rand-items .title {
	}
	
	.catalog-rand-items .price {
		color: #3E7596;
	}
	
		.catalog-rand-items .price b {
			color: #6F5945;
		}
	
	.catalog-rand-items .learn-more {
		margin-bottom: 0;
		
		background: url(images/marker-learn-more.gif) no-repeat left center;
		padding-left: 5px;
	}
	
		.catalog-rand-items .learn-more a {
			color: #3E7596;
		}
