body#mainpage {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul ul {
	margin-left: 10px;
	padding-left: 10px;
}
.acc {
	background-color: #F4F9FD;
}
.acc h5 {
	margin: 0px;
	padding: 2px 0px 1px 16px;
	font-family: tahoma, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(../pict/plus.png) center left no-repeat #f4f9fd;
	cursor: pointer;
	border-bottom: solid 1px black;
}
.acc h5.selected {
	background: url(../pict/minus.png) center left no-repeat #f4f9fd;
}
li.productItem h5 {
	margin: 0px;
	padding: 2px 0px 1px 0px;
	font-family: tahoma, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	background-image: none;
	border-bottom: none;
}
li.productItem h5.selected {
	background-image: none;
}
li.productItem h5:hover {
	background-color: #FFCC00;
}
ul li a {
	margin: 0px;
	padding: 1px 0px 1px 0px;
	font-family: tahoma, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 100%;
	background: center left #f4f9fd;
	color: #000000;
	cursor: pointer;
}
ul li a:hover {
	background-color: #FFCC00;
}
ul li a.selectedObject {
	background-color: #FFCC00;
}

#treeview ul li a {
	display: inline;
	background-color: transparent;
}
.acc .acc-section {
	overflow: hidden;
}
div#options {
	padding-bottom: 20px;
}
#treeviewPrice li h5:hover {
	background-color: #FFCC00;
}
#treeviewPrice ul {
	width: 900px;
}
#treeviewPrice h5 {
	height: 62px;
}
#treeviewPrice span.headerImage {
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px 0px;
	overflow: hidden;
	border: 1px dotted gray;
	background-color: white;
}
#treeviewPrice span.headerPrice {
	float: left;
	width: 75px;
	height: 17px;
	margin: 5px 0px 38px 5px;
	border: 1px dotted gray;
}
#treeviewPrice span.headerLabel {
	text-align: right;
	float: left;
	width: 40px;
	height: 17px;
	margin: 7px 0px 38px 5px;
}
#treeviewPrice span.headerUnit {
	text-align: left;
	float: left;
	width: 40px;
	height: 17px;
	margin: 7px 10px 38px 5px;
}
#treeviewPrice span.headerPrice a {
	text-align: right;
	margin-right: 5px;
	width: 70px;
}
#treeviewPrice span.headerPrice a:hover {
	color: red;
}
#treeviewPrice span.headerText {
	line-height: 25px;
}
#treeviewPrice input.priceField {
	display: none;
	width: 75px;
	height: 15px;
	font-size: 10px;
	line-height: 10px;
	text-align: right;
	border: 0;
}