.shoparticleseller
{
	border-top: 1px solid #000;
	clear: both;
	margin-left: 15px;
	width: 100%;
}

.shoparticle * {
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}

@media Print
{
	.shoparticleseller
	{
		border-top: 1px solid #000;
		clear: both;
		margin: 0pt;
		padding: 0;
		width: 100%;
		page-break-inside: avoid;
		
	}
	
	.shoparticleseller td, .shoparticleseller a, , .shoparticleseller .title
	{
		font-family: Arial;
		font-size: 10pt;
		line-height: 11pt;
	}
}

