#painelCategoria button {
	float:left;
	display: block;
}

#organize_menu {
	list-style-type: none;
	height: 55px;
	width: 600px;
	margin: 0;
	padding: 0;
}

#organize_menu li{
	position: relative;
	float: left;
	width: 21%;
	margin-right: 5px;
	
	background: #4f641f; /* Old browsers */
	background: -moz-linear-gradient(top,  #4f641f 0%, #84c98b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f641f), color-stop(100%,#84c98b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4f641f 0%,#84c98b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4f641f 0%,#84c98b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4f641f 0%,#84c98b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4f641f 0%,#84c98b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f641f', endColorstr='#84c98b',GradientType=0 ); /* IE6-9 */

	cursor: pointer;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;

	-webkit-box-shadow:  1px 1px 2px 1px rgba(50, 50, 50, .2);
	   -moz-box-shadow:  1px 1px 2px 1px rgba(50, 50, 50, .2);
		 -o-box-shadow:  1px 1px 2px 1px rgba(50, 50, 50, .2);
        	box-shadow:  1px 1px 2px 1px rgba(50, 50, 50, .2);
}

#organize_menu li:last-child{
	margin-right: 0;
}

#organize_menu li:hover {
	background: #2d3a01; /* Old browsers */
	background: -moz-linear-gradient(top,  #2d3a01 0%, #84c98b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3a01), color-stop(100%,#84c98b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2d3a01 0%,#84c98b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2d3a01 0%,#84c98b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2d3a01 0%,#84c98b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2d3a01 0%,#84c98b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3a01', endColorstr='#84c98b',GradientType=0 ); /* IE6-9 */

	border-color:black;
}

#organize_menu li.selected {
	background: #000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000 0%, #000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,#000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000 0%,#000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000 0%,#000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000 0%,#000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000 0%,#000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow:  2px 2px 5px 1px rgba(50, 50, 50, .5);
	   -moz-box-shadow:  2px 2px 5px 1px rgba(50, 50, 50, .5);
		 -o-box-shadow:  2px 2px 5px 1px rgba(50, 50, 50, .5);
        	box-shadow:  2px 2px 5px 1px rgba(50, 50, 50, .5);
    border-color:black;
}
#organize_menu li.selected p{
	color: white;
}

#organize_menu li p{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
	text-align: center;
	text-transform:uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	pointer-events: none;
}

#wrapperItems{
	position: relative;
	width: 620px;
}



.organize_item {
	display: inline-block;
	background-color: papayawhip;
	font-family: "Arial", "Helvetica", sans;
	font-size: 10px;
	color: grey;
	border: 1px solid gray;
	top: 200px;
	left: 0px;
	position: absolute;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
     -o-border-radius: 4px;
        border-radius: 4px;
}
.trans {
	-webkit-transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out;
     -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
}

.organize_item:hover {
	border-width: 1px;
	border-color: #e82700;
}

.organize_item img {

	-webkit-border-radius: 4px;
  	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
}

.organize_item img.imgFavorito{
	position: absolute;
	display: block;
	top: 30px;
	left: 30px;
	width: 8px;
	height: 8px;
}

.coluna {
	background-color: #eeeeee;
	height: 100%;
	float: left;
}


/*#wrapperLabels{
	display: block;
	position: absolute;
	background-color: red;
	width: 100%;
	height: 100%;
}*/

.label_name {
	position: absolute;
	display: block;
	left: 15px;
	top:0px;
	color: #333;
	font-size: 13px;
	font-weight:bold;
	pointer-events:none;
}
.label_name small {
	color: lightgrey;
}

.divTextoTooltip {
	width: 300px;
}
.divTextoTooltip p{
	font-size: 11px;
	margin: 3px 0;
}
.divTextoTooltip h5{
	font-size: 15px;
	margin: 3px 0;
}
.image_align{
	position:absolute;
	top:10px;
	left:5px;
}