html
{
}
body
{
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
form
{
}
h4
{
	font-size: 14px;
	font-weight: bold;
}
.container
{
	position: absolute;
	width: 1000px;
	top: 15px;	
	margin-left: -501px;
	left: 50%;
	font-size: 12px;
}
.containerBlock
{
	width: 1000px;
	border: 1px black solid;
	background-color: #FFFAE4;
}

/* banner */
.bannerContainer
{
	background-image: url('../Images/banner.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 1000px;
	height: 205px;	
	
}
.bannerLogo
{
	background-image: url('../Images/logo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 1000px;
	height: 164px;	
	position: absolute;
}
.bannerHeader
{
	background-image: url('../Images/header_48u.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	width: 1000px;
	height: 165px;	
	position: absolute;
}
.bannerTekst
{
	position: absolute;
	width: 700px;
	height: 100px;
	margin-top: 78px;	
	margin-left: 187px;
	font-size: 28px;
	color: #000000;
	font-weight: normal;
}
.bannerWinkelWagen
{
	position: absolute;
	width: 240px;
	height: 43px;
	margin-left: 526px;
	margin-top: 8px;
	font-size: 12px;
}
.bannerWinkelWagenTekst
{
	position: absolute;
	width: 80px;
	height: 50px;
	text-align: left;
	font-weight: bold;
	margin-top: 15px;
	z-index: 9;
}
.bannerWinkelWagenProducten
{
	position: absolute;
	width: 100%;
	text-align: right;
	margin-top: 7px;
}
.bannerWinkelWagenTotaal
{
	position: absolute;
	width: 100%;
	text-align: right;
	margin-top: 22px;	
}
.winkelwagenRood
{
	color: #FF0000;
}
.menuBalk
{
	position: absolute;
	width: 1000px;
	height: 41px;
	background-image: url('../Images/menu.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 164px;
}
.menuItem
{
	min-width: 50px;
}

/* End banner */

/* Middle */
.shortMenu
{
	
}
.middle
{
	/*margin-left: 30px;
	margin-right: 30px;
	margin-top: 23px;
	margin-bottom: 30px;
	font-size: 12px;*/
	
}
.longMenu
{
	
}
.terug
{
	
}
/* End middle */

/* Footer */
.footer
{
	width: 1002px;
	height: 30px;
	text-align: center;
	font-size: 10px;
}
/* End footer */

/* Contact formulier */
.tblForm
{
	width: 450px;
}
.tdLeft 
{
	width: 225px;
	vertical-align: top;
}
.tdRight
{
	width: 225px;
}
.tdRightSplit1
{
	width: 175px;	
}
.tdRightSplit2
{
	width: 50px;	
}
.TextBox
{
	width: 277px;
}
.TextBoxMedium
{
	width: 220px;	
}
.TextBoxSmall
{
	width: 50px;	
}
.TextField
{
	width: 277px;
	height: 100px;
}
.DropDownList
{
	width: 283px;
}
/* End contact formulier */

/* Productlijst */
.tableProducts
{
	/*border-collapse: collapse;*/
}
.tdImage
{
	border: 1px solid #FEC27A;
	width: 170px;
	vertical-align: middle;
}
.tdProductContext
{
	border: 1px solid #FEC27A;
	width: 370px;
}
.lightOrangeLine
{
	border-color: #FFF3C9;
	border-style: solid;
	border-width: 0px;
	vertical-align: middle;
	padding: 5px;
}
/* End productlijst */

/* Salespoints */
.main
{
	z-index: 2;
}
.SalesPoints
{
	position: absolute;
	width: 450px;
	height: 300px;
	top: 30%;
	left: 50%;
	
	background-color: #FFFFFF;
	visibility: hidden;
	overflow: hidden;
}
.SalesPointsTitle
{
	height: 20px;
	width: 450px;
	color: #ffffff;
	background-color: #F79822;
	vertical-align: middle;
	border: none;
	font-weight: bold;
	text-indent: 5px;
}
.SalesPointsClose
{
	height: 20px;
	color: #ffffff;
	background-color: #F79822;
	width: 16px;
	border: none;
}
.SalesPointsContent
{
	overflow: scroll;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
}
.SalesPoint
{
	margin-left: 10px;
	margin-top: 10px;	
}

/* End Salespoints */

/* Shopcart */
.pnlControls
{
	margin-right: 0px;	
	
}
/* End shopcart */