/* css for menus    */
.menu {
	float: left;
   width: 100%;
/*	overflow: auto;*/
/*   height: 260px; */
/*	z-index: 20; */
	font-size: 10px;
	color: #666666;
	padding: 3px;
	clear: both;
}

.sectionContainer 
{
   width: 100%;
   clear: both;

}

.sectionHead 
{
   width: 100%;
   border: 1px;

}

.sectionHead p
{
   font-size: 12px;
   color: #000000;
   text-align: center;
}

.itemContainer
{
   width: 98%;
   font-size: 12px;
   margin-left: auto;
   margin-right: auto;
   clear: both;
   
}

.itemName
{
   font-weight: bold;
   width: 50%;
   float: left;
   
}

.itemDollar
{
   font-weight: bold;
   width: 2%;
   float: right;
   text-align: right;
}

.itemPrice
{
   width: 4%;
   font-weight: bold;
   text-align: right;
   float: right;
}

.itemSize
{
   width: 6%;
   text-align: right;
   float: right;
}

.itemDescribe
{
   width: 78%;
   text-align: left;
   margin-left: 6px;
   clear: both;
   float: left;
}
