body {
	/* font-family: Arial, sans; */
	font-family:Arial,Helvetica,Geneva,sans-serif;
	/* font: 10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;  */
}

h1 {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	 font-family: Verdana, Arial, Helvetica, sans-serif;

}

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

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

p {
	color: #ffffff;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#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}

.productOptions {
text-align:right;
}

select {
width:100px;
text-align:right;
}

.productInfo {
border:solid black 1px;
margin:10px;
padding:10px;
background-color:#e6e6e6;
}

.body {
background-color: white;
}

.widget {
text-decoration:underline;
position:relative;
height:0px;
left:0px;
width:0px;
display:block;
}

.widgetBit {
background-color:black;
color:white;
opacity:0.7;
border: solid black 1px;
width:100px;
position:relative;
left:100;
top:-10px;
}

.rowContent {
}

a {
color:white
}