
#sidebar
{
	display : none;
}

#sidebar div
{
	display : none;
}


#content 
{
	width : 95%;
}


table
{
 width:  90%;
 empty-cells: show;
 vertical-align: top;
 border-collapse: collapse;
}

td, th
{
	margin-left : 5px;
	font-size : 70%;
	vertical-align: top;
 border: 1px solid;
 padding-top: 5px;
 padding-bottom: 5px;
}

tr.odd
{
	background : #eeeeee;
}

tr.hdr
{
	font-weight : bold;
}

td.item
{
	width : 30%;
}

td.price
{
	width:  7%;
	text-align : right;
}

td.brand
{
	width:  25%;
}

div#header
{
	display : none;
}

div#sitename
{
	display: none;
}

div#wrap 
{
	width : 100%;
	background-image : none;
}