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

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

/* CATEGORY'S */
.tpl_shopcategory {
	border: 1px solid #e1e1d1;
	width: 172px;
	height: 228px;
	margin-right: 6px;
	margin-bottom: 22px;
	float: left;
	position: relative;
	overflow: hidden;
}
.tpl_shopcategory_name {
	background-color: #e1e1d1;
	padding: 5px 10px;
	font-size: 13px !important;
	line-height: 20px !important;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 152px;
}
.tpl_shopcategory_image {
	background-color: #efeee4;
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 0px;
	width: 172px;
	height: 128px;
}
.tpl_shopcategory_link {
	position: absolute;
	z-index: 300;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.tpl_shopcategory_text {
	position: absolute;
	z-index: 200;
	top: 167px;
	left: 10px;
	width: 152px;
	line-height: 18px !important;
	font-size: 12px !important;
}
.tpl_shopcategory_more {
	position: absolute;
	z-index: 200;
	bottom: 7px;
	right: 10px;
}
.tpl_shopcategory_more .morelink {
	line-height: 18px !important;
	font-size: 12px !important;
}


.tpl_colortable {
	background-color: #ebebe1;
	margin-bottom: 12px;
}
.tpl_colortable td {
	padding: 7px 10px;
	line-height: 18px;
}


@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;
	}
}


