html {
  overflow: scroll;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }

ul {
	margin-left: 25px;	
}
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: white;
}

table, td, th
{
	border-collapse: collapse;
	border: 0px;	
}
td
{
	background-color: white;
}
body
{
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 20px;
}

td, th
{
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

th
{
	text-align: center;
}

table#cart
{
	border: solid 2px #bbb;
	margin-right: 4px;
	width: 95%; 
}

table#cart tr td
{
	border: 0px;
	padding: 4px;
	background: #EEEEFF;
	vertical-align: middle;
}

table#cart tr
{
	border-bottom: 1px dotted;
}

td#price, td#qty
{
	white-space: nowrap;
	overflow: hidden;
}

table#main, table#inner_body
{
	width: 100%;
	text-align: left;
	margin-top: 10px;
	padding-top: 20px;
}

table#main td
{
	padding-top: 10px;
	padding-bottom: 10px;	
	vertical-align: top;
}

table.spread th , .total{
	background: #ddd;
	color: black;
}

.total {
	width: 150px;
	overflow: auto;
}

table.spread td {
	background: #eee;
}

#print
{
	display: none;
}