#product-left{
	margin-top: 40px;
	width: 300px;
	float: left;
	min-height: 400px;
}

#product-left a{
	color: white;
}

.level_0, .level_1, .level_2, .level_3{
	margin: 5px;
	padding-left: 10px;
	padding-top: 5px;
	background: #008091;
	color: white;
	font-weight: bold;
}

.level_0{
	padding-top: 10px;
	padding-bottom: 10px;
}

.level_1{
	border-left: 1px dotted white;
}

.level_2{
	border-left: 1px dotted white;	
}

.level_3{
	border-left: 1px dotted white;	
}

#product-right{
	margin: 40px;
	width: 580px;
    float: left;
}

#product-right td{
	vertical-align: top;
	padding-right: 5px;
	padding-top: 5px;
}
