/* CSS Document */
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1.2em;
}

th {
  font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  text-align: left;
}

.store td {
	font-size: 1.2em;
	padding-left: 5px;
}

.storeItem {
	border-bottom: 1px dashed #CCCCCC;
}

.storeItem td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1em;
	padding-left: 5px;
}

.store th {
	font-size: 1.5em;
	font-weight: bold; 
	text-align: center;
	padding-bottom: 8px; 
}

.store {
	border-bottom: 2px solid #666699;
}

.image img {
	margin-right: 50px;
	margin-left: 20px;
}

.price {
	text-align: right;
}

.addButton {
  display: block;
	margin: 2px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: #0000EE;
	text-decoration: none; */
}

.addButton:hover {
	color: #CC6600;
	/* text-decoration: underline; */
}

#mainContent p {
  font-size: 1em;
}

#itemDescription ul li {
  font-size: .80em;
}

#pageOverview {
	font-size: 1.25em;
	padding-bottom: 15px;
}


