div#header
{
	background-color: #dcc8dc;
}

div#container {
	width: 1030px;
	margin: 0px;
}

div#left
{
    float: left;
    width: 200px;
}
div#right
{
    margin-left: 200px;
}
div#footer
{
    clear: left;
}

.page_disabled
{
}

.page_selected
{
	font-weight: bold;
}

.new {
	font-color: red;
	font-size: x-small;
	font-weight: bold;
	color: red;
}

.product_item
{
	vertical-align: middle;
}

.products
{
	empty-cells: show;
}

.products td
{
	border: solid 1px black;
	empty-cells: show;
}
