@charset "UTF-8";
/* ==============================
  css-item-list
=================================
itemList
---------------------------------
itemList-select
============================== */

/* ------------------------------
  itemList
------------------------------ */
.itemList {
	width: 645px;
}

.itemList ul {
	width: 645px;
	margin-bottom: 2px;
}
/* clearfix */
.itemList ul:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.itemList ul {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html .itemList ul {
	height: 1%;
}
.itemList ul {
	display: block;
}
/* End hide from IE-mac */
 
.itemList li {
	width: 213px;
	padding-right: 3px;
	float: left;
}
.itemList li.last {
	padding-right: 0;
}

.itemList li .itemList-wrap {
	width: 189px;
	height: 100px;
	background-color: #fafafa;
	padding: 12px;
}
/* clearfix */
.itemList li .itemList-wrap:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.itemList li .itemList-wrap {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html .itemList li .itemList-wrap {
	height: 1%;
}
.itemList li .itemList-wrap {
	display: block;
}
/* End hide from IE-mac */

.itemList li .itemList-img {
	width: 60px;
	height: 80px;
	background: url(/shared/img/member/avatarland/item_list_img_bg.gif) no-repeat;
	float: left;
}

.itemList li .itemList-txt {
	width: 119px;
	float: right;
}
.itemList li .itemList-txt p.rankNo {	
	color: #7db700;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
.itemList li .itemList-txt p.cap {
	font-size: 12px;
	line-height: 1.5;
}
.itemList li .itemList-txt p.cap span.red {
	color: #d50037;
}
.itemList li .itemList-txt p.cap span.red span {
	font-size: 10px;
}
.itemList li .itemList-txt p.cap .txt10 {
	font-size: 10px;
}
.itemList li .itemList-txt p.cap img {
	vertical-align: baseline;
	padding-left: 5px;
}
.itemList li .itemList-txt p.btn-itemBack {
	padding-top: 5px;
	text-align: right;
}

/* ------------------------------
  itemList-select
------------------------------ */
.itemList-select {
	width: 645px;
}

.itemList-select ul {
	width: 645px;
	margin-bottom: 20px;
}
/* clearfix */
.itemList-select ul:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.itemList-select ul {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html .itemList-select ul {
	height: 1%;
}
.itemList-select ul {
	display: block;
}
/* End hide from IE-mac */
 
.itemList-select li {
	width: 60px;
	padding-right: 23px;
	float: left;
}
.itemList-select li.last {
	padding-right: 0;
}

.itemList-select li .tagFitting {
	width: 60px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}
.itemList-select li.on .tagFitting {
	background: url(/shared/img/member/avatarland/tag_fitting.gif) no-repeat;
}

.imgWrap {
	width: 60px;
	height: 80px;
	position: relative;
	margin-bottom: 8px;
}
.itemList-select li .avaImg {
	width: 60px;
	height: 80px;
	background: url(/shared/img/member/avatarland/item_list_select.gif) no-repeat;
}
.itemList-select li.on .avaImg-bk {
	width: 60px;
	height: 80px;
	background-color: #000000;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
}

.itemList-select li .tagPT {
	width: 60px;
	text-align: center;
}

.itemList-select li .avaImg-hover {
	width: 60px;
	height: 80px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}
.itemList-select li .avaImg-hover a {
	width: 60px;
	height: 80px;
	background: url(/shared/img/member/avatarland/item_list_select_hover.gif) no-repeat 0 80px;
	display: block;
	text-decoration: none;
	outline: none;
}
.itemList-select li .avaImg-hover a:hover {
	background-position: 0 0;
}
