/* °Ô½Ã¹° ¸Ç À§ Ãâ·Â¹° ¹Ú½º  */
.border_box .TL {
	background: url(/images/itsnew/borderTL.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 8px;
	height: 7px;
}

.border_box .TH {
	background: url(/images/itsnew/borderH.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

.border_box .TR {
	background: url(/images/itsnew/borderTR.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 8px;
	height: 7px;
}

.border_box .VL {
	background: url(/images/itsnew/borderV.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.border_box .VR {
	background: url(/images/itsnew/borderV.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.border_box .BL {
	background: url(/images/itsnew/borderBL.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 8px;
	height: 7px;
}

.border_box .BH {
	background: url(/images/itsnew/borderH.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.border_box .BR {
	background: url(/images/itsnew/borderBR.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 8px;
	height: 7px;
}

.border_box .CONTENT {
	padding-top: 5px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 5px;
}	


/* °Ô½Ã¹° ¸ñ·Ï */
.tlist {
	width: 690px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 2px solid #EAEAEA;
}

.tlist .th {
	/*padding-top:3px;
	vertical-align: bottom;
	padding-bottom: 5px;*/
	border-bottom: 2px solid #EAEAEA;
	text-align: center;
	background: url(/images/itsnew/th_split.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.tlist .tb {
	height: 27px;
	border-bottom: 1px solid #EAEAEA;
}

.addbox {
	border: 1px solid #EAEAEA;
	width:109px;
}