@media screen, projection {
	.additional-info {
		margin: 20px 0;
		width: 540px;
		}
	.home-store-items {
		float: left;
		width: 360px;
		}
		.home-store-items .store-items-container {
			width: 360px;
			}
	.quick-links {
		float: right;
		width: 160px;
		}
		.content .main .quick-links .pod {
			background: #000 url(../images/highlights/160-top.gif) no-repeat;
			margin: 0;
			}
		.content .main .quick-links .pod-sub {
			background: url(../images/highlights/160-bot.gif) bottom left no-repeat;
			}
	.quick-links ul {
		font-size: 10px;
		margin-left: 20px;
		}
	#homepagead {
		height: 200px;
		width: 520px;
		overflow: hidden;
		}
}
@media print, handheld {
	.additional-info {
		margin: 10px 0;
		}
	.home-store-items {
		margin: 10px 0;
		}
	.quick-links {
		margin: 10px 0;
		}
	#homepagead {
		display: none;
		}
}