iframe {
	border: none;
	width: 100%;
}

table.search {
	margin-top: 10px;
	border: 1px solid #0062be;
	margin-left: auto;
	margin-right: auto;
}

table tr {
	background: #ffffff;
}

table tr.highlight {
	background: #dadada;
}

table#topten td {
	padding-top: 2px;
	padding-bottom: 2px;
}

table#topten {
	width: 100%;
}

table.search th {
	background: #0062be url("/app/images/bg_blue_gradient.gif");
	color: #ffffff;
	padding: 2px;
	font-weight: bold;
}

table.search td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

table.search .part {
	text-align: left;
	width: 15em;
}

table.search .description {
	text-align: left;
	width: 25em;
}

table.search .stock {
	text-align: right;
	width: 4em;
}

table.search .price {
	text-align: right;
	width: 5em;
}

table.search .buy {
	padding: 0 2px 0 2px;
	width: 3em;
	text-align: center;
}

table.search .buy img {
	float: none;
}
