
table, tr, td, th
{
  margin:0;
  padding:0;
  border-collapse:collapse;
  border:none;
}

.prices
{
  margin:auto;
  margin-bottom:20px;
}

td
{
	padding:10px;
	padding-right:0;
	xborder-bottom:1px solid #EEDDFF;
	border-bottom:1px solid #ffd0e9;
}

td.session
{
  width:180px;
  color:#3E9A8D;
  font-weight:bold;
}

td.time
{
  text-align:center;
  width:110px;
  font-style:italic;
}

td.price
{
  text-align:center;
  width:80px;
  font-weight:bold;
}

td.buy
{
  text-align:right;
  width:220px;
  xfont-weight:bold;
  height:60px;

  xfont-weight:bold;
  white-space:nowrap;

	padding-right:10px;
}

td.buy input
{
	vertical-align:middle;
	width:160px;
	height:43px;
}

td.buy input.qty
{
	margin-right:5px;
	text-align:center;
	width:auto;
	height:auto;
	width:25px;
}

.pricelist_info
{
	color:#777777;
	font-size:11px;
	font-weight:normal;
}
