@charset "utf-8";

#main table {
	margin-right: 0px;
	margin-bottom: 0px;
	width: 602px;
	_width: auto;


  *border-bottom: none;
  *border-right: none;
	position: relative;
	border-collapse:separate;
	
}

#main table th {
  padding: 0;
  border: none;
  *border-bottom: none;
  *border-right: none;
  background: #ffffff;
  background-color: transparent;
  font-weight: normal;
  font-size: 100%!important;
  position: relative;
}

#main table td {
  padding: 0;
  border: none;
  *border-bottom: none;
  *border-right: none;
  position: relative;
}

#main table.stock {
  border-spacing:1px;
}
#main table.stock th {
  padding: 3px; background:#DDDDDD;
}
#main table.stock td {
  padding: 3px; background:#FFFFFF;
}

