table {
  border-collapse: seperate;
	border-top: 2px solid #688588;
  border-left: 2px solid #688588;
  border-bottom: 2px solid #3D5556;
	border-right: 2px solid #3D5556;
	width: 370px;
	margin-top: 1em;
	margin-left: -20px;
}

tr, th, td {
	border-top: 2px solid #3D5556;
	border-left: 2px solid #3D5556;
   border-bottom: 2px solid #688588;
	border-right: 2px solid #688588;	
	padding: .7em;
}	

td {
	text-align: center;
}

th {
	font-size: 120%;
	vertical-align: top; 
}

th span {
   font-weight: normal;
	font-size: 70%;
}

caption {
	font-weight: bold;
	margin-bottom: 1.5em;
}

.product {
	text-align: left;
}

.sub_product {
	width: 5em;
}

li ul {
	left: 123px;
}
