.shop-header
{
}
#shop-put-in-basket
{
    _background: transparent url(../image/small.button.gif) no-repeat;
}
	.shop-header .shop-headline
	{
		margin-bottom: 6px;
		float: left;
		font-size: 24px;
		width: 100px;
	}

	.shop-header .shop-categories
	{
		margin-top: 23px;
		float: right;
	}
		.shop-header .shop-categories ul
		{
			margin: 0; padding: 0;
		}
			.shop-header .shop-categories ul li
			{
				float: left;
				list-style: none;
				font-size: 16px;
				padding: 0 11px;
				letter-spacing: 2px;
			}
	.shop-header .ecards
	{
		margin-left: 14px;
		margin-top: 15px;
		float: right;
	}

.product-preview
{
	padding-top: 3px;
	position: relative;
	height: 375px;
}
	.product-preview .product-images
	{
		float: left;
		width: 460px;
		height: auto;
	}
	
	.product-preview .image-scroll-wrapper
	{
		position: static;
		bottom: 0;
		right: 0;
		float: right;
	}
	
	.product-preview .manchet
	{
		width: 315px;
		font-size: 14px;
		position: absolute;
		right: 0;
		bottom: 16px;
		line-height: 18px;
	}
		.product-preview .manchet .shop-action-wrapper
		{
			margin-top: 22px;
		}
	
			.product-preview .manchet .price 
			{
				font-size : 24px;
				line-height: 28px;
				text-transform: uppercase;
				float: left;
			}
			
			.product-preview .manchet .small-content-button
			{
				margin-top: 1px;
				margin-right: -7px;
				float: right;
			}
	
		.product-preview .manchet .read-more
		{
			padding-top: 13px;
			font-size: 16px;
		}
			.product-preview .manchet .read-more .append-arrow
			{
				padding-left: 6px;
			}
	
	.shop .list-column
	{
		margin-top: 19px;
	}
	
	
	.product-categories-column 
	{
		float: left;
	}	
		.product-categories-column .text 
		{
			min-height: 80px;
			position: relative;
		}
			.product-categories-column .text .description
			{
				padding-bottom: 22px;
			}
		
			.product-categories-column .text .readmore
			{
				position: absolute;
				bottom: 4px;
				left: 0;
			}
				.product-categories-column .text .readmore .append-arrow
				{
					padding-left: 6px;
				}
			
