img {
	border:none;
}
table#cart {
	font-family:calibri, tahoma;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 10pt;
	width: 582;
	text-align: left;
	color:#000;
}
table#cart tr th {
	background-color: #e6EEEE;
	color:#000;
	padding: 4px;
	text-align:center;
}
table#cart tr th.search {
	color:#568000;
}
table#cart td {
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
	background-color:#fff;
}
table#cart tbody.url {
	cursor: pointer;
}
table#cart tr.odd td {
	background-color:#f0f4f7;
}

