/* CSS Document */
.payment_box_container{
  position: relative;
  float: left;
  width: 176px;
  height: 220px;
  padding: 0px;
  margin: 0px;
}

.payment_box_top{
  position: relative;
  float: left;
  width: 176px;
  height: 8px;
  font-size: 8px;
  
  background-image: url(../../images/new_designer_layout/middle/payment_box_top.jpg);
  background-repeat: no-repeat;
}

.payment_box_bottom{
  position: relative;
  float: left;
  width: 176px;
  height: 8px;
  font-size: 8px;
  
  background-image: url(../../images/new_designer_layout/middle/payment_box_bottom.jpg);
  background-repeat: no-repeat;
}

.payment_box_middle_area{
  position: relative;
  float: left;
  width: 176px;
  height: 200px;
  
  background-image: url(../../images/new_designer_layout/middle/payment_box_middle.jpg);
  background-repeat: repeat-y;
  text-align: center;
}

.payment_box_middle_container{
  position: relative;
  float: left;
  width: 162px;
  height: 20px;
  
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
  margin-top: 3px;
}

.payment_box_middle_title{
  position: relative;
  float: left;
  width: 148px;
  
  font-size: 9px;
  font-family: Verdana;
  font-weight: bold;
  color: #999999;
  text-align: justify;
  padding-left: 5px;
}

.payment_box_middle_image_zone{
  position: relative;
  float: left;
  width: 162px;
  height: 100px;
  
  padding: 0px;
  margin: 0px;
  padding-top: 15px;
}  

.payment_box_image_1{
  position: relative;
  float: left;
  width: 44px;
  height: 34px;
  
  background-image: url(../../images/new_designer_layout/middle/payment_box_1.jpg);
  background-repeat: no-repeat;
}

.payment_box_image_2{
  position: relative;
  float: left;
  width: 50px;
  height: 34px;
  
  padding-left: 3px;
}

.payment_box_image_3{
  position: relative;
  float: left;
  width: 54px;
  height: 37px;
  
  padding-left: 3px;
}

.payment_box_geotrust{
  position: relative;
  float: left;
  width: auto;
  
  padding-top: 5px;
}
