/*[webpath]file:///C:/Documents and Settings/edmund/Desktop/CNS/Website/stylesheets/auction.css*/
/*[webpath]file:///C:/Documents and Settings/edmund/Desktop/CNS/Website/stylesheets/auction.css*/
/*
CNS Grand Bazaar Auction Listing CSS

---------------- table rows ----------------------*/
TABLE.auctionTable {
	/*debug 
		border:1px solid red;*/
	border: 0px;
	background: #FFFFFF;
	font: 11px/16px Verdana;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
TABLE.tableWrap {
	border: 0px #F5F5DA;
}
/*---------------- table rows ----------------------*/
TR.itemRowHeader {
	background: #273681;
	text-decoration: underline;
	color: #F2E9EE;
	font: small-caps bold 12px/16px;
}
TR.itemRowOdd {
	background: #F1F1FF;
}
TR.itemRowEven {
	background: #FDFDFB;
}
/*---------------- item header cells ----------------------*/
TD.tableHead {
	background-color: #D6D6ED;
	padding: 1px 1px 4px;
	font: normal bold 14px/14px;
	color: #003366;
	margin: 0px;
}
TD.itemNumberHeader {
	text-align: right;
	width: 15px;
	font: bold;
}
TD.ItemDonorContactHeader {
	width: 100px;
}
TD.tableFoot {
	font: italic 8pt;
	text-align: center;
	border-top: 1px dashed #6F6F1B;
	background-color: #D6D6ED;
	color: #003366;

}
/*---------------- item cells ----------------------*/
TD.itemNumber {
	/*debug
border:1px solid red;*/
	text-align: right;
	width: 15px;
	font: bold;
	border-left: 1px dashed #6F6F1B;
}
TD.itemImage {
	width: 60px;
}
TD.ItemDescription {
	width: auto;
}
TD.itemValue {
	width: 40px;
}
TD.itemDonor {
	width: 180px;
}
TD.itemDonorContact {
	width: 100px;
	border-right: 1px dashed #6F6F1B;
}
