/* Shared CSS */
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}

.footertxt {
	font-size: 12px;
	color: #58626D;
}

a.footer:link {
	font-size:10px;
	color: #58626D;
	text-decoration: none;
}

a.footer:visited {
	font-size:10px;
	color: #58626D;
	text-decoration: none;
}
a.footer:hover {
	font-size:10px;
	color: #FF3300;
	text-decoration: underline;
}

.fontM {
	font-size:12px;
	color: #444444;
	line-height: 16px;
}
.fontMB {
	font-size:12px;
	font-weight: bold;
	color: #444444;
	line-height: 16px;
}
.fontMBw {
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}
.fontMBb {
	font-size:12px;
	font-weight: bold;
	color: #003399;
	line-height: 16px;
}
.fontMBbl {
	font-size:12px;
	font-weight: bold;
	color: #0066CC;
	line-height: 16px;
}
.fontLB {
	font-size:14px;
	font-weight: bold;
	color: #003399;
	line-height: 18px;
}
.capM {
	font-size:12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 16px;
}
.itemTitleM {
	font-size: 12px;
	font-weight: bold;
	color: #58626D;
}

/* Form CSS */
.keyword {
	width: 340px;
}


/* CD-ROM */
.romTitle {
	font-size: 12px;
	font-weight:bold;
	line-height: 18px;
}
.rankCount {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
}

/* Search */
.listCurrent {
	font-weight:bold;
	color: #FF3300;
}
.categoryHead {
	font-size: 14px;
	font-weight: bold;
	color: #515B65;
	line-height: 20px;
}


/* Error Message */
.errorL {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

/* List */
.listHead {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A4B2C1;
}
.listHeadCgry {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #D5D5D5;
}
.list {
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
}
.odrListTotalHead {
	font-size: 12px;
	font-weight: bold;
	color: #58626D;
}
.odrListTotal {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background-color: #EEEEEE;
}

/* Hotshots */
.hsTitle {
	font-size: 18px;
	font-weight: bold;
	color: #3399CC;
}

/* MyPage */
.myUser {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

.style2 {
	font-size: 24px;
	font-weight: bold;
	color: #0080FF;
}

