/* CSS Document */

body, form,
#page_container, #header, tbl_content_area,
h1.page_title {
  margin: 0px;
  padding: 0px;
}

body, input, table, td,
#page_container {
  font: 12px Georgia, "Times New Roman", Times, serif;
  color: #010101;
  text-align: left;
}

#page_container {
  margin: 0px auto 1px;
  overflow: hidden;
  display: block;
  width: 778px;
  background: #DCEAED url(../images/bg_body.jpg) repeat-x top left;
  border: 1px solid #9A9B9A;
  border-top: none;
}

#site_identity {
  width: 778px;
  margin: 0px auto;
  height: 54px;
  display: block;
  border-bottom: 3px solid #E3E3E3;
  background: #010101 url(../images/bg_page_head.jpg) repeat-y top left;
}

#site_identity img {
  margin-left: 19px;
}

#global_nav {
/*  border-left: 1px solid #9A9B9A;
  border-right: 1px solid #9A9B9A;
*/  margin: 0px auto;
  padding: 0px;
  width: 778px;
  height: 100px;
  float: left;
}

#global_nav li {
  float: left;
  width: 75px;
  margin: 0px 17px;
  text-align: center;
  list-style: none;
}

#global_nav li.fitem {
  margin-left: 24px;
}

#global_nav li span {
  display: block;
  font: bold 12px Georgia, "Times New Roman", Times, serif;
}

#global_nav li a:link,
#global_nav li a:visited {
  color: #000000;
  text-decoration: none;
}

#global_nav li a:hover {
  color: #9A9B9A;
  text-decoration: none;
}

#tbl_content_area {
  width: 778px;
  display: block;
  clear: both;
/*  border-left: 1px solid #9A9B9A;
  border-right: 1px solid #9A9B9A;
*/}

#tbl_content_area td.content_lhs {
  padding-left: 5px;
  width: 510px;
  padding-top: 22px;
}

#tbl_content_area td.content_rhs {
  width: 263px;
}

.tbl_content_box {
  background: url(../images/bg_content_box.jpg) repeat-y top right;
  width: 510px;
  margin-bottom: 25px;
}

td.content_text {
  padding: 5px 20px 5px 10px;
}

td.tcentr {
  text-align: center;
}

h1.page_title {
  font: bold 16px Georgia, "Times New Roman", Times, serif;
  color: #000000;
  text-align: center;
}

h1.page_title span {
  color: #3B7885;
}

h1.page_title01 {
  font: bold 20px Georgia, "Times New Roman", Times, serif;
  color: #3B7885;
  text-align: center;
  text-decoration: underline;
  margin-top: 0px;
}

h2.page_subtitle {
  font: bold 16px Georgia, "Times New Roman", Times, serif;
  color: #000000;
  margin: 6px 0px 0px;
  padding: 0px 10px;
}

h2.page_subtitle01 {
  font: bold 12px Georgia, "Times New Roman", Times, serif;
  color: #000000;
  margin: 6px 0px 0px;
  padding: 0px 10px;
}

h2.page_subtitle_arow {
  background: url(../images/list_blt.gif) no-repeat 15px 2px;
  font: bold 16px Georgia, "Times New Roman", Times, serif;
  color: #000000;
  margin: 6px 0px 0px;
  padding: 0px 10px 0px 28px;
}

.page_subtitle_arow a:link,
.page_subtitle_arow a:visited {
  color: #000000;
  text-decoration: none;
}

.page_subtitle_arow a:hover {
  color: #3B7885;
  text-decoration: underline;
}

.box_head {
  margin:0px; 
  padding: 0px; 
  background:url(../images/bg_box_head_c.jpg);
}

.border_box {
  border: 1px solid #020202;
  margin-bottom: 15px;
  margin-top: 2px;
}

.border_box_in{
  border: 1px solid #020202;
  margin: 2px;
  overflow: hidden;
}

.border_box_in p {
  margin: 5px;
}

.box01 {
  float: left;
  width: 360px;
}

.buy_box {
  font-weight: bold;
  text-align: center;
  padding: 10px 5px 5px;
  float: left;
  width: 90px;
  
}

.buy_button {
  padding: 0px;
  font-weight: bold;
  text-align: center;
  margin: 10px 3px;
}

#tbl_rhs_box {
  width: 245px;
  margin-left: 18px;
  margin-top: 22px;
}

.rhs_box_in {
  background: url(../images/bg_rhs_c.jpg) repeat-y left top;
  padding: 0px 15px;
  margin: 0px;
}

#rhs_box_end {
  background: url(../images/bg_rhs_b.jpg) no-repeat right bottom;
  padding-bottom: 15px;
}

#rhs_list {
  margin: -10px 0px;
  padding: 0px;
}

#rhs_list li {
  background: url(../images/list_blt.gif) no-repeat left top;
  font: bold 12px Georgia, "Times New Roman", Times, serif;
  margin: 15px 0px;
  padding: 0px 0px 0px 12px;
  list-style: none;
}

#rhs_list li a:link,
#rhs_list li a:visited {
  color: #000000;
  text-decoration: none;
}

#rhs_list li a:hover {
  color: #9A9B9A;
  text-decoration: underline;
}

#login_box {
  margin: 50px 0px 10px;
  padding: 0px;
}

#login_box li {
  font: bold 12px Georgia, "Times New Roman", Times, serif;
  margin: 0px;
  padding: 8px;
  list-style: none;
}

#login_box li.textbox_bg {
  background: url(../images/bg_textbox.gif) no-repeat 0px 25px;
}

#login_box li.button_box {
  text-align: right;
  padding-right: 22px;
}

#login_box .textbox {
  width: 165px;
  border: none;
  background: transparent;
  margin: 5px;
}

.button {
  padding: 0px;
  font-weight: bold;
  text-align: center;
}

.req_str {
  font-weight: bold;
  font-size: 16px;
  color: #CC0000;
  padding-right: 2px;
}

.textbox {
  width: 175px;
  border: 1px solid #C8D0C1;
  background-color: #FAFAFA;
  padding: 2px;
}

.dropBox {
  border: 1px solid #C8D0C1;
  background-color: #FAFAFA;
  width: 180px;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1E0062;
}