div#tableprice{
	float: left;
	width: 98%;
}

table.tableprice{
 width: 100%;
}

table.tableprice thead {
	padding: 0px;
	margin: 0px;
}
table.tableprice thead th {
	vertical-align: bottom; 
	border-width: 0 1px 1px 0;
	white-space: normal;
	background-color: #41a75f;
	color: #fff;
	padding-left: 0px;
	text-align: center;
}
table.tableprice td.number{
	text-align: right;
}

table.tableprice th.number{
	text-align: right;
	font-weight: bold;
	border-right: 1px solid #CCC;
}
table.tableprice th.liczby{
	width: 80px;
	padding: 0 2px 0 2px;
}
table.tableprice td.clear{
	border:0px;
}
table.tableprice td.clear2{
	border:0px;
	background-color: #fff;
}
table.tableprice th.check{
	padding: 0 2px 0 2px;
	width: 50px;
}
table.tableprice th, 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;
}
table.tableprice th.cost{
	font: Verdana, "Andale Mono", Courier, "Courier New", monospace;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	color: Maroon;
	letter-spacing: -1px;
	border-right: 1px solid #CCC;
	background-color: #fff;
}

table.tableprice th.opcje{
	background: #e5f1dd;
}
table.tableprice th.txtleft{
	text-align: left;
}

table.tableprice th.suma{
	font: Verdana, "Andale Mono", Courier, "Courier New", monospace;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	color: Maroon;
	letter-spacing: -1px;
	border-right: 1px solid #CCC;
	background-color: #e5f1dd;;
}

img.productphoto{
	vertical-align: top;
	border: 0px solid red;
	margin: 0px 5px 5px 0px;
	float: left;
}

img.productphoto1{
	vertical-align: middle;
	border: 0px solid red;
	margin: 0px 5px 5px 0px;
}

div#helpoption{
	border: 1px solid #e5f1dd;
	background: #F0FFF0;
	padding: 5px;
	font-size: 0.8em;
}
