/* ------------------------------------------------------------------------ */
/* List ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */


/* //////////////////////////////////////////////////// */
/*	CLS select											*/
/* //////////////////////////////////////////////////// */
#cls {
	padding-top:20px;
}

#clsInner {
	overflow: hidden;
	width:870px;
	height:21px;
/* centering	*/
	margin: 0 auto;
}

#clsSelect li {
	float: left;
	position: relative;
	z-index: 1;
	width:105px;
}

#clsSelect li a {
	background: url('../images_2010/common/cls_over.png') left top no-repeat;
/*	display: -moz-inline-box; /* for Firefox2 */
	display: inline-block;
}

#clsSelect li.cls0 a {background-position: 0px 0;}
#clsSelect li.cls1 a {background-position: -105px 0;}
#clsSelect li.cls2 a {background-position: -210px 0;}
#clsSelect li.cls3 a {background-position: -315px 0;}
#clsSelect li.cls4 a {background-position: -420px 0;}
#clsSelect li.cls5 a {background-position: -525px 0;}

#clsSelect li.off a:hover {
	position: static;	/* for IE6 */
}
#clsSelect li.off a:hover img {
 	position: relative;
	z-index: -1;
 }
#clsSelect .clsCnt{
	width:130px;
	font-size:120%;
}
/* //////////////////////////////////////////////////// */


/* navi text */
#treePath{
	padding:5px 0px 0px 10px;
	height:20px;
}


/* //////////////////////////////////////////////////// */
/*	Appeal list 										*/
/* //////////////////////////////////////////////////// */
#appSlt {
	padding-top:20px;
}

#appSltInner {
    overflow: hidden;
    width:906px;
    padding: 5px;
    height: 120px;
    /* centering	*/
	margin: 0 auto;
	background: url('../images_2010/list/app_slt_bg.png') no-repeat;
}

.appLstCount{
	text-align:left;
}

.appLstCountBig{
	text-align:left;
	font-size:150%;
}
/* //////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////// */
/*	Ikkatu head 										*/
/* //////////////////////////////////////////////////// */
#ik {
	padding-top:20px;
}

#ikInner {
    overflow: hidden;
    width:914px;
    padding: 5px;
    height: 54px;
    /* centering	*/
	margin: 0 auto;
	background: url('../images_2010/list_ik/head_bg.png') no-repeat;
}
/* //////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////// */
/*	New list head 										*/
/* //////////////////////////////////////////////////// */
#newLst {
	padding-top:20px;
}

#newLstInner {
    overflow: hidden;
    width:914px;
    padding: 5px;
    height: 54px;
    /* centering	*/
	margin: 0 auto;
	background: url('../images_2010/list_new/head_bg.png') no-repeat;
}
/* //////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////// */
/*	Search list head 										*/
/* //////////////////////////////////////////////////// */
#srhLst {
	padding-top:20px;
}

#srhLstInner {
    overflow: hidden;
    width:914px;
    padding: 5px;
    height: 54px;
    /* centering	*/
	margin: 0 auto;
	background: url('../images_2010/list_search/head_bg.png') no-repeat;
}
/* //////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////// */
/*	Quick list head 										*/
/* //////////////////////////////////////////////////// */
#quickLst {
	padding-top:20px;
}

#quickLstInner {
    overflow: hidden;
    width:914px;
    padding: 5px;
    height: 54px;
    /* centering	*/
	margin: 0 auto;
	background: url('../images_2010/list_quick/head_bg.png') no-repeat;
}
/* //////////////////////////////////////////////////// */


#listBox {
	padding-top:20px;
}

/* content size */
#listBoxInner {
	background: url('../images_2010/list/side_bg.png') top repeat-y;
}

#listBoxContent {
	width:730px;
	margin:0 auto;
}

/* Navigation panel for list	*/
#naviPanel {
	position: fixed;
	_position:absolute; /*for IE6 only */
	width: 86px;
	height: 405px;
