/* TODO - did not want to intro to global style*/


table tr td, table tr th {
    vertical-align:top;
}

table tr.on td{
 background-color:#efeec6;
}

table tr.head td{
 font-weight:bold;
}

table tr.foot td{
 border-top:1px solid #666;
 font-weight:bold;
}

table tr td div.coupon{
 padding-bottom:2;
 border-bottom:1px solid #999;
}

table tr.order td{
 border-top:1px solid #ccc;
}

table tr.ticket td{
 border-top:1px solid #999;
}

div.ticket{
	border:1px solid #ccc;
	clear:both;
	margin:12px;
}

div.ticket div.box{
	width:20%;
}


table tr th{
  text-align:left;	
  border-bottom:1px solid #ccc;	
}

table tr.order-row td{
	border-top:1px solid #ccc;
}