/**
{
	border: 0;
	margin: 0;
	padding: 0;
}*/

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
	color: #316FCE;
}

body
{
	/*background: #fff;*/
	color: #666;
	/*margin: 0 auto;*/
	/*padding: 50px;*/
	position: relative;
	/*width: 620px;*/
}

td
{
	text-align: center;
}

hr
{
	border-top: 1px solid #ddd;
}

h1
{
	background: inherit;
	color: #316FCE;
	font: 15px Georgia, serif;
	margin: 10px 0px 5px;
	padding: 0 0 5px;
	text-align: left;
}

p
{
	clear: both;
	font: 12px Verdana, sans-serif;
	color: #666;
	margin: 0 0 10px;
	padding: 5px 0;
	text-align: left;
}

p a
{
	background: inherit;
}

p a:hover
{
	background: inherit;
	color: #000;
}



/* =Hoverbox Code
----------------------------------------------------------------------*/

.thumbnailhover
{
	cursor: default;
	list-style: none;
}

.thumbnailhover a
{
	cursor: default;
	color: #666;

}

.thumbnailhover a .preview
{
	display: none;
}

.thumbnailhover a:hover .preview
{
	display: block;
	position: absolute;
	top: -54px;
	left: -82px;
	z-index: 1;
}

.thumbnailhover img
{
	background: #fff;
	border-color: #eee #eee #eee #eee;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.thumbnailhover li
{
	background: #f2f2f2;
	border-color: #eee #ccc #bbb #ddd;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 3px;
	position: relative;
	text-align: center;
	font: 10px Verdana, sans-serif;

}

.thumbnailhover .preview
{
	background: #f2f2f2;
	border-color: #eee #ccc #bbb #ddd;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	width: 260px;
	height: 195px;
	margin: 3px;
	padding: 5px 5px 5px 5px;

}