/*	top: 289px;	*/
	z-index: 1;
	background-color:#F8C0B8;
	margin:0 0 0 855px;
	background: url('../images_2010/list/navi_base.png') top no-repeat;
}
.naviBottom {
	margin:10px 0 5px 0;
	text-align:center;
	font-size:14px;
}
.naviBottom a{
	color:#000000;
	margin:2px 1px 2px 1px;
	padding:2px 2px 1px 2px;
	border:1px #CCCCCC solid;
	text-decoration:none;
	display:inline-block;
	_display:inline;     /*for IE6 only */
	_zoom:1;             /*for IE6 only */
}
.naviBottomNow {
/*	cursor: pointer; */
	color:#FFFFFF;
	background-color:#519BF7;
	margin:2px 1px 2px 1px;
	padding:2px 2px 1px 2px;
	border:1px #519BF7 solid;
	display:inline-block;
	_display:inline;     /*for IE6 only */
	_zoom:1;             /*for IE6 only */
}
.naviBottom a:hover {
	background-color:#ADE1E9;
}


/* Box Table	*/
.tb1 {
	border-width:1px;
	border-style:solid;
	border-color:#519BF7;
	background-color:#EDF8F8;
}

.tb1btm {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#C0DEFA;
}

.tb1top{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#C0DEFA;
}

/* Ikkatu Box Table	*/
.tb1Ik {
	border-width:1px;
	border-style:solid;
	border-color:#E2B570;
	background-color:#FCF8ED;
}

.tb1btmIk {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#F2D7AE;
}

.tb1topIk {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#F2D7AE;
}

/* New list Box Table	*/
.tb1New {
	border-width:1px;
	border-style:solid;
	border-color:#7BE3AD;
	background-color:#E7FAF0;
}

.tb1btmNew {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#C8E8D2;
}

.tb1topNew {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#C8E8D2;
}

/* Search list Box Table	*/
.tb1Srh {
	border-width:1px;
	border-style:solid;
	border-color:#A77CC7;
	background-color:#FAF3FC;
}

.tb1btmSrh {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#D9CCE3;
}

.tb1topSrh {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#D9CCE3;
}

/* Quick list Box Table	*/
.tb1Quick {
	border-width:1px;
	border-style:solid;
	border-color:#F8C0B8;
	background-color:#FDF4F0;
}

.tb1btmQuick {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FBD8D2;
}

.tb1topQuick {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#FBD8D2;
}


/* Backward compatibility */
.msghead {
	font-size: 14px;
	line-height:16px ;
	font-weight: bold;
	color:#004488;
}

.msgbody {
	font-size: 10px;
	line-height:14px ;
	color:#333333;
}

.apealbody {
	font-size: 10px;
	line-height:12px ;
	color:#333333;
}

.shopmsg {
	font-size: 10px;
	line-height:18px ;
	font-weight: bold;
	color:#FF9900;
}

.apeal {
	font-size: 10px;
	line-height:14px ;
	font-weight: bold;
	color:#FF9900;
}

.sname {
	font-size: 12px;
	line-height:14px ;
/*	font-weight: bold;*/
	color:#333333;
}

.snameB {
	font-size: 14px;
	line-height:18px ;
	font-weight: bold;
	color:#000000;
}

.new {
	font-size: 12px;
	line-height:12px ;
	font-weight: bold;
	color:#FF0000;
}

.ken {
	font-size: 18px;
	line-height:20px ;
	font-weight: bold;
	color:#FF6600;
}

.ken2 {
	font-size: 10px;
	line-height:10px ;
	color:#999999;
}

/* BG */
.lineName{
	background: url('../images/common/line_name.png') top repeat-x;
	margin: 10px 0px 5px;
	border-style: solid;
	border-color: #A5A5A5;
	border-width: 0px 1px 1px 0px;
}

/*END*/


