/* 테이블스타일 */
.table {
}


/* 링크 스타일 */
A:link, A:active, A:visited
{
	font-family:Tahoma;
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}
A:hover 
{ 
	font-family:Tahoma;
	color: #F8793D;
	font-size: 9pt;
}

/* 상품명 링크 스타일 */
A.goods:link, A.goods:active
{
	font-family:Tahoma;
	color: #0000FF;
	font-size: 9pt;
	text-decoration: none;
}
A.goods:visited
{
	font-family:Tahoma;
	color: #006699;
	font-size: 9pt;
	text-decoration: none;
}
A.goods:hover
{ 
	font-family:Tahoma;
	color:#000099;
	font-size: 9pt;
	text-decoration:underline;
}

/* 페이징 링크 스타일 */
A.Page:link, A.PAGE:active, A.Page:visited
{
	font-family:Tahoma;
	color: #0000FF;
	font-size: 9pt;
	text-decoration: none;
}
A.Page:hover
{ 
	font-family:Tahoma;
	color: #FF0000;
	font-size: 9pt;
}

/* 메뉴 버튼 스타일 */
input.mb
{
	background-color: #336699;
	height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #3399CC;
	border-right-color: #3399CC;
	border-bottom-color: #3399CC;
	border-left-color: #3399CC;
	color: #FFFFFF;
}

/* 브랜드 스타일 */
A.brand:link, A.brand:active, A.brand:visited
{
	font-family:Tahoma;
	color: #00A038;
	font-size: 9pt;
	font-weight: bold;
}
A.brand:hover
{ 
	font-family:Tahoma;
	color: #000000;
	font-weight: bold;	
	background:#E9F1D7;	
	font-size: 9pt;
}

/* 카테고리 스타일 */
A.category:link, A.category:active, A.category:visited
{
	font-family:Tahoma;
	color: #FCB801;
	font-size: 9pt;
	text-decoration: none;
	background:#000000;
}
A.category:hover 
{ 
	font-family:Tahoma;
	color: #FFFFFF;
	font-size: 9pt;	
}


fieldset {
	margin: 10px;
	padding: 10px;
	border: 1px solid #336699;
}

