body{
	font-size: 100%;
	font-family: verdana;
}

select{
	display: block;
	border: 1px solid black;
	padding: 2px;
	background-color: #ffeeee;
	height: 2em;
}

#products{
	margin: 10px;	
}

#results{
	min-height: 400px;
	margin: 10px;
	padding: 5px;
}

.title{
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	padding: 0.5em;
}

.info p{
	font-weight: normal;
	font-size: 0.9em;
}

.amazon{
	float:left;
	display:block;
	width: 25em;
}
.mepath{
	margin-left: 28em;
	width: 25em;
}

div p{
	font-weight: bold;
}

.product{
	display: block;
	border: 1px solid #ccc;
	min-height: 8em;
	margin-bottom: 1em;
	font-size: 0.8em;
}

.product img{
	float: left;
	padding: 1em 2px;
}
.product .text{
	margin-left: 105px;
	font-weight: normal;
}

table{
	border-spacing: 0;
	border: 0;
}

tr{
	border: 0; /* override other style sheet*/
}

th{
	border: 0; /* override other style sheet*/
	background-color: #DDD;
	font-size: 0.9em;
	padding: 5px 5px;
}

td{
	border: 1px solid #eee; /* override other style sheet*/
	padding: 5px 5px;
}
