table.urunListe {
	position: relative;
	left: -3px;
	width: 598px;
	border-spacing: 3px;
	font-size: 0.8em;
	margin-top: 10px;
}
table.urunListe td {
	padding: 3px;
	background-color: #eee;
	vertical-align: middle;
}
table.urunListe tr.baslik td {
	background-color: #7f7;
	font-weight: bold;
}
table.urunListe tr.odd td {
	background-color: #fff;
}
table.urunListe td.stok_durumu {
	text-align: center;
}
table.urunListe td.stok_durumu img {
	width: 10px
}
table.urunListe td.kod, table.urunListe td.sepet,
table.urunListe td.fiyat_p, table.urunListe td.fiyat_t {
	white-space: nowrap
}
table.urunListe td.sepet{
	width: 45px;
}
table.urunListe td.sepet input.urun_adet {
	float: left;
	width: 10px;
	font-size: 0.8em;
}
table.urunListe td.sepet img {
	float: left;
	margin-left: 5px;	
	cursor: pointer;
	width: 20px;
	height: 20px;
}