div#modShop {
}
div#modShop table.artikelTable {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border-bottom: 1px solid #EE7A13;
}
div#modShop table.artikelTable tr td.informatie {
}
div#modShop table.artikelTable h3 {
	margin: 0px;
	padding: 0px;
}
div#modShop h1 {
	font-size: 18px;
}
div#modShop h2 {
	font-size: 16px;
}
div#modShop h3 {
	font-size: 20px;
}
div#modShop table.artikelTable img {
	border: 2px solid #EE7A13;
	padding: 1px;
}
div#modShop div#subCats ul {
	list-style-type: none;
}
div#modShop div#subCats ul li {
}
div#modShop div#subCats ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #003176;
}
div#modShop div#subCats ul li a:hover {
	text-decoration: underline;
}
div#modShop span.btwSpan {
	font-size: 9px;
}
div.afmeting {
	font-size: 14px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.shopmenu {
	font-family: "Times New Roman", Times, serif;
	position:relative;
	margin: 0px;
	padding: 0px;
}
.shopmenu ul li a, .shopmenu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	width:150px;
	height:25px;
	text-align:left;
	line-height:24px;
	font-size: 18px;
	background-color: #EE7A13;
	padding-left: 20px;
}
.shopmenu ul {padding:0; margin:0;list-style-type: none; }
.shopmenu ul li {float:left; margin-right:1px; position:relative;}
.shopmenu ul li ul {display: none;}

/* specific to non IE browsers */
.shopmenu ul li:hover a {
	color: #fff;
	background-color: #CA680F;
	font-weight: bold;
}
.shopmenu ul li:hover ul {display:block; position:absolute; top:0; left:170px; width:170px;}
.shopmenu ul li:hover ul li a.hide {background:#dfc184; color:#000;}
.shopmenu ul li:hover ul li ul {display: none;}
.shopmenu ul li:hover ul li a {display:block; background:#CA680F; color:#fff; width:170px; font-weight: normal;}
.shopmenu ul li:hover ul li a:hover {background:#CA680F; color:#fff; font-weight: bold;}
.shopmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:170px; top:0; color:#000;}
.shopmenu ul li:hover ul li:hover ul li a {display:block; width:170px; background:#dfc184; color:#000;}
.shopmenu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}


* html table {border-collapse:collapse; border:0; margin:0; padding:0;}

* html .shopmenu ul li a.hide, .menu ul li a:visited.hide {display:none;}
* html .shopmenu ul li a:hover ul li a.hide {display:none;}

* html .shopmenu ul li a:hover {
	color:#fff;
	background:#CA680F;
	font-weight: bold;
}
* html .shopmenu ul li a:hover ul {display:block; position:absolute; top:0; left:170px; width:170px;}
* html .shopmenu ul li a:hover ul li a.sub {background:#dfc184; color:#000;}
* html .shopmenu ul li a:hover ul li a {display:block; background:#CA680F; color:#fff; width:170px; font-weight: normal;}
* html .shopmenu ul li a:hover ul li a ul {visibility:hidden;}
* html .shopmenu ul li a:hover ul li a:hover {background:#CA680F; color:#fff; font-weight: bold;}
* html .shopmenu ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:170px; top:0; color:#000;}
* html .shopmenu ul li a:hover ul li a:hover ul li a {display:block; width:170px; background:#dfc184; color:#000;}
* html .shopmenu ul li a:hover ul li a:hover ul li a:hover {background:#bd8d5e; color:#fff;}


