/****************
	pc
****************/
#pc_title {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* sort tab */
a#pc_tab_sort {
	position: absolute;
	height: 22px;
	width: 154px;
	top: 33px;
	left: 626px;
	margin: 0;
	padding: 0;
}

/* about tab */
a#pc_tab_about {
	position: absolute;
	height: 22px;
	width: 154px;
	top: 33px;
	left: 831px;
	margin: 0;
	padding: 0;
}


/****************
	text
****************/
/* tabs */
a#pc_tab_sort span, a#pc_tab_about span {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.0em;
	text-align: center;
	width: 154px;
	margin: 5px 0 0 0;
}

/* art terms */
#pc_art_terms ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #C2C2C2;
	background-color: transparent;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#pc_art_terms ul li.pc_art_terms_col1 {
	position: absolute;
	width: 150px;
	height: 60px;
	top: 20px;
	left: 0px;
}

#pc_art_terms ul li.pc_art_terms_col2 {
	position: absolute;
	width: 130px;
	height: 60px;
	top: 20px;
	left: 180px;
}

#pc_art_terms ul li.pc_art_terms_col3 {
	position: absolute;
	width: 150px;
	height: 60px;
	top: 20px;
	left: 340px;
}

#pc_art_terms ul li.pc_art_terms_col4 {
	position: absolute;
	width: 130px;
	height: 60px;
	top: 20px;
	left: 480px;
}

#pc_art_terms ul li.pc_art_terms_col5 {
	position: absolute;
	width: 180px;
	height: 60px;
	top: 20px;
	left: 630px;
}

#pc_art_terms ul li.pc_art_terms_col6 {
	position: absolute;
	width: 160px;
	height: 60px;
	top: 20px;
	left: 820px;
}


/****************
	links
****************/
/* arrows */
a#pc_arrow_left, a#pc_arrow_left:visited {
	background-image: url('../images/pc/but_left.gif');
	text-decoration: none;
}

a#pc_arrow_left:hover, a#pc_arrow_left:active {
	background-image: url('../images/pc/but_left_on.gif');
	text-decoration: none;
}

a#pc_arrow_right, a#pc_arrow_right:visited {
	background-image: url('../images/pc/but_right.gif');
	text-decoration: none;
}

a#pc_arrow_right:hover, a#pc_arrow_right:active {
	background-image: url('../images/pc/but_right_on.gif');
	text-decoration: none;
}

/* link */
a.pc_link, a.pc_link:visited {
	color: #C2C2C2;
	text-decoration: none;
}

a.pc_link:hover, a.pc_link:active {
	color: #FF00A4;
	text-decoration: none;
}

/* sort tab */
a#pc_tab_sort, a#pc_tab_sort:visited {
	color: #373333;
	text-decoration: none;
}

a#pc_tab_sort:hover, a#pc_tab_sort:active {
	background: transparent url('../images/pc/but_sort_on.gif') no-repeat 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
}

a#pc_tab_sort:hover img, a#pc_tab_sort:active img {
	visibility: hidden;
}

/* about tab */
a#pc_tab_about, a#pc_tab_about:visited {
	color: #373333;
	text-decoration: none;
}

a#pc_tab_about:hover, a#pc_tab_about:active {
	background: transparent url('../images/pc/but_about_on.gif') no-repeat 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
}

a#pc_tab_about:hover img, a#pc_tab_about:active img {
	visibility: hidden;
}

