	body .container {
		background: #684f40 url('../images/bg2.gif') no-repeat center 0;
	}

	body .footer {
		background: url('../images/lucky_bucket_footer2.gif') no-repeat;
	}
	
		.buy .main h2.flag {
			background: url('../images/flag_wtb.gif') no-repeat;
		}
		
		.buy .main .col1 .beer_finder {
			background: url("../images/beer_finder_bg.gif") no-repeat bottom left;
			padding-top: 10px;
			padding-bottom: 90px;
		}
	
		.buy h3.search_results {
			height: 26px;
			width: 208px;
			margin-bottom: 10px;
			margin-left: 23px;
			background: url("../images/search_results.gif") no-repeat;
		}
		
			.buy h3.search_results span {
				display: none;
			}
	
		.buy .main .results  {
			margin-top: -30px;
			padding-bottom: 65px;
			background-color: #fff;
		}

			.buy .main .results table {
				width: 93%;
				margin-left: 22px;
			}

				.buy .main .results table th {
					color: #d9531e;
					padding-left: 17px;
					background: url("../images/star.gif") no-repeat 0px 2px;
				}

				.buy .main .results table thead th {
					padding-bottom: 5px;
				}

				.buy .main .results tr.underline.bottom td {
					border-top: 2px solid #d5cfc6;
					padding-bottom: 2px;
					font-size: 0.05em;
				}
				
				.buy .main .results tr.underline.top td {
					border-bottom: 2px solid #d5cfc6;
					padding-top: 2px;
					font-size: 0.05em;
				}


				.buy .main .results table td {
					padding: 2px 0 2px 17px;
					border-right: 1px dotted #d5cfc6;
					color: #bbb2a4;
				}

					.buy .main .results table td.nb  {
						border-right: none;
					}
					
					.buy .main .results table td.store {
						color: #684f40;
					}

					.buy .main .results table th span, .buy .main .results table td.store span {
						color: #bbb2a4;
					}

			.buy .main .results a.downloads {
				position: absolute;
				display: block;
				margin: 0 0 20px -41px;
				height: 80px;
				width: 270px;
				background: url('../images/retail_dist_downloads_c1.gif');
				z-index: 10;
			}
			
				.buy .main .results a.downloads span {
					display: none;
				}
