/* default box */
.box_container {
  width: auto;
  margin-bottom: 10px;
}

.box_container .row1 {
  width: 100%;
  height: 28px;
  background: url(/images/frontend/box/blue_1_bg.png) repeat-x;
}
.box_container .row1_l {
  width: 39px;
  height: 28px;
  float: left;
  background: url(/images/frontend/box/blue_1_l.png) no-repeat;
}
.box_container .row1_r {
  width: 8px;
  height: 28px;
  float: right;
  background: url(/images/frontend/box/blue_1_r.png) no-repeat;
}

/* box title */
.box_container .row1 .content {
  float: left;
  color: #FFF;
  font-weight: bold;
  padding: 7px 0px 0px 10px;
  font-size: 13px;
}

.box_container .row1 .back_page {
  float: right;
  padding: 7px 17px 0px 10px;
  
}
.box_container .row1 .back_page a{
	color: #FFF;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.box_container .row2 table.content {
  width: 100%;
}

.box_container .row2 table .cell_l{
  background: url(/images/frontend/box/cell_l_bg.png);
  width: 2px;
}

/* box main content */
.box_container .row2 table .cell_content{
  background: url(/images/frontend/box/bg.png) right bottom no-repeat;
  padding: 5px 5px 5px 5px;
}

.box_container .row2 table .cell_contentvs2{
     
  padding: 1px 1px 1px 2px;
}
.box_container .row2 table .cell_contentvs3{
     
  padding: 1px 1px 1px 2px;
}
.box_container .row2 table .cell_contentvs4{
  padding: 2px 4px 2px 4px;
}
.box_container .row2 table .cell_contentvs5{
  padding:2px 1px 0 2px;
}
.box_container .row2 table .cell_contentvs6{
  padding:2px 12px 2px 12px;
}

.box_container .row2 table .cell_contentvs7{
  padding:10px 12px 10px 12px;
}

.box_container .row2 table .cell_r{
  background: url(/images/frontend/box/cell_r_bg.png);
  width: 2px;
}

.box_container .row3 {
  width: 100%;
  height: 5px;
  background: url(/images/frontend/box/row_3_bg.png) repeat-x;
}

.box_container .row3 .row3_l {
  float: left;
  height: 5px;
  width: 39px;
  background: url(/images/frontend/box/row_3_l.png) no-repeat;
}

.box_container .row3 .row3_r {
  float: right;
  height: 5px;
  width: 23px;
  background: url(/images/frontend/box/row_3_r.png) no-repeat;
}

/* blue box */
.box_container .blue {
  background: url(/images/frontend/box/blue_1_bg.png) repeat-x;
}
.box_container .blue .row1_l {
  background: url(/images/frontend/box/blue_1_l.png) no-repeat;
}
.box_container .blue .row1_r {
  background: url(/images/frontend/box/blue_1_r.png) no-repeat;
}

/* yellow box */
.box_container .yellow {
  background: url(/images/frontend/box/yellow_1_bg.png) repeat-x;
}
.box_container .yellow .row1_l {
  background: url(/images/frontend/box/yellow_1_l.png) no-repeat;
}
.box_container .yellow .row1_r {
  background: url(/images/frontend/box/yellow_1_r.png) no-repeat;
}

/* green box */
.box_container .green {
  background: url(/images/frontend/box/green_1_bg.png) repeat-x;
}
.box_container .green .row1_l {
  background: url(/images/frontend/box/green_1_l.png) no-repeat;
}
.box_container .green .row1_r {
  background: url(/images/frontend/box/green_1_r.png) no-repeat;
}
