UL.boxy {
	float:left;
	margin: 0;
	padding:0;
	list-style-type: none;
	}
UL.boxy LI {
	margin: 0;
	padding:0;
	float:left;
	position: relative;
	filter: alpha(opacity=100);
	}
	
#col1 table, 
#col1 h2 {
	cursor: url(/styles/movehand.cur), text;
	}
#col1 li {
 background-color:#FFFFFF;
}

#result #col1 table {
	width:436px;
	}

#result td.image {
 height:63px;
 }

.preview {
	text-align:center;
	display:block;
	width:108px;
	}
#bucket {
	text-align:center;
	}
#bucket UL {
	width:108px;
	margin:0 4px 0 4px;
	min-height:75px;
	padding:8px 0 32px 0;
	background:#efefef;
	}
#bucket LI {
	display:block;
	margin:0;
	padding-bottom:8px;
	}
#bucket td {
	display:none;
	}
.preview img {
	display:block;
	margin:auto;
	}
#comparebutton {
	text-align:center;
}
#result {
	background-color:#FFFFFF;
	border-bottom:1px solid #eee;
}
#buttons {
	text-align:center;
}
#buttons .button{
	margin-top:8px;
	width:100px;
}
tr.odd {
	background:#EEEEEE;
	}
tr.even {
	background:#FFFFFF;
	}
	
.delete {
	background-image:url(/styles/delete.gif);
	width:11px;
	height:10px;
	position:absolute;
	right:14px;
	font-size:7px;
}

