.go_away{
	display: none;
}

div.spacer {
clear: both;
border:1px solid gray;

}

div.bar
{
border:2px solid gray;
}

div.container
{
width:100%;
margin:0px;
border:1px solid gray;
line-height:150%;
}
div.header
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}

div.footer
{
padding:0.5em;
color:white;
background-color: #595999;
clear:left;
}

h1.header
{
padding:0;
margin:0;
}

div.left
{
float:left;
width:160px;
margin:0;

}

div.right
{
float:right;
width:160px;
margin:0;

}


div.content
{
margin-right:160px;
margin-left:160px;
border-left:1px solid gray;
border-right:1px solid gray;
padding:1em;
}

div.itemcontent
{
margin-right:160px;
margin-left:160px;
border-left:1px solid gray;
border-right:1px solid gray;
padding:1em;
border-bottom-style:dotted;
border-color:#98bf21;
}

div.oldprice
{
    background: transparent url(../images/bgprijs_old.gif) scroll no-repeat 0 center;
    color: #777;
    font-size: 0.85em;
    margin: 0 0 0 90px;
    text-decoration: line-through;
}

div.newprice
{
    color: black;
    font-size: 1em;
    font-style: bold;
    margin: 0 0 0 80px;
    font-weight: bold;
}
div.itemtekst
{
    color: black;
    font-size: 0.95em;
}

img.prijspic
{
float:right;
}

.fonttype
{
font-family:Arial;
}

div#container          { width: 100%; }
div.rounded-corners    { background: url(rounded.gif) right bottom no-repeat; }
div.rounded-header     { background: url(rounded.gif) right top no-repeat; }
div.rounded-content    { display:block; list-style-type: none; background: url(rounded.gif) left bottom no-repeat; padding: 1px 0 20px 10px; margin: 0 15px 0 0; }
div.rounded-header h1  { color:#000000; display:block; height:auto; font-size:1.4em; list-style-type: none; margin: 0 20px 0 0; padding: 10px 0 10px 10px; background: url(rounded.gif) left top no-repeat; }



