*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* Basic HTML, Non-essential
*/



.hoverbox
/*style of the div containing the list*/
{
	cursor: default;
	list-style: none;
	width: 650px;
	margin-left: 20px;

}

.hoverbox .categ
{
	font-family: "arial",  sans-serif;
	font-size: 12px;
	color: #A9A9A9;
	text-align: right;
	padding-bottom:10px;
	
}


.hoverbox a
{
	cursor: default;
	font-size: 80%;
	}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}


.hoverbox img
{
	background: #eee;
	border-color: #00CC00;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 175px;
	height: 120px;
}


.hoverbox ul
{
	
	list-style: none;
	
}

.hoverbox li
{
	
	border-color:  #00CC00; /*#fff;*/
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;

}

.hoverbox .preview
{
	border-color: #150567;
	width: 250px;
	height: 175px;
}
