﻿/*
.background
{
    background-image:url(images/bg_boven.jpg);
	background-repeat: repeat-x;
}
*/
.left
{
	width: 24px;
	float: left;
	height: 569px;
}
/*
.main
{
	width: 893px;	
}
*/
.right
{
	width: 24px;	
	float: right;
	height: 569px;
}
/*
.top
{
	height: 128px;
}

.white
{
	width: 100%;	
}

.main-content
{
	width: 600px;	
}

.content-right
{
	width: 250px;
}
*/

#container
{
	width: 941px;
	height: 100%;
}

/* Header style */
div.header
{
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 128px;
}

#menu {
    /*background-color: #FFF0C9;*/
    width: 815px;
}
.mainlevel a, .mainlevel a:hover, .mainlevel a:visited, .mainlevel a:link
{
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:none;
	padding-right:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
cursor: default;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF9EC;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
width: 200px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -100px; /*position where enlarged image should offset horizontally */

}

.shop-content th
{
	background-color: inherit;
}