﻿html
{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	background-color: #70563F;
}
body 
{
	
}
#container
{
	background-color: #E7E9EA;
	position: relative;
	height: 616px;
	width: 1000px; 
	margin: 0 auto;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
}
#contentContainer
{
	float: left;
	width:1000px; 
	background-color: #E7E9EA;
}
#logo
{	
    width:1000px;
	background-color: #E7E9EA;
	clear: both;
}
#leftNav
{
	background-image: url('../images/bclink.jpg');
	background-repeat:no-repeat;
	float: left;
	width: 183px;
	height: 494px;
}
#centerContent
{
	float: left;
	width: 812px; 
	height: 513px; 
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px; 
}
#storeNav
{
	float:none;
	margin-top:13px;
	width:790px;
	text-align:center;
}
#storeItems
{
	float:none;
	margin-top:13px;
	width:810px; 
	height:465px;
	overflow: auto;
}
.storeItems
{
		width:810px; 
	height:465px;
}
#IntroItem
{
	float:left;
	width:450px;
	text-align:center;
}
#WeekItem
{
	float:left;
	margin-left: 50px;
	width:300px;
	height:390px;
	padding-top:5px;
	padding-bottom:5px;
	border:solid 1px #ccc;
	border-style:inset;
	text-align:center;
}
#shoppingCart
{
	float:none;
	margin-left:5px;
}
#totaal
{
	float:left;
	height:20px;
	width:639px;
	text-align:right;
}
#Tijden
{
	
	margin: 0 auto;
	text-align:center;
}
#footer
{	
	clear:both;
    border-bottom: solid 1px black;
	border-top: solid 1px black;
	background-color: #70563F;
	text-align: center;
	color : #BFBEBE;
	font-size:10px;
}
.modalBackground 
{
	background-color:Silver;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	background-color:Silver;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	/*width:250px;*/
	color:Black;
}
.popupMenu 
{
	position:absolute;
	visibility:hidden;
	background-color:Gray;
	border:solid 1px Silver;
}
.popupHover 
{
	background-color:Gray;
	border:solid 1px Black;
}
.cartHover
{
	background-color:Gray;
}
.accordionHeader
{
    padding: 2px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    border-top: none;
    padding-right: 2px;
}
.accordionLink
{
	background-color: #D3DEEF;
    color: white;
}
.Voorwaarden
{
	border-style:none;
	background-color:Transparent;
	background-image:url(../Images/Voorwaarden.gif); 
	width:147px;
	height:21px;
}
.Dropdown
{
	background-color:#E7E9EA;
	width:130px;
	border-style:none;  
}
.DropdownDetail
{
	background-color:#E7E9EA;
	width:130px;
}
.DropDownCart
{
	background-color:#E7E9EA;
	width:40px;
}
.MouseOver
{
	cursor:pointer;
	background-color:Transparent;
	border-style:inset;
	width:129px;
}
.GroupButton
{
	cursor:pointer;
	background-color:Transparent;
	border-style:inset;
}
.BrowseOver
{
	cursor:pointer;
	background-color:Transparent;
	border-style:inset;
	width:39px;
}
.Strike
{
	text-decoration:line-through;
}
.Bold
{
	font-weight:bold;
}
.btnBestel
{
	width:130px;
}
.contactBox
{
	background-color:#E7E9EA;
	width:200px;
}
.contactDrop
{
	background-color:#E7E9EA;
	width:205px;
}
.contactMessage
{
	background-color:#E7E9EA;
	width:600px;
	height:100px;
}