/*--------------------------------------------------*/
/* Footstools					                    */

	 .footstool {
		width: 164px;
		padding: 8px;
		border: 1px solid #ccc;
		float: left;
		margin: 0 8px 8px 0;
		display: inline;
	}

		.footstool.first {
			clear: left;
		}

		 .footstool h3 {
			margin: 0 0 8px;
		}

			.footstool h3 span {
				font-size: 0.7em;
			}

				.footstool h3 span strong {
					font-size: 0.9em;
				}

		 .footstool p.leather,
		 .footstool p.fabric {
			background: #;
			padding: 6px 6px 6px 26px; 
		}

		 	.footstool p.fabric {
				background: #eee9e9 url("/a/img/sofaCollections/fabrics.gif") no-repeat 6px 50%;
			}
		 	.footstool p.leather {
				background: #eee9e9 url("/a/img/sofaCollections/leather.gif") no-repeat 6px	 50%;
			}

		 .footstool img {
			margin: 0 auto 8px;
		}

		 .footstool p {
			padding-bottom: 8px;
		}

			 .footstool p.more {
				padding-bottom: 0;
			}
