/* CSS Document */
A.delete
	{
	width: 90px;
	height: 30px;
	background: url(../../images/deloff.gif);
	}
	
A.delete:Hover
	{
	width: 90px;
	height: 30px;
	background: url(../../images/delon.gif);
	}

A.edit
	{
	width: 90px;
	height: 30px;
	background: url(../../images/editoff.gif);
	}
	
A.edit:Hover
	{
	width: 90px;
	height: 30px;
	background: url(../../images/editon.gif);
	}
DIV.checkout 
	{
	position:absolute;
	font-size: 12pt;
	font-weight: bold;
 	background: transparent;
	color: #000000;
	border: medium double #047F3E; 	
	padding-left: 0px;
	padding-right: 0px;
 	width: 600px;
	left: 25px;
	}
