body {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
}

#header{
/*border: 1px solid black;*/
margin-left:auto;
margin-right:auto;
width:540px;
margin-top: 75px;
}

div#searchField {
	/*border: 1px solid black;*/

}

div#searchField input{
	width: 500px;
	height: 30px;
	font-size: 18px;
}

div.item {
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid black;*/
	border-bottom: 1px solid #e6e6e6;
	width: 500px;
	height: 110px;
	margin-top: 10px;
}

div.image, div.info, div.prices {
	float: left;
	height: 100%;
}

div.image {
	width: 75px;
	display: inline-block;
	text-align: center;
}

div.image img {
	width: 75px;
	vertical-align: middle;
}

div.info {
	width: 300px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
}

div.info a {
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

div.prices {
	width: 100px;
	padding-left: 5px;
	padding-top: 10px;
	font-weight: bold;
}

div.clear {
	clear: both;
}
div.infoleft {
	margin-top: 5px;
	font-size: 10px;
}

div.infoupdate {
	font-size: 10px;
	margin-top: 15px;
	font-weight: normal;
}

div.infoleft img{
	position: relative;
	top: 5px;
}

div.inforight {
	margin-right: 20px;
	margin-top: 15px;
}

div.infotitle {
	margin-bottom: 10px;
	font-size: 10px;
}

div.infotitle a {
	color: black;
}


div#helpicon, #searchField {
	float: left;
}

div#helpicon{
	margin-top: 2px;
}

div.clean {
	color: white;
}

div.show {
	color: black;
}

div#menu {
	width: 100%;
	border: 1px solid white;
}

div#submenu {
	border: 0px solid black;
	position: absolute;
	top: 0;
	right:0;
	width: 250px;
	height: 450px;
}

div#menu img {
	margin-bottom: 5px;
}