/* AMAZON CHECKOUT */

.rm_slide_header {
  cursor:pointer;
}

.cba_header {
  padding:3px;
  margin: 3px 0;
  background: url('img/amazon-background.png');
  border: 1px solid #636363;
  font-weight:bold;
  
}

.accept_box_checkbox {
  float:left;
  width: 25px;
}

.accept_box_text {
  float:left;
  padding: 2px;

}

#agbWidget {
  margin-bottom: 10px;
}

 .cba_item_qty {
    font-size: 10px;
}
.cba_item_title {
    font-size: 10px;
}
.cba_item_price {
    font-size: 10px;
    text-align:right;
    border-bottom: 1px dotted #000;
    margin-bottom: 3px;
}
.cba_cart_value {
    text-align: right;
    font-size:10px;
    font-weight: bold;
    margin-bottom:15px;
}