.ShellStoreItems
{
	border-spacing: 5px 10px; /*the property used for margin in tables*/
}

.ShellTemplate
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.TemplateItemIcons
{
	float: right;
	position: absolute;
	z-index: 10;
	right: -10px;
	top: -30px;
	width: 100%;
	text-align: right;
}

.TemplateItemId, .TemplateItemDescription, .TemplateItemLink, .TemplateItemManufacturer, .TemplateItemQuantity
{
	display: none;
}

.TemplateItemTitle
{
	width: 100%;
	display: block;
	padding-top: 3px;
	background-image: url('../../../standard/images/grad-x.png');
	background-repeat: repeat-x;
	min-height: 23px;
}

.TemplateItemPrice
{
	font-weight: bold;
	width: 100%;
	display: block;
	padding-top: 3px;
}

.TemplateItemAddToCart
{
	height: 27px;
	position: relative;
	padding-top: 3px;
	display: block;
}

.TemplateItemImage
{
	background: #FFFFFF;
	height: 150px;
	overflow: hidden;
	overflow: hidden;
	width: 100%;
	display: block;
	padding-top: 3px;
}

.TemplateFolderImage
{
	width: 100%;
	display: block;
	padding-top: 3px;
	overflow: hidden;
	height: 150px;
	background: #FFFFFF;
}

.TemplateFolderDescription
{
	display: none;
}

.ShellTemplateFolderName
{
	background: url('../../../standard/images/grad-x.png') repeat-x;
}

.TemplateFolderName
{
	padding: 5px 0;
	min-height: 23px;
	overflow: hidden;
}

	.TemplateFolderName.Icon
	{
		background: url("../../../standard/images/folder.png") no-repeat scroll top right transparent;
	}