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

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

p
{
	clear: both;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 0px;
	color: #999999;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
	text-decoration: underline;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	width: 500px;
}

.hoverbox a
{
	cursor: default;
	
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox img
{
	vertical-align: top;
	width: 463px;
	height: 80px;
	margin-left: 0px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
	margin-bottom: 15px;
}

.hoverbox .preview
{
	width: auto;
	height: auto;
}
