﻿#treecontrols {
  float: right;
  margin-top: 10px;
}

#nascondi, #mostra {
  cursor: pointer;
  padding: 8px;
  margin: 5px;
}

#nascondi:hover, #mostra:hover {
  background: #fc6;
  color: #2289C6;
}

.tree .even {
  background: #ffe;
}

.tree .odd {
  background: #eef;
}

.hitarea 
{
	display: inherit;
}#treecontrols {
  float: right;
  margin-top: 10px;
}

#nascondi, #mostra {
  cursor: pointer;
  padding: 8px;
  margin: 5px;
}

#nascondi:hover, #mostra:hover {
  background: #fc6;
  color: #2289C6;
}

.tree .even {
  background: #ffe;
}

.tree .odd {
  background: #eef;
}

.hitarea 
{
	display: inherit;
}

.row {
  height: 20px;
  width: 90%;
}

.row .cart,.info,.gratis {
  float: right;
}

.row .name {
  float: left;
}

.ui-dialog 
{
	background: white;
	border: 1px solid black;
	width: 400px;
}

.ui-icon-closethick {
  float: right;
  padding: 0;
  margin: 0;
  line-height: 20px;
  cursor: pointer;
}

.ui-dialog-titlebar {
  background: #cde;
  height: 20px;
}

#ui-dialog-title-avast_update  {
  padding: 0 5px;
  line-height: 20px;
  float: left;
}
 
.ui-dialog-content {
  padding: 10px;
  text-align: justify;
  font-size: 10px;
}

.ui-dialog-content h1 
{
	margin: 0;
}