div.landing-section {
	padding-top: 1%;
}
	div.landing-section h2 {
		position: relative;
		display: block;
		color: #C00;
		font-size: 130%;
		font-weight: 600;
		border-width: 1px 0;
		border-style: solid;
		border-color: #999;
		padding: 0.25em 0.5em;
		margin: 0;
	}
		div.landing-section h2 span.view-all {
			position: absolute;
			right: 1em;
			top: 0.6em;
			font-size: 70%;
		}
			div.landing-section h2 span.view-all a {
				display: block;
				background: transparent url("/images/shopping-landing/action-arrow.gif") no-repeat left center;
				padding-left: 10px;
			}

div.shopping-landing div#landing-header {
	width: 510px;
	padding: 0 0 1% 0;
	margin: 0 auto;
}
	div#landing-header img {
		float: left;
	}
div#landing-experiencemus {
	clear: both;
	text-align: center;
	padding: 0 0 1% 0;
	margin: 0 auto;
}
div#landing-about {
	clear: both;
}
	div#landing-about p {
		padding: 0 0.5em;
		margin: 0.5em 0;
	}
div#landing-collections,
div#landing-designers {
	float: left;
	width: 48%;
}
	div#landing-collections div,
	div#landing-designers div {
		float: left;
		width: 48%;
		text-align: center;
		padding: 2% 0;
	}
		div#landing-collections div.clear,
		div#landing-designers div.clear {
			padding-left: 0.5em;
		}
			div#landing-collections div a img,
			div#landing-designers div a img {
				display: block;
				margin: 0 auto;
			}
div#landing-bestsellers {
	float: right;
	width: 48%;
}
	div#landing-bestsellers ol {
		margin-top: 0.5em;
		margin-bottom: 0;
	}
		div#landing-bestsellers ol li {
			padding-bottom: 0.5em;
		}
div#landing-topdesigners {
	color: #FFF;
	background: #333 url(/images/shoppinglandingpage/0910Oct/top-designers.bg.gif) no-repeat 15px 50%;
	border: 1px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 15px 15px 15px 160px;
	margin: 1% 0;
}
	div#landing-topdesigners a {
		color: #FFF;
		text-decoration: underline;
	}
		div#landing-topdesigners a:hover {
			color: #C00;
		}
	div#landing-topdesigners ol {
		float: left;
		width: 41.5%;
		font-size: 110%;
		padding-left: 8%;
		margin: 0;
	}
		div#landing-topdesigners ol li {
			padding: 0.25em 0;
		}
div#landing-newarrivals {
	clear: both;
}
