@import url(/lib/sub.css);
@import url(/sosuPagingFunction/sosuPagingFunction.css);


#branchList{
	position:relative;
	margin-bottom:15px;
	padding-bottom:5px;
	padding-top:5px;
	background-image:url(/images/branch/01_branches_dottedLine.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
	#branchList a:link, #branchList a:visited, #branchList a:hover, #branchList a:active{
		background-image:url(/images/branch/01_bullet_branches.gif);
		background-position:top left;
		background-repeat:no-repeat;
		padding-left:9px;
		padding-right:3px;
		color:#57290E;
	}
	#branchList .selected{
		font-weight:bold;
	}

#branchImages{
	margin-bottom:15px;
}

#roundBox{
	position:relative;
	background-color:#DEE3E7;
	background-image:url(/images/branch/01_roundBG.jpg);
	width:580px;
	margin-bottom:11px;
}
	#roundBox #roundTL{
		position:relative;
		height:10px;
		width:580px;
		background-image:url(/images/branch/01_round1.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	#roundBox #roundTR{
		position:relative;
		height:10px;
		width:580px;
		background-image:url(/images/branch/01_round2.jpg);
		background-position:top right;
		background-repeat:no-repeat;
	}
	#roundBox #roundBL{
		position:relative;
		height:10px;
		width:580px;
		background-image:url(/images/branch/01_round3.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
	}
	#roundBox #roundBR{
		position:relative;
		height:10px;
		width:580px;
		background-image:url(/images/branch/01_round4.jpg);
		background-position:bottom right;
		background-repeat:no-repeat;
	}
	#roundBox #roundBody{
		position:relative;
		width:560px;
		margin:0px 10px 0px 10px;
	}
	#roundBox ul{
		list-style-image:url(/images/branch/01_bullet_roundBox.gif);
		margin-top:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-bottom:0xp;
		margin-left:20px;
		padding-left:0px;
	}
	#roundBox .header{
		font-weight:bold;
	}
	#roundBox .indent{
		padding-left:65px;
	}
	#roundBox .price{
		color:#0066FF;
	}

#branchBoard{
	position:relative;
	height:230px;
}
	#branchFrame{
		width:580px;
		height:230px;
	}

/* iframe */
#boardBox{
	position:relative;
	background-color:#F6F1E6;
	background-image:url(/images/branch/board_roundBG.jpg);
	width:580px;
	margin-bottom:20px;
}
	#boardBox #roundTL{
		position:relative;
		height:10px;
		width:580px;
		background-image:url(/images/branch/board_round1.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	#boardBox #roundTR{
		position:relative;
		height:10px;
		width:580px;
		background-image:url(/images/branch/board_round2.jpg);
		background-position:top right;
		background-repeat:no-repeat;
	}
	#boardBox #roundBL{
		position:relative;
		height:10px;
		width:580px;
		background-image:url(/images/branch/board_round3.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
	}
	#boardBox #roundBR{
		position:relative;
		height:10px;
		width:580px;
		background-image:url(/images/branch/board_round4.jpg);
		background-position:bottom right;
		background-repeat:no-repeat;
	}
	#boardBox #roundBody{
		position:relative;
		width:560px;
		margin:0px 10px 0px 10px;
	}
	#boardBox #listTable{
		width:560px;
	}
	#boardBox #listTable tr{
		background-image:url(/images/branch/board_dottedLine.gif);
		background-position:bottom left;
		background-repeat:repeat-x;
		height:23px;
	}
	#boardBox #listTable th{
		border-bottom:1px solid #3D657D;
		height:23px;
	}
	#boardBox #listTable td{
		height:28px;
	}
	#boardBox #listTable .header{
		font-weight:bold;
		width:105px;
		padding-left:5px;
		background-image:none;
	}
	
	#boardBox #listTable .wheader{
		width:60px;
		text-align:center;
	}
	#boardBox #listTable .winput{
		padding:5px 0px 5px 10px;
	}

	#boardBox #listTable #viewCont{
		position:relative;
		width:480;
		height:120px;
		overflow:auto;
	}
	
#pagingArea{
	margin-top:20px;
	width:580px;
	height:18px;
}
	#pagingArea #pgLeft{
		float:left;
		width:250px;
	}
	#pagingArea #pgRight{
		float:right;
		width:200px;
		text-align:right;
	}

