
ul.collection-list {
	margin-bottom:10px;
	margin-left:20px;
	list-style-type:none;
}

ul.collection-list li {
	padding-left:0px;
}

.jlo-collection {

    border:#e0e0e0 solid thin;
     padding:5px;
     margin:10px;
     min-height:50px;
 }

.jlo-collection .image {
    /*isplay:inline-block;*/
    float:left;
     margin-right:5px;
 }

.jlo-collection .collection-head {
/*	position:relative; */
	background:transparent;
	height:50px;
}

.jlo-collection .collection-body {
     display:block;
     vertical_align:top;
 }
     
.jlo-collection img.thumbnail {
         max-width:50px;
         max-height:50px;
 }

.jlo-collection .description-float {
	float:right;
	margin:05px 30% 0 0;
	width:33%;
	line-height:0.9em;
	font-size:1.0em;
	border:blue solid thin;
}
.jlo-collection .description {
	line-height:1.1em;
	font-size:1em;
}

h3.title {
    padding:0;
    margin:0;
	text-transform:none;
}

a.title-link:hover {
	text-decoration:none;
}

.pid-link {
	font-size:0.85em;
	float:right;
}

.collection-control {
	width:30px;
	/*background:purple;*/
	height:100%;
	float:left;
	margin-top:10px;	
}

#test-dev {
	width-min:100px;
	height-min:100px;
	background:grey;
}
