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

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

/*a
{
	text-decoration: none;
}

body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
  padding: 40px;
	position: relative;
	width: 480px;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;  
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

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

p a:hover
{
	background: inherit;
	color: #000;
}
*/
/* =Hoverbox Code
----------------------------------------------------------------------*/

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

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 5px;  
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 270px;
	height: 180px;
}


.hoverbox img.bullet
{
	position:absolute;
	top:7px;
	bottom:0;
	left:-18px;
	background: #fff;
	padding:0px;
	border:none;
	width:10px;
	height:10px;
}


.hoverbox li
{
	background: #ffffff;
/*	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;  */
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}


.hoverbox li h2
{
	font-size:20px;
	color:#0083ca;
	margin:0px;
}

.hoverbox li ul {
	padding-left:18px;
}


.hoverbox li ul li{
	color:#888888;
	margin:0px;
	font-size:22px;
	float: left;
	position: relative;
}

.hoverbox .preview
{
/*	border-color: #000; */
	width: 510px;
	height: 340px;
}

