@charset "utf-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a img
{
	border: none;
}

body
{
	background-color: #1BBBE9;
}

div#Flash
{
	margin-left: auto;
	margin-right: auto;
	width: 975px;
	margin-top: 15px;
	position: relative;
}

div#Shopper
{
	position: absolute;
	left: 30px;
	top: 170px;
	width: 915px;
	height: 325px;
	display: none;
	color: #003E90;
}

div#Products
{
	background-color: green;
	padding-left: 40px;
}
div#Products div.Item
{
	background-image: url(../shop/Frame.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 151px;
	width: 236px;
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}
div#Products div.Item div.Preview
{
	padding-top: 5px;
	padding-left: 5px;
	width: 120px;
	float: left;
}
div#Products div.Item div.Info
{
	float: right;
	color: #003772;
	font-size: 0.7em;
	width: 95px;
	padding-right: 10px;
}
div#Products div.Item div.Info h1
{
	font-size: 1.2em;
	padding-top: 6px;
}
div#Products div.Item div.Info div.Buttons img
{
	display: block;
	padding-top: 3px;
}

div.productPopup
{
	display: none;
	background-image: url(../shop/Product_Popup.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	width: 380px;
	height: 244px;
	
}
div.productPopup div.Preview
{
	padding-top: 8px;
	padding-left: 7px;
	width: 195px;
	float: left;
}
div.productPopup div.Info
{
	float: right;
	padding-right: 15px;
	width: 155px;
	height: 225px;
	font-size: 0.7em;
	position: relative;
}
div.productPopup div.Info div.Close
{
	right: 22px;
	top: 15px;
	position: absolute;
}
div.productPopup div.Info h1
{
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 5px;
}
div.productPopup div.Info div.Buttons
{
	left: 8px;
	bottom: 0px;
	position: absolute;
}

div#RemoteControl
{
	font-size: 0.7em;
	display: none;
	background-image: url(../shop/Product_Cart.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 419px; /* 449 */
	height: 320px; /* 350 */
	padding: 15px;
	position: absolute;
	top: 140px;
	right: -45px;
}
div#RemoteControl th
{
	text-align: left;
}
div#RemoteControl td
{
	padding:  0;
	margin: 0;
}
div#RemoteControl td.artikel
{
	width: 175px;
}
div#RemoteControl td.aantal, div#RemoteControl td.prijs, div#RemoteControl td.prijscode
{
	width: 60px;
}
div#RemoteControl table
{
}
div#RemoteControl table table input
{
	background-color: white;
	border: none;
	width: 45px;
}
div#RemoteControl table table a
{
	display: block;
	height: 12px;
	overflow: hidden;
}
div#RemoteControl table table a.clear
{
	visibility: hidden;
}

div#RemoteControl tr.Bar td
{
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background-color: #e0edf7;
	padding: 0px;
}

div#RemoteControl a.Close
{
	position: absolute;
	display: block;
	right: 30px;
	top: 15px;
}
div#RemoteControl a.Bestel
{
	position: absolute;
	display: block;
	left: 250px;
	bottom: 25px;
}

div#Checkout
{
	background-image: url(../shop/Checkout_Background.gif);
	background-color: white;
	background-repeat: repeat-y;
	padding-left: 45px;
	padding-right: 45px;
	font-size: 1em;
}
div#Checkout input
{
	border: solid 1px #003E90;
}
div#Checkout input.bank
{
	width: 15px;
}

div#Checkout table td
{
	padding-bottom: 2px;
}

div#Checkout table table
{
	padding: 5px;
}

div.content p
{
	font-size: 0.8em;
	padding-bottom: 12px;
}

div#Checkout_Header
{
	height: 60px;
	overflow: hidden;
}