body {
  background-image: url(/images/backgrounds/bg_main.jpg);
	background-repeat: repeat-x;
}
h1 {
	margin-left: 5px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
h2 {
	margin-left: 5px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
div#content {
	padding-top: 30px;
}
div#footer {
	margin-top: 40px;
}
div#footer hr {
	margin-bottom: 2px;
}

/* TABLES */
tr.odd_row {
	background: #f0f8fb;
}
tr.even_row {
	background: #dff7f9;
}
table.order td {
	border: 1px solid white;
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
}
table.order td.actions {
	padding-top: 5px;
	text-align: left;
	width: 60px;
}
table.order td.actions div {
	margin-top: 5px;
}
table.order td.actions img {
	float: left;
	padding-right: 4px;
}
table.sizes {
	margin: 0px;
}
table.sizes th {
	padding-bottom: 0px;
	text-align: center;
}
table.sizes td {
	margin-top: 0px;
	padding: 1px;
	border: none;
}
.column_header {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	font-style: italic;
	color: #839da3;
}
div.item-total {
	margin-top: 5px;
	margin-bottom: 30px;
}
div.total {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

table#customer_info {
  width: 450px;
  margin-left: 5px;
}
table#customer_info td {
  padding: 0px;
  vertical-align: top;
}
table#order_history th {
  background-color: #00262e;
	color: #fff;
  border-bottom: 2px solid #001d22;
}

table#designs th {
  background-color: #00262e;
	color: #fff;
  border-bottom: 2px solid #001d22;
}

/* FORMS */
input.text.sizes { width: 30px; padding: 2px; margin: 0px;}
input.text.numeric { width: 60px; }
label { font-weight:bold; display:block; }
label.error { padding: 3px; width:282px; font-weight: normal; }
