body, table, td, select, textarea
{ 
	font-family: Verdana, arial,trebuchet M; 
	font-size: 12px; 
}

a 
{ 
	color: #000000; 
	font-family: Verdana, arial,trebuchet M; 
	text-decoration: underline;
}


	a:hover 
	{ 
		color: #000000; 
		font-family: Verdana, arial,trebuchet M; 
		text-decoration: underline;
	}


.menu 
{
	font-family: Verdana, arial,trebuchet M; 
	font-size: 16px;
	color: #C3C4C6;
	font-weight:bold;
	text-decoration: none;
		
}
	.menu:hover 
	{
		font-family: Verdana, arial,trebuchet M; 
		font-size: 16px;
		color: #C3C4C6;
		font-weight:bold;
		text-decoration: underline;
	}



.wittetext
{
	color: #FFFFFF; 
	font-family: Verdana, arial,trebuchet M; 
	font-size: 14px;
	border-right:1px solid #FFFFFF;
}

.wittetext2
{
	color: #FFFFFF; 
	font-family: Verdana, arial,trebuchet M; 
	font-size: 14px;
}





.admin 
{
	font-family: arial,trebuchet M; 
	font-size: 14px;
	color: #D5D5D5;
	font-weight:bold;
	text-decoration: none;
		
}
	.admin:hover 
	{
		font-family: arial,trebuchet M; 
		font-size: 14px;
		color: #D5D5D5;
		font-weight:bold;
		text-decoration: underline;
	}
	
.admin_link 
{
	font-family: Verdana, arial,trebuchet M; 
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
		
}
	.admin_link:hover 
	{
		font-family: Verdana, arial,trebuchet M; 
		font-size: 12px;
		color: red;
		text-decoration: underline;
	}

.itemcat
{
	color: #FFFFFF;
	font-weight:bold;
	font-family: Verdana, arial,trebuchet M; 
	font-size: 20px;
	border:1px solid #F5F5F5;
	padding:5px;
}


a.buy
{ 
	color: #000000; 
	font-family: Verdana, arial,trebuchet M; 
	text-decoration: none;
}


	a.buy:hover 
	{ 
		color: #000000; 
		font-family: Verdana, arial,trebuchet M; 
		text-decoration: underline;
	}
	
.kop
{
	clear: both;
	margin: 20px 0 0 0;
	border: 1px solid #fff;
	padding: 6px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

/* Items */

.item
{
	color: #FFFFFF;
	font-weight:bold;
	font-family: Verdana, arial,trebuchet M; 
	font-size: 16px;
	border:1px solid #F5F5F5;
	padding:5px;
}

a.more_info
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	a.more_info:hover
	{
		text-decoration: underline;
	}

#available_images
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 0px solid #000;
	margin-bottom: 20px;
}

#available_images span
{
	font-size: 12px;
	font-weight: normal;
}

.gallery
{
	float: left;
	margin: 0 30px 30px 0;
}

.gallery img
{
	border: 1px solid #fff;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}
	