h1 {
	text-align: left;
}

/* Reduced width (for readability) */
div.column {
	width: 700px;
}

/* Menu with icons (e.g. Main menu on "Your Account" page) */
table.itemMenuTable {
	margin: 5px;
}
table.itemMenuTable td {
	padding: 5px;
	margin: 0px;
}

/* Table that lists items (e.g. "Your Orders" table) */
table.itemListTable {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid black;
	border-collapse: collapse;
	background-color: #F3F3F3;
}
.itemListTable th,
.itemListTable td {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-align: left;
}
.itemListTable th {
	font-size: 90%;
	color: white;
	background-color: #005854;
	border-bottom: 1px solid black;
}
.itemListTable td {
	border-bottom: 2px dotted gray;
}
.itemListTable .iconColumn {
	text-align: center;
}
.itemListTable td.iconColumn {
	vertical-align: middle;
}

/* common table properties */
.itemMenuTable img,
.itemListTable img {
	border-style: none;
}

/* Common table parts */
div.itemTitle {
	font-weight: bold;
	margin-bottom: 2px;
}
div.itemInfo {
	font-size: 90%;
}


