.main-obal
{
	background: url('images/background.gif') repeat-y top;
}

body
{
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
}
.page
{
    background-color: #ffffff;
    }
.header-left
{
	float: left;
	font-size: 100%;
	text-align: center;
	width: 350px;
	padding: 10px 0px 10px 0px;
}

.header-middle
{
    width: 400px;
    }
.levels-tree ul ul
{
	margin: 2px 0px 2px 10px;
}

.levels-tree li
{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;

}

.levels-tree ul ul li
{
	color: #ffffff;
	font-size: 12px;


}

.levels-tree a
{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.levels-tree a:hover
{
	color: #8fcc0f;
	text-decoration: underline;
}

.customer-login
{
	background-color: #a9a9a9;
}

.search-form
{
	background-color: #a9a9a9;
}

.leftpanel
{
	background-color: #f0f0f0;
}

.rightpanel
{
	background-color: #f0f0f0;
}

.user-data td
{
	text-align: left;
}

.user-data td.name
{
	text-align: left;
}

.user-data td.value
{
	text-align: left;
}

