html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #333333;
	background-repeat: repeat-x;
}
body, div, span, td, p, a, li
{
	font-family: Arial, Tahoma, Sans-Serif;
}
a img
{
	border: none;
}
a
{
	outline-style: none;
	outline: 0;
	outline-width: 0;
}
form
{
	margin: 0;
	padding: 0;
}
p
{
	font-size: 12px;
}
/* ========================================= */

/* MAINWRAP */
div#mainwrap
{
	position: absolute;
	width: 970px;
	background-color: #ffffff;
	left: 50%;
	top: 0;
	margin: 0 0 0 -485px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	height: 1px auto;
	min-height: 1000px;	
}
div#mainwrap div#header
{
	height: 112px;
	width: 970px;
	overflow: hidden;
	margin: none;
	background-color: #000000;
	background-repeat: no-repeat;	
}
div#smalltopmenu
{
	position: absolute;
	width: 90px;
	background-color: #ffffff;
	left: 50%;
	top: 120px;
	margin: 0 0 0 385px;
	z-index: 1000;
	font-size: 11px;
	text-align: right;
	color: #666666;
}
div#smalltopmenu a
{
	color: #333333;
}
div#smalltopmenu a:hover
{
	color: #990000;
}

/* SUB HEADER*/
div#mainwrap div#subhead
{
	position: absolute;
	height: 22px;
	width: 959px;
	left: 50%;
	top: 141px;
	margin: 0 0 0 -480px;
	z-index: 60;
	border: 0px dotted red;
}
div#mainwrap div#subhead h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
	border-bottom: 1px solid #999999;
	letter-spacing: 1px;
}

/* TOPMENU */
div#mainwrap div#header div#topmenu
{
	position: absolute;
	width: 575px;
	left: 50%;
	margin-left: -287px;
	top: 87px;
	text-align: center;
}
div#mainwrap div#header div#topmenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;	
}
div#mainwrap div#header div#topmenu ul li
{
	float: left;
}
div#mainwrap div#header div#topmenu ul li a
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	width: 115px;
	height: 25px;
	border: 0;
	background-repeat: no-repeat;
	text-decoration: none;
}
div#mainwrap div#header a#topmenu-home
{
	background-image: url('/Images/topmenu-button-home.png');
}
div#mainwrap div#header a#topmenu-xbox
{
	background-image: url('/Images/topmenu-button-xbox.png');
}
div#mainwrap div#header a#topmenu-pc
{
	background-image: url('/Images/topmenu-button-pc.png');
}
div#mainwrap div#header a#topmenu-wii
{
	background-image: url('/Images/topmenu-button-wii.png');
}
div#mainwrap div#header a#topmenu-playstation
{
	background-image: url('/Images/topmenu-button-playstation.png');
}
div#mainwrap div#header div#logo img
{
	margin: 6px 0 0 6px;
}

/* SUBMENU */
div#mainwrap div#submenu
{
	position: absolute;
	width: 950px;
	left: 50%;
	margin-left: -471px;
	top: 121px;
	text-align: left;
	z-index: 10;
	border: 0px dotted blue;
}

/* TOP MARGIN */
div#mainwrap div#topblank 
{
	height: 65px; /* pas height aan voor hoogte content */
	background-color: #ffffff;
}

/* MENU POINTER */
div#mainwrap img#pointer
{
	position: absolute;
	width: 16px;
	height: 8px;
	top: 113px;
	left: 50%;
	z-index: 50;
}

/* CONTENT */
div#contentwrap
{
	position: relative;
	border: 0px dotted blue;
}
div#contentwrap div#contentmargin
{
	width: 150px;
	overflow: hidden;
	background-color: #ffffff;
	float: left;
}
div#contentwrap div#contentmargin2
{
	width: 20px;
	overflow: hidden;
	background-color: #ffffff;
	float: left;
}
div#contentwrap div#contentlayout
{
	margin: 0 0 0 150px;
	border: 0px dotted red;
	width: 670px;
	height: 1px auto;
	overflow: auto;
}
div#contentwrap div#contentlayout div#contentcol
{
	width: 653px;
	border: 0px dotted red;
}
div#contentwrap div#contentlayout div#contentcol div#contentheader
{
	width: 602px;
	height: 35px;
	border: 1px dotted #ffffff;
	margin: 0 0 0 30px;
}
div#innercontent
{
	margin: 0 0 0 20px;
	width: 680px;
	border: 0px dotted red;
}
/* CONTENT LEFT COLUMN */
div#contentwrap div#leftcol
{
	position: absolute;
	left: 5px;
	top: 0;
	width: 145px;
	background-color: #ffffff;
}
div#contentwrap div#leftcol h3
{
	margin: 0 0 6px 0;
	font-size: 15px;
	white-space: nowrap;
}

