body {
	text-align: center;
}

div {
	border: 0px solid;
	overflow: visible;
}
div#container {
	width: 900px;
	border: 0px solid;
	margin-left: auto;
	margin-right: auto;
}

div#userinput,div#results,div#purchase {
	text-align: left;
	width: 880px;
	margin: 5px;
	padding: 5px;
		}

div#userinput {
	height: 60px;
}

div#results {
	height: 270px;

}

div#purchase {
	height: 130px;
}

img.step {
	float: left;
	width: 54px;
	height: 56px;
	margin-top: -8px;
}
p.steptext {
	font-size: 2em;
	padding: 10px;
	margin-left: 20px;
	display: inline;

}

div.logo {
	width: 360px;
	height: 50px;
	text-align: center;
}

div.searchcontainer ,div#amazonpurchase,div#ebaypurchase {
	text-align: left;
	margin: 10px;
	margin-top: 20px;
	float:left;
	width: 370px;

	}

#amazonresults,#ebayresults {

	width: 340px;
	position:relative;
	padding: 5px;
	height: 150px;
	overflow: auto;
}

div.spinner {
	width:30px;
	height: 15px;
	float:right;
	}
img.spinner {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 15px;
	margin-right: 10px;
	display: none;
}

div.item {
	height: 33px;
	background:  url(images/item_unselected.gif) no-repeat left top;
	text-align: left;
	overflow: hidden;
	margin-bottom: 1px;
	cursor: pointer;
	color: #555555;
	}
p.itemtext {
	padding: 9px;
	margin: 0px;
	font-size: 1em;
	line-height: 1.4;
}

div.itemhover {
	color: #000000;
}
div.itemselected {
	background:  url(images/item_selected.gif) no-repeat left top;
	color: #000000;
}

div.itemprice {
	text-align: right;

}

div.keywords {
display: inline;
margin-left: 10px;
background:  url(images/keywordinput.gif) no-repeat left top;
padding: 8px;
}

input {
border: none;
background: #FFF;
width: 290px;
font-weight: bold;
}

.inactiveprice {background: url(images/price_inactive.gif) no-repeat left top;}
.lowerprice {background: url(images/price_lower.gif) no-repeat left top;}
.higherprice {background: url(images/price_higher.gif) no-repeat left top;}

div.itemprice {
	width: 120px;
	height: 33px;
	float:right;
	padding-top:5px;
	padding-right: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

div#footer {
	padding: 15px;
	font-size: .7em;
	color: #666666;
	text-align: center;
}
.hidden {
	display: none;
	}