#stores{
	background-color: #6b5c54; /* light brown */
	font-size: 12px;
	line-height: 17px;
	padding: 40px 0 20px 200px;
	position: relative;
	height: 300px;
}

#storeresults{
	background-color: #6b5c54; /* light brown */
	font-size: 12px;
	line-height: 17px;
	padding: 45px 0 45px 70px;
	position: relative;
}

.choice{
	margin: 0 0 6px 0;
}

.choice img{
	margin: 0 12px 0 0;
}

.choice .icon{
	border: 1px solid #bcdbde; /* light blue */
}

#storelinks{
	border-top: 1px solid #bcdbde; /* light blue */
	margin-top: 30px;
	padding-top: 10px;
}

#storelinks .list{
	float: left;
	margin-right: 60px;
}

#searchform{
	left: 130px;
	position: absolute;
	top: 120px;
	width: 500px;
}

#searchform.retailers{
	top: 50px;
}

#searchform .pic{
	float: left;
	margin: 0 12px 0 0;
}

#searchform p{
	margin: 0 0 10px 0;
	padding: 0;
}

#storeslist{
	background-color: #413732; /* dark brown */
	width: 550px;
}

#storeslist #header{
	border-bottom: 1px solid #6b5c54; /* light brown */
	display: block;
	padding: 15px 0 10px 15px;
}

#storeslist #found{
	font-weight: bold;
	padding: 15px;
}

#storeslist em{
	color: #99c7d3; /* light blue */
	font-style: normal;
}

#storeslist #col1{
	float: left;
	margin-left: 15px
}

#storeslist #col2{
	float: left;
	margin-left: 60px;
}

