body {
	font-weight: normal;
	 color: #363;
	 font-family: Times,Times New Roman,serif;
}

h1 {
	font-weight: normal;
	 font-family: Times,Times New Roman,serif;
	 color: #903; font-size: 21px;	
}

h2 {
	color: #333333;
	font-size: 15px;
	font-weight: normal;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color: #333333;
	font-size: 15px;
	font-weight: normal;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
 color: #363; text-align: justify;
}

#appArea {
	font-size: 14px;
}

/* edit mode toolbox */
#editToolBox {
	position: absolute; /* fixed would be better but doesn't work in IE */
	top: 0px;
	left: 0px;
	width: 75px;
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 14px;
	opacity: 0.75;
	padding: 6px;	
}

.editToolBoxAction {
	color: white;
	text-decoration: none;
}

/* online store styles */
.product {
	border-bottom: solid #555 1px;
}

.productImage {
	width: 200;
	height: 200;
	display:inline;
}

div.title {
	color: #333333;
	font-size: 17px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.description {
	font-size: 14px;
}
div.details {
	background-color: #dddddd;
	font-size: 14px;
}
div.code {display: none}
div.sequence {display: none}

.body {
	background-color: #ffffcc;
	border-top: solid black 1px;
}

.top {
	background-color: #ffffcc;
	padding-top: 6px;
}