
table#containertable td		{
				padding-top: 0.5em;
							}

td.dots				{
				background: transparent url("images/dots.gif") bottom left repeat-x; 
				width: 95%; 
				vertical-align: bottom; 
				text-align: left
							}

span.item			{
				background-color: white;
				font-weight: bold;
				padding-right: 0.5em;
							}

span.subitem	{
				background-color: white;
				padding-left: 2em;
				padding-right: 0.5em;
							}

td.price			{
				text-align: right;
				width: 5%;
				padding-left: 0.5em;
				vertical-align: bottom;
							}



/* <div style="border: 1px solid red; padding: 5px; width: 90%;">
<h2>Rib Dinners</h2>

<table width="100%" border="0" cellpadding="0" cellspacing="0" id="containerTable">
  <tr>
    <td class="dots"><span class="item">Supreme Rib Dinner &#8211 (and now to
        make sure the line wraps) This is our flagship dish, first created by
        Mama Ribber, featuring butter-tender succulent meat, slathered in a sweet,
        tangy barbecue
        sauce
        that is guaranteed
        to
        bring
        you back
        again and again and again and again and again for more.</span></td>
    <td class="price">$14.95</td>
  </tr>
  <tr>
    <td class="dots"><span class="item">Ribs &amp; Chicken Combo</span></td>

    <td class="price">$13.95</td>
  </tr>
  <tr>
    <td class="dots"><span class="subitem">Add Homemade Cole Slaw	</span></td>
    <td class="price">$1.95</td>
  </tr>
  <tr>

    <td class="dots"><span class="subitem">Add Super Hot Sauce! (Specialty of
        the House)</span></td>
    <td class="price">$.95</td>
  </tr>
</table>
</div> */

