

/* eBay-Auktionen */

#ebayoffers table,
#ebayoffers tr,
#ebayoffers td,
#ebayoffers img
{
	border: 0;
	margin: 0;
	padding: 0;
}
#ebayoffers img[height="2"]
{
	height: 10px;
}
#ebayoffers img[height="64"]
{
	margin-right: 10px;
}

#ebayoffers .ebayText
{
	padding-right: 5px;
}
#ebayoffers form
{
	float: right;
	margin-right: 15px;
}
#ebayoffers input[type=submit]
{
	font-size: 12px;
	padding: 2px;
}
#ebayoffers input[type=text]
{
	width: 180px;
	font-size: 12px;
	padding: 4px;
}

