body {
	font-family: Arial;
}

a {
	color: #444444;
}

a.menu {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover.menu {
	color: #FFFFFF;
	text-decoration:underline;
}

div#container
{
   width: 790px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
}

.tabledivTags {
	display:  table;
	width:300px;
	border-spacing:5px;/*cellspacing:poor IE support for  this*/
	border-collapse:separate;
	padding-right:5px;
	border:1px solid;
	padding:3px;
	margin-bottom:20px;
	overflow:hidden;
}

.tablediv {
	display:  table;
	width:100%;
	border-spacing:5px;/*cellspacing:poor IE support for  this*/
	border-collapse:separate;
	padding-right:5px;
	overflow:hidden;
}
.celldivLeft {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:40%;
}
.celldivRight {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:60%;
}
.rowdiv  {
	display:  table-row;
	width:auto;
	text-align:left;
}
.extraSummary  {
	display:  table-row;
	width:auto;
	text-align:left;
	cursor:pointer;
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
	text-decoration:underline;
	overflow:hidden;
}

.rowdiv h2 {
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
	font-weight:normal;
	text-align:left;
}

.rowdiv h3 {
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
	font-weight:normal;
	text-align:left;
	font-style: italic;
}

#tags h2 {
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
	font-weight:normal;
	text-align:left;
}

#ratings h2 {
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
	font-weight:normal;
	text-align:left;
	margin-top:45px;
	_margin-top:0px;
}

#relatedItems h2 {
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
	font-weight:normal;
	text-align:left;
}

#screenshotDiv {
	text-align:center;
	margin-top:10px;
	margin-left:45px;
}

#screenshot {
	border: 1px #000 solid;
}

#catalogus {
	text-align:left;
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
	font-weight:normal;
	margin-left: 8px;
	margin-top:5px;
}

#subcatSelect {
	text-align:left;
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
	color:#999;
	font-weight:normal;
	margin-top:10px;
}

#subcats {
	margin-left: 10px;
}