h2 { margin-top: 0.5em; margin-bottom: 0.5em; }
h3 { margin-top: 0.5em; margin-bottom: 0.5em; }
h4 { margin-top: 0.5em; margin-bottom: 0.5em; }

table#storeContent
{ 
  width: 790px;
}

span.greetUser
{ 
  font-weight: bold;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  background: #072b61;
  color: #FFFFFF;
  font-weight: bold;
}

TR.productListing-even, TR.productListing-odd
{ 
  background: #d8e5e8;
}

.infoBox {
}


.infoBoxContents {
  background: #d8e5e8;
  font-size: 0.75em;
}


/* message box */

.messageStackError, .messageStackWarning 
{
  background-color: #cc0033; 
  color: #ffffff;
}

.messageStackSuccess 
{ 
  background-color: #0033ff; 
  color: #ffffff;
}


textarea
{ 
  width: 100%;
}


.moduleRow { }
.moduleRowOver { background-color: #bdc7d5; }
.moduleRowSelected { background-color: #e4dcec; }

.inputRequirement { color: #ff0000; }


