*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

/*a
{
	text-decoration: none;
}

body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 50px;
	width: 620px;
}

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
{
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
}

.hoverbox ul {
    list-style: none;
}

.hoverbox a
{
	cursor: hand;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 20px;
	left: -33px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border: 1px solid #cdcdcd;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 86px;
}

.hoverbox img.small2 {
    width: 150px;
	height: 86px;
}

.hoverbox img.small3 {
    width: 150px;
	height: 86px;
}

.hoverbox img.small4 {
    width: 150px;
	height: 86px;
}

.hoverbox img.small5 {
    width: 150px;
	height: 86px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	margin: 1px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	/*width: 97px;
	height: 150px;*/
    width: 150px;
	height: 86px;
}

.hoverbox .large2 {
    width: 300px;
	height: 171px;
}

.hoverbox .large3 {
    width: 300px;
	height: 171px;
}

.hoverbox .large4 {
    width: 300px;
	height: 171px;
}


/**** Direct Mail Remarketing hover styles ****/
.hoverbox .dmlarge1 {
    width: 93px;
	height: 150px;
}

.hoverbox .dmlarge4 {
    width: 300px;
	height: 171px;
}

/**** Media hover styles ****/
.hoverbox .medlarge {
    width: 300px;
	height: 171px;
}

/**** text links in hoverbox ****/
li.text {
 padding: 0 69px 0 0;
}

li.text a:hover {
 display: inline;
}

/**** class to display the list block instead of inline ****/

.block li {
 display: block;
 clear:left;
}

/**** styles for hovering text of what is linked to ****/
.hoverbox a .tip {
 display: none;
}

.hoverbox a:hover .tip
{
	display: block;
	position: absolute;
	top: 80px;
	left: -31px;
	z-index: 1;
	background-color: #000;
	border: 1px solid black;
	width: 136px;
	color: white;
	text-align: center;
}

.hoverbox .nelarge {
 width: 200px;
 height: 150px;
}

.hoverbox a .tip2 {
 display: none;
}

.hoverbox a:hover .tip2
{
	display: block;
	position: absolute;
	top: 86px;
	left: -31px;
	z-index: 1;
	background-color: #000;
	border: 1px solid black;
	width: 150px;
	color: white;
	text-align: center;
	text-decoration: none;
}