/* CONTENT RIGHT COLUMN */
div#contentwrap div#rightcol
{
	position: absolute;
	left: 820px;
	top: 0;
	width: 145px;
	min-height: 400px;	
}

/* FOOTER */
div#mainwrap div#footerwrap
{
	min-height: 30px;	
}
div#mainwrap div#footerwrap *
{
	font-size: 11px;
}
div#mainwrap div#footerwrap div
{
	margin: 7px 0 7px 10px;
	text-align: center;
}
div#mainwrap div#footerwrap div a
{
	font-weight: bold;
}







/* SHOP MENU */
div#shopmenu
{
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
}
div#shopmenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
div#shopmenu ul li
{
	margin: 0;
	padding: 0;
}
div#shopmenu ul li ul
{
	margin: 0 0 0 14px;
}
div#shopmenu a
{
	display: block;
	margin: 0 0 2px 2px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
div#shopmenu a:hover
{
	text-decoration: underline;
}
div#shopmenu a.selected
{
	font-weight: bold;
	text-decoration: underline;
}

/* product quicklist wrap*/

div#productquicklistwrap
{
}
div#productquicklistwrap ul
{
	margin: 20px 0 20px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #c0c0c0;
}
div#productquicklistwrap ul li
{
	margin: 0 0 2px 0;
}
div#productquicklistwrap ul li a
{
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
div#productquicklistwrap ul li a:hover
{
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}
div#productquicklistwrap ul li.selected a
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

div#cartviewwrap
{
}
div#cartviewwrap span
{
	font-size: 13px;
}

p.incart
{
	font-weight: bold;
	color: #006600;
	border: 2px solid #009900;
	padding: 2px 3px 2px 3px;
	background-color: #EAFFCE;
}
div.shopcartlink
{
	border: 1px solid #777777;
	background-color: #ffff77;
	padding: 1px;
	width: 95%;
}
div.shopcartlink p
{
	margin: 0;
}
div.shopcartlink a
{
	color: #000077;
	font-weight: bold;
}
div#cartviewwrap
{
	margin: 0 0 10px 5px;
}
div#cartviewwrap a
{
	font-weight: bold;
}
div#cartviewwrap div#pic
{
	width: 136px;
	height: 71px;
	margin: 0 0 4px 0; 
	overflow: hidden;
	background-repeat: no-repeat;	
}
div#cartviewwrap a#bottomlink
{
	display: block;
	color: #ffffff;
	background-color: #444444;
	padding: 4px 5px 6px 5px;
	text-align: center;
	margin: 5px 0 5px 0;
	font-size: 11px;	
	background-image: url('/Images/default/cartview-button-background.gif');
	text-decoration: none;
}
div#cartviewwrap a#bottombutton
{
	display: block;
	margin: 5px 0 5px 0;
}
/* BREADCRUMB */
div.breadcrumbmenu
{
	clear: both;
	width: 100%;
}
div.breadcrumbmenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
div.breadcrumbmenu ul li
{
	margin: 0;
	padding: 0;
	float: left;
	color: #333333;
	font-size: 11px;
}
div.breadcrumbmenu ul li a
{
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0 0 0;
	outline: 0;
}
div.breadcrumbmenu ul span.bullet
{
	font-weight: bold;
	color: #FF5004;
}
div.breadcrumbmenu ul span.bullet img
{
	float: left;
	margin: -2px 0 0 7px;
}

/* Zoekbox */
div#searchbox
{
	margin: 0 0 20px 2px;	
}
div#searchbox h3
{
}
div#searchbox input#searchfor
{
	font-size: 11px;
	width: 120px;
}
div#searchbox a.alpha_search
{
	font-size: 11px;
	color: #444444;
	display: block;
	margin: 3px 0 0 0;
}

/* side menu */

div#sidemenu
{
	margin: 30px 0 0 4px;
}
div#sidemenu h3
{
	margin: 0;
	padding: 0 2px 1px 2px;
	font-size: 13px;
	color: #ffffff;
	background-color: #999999;
	text-align: center;
}
div#sidemenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
div#sidemenu ul li
{
	margin: 0;
	padding: 0;
}
div#sidemenu ul li ul
{
	margin: 0 0 0 14px;
}
div#sidemenu a
{
	display: block;
	margin: 0 0 2px 2px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}
div#sidemenu a:hover
{
	text-decoration: underline;
}
div#sidemenu a.selected
{
	font-weight: bold;
	text-decoration: underline;
}


div#info_shop
{
	width: 138px;
	margin: 20px 0 10px 5px;
	font-size: 10px;
	color: #333333;
}
div#info_shop p
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #777777;
}
div#info_shop p a
{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
div#info_shop td div
{
	height: 4px;
	width: 138px;
	overflow: hidden;
}
div#info_shop h4
{
	margin: 0;
	padding: 0;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
div#info_shop img#ideal
{
	margin: 2px 5px 2px 0;
}

/* banners */
div#promobanners_r
{
	border: 1px dotted #555555;
	width: 138px;
	height: 400px;
	margin: 20px 0 0 5px;
	font-size: 10px;
	color: #333333;
	display: none;
}
div#topbanner
{
	border: none;
	width: 602px;
	height: 140px;
	margin: 0 0 20px 0;
	clear: both;
	overflow: hidden;
}
div#bottombanner
{
	border: none;
	width: 602px;
	height: 140px;
	clear: both;
	overflow: hidden;
}


div#releaselist
{
	border: 0px dotted silver;
}
div#releaselist div
{
	margin: 20px 0 20px 0;
}
div#releaselist h2
{
	font-size: 15px;
	margin: 0 0 3px 3px;
}
div#releaselist ul
{
	margin: 0 0 0 3px;
	padding: 0;
	list-style: none;
}
div#releaselist ul li
{
	margin: 0 0 3px 0;
}
div#releaselist ul li, div#releaselist ul li *
{
	font-size: 10px;
	color: #444444;
}
div#releaselist ul li span
{
	font-weight: bold;
	color: #222222;
}

div#top10wrap
{
	margin: 10px 0 0 5px;
}
div#top10wrap table
{
	margin: 2px;
}
div#top10wrap h3
{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #000000;
	display: block;
	padding: 1px 0 1px 3px;
	white-space: nowrap;
}
div#top10wrap td a
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 2px 0 0 0;
}
div#top10wrap td div.item
{
	width: 115px;
	height: 16px;
	overflow: hidden;
	white-space: nowrap;
}

div#contactwrap
{
	margin: 0 0 0 5px;
}
div#contactwrap, div#contactwrap a
{
	font-size: 10px;
	text-decoration: none;
	color: #333333;
}
div#contactwrap a:hover
{
	text-decoration: underline;
}
div#contactwrap_a
{
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline;
}

div#newslistwrap
{
	clear: both;
	margin: 10px 40px 10px 27px;
	padding: 10px 0 0 0;
}
div#newslistwrap h2
{
	font-size: 14px;
	margin: 0 0 3px 0;
	padding: 0;
	color: #000000;
}
div#newslistwrap div.item, div#newslistwrap div.item *
{
	font-size: 10px;	
}
div#newslistwrap a
{
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}
div#newslistwrap div.item a
{
	font-weight: bold;
	color: #000066;
}
div#newslistwrap div.item span
{
	font-weight: normal;
	color: #222222;
}
div#newslistwrap div.item p
{
	font-size: 10px;
	color: #444444;
	margin: 0 0 2px 0;
	padding: 0;
}

div#featuredwrap
{
	margin: 0 0 0 27px;
	width: 602px;
	height: 160px;
	overflow: hidden;
}

/* pagina's */

div.Pagebar
{
	margin: 3px 0 7px 0;
	border-bottom: 10px solid white;
}
div.Pagebar div.barwrap
{
}
div.Pagebar div.barwrap table
{
	margin: 3px 8px 6px 0;
}
ul.PageMenu
{
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
ul.PageMenu li
{
	list-style: none;
	display: inline;
	float: left;
	background-color: #aaaaaa;
	border: 1px solid #666666;
	margin: 2px 3px 2px 3px;
}
ul.PageMenu li.selected
{
	background-color: #cc0000;
	border: 1px solid #cc0000;
}
ul.PageMenu li.firstpage
{
	margin: 1px 8px 1px 2px;
}
ul.PageMenu li.lastpage
{
	margin: 1px 1px 2px 8px;
}
ul.PageMenu li a
{
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 2px 5px 2px 5px;
	display: block;
	text-decoration: none;
}
ul.PageMenu li.selected a
{
	color: #ffffff;
}
ul.PageMenu li:hover
{
	background-color: #cc0000;
}
ul.PageMenu li.selected:hover
{
	background-color: #cc0000;
}
ul.PageMenu li:hover a
{
	color: #ffffff;
}

h3#klantenservice
{
	display: inline-block;
	background-image: url('/Images//header-klantenservice.gif');
	background-repeat: no-repeat;
	width: 138px;
	height: 24px;
	overflow: hidden;
}
h3#klantenservice a
{
	color: #ffffff;
	margin: 5px 0 0 0;
}


/* Tagcloud */
div.tagcloud 
{
	clear: both;
	background-color: #f5f5f5;
	padding: 12px 8px 12px 8px;
}
div#mainwrap div#contentwrap div.tagcloud h2
{
	font-size: 14px;
	color: #777777;
	margin: 0;
	padding: 0;
}
div.tagcloud a.tagsall 
{
	font-size: 11px;
	color: #000044;
}
div.tagcloud div.subtitle
{
	font-weight: bold;
	color: #FF4E02;
	font-size: 13px;
	letter-spacing: 1px;
}
div.tagcloud  a
{
    text-decoration: none;
    margin: 0 3px 0 0;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana;
    text-transform: lowercase;
}
div.tagcloud a.tag1:hover, div.tagcloud a.tag2:hover, div.tagcloud a.tag3:hover, div.tagcloud a.tag4:hover, div.tagcloud a.tag5:hover
{
    color: #cc0000;
    text-decoration: underline;
}
div.tagcloud a.tag1
{
    color: #444444;
    font-size: 12px;
    font-weight: bolder;
}
div.tagcloud a.tag2
{
    color: #666666;
    font-size: 11px;
    font-weight: bolder;
}
div.tagcloud a.tag3
{
    color: #999999;
    font-size: 11px;
    font-weight: bolder;
}
div.tagcloud a.tag4
{
    color: #888888;
    font-size: 10px;
}
div.tagcloud a.tag5
{
    color: #666666;
    font-size: 9px;
}
img.tagimage
{
	float: left;
	margin: 0 4px 2px 0;
}
a.tagviewlink
{
	background-color: #777777;
	display: inline-block;
	padding: 1px 6px 2px 6px;
	color: #eeeeee;
	font-size: 11px;
	font-weight: bold;
	border-top: 5px solid #f5f5f5;
	text-align: center;
	width: 116px;
}
a.tagviewlink:hover
{
	background-color: #000000;
	color: #ffffff;
}

div#newproductswrap
{
	height: 400px;
	width: 140px;
	background-color: #ffffff;
}
div.newproductitem
{
	position: relative;
	height: 130px;
}
div.newproductitem img.boxshot
{
	position: absolute;
	top: 10px;
	left: 33px;
}
div.newproductitem img.newsign
{
	position: absolute;
	top: 5px;
	left: 20px;
}

/* TESTVARS */
div#testvars
{
	position: absolute;
	left: 50%;
	top: 2000px;
	margin-left: -500px;
	margin-top: 0;
	width: 1000px;
	height: auto;
	border: 0px dotted gray;
}
div#testvars td
{
	font-size: 11px;
	font-family: Arial;
	color: #ffffff;
	background-color: #333333;
}
div#testvars table tr
{
	vertical-align: top;
}
div#testvars table tr td strong
{
	white-space: nowrap;
}
