﻿#collection
{
	width: 372px;
	margin-left: 220px;
	overflow: hidden;
}
	#collection ul.products
	{
		border-top: solid 1px #e1e1e1;
		display: block;
		padding: 18px 0 0 0;
		margin-top: 30px;
		margin-left: -18px;
		width: 408px;
	}
		#collection ul.products li
		{
			background: none;
			float: left;
			padding: 0;
			width: 66px;
			padding: 18px;
		}
			#collection ul.products li img
			{
				width: 66px;
				height: 66px;
				cursor: pointer;
			}
			#collection ul.products li span.productHeader
			{
				padding: 0 0 0 6px;
				float: left;
				height: 11px;
				line-height: 11px;
				overflow: hidden;
				position: relative;
				top: -1px;
				font-size: 10px;
			}