table.list {
	border-collapse: separate;
	border-top: 1px solid #D5D4C8;
 	border-left: 1px solid #D5D4C8;
 	background-color: #FFFFFF;
}
table.fixed {
	width: 750px;
	clear:both;
}
table.list caption {
	width: 750px;
	background-color: #D5D4C8;
	font-size: 11px;
	text-align: left;
	padding: 3px 5px;
}
table.list tbody tr.header,
table.list td.header,
table.list thead th {
	height: 22px;
	background-color: #EFEEEC;
	white-space: nowrap;
}
table.list tfoot td,
table.list tbody td {
	padding: 3px;
}
table.list tbody tr.event,
table.list tbody tr.event td {
	background-color: #fff;
}
table.list tbody tr.odd,
table.list tbody tr.odd td {
	background-color: #F8F9F7;
}
table.list td.actionButton a,
table.list td.action a {
	margin: 2px 5px 2px 0px;
	padding: 2px 3px 2px 4px;
	background-color: #F59F19;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #FFF;
	vertical-align: middle;
	line-height: 21px;
}
table.list td.action a {
	margin: 2px 0 0 0;
	padding: 0px;
	line-height: 16px;
	border-bottom: 1px solid #F59F19;
	border-left: 1px solid #F59F19;
	text-transform: lowercase;
	display:block;
}
table.list td.action .pixelblock {
	display: none;
}
table.list tfoot td,
table.list tbody td,
table.list thead th {
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #D5D4C8;
}
table.list tbody td.price {
	white-space: nowrap;
}
table.list thead th br.toggleBreak {
	display: none;
}
table.list th.thumbnail {
	width: 55px;
}
table.list td.thumbnail {
	text-align: center;
}
table.list td.thumbnail img {
	border: 1px solid #D5D4C8;
}
table.list td.prices {
	white-space: nowrap;
	line-height: 1.5em;
}
table.list tbody td.action {
	border-left-width: 0px;
	white-space: normal;
	vertical-align: top;
}

/*td.action div.actionsContainer {
	width: 150px;
}*/
table.list input.small {
	width: 35px;
}
table.list .result {
	background-color: #D5D4C8;
}

