table.bigshopbin{
	width: 99%;
}

table.bigshopbin thead {
	padding: 2px;
	margin: 0px;
}
table.bigshopbin th, table.bigshopbin td{
	font: small Verdana, "Andale Mono", Courier, "Courier New", monospace;
	letter-spacing: -1px;
	font-size: 12px;
	text-align: left;
	border-right: 0px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 2px;
}

table.bigshopbin thead th {
	vertical-align: bottom; 
	border-width: 0 1px 1px 0;
	white-space: normal;
	background-color: #41a75f;
	color: #fff;
}

table.bigshopbin tbody th { 
	text-align: right;
	font-weight: bold;
	white-space: normal;
	background-color: #e5f1dd;
}

table.bigshopbin tbody th.suma { 
	font-size: 16px;
	padding: 2px;
	color: Maroon;
}

table.bigshopbin th.clear { 
	background-color: #fff;
	border: 0px;
}

table.bigshopbin th.number{
	text-align: right;
	font-weight: bold;
	border-right: 1px solid #CCC;
}

table.bigshopbin td.number{
	text-align: right;
	width: 110px;
}

table.bigshopbin td.lp{
	width: 20px;
	text-align: right;
}
table.bigshopbin td.title{

}
table.bigshopbin td.desc{
	font-size: 11px;
	vertical-align: top;
}



