/* ---------- css3 stuff ---------- */
#coffeeMatrix caption {text-shadow:1px 1px 1px #F0F0F0}

/* ---------- tables ---------- */
#coffeeMatrix table{border-collapse:collapse;}
#coffeeMatrix th,td{border:1px solid #bbbbbb;padding:4px 10px;}
#coffeeMatrix td{background:#fff;text-align:center;vertical-align:middle}
#coffeeMatrix td.coffeeName{text-align:left}
#coffeeMatrix td span{float:right;font-size:11px}
#coffeeMatrix tbody td{border-top:0;border-bottom:0;}
#content tbody td a{text-align:left;color:#000 !important}
#coffeeMatrix caption{font-weight:normal;font-size:18px;padding:10px 0 5px 0;color:#777;text-align:left;font-family:Georgia,serif;}
#coffeeMatrix th{background:#703c16;color:#fff;font-weight:normal;text-align:center;text-shadow:0 1px 0 #000;}
#coffeeMatrix tfoot{background-color:#e2e2e2;color:#777;}
#coffeeMatrix tfoot td{border-top:1px solid #bbb;font-size:11px;text-align:left;}
#coffeeMatrix table.stripey tbody tr.alt td{background:#f5ead4;}
#coffeeMatrix table.stripey tbody tr.over td,#coffeeMatrix table.stripey tbody tr:hover td{background:#f0f0f0;}
#coffeeMatrix table.stripey tbody tr.over+tr td{background-image:url(/images/interface/shadow-table.png);background-repeat:repeat-x;}

