/*--------------------------------------------------*/
/* Furniture Finder				                    */

	h2 {
		margin: 0 0 1px;
	}

	.finder {
		background: #FFF;
	}

/*--------------------------------------------------*/
/* Pagination					                    */

	.pagination {
		background: #FFF;
		color: #000;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}

		.pagination a {
			color: #000;
		}

		.pagination div ul li.current a  {
			font-weight: bold;
			color: #000;
		}

/*--------------------------------------------------*/
/* Products						                    */

	.products .product {
		border-right: 0;
	}

	.products .product p {
		background: #FFF;
		border-bottom: 1px solid #000;
	}

	.products .product p a {
		color: #000;
	}
