﻿*
{
	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
{
	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: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 35px;
	height: 240px;
}

.hoverbox li
{
	background: #eee;
	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 .preview
{
	border-color: #000;
	width: 55px;
	height: 480px;
}

/* ----------------- Extras -----------------*/

.desc_box {
	white-space: nowrap;
	border: 1pt outset #E7E7DA;
	font-size: small;
	font-family: Arial;
	text-align: left;
	background-color: #EAEAEA;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #008080;
}
.tabe_desc_1 {
	border: 0px solid #000000;
	text-align: center;
	font-family: Arial;
	font-size: small;
	color: #008080;
	font-style: normal;
	font-weight: bolder;
	background-color: #FFFFC4;
	width: 35px;
	white-space: nowrap;
}
.bar1 {
	padding: 5px;
	margin: 5px;
	border: 1pt outset #C0C0C0;
	background-color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #808080;
	display: block;
	cursor: auto;
	caption-side: bottom;
}
