﻿/*--------------------------------------------------------------
SHOP WIDGET
--------------------------------------------------------------*/
.shop
{
	position: relative;
	text-align: left;
}
	.shop table.tableShopItem
	{
		float: left;
		width: 70%;
	}
	.shop .tabOverzicht
	{
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	.shop img.imgShopItemFoto
	{
		float: right;
		width: 100px;
		height: 120px;
		padding-right: 35px;
		padding-top: 5px;
	}
	.shop .iframeUpload
	{
		position: absolute;
		top: 120px;
		right: 35px;
		width: 140px;
		padding-top: 5px;
		text-align: center;
	}
