
/*====================================---layout---========================================= */
div.bleftB{  float:left;  width:700px;}
div.brightB{ width:255px; 	float: right;}
  /*====================================---location---========================================= */
div.blocation{ font: normal 14px/26px "ËÎÌå"; padding-left:10px; width:683px;}
div.blocation span{ color:#ea5200;}
div.blocation a,a:link,a.location:hover{ 
  color:#ea5200; 
  font: normal 14px/26px "ËÎÌå";
  text-decoration: none; 
  }
div.blocation a:hover{ font: normal 14px/26px "ËÎÌå";}
.imgStyle{ 
  width:100px; 
  height:75px; 
  border:#ccc 1px solid; 
  padding:2px;
  vertical-align:top; 
  }
  /*====================================---bpagebox---========================================= */
div.bpagebox{ padding: 2px; margin: 10px 0;}
div.bpagebox ul{
  margin: 0;
  padding: 0;
  text-align: right; /*Set to "right" to right align pagebox interface*/
  font-size: 12px;
}
div.bpagebox li{
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
}
div.bpagebox a, div.bpagebox a:visited{
  padding: 0 5px;
  border: 1px solid #d5d5d5;
  text-decoration: none; 
  color: #ea5200;
  text-align: center;
  font: normal 12px/25px arial;
}
div.bpagebox a:hover, div.bpagebox a:active{
  border: 1px solid #ea5200;
  color: #ea5200;
  background-color: #fffddc;
}
div.bpagebox li.bcurrentpage{
  font-weight: bold;
  padding: 0 5px;
  border: 1px solid #ffc62c;
  background-color: #ffc62c;
  color: #fff;
  font: normal 12px/25px arial;
  text-align:center
}
div.bpagebox li.bdisablepage{
  padding: 0 5px;
  border: 1px solid #d5d5d5;
  color: #929292;
  font: normal 12px/25px arial;
}
div.bpagebox li.bnextpage{font-weight: bold; }
* +html .bpagebox li.bcurrentpage, * +html .bpagebox li.bdisablepage{ 
/*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
  margin-right: 8px;
  padding-right: 0;
}
* html .bpagebox li.bcurrentpage, * html .bpagebox li.bdisablepage{ 
/*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
  margin-right: 8px;
  padding-right: 0;
}
