
	#categories, #products {
		/*border: 1px solid red;*/
		clear: none;
		float: left;
		width: 300px;
	}
	
	#categories select, #products select {
		width: 250px;
		height: 200px;
	}
	
	#documents-list {
		display: block;
		float: none;
		clear: both;
		min-height: 50px;
	}