#catalogue {

}

#catalogue #cats {	
	font-size: 12px;
	float: left;
}

#catalogue #cats .cat {
	float: left;
	width: 50%;
	height: 40px;
	font-weight: bold;

}

#catalogue #cats .subcat {
	font-weight: normal;
	font-size: 10px;
}

#treecontainer {
	float: left;
	width: 150px;
	overflow: auto;
	text-align: left;
	
}

#treecontainer img {
	align: left;
	float: none;
	margin-top: 3px;
	margin-bottom: 3px;
}

#treecontainer .dojoTree {
	width: 150px;
}

#uploadbutton {
	margin-left: 10px;
}

#catalogue #items {
	float: left;
	margin-left: 10px;
	width: 200px;
}

#catalogue #items .title {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#catalogue #items .abstract {
	font-size: 10px;
	color: #000000;
}

#catalogue #items .url{
	font-size: 11px;
	color: #666666;
}

#catalogue ul {
        margin: 0px;
        padding: 0px;
}

li.catalogue_item {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.line {
	width: 100%;
	height: 1px;
	border-top: 1px solid;
	border-color: #999999;
}

.clear {
	clear: both;
}


/** Propose Utem */
#cataloguepropose {
    width: 100%;
}

#catalogueitempropose {
    width: 50%;
    float: left;
}

#cataloguejavapropose {
    width: 49.999%;
    float: left;

}

#catalogueitempropose div.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: #ffffff 12px;
	width: 80px;
	height: auto;
	float: left;
}

.dojoTree {
	overflow: visible;	
}

