body {
	margin: 0px;
}

table.product {
	border: 1px solid black;
	border-bottom: 6px solid black;
	table-layout: fixed;
	width: 220px;
}

table.product td {
	padding: 5px;
	background-color: white;
}

table.product thead td {
	background-color: black;
	color: white;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 10px;
}

table.product .caption {
	font-size: 9px;
	margin-top: 1px;
}

.picture {
	border: 1px solid black;
}

table.border {
	border-collapse: collapse;
}

table.border td {
	padding: 2px;
	border: 1px solid black;
	background-color: white;
}

table.border thead td, table.border tfoot td {
	background-color: black;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

table.border .clear td {
	padding: 0px;
	border: none;
	background-color: transparent;
}

table.border.middle td {
	vertical-align: middle;
}

.pictureCaption {
	font-size: 9px;
	background-color: white;
	padding: 1px;
}
