/*
geonshop.com
by amuro
*/



body, p, table, form, h1, h2, h3
{
	color: #000000;
	font-family: "±¼¸²", verdana;
	font-size: 12px;
	line-height: 150%;
}



/* body */
body {
	margin: 0px;
	background-color: white;
}

a:link, a:active, a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #990000; 
	text-decoration: underline;
}

hr
{
	margin: 0px 0px 0px 0px;
}



/* form */

form
{
	margin: 0px;
}

input, select
{
	font-size: 12px;
	height: 20px;
}

textarea
{
	font-size: 12px;
}

input.button1
{
	border-color: silver;
	background-color: gray;
	color: white;
	height: 20px;
}



/* etc */

.color-gray {color: gray; background-color: transparent}
.color-silver {color: silver; background-color: transparent}
.bold {font-weight: bold}
.size-small
{
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;
}
.size-smallkr
{
	font-family: "µ¸¿ò";
	font-size: 8pt;
	font-weight: normal;
}

hr
{
	border: 1px solid silver;
	height: 1;
	width: 100%
}



/* table */

.tablehead
{
	font-family: "µ¸¿òÃ¼";
	font-size: 11px;
	font-weight: normal;
	color: gray;
	background-color: #e1e1e1;
	line-height: 150%;
	padding: 0px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: center;
}

.productsmenu
{
	background-color: #F2F3F3;
}



/* board */

.board-head
{
	color: gray;
	font: normal 11px "µ¸¿ò";
	background-color: #e1e1e1;
	height: 17px;
	padding: 0px;
	border: 1px solid white;
	text-align: center;
}

.board-num
{
	color: gray;
	font-family: "µ¸¿ò";
	font-size: 8pt;
	font-weight: normal;
}

.board-list-row0
{
	background: transparent;
	height: 22px;
}

.board-list-row1
{
	background: transparent;
	height: 22px;
}

.board-list-highlight
{
	color: #3300CC;
	background: #f0f0f0;
}

.board-list-rule
{
	height: 1px;
	background-color: #e1e1e1;
	background-image: url(/skins/board/rule.gif);
	border: 0px;
}

.rule2
{
	color: #e1e1e1;
	border: 1px solid silver;
	height: 5px;
	width: 100%;
}



/* products */

.productname
{
	color: #01567A;
}
.price
{
	color: #01567A;
}



/* menu pop */

.submenu
{
	visibility: hidden;
	position: absolute;
	left: 140;
}
.submenutable
{
	width: 150px;
	background-color: #d5d5d5;
	border: 1px solid white;
	/*
	border-right: 2px ridge silver;
	border-bottom: 2px ridge silver;
	*/
}
.submenutd
{
	padding: 0px 1px 0px 3px;
	cursor: hand;
	border-bottom: 1px solid white;
}

/* end CSS */