@charset "utf-8";

#cent_tbl {
	background: #440000;
	border: 1px solid #663333;
	width: 700px;
	padding: 0;
	margin: 0 auto;
}
#cent_tbl img {
	border: none;
}
#cent_tbl a,
#cent_tbl a:hover,
#cent_tbl a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #d98200;
}
#cent_tbl .tbl_first,
#cent_tbl .tbl_third {
	background: #400000;
}
#cent_tbl .tbl_second {
	background: #490000;
}
#cent_tbl .tbl_first,
#cent_tbl .tbl_second {
	border: none;
	border-right: 1px solid #663333;
	width: 200px;
}
#cent_tbl .tbl_third {
	border: none;
	width: 300px;
}
#cent_tbl .tbl_third .divider {
	width: 75%;
	margin: 5px auto;
	border-top: 2px solid #663333;
	height: 1px;
}
#cent_tbl .tbl_block_title {
	background: #660700 url(http://www.kreza.net/archer/bg_top.png) repeat-x left;
	height: 28px;
	text-align: center;
}
#cent_tbl .tbl_block_title a,
#cent_tbl .tbl_block_title a:hover,
#cent_tbl .tbl_block_title a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#cent_tbl .tbl_block_title a,
#cent_tbl .tbl_block_title a:visited {
	color: #FF0022;
}
#cent_tbl .tbl_block_title a:hover,
#cent_tbl .tbl_block_title a:hover span {
	color: #CC9966;
}
#cent_tbl .tbl_block_title a span {
	border-top: 1px solid #d06d4e;
	border-bottom: 3px double #d06d4e;
}
#cent_tbl .tbl_block_item {
	padding: 5px 5px 10px 5px;
}
#cent_tbl .tbl_block_item a:hover {
	color: #ff0000;
}
#cent_tbl .tbl_symbol {
	color: #cc0e00;
}
#cent_tbl .tbl_fcol_imgPh,
#cent_tbl .tbl_scol_imgPh {
	margin: 0 auto;
	padding: 0;
	border: none;
	max-width: 180px;
	width: expression(document.body.clientWidth > 180 ? "180px": "auto" );
	overflow: hidden;
}
#cent_tbl .tbl_tcol_wrapper {
	overflow: hidden;
}
#cent_tbl .tbl_tcol_wrapper .tbl_tcol_imgPh-l,
#cent_tbl .tbl_tcol_wrapper .tbl_tcol_imgPh-r {
	border: none;
	max-width: 145px;
	width: expression(document.body.clientWidth > 145 ? "145px": "auto" );
	overflow: hidden;
	text-align: center;
}
#cent_tbl .tbl_tcol_wrapper .tbl_tcol_imgPh-l {
	float: left;
}
#cent_tbl .tbl_tcol_wrapper .tbl_tcol_imgPh-r {
	float: right;
}
#cent_tbl .tbl_tcol_wrapper .tbl_tcol_textPh-l {
	overflow: hidden;
	padding-left: 5px;
}
#cent_tbl .tbl_tcol_wrapper .tbl_tcol_textPh-r {
	overflow: hidden;
	padding-right: 5px;
}
