/* CSS Document */

#homepagePrimary {
	clear: none;
	float: left;
	overflow: hidden;
	width: 650px;
}

#homepageSecondary {
	clear: none;
	float: right;
	overflow: hidden;
	width: 314px;
}

/*
	----------------------------------------------------------------
	Section Lists
	----------------------------------------------------------------
*/

#sectionLists {
	margin: 10px 0;
}

#sectionLists div.section {
	clear: none;
	float: left;
	margin: 0;
	padding: 0 12px 0 0;
	width: 117px;
}

#sectionLists h3 a {
	color: #c36d05;
}

#sectionLists h3 a:hover {
	color: #995604;
	text-decoration: none;
}

#sectionLists ul {
	margin: 0;
	padding: 0;
}

#sectionLists ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
	----------------------------------------------------------------
	Shoe Finder
	----------------------------------------------------------------
*/

#shoeFinder {
}

#shoeFinder div.container_1 {
	background: url(../images/backgrounds/shoe_finder_tile.gif) top left repeat-y;
}

#shoeFinder div.container_2 {
	background: url(../images/backgrounds/shoe_finder_bottom.gif) bottom left no-repeat;
}

#shoeFinder div.container_3 {
	background: url(../images/backgrounds/shoe_finder_top.gif) top left no-repeat;
	_height: 1%;
	padding: 10px;
}

#shoeFinder form fieldset {
	width: 100%;
}

#shoeFinder form fieldset ul {
	margin: 0;
	padding: 0;
}

#shoeFinder form fieldset ul li {
	clear: none;
	display: block;
	float: left;
	height: 75px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0 10px 0 0;
	width: 86px;
}

#shoeFinder form fieldset ul li.field {
	background: url(../images/backgrounds/shoe_finder_divider.gif) 90px 10px no-repeat;
}

#shoeFinder form fieldset ul li.field label {
	display: block;
	margin: 10px 0 5px 0;
}

#shoeFinder form fieldset ul li.field select {
	width: 100%;
}

#shoeFinder form fieldset ul li.buttons {
	padding: 0;
	width: 50px;
}

#shoeFinder form fieldset ul li.buttons a {
	background-image: url(../images/buttons/go.gif);
	border: 0;
	clear: none;
	cursor: hand;
	display: block;
	float: left;
	height: 23px;
	margin-top: 29px;
	margin-left: 4px;
	text-indent: -9999px;
	width: 29px;
}
