/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}




#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 800px;
	text-align: left;
	border-collapse: collapse;
}


#box-table-a td
{
	padding: 8px;
	background: #e3daec; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
}

#box-table-a td.headers
{
	padding: 8px;
	background: #6f2086;
	font-weight: bold; 
	font-size: 15px;
	border-bottom: 1px solid #fff;
	color: #fff;
	border-top: 1px solid transparent;
}

#box-table-a td.headerPrices
{
	padding: 8px;
	background: #6f2086;
	font-weight: bold; 
	font-size: 15px;
	border-bottom: 1px solid #fff;
	color: #fff;
	border-top: 1px solid transparent;
	text-align: center;
}


#box-table-a td.prices
{
	padding: 8px;
	background: #e3daec; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
	text-align: center;
}

#box-table-a td.pricesCupcakes
{
	padding: 8px;
	background: #e3daec; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
	text-align: center;
}

#box-table-a td.none
{
	padding: 8px;
	background: #fff;
	font-weight: bold; 
	font-size: 15px;
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
}

#box-table-a tr:hover td
{
	background: #ede7f3;
	color: #000;
}

#box-table-a tr:hover td.headers
{
	background: #6f2086;
	color: #fff;
}

#box-table-a tr:hover td.headerPrices
{
	background: #6f2086;
	color: #fff;
}



#box-table-a tr:hover td.none
{
	background: #fff;
	color: #6f2086;
}
