{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

/*body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	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;
}
*/

{
	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;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	z-index: 1;
	left: -100px;
	top: -45px;
}
/*----------------------------------=images=-----------------------------------*/
.hoverbox img
{
	padding:2px;
	vertical-align:top;
	width: 125px;
	height: 141px;
}
/*----------------------------------=images=-----------------------------------*/
/*----------------------------------=list style=-------------------------------*/
.hoverbox li
{
	display: inline;
	float: left;
	margin: 5px;
	padding: 10px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*----------------------------------=list style=---------------------------------*/
/*----------------------------------=popup box=----------------------------------*/
.hoverbox .preview
{
	width: 280px;
	height: 336px;
}
/*----------------------------------=popup box=----------------------------------*/

.detail{
	padding-left:43px;
	font-weight:bold;
	color:#006600;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

