/* CSS Document */
/***** CSS For Attirbute Quantity Table on Product Info Pages - PB *****/
.attribQtyBox {
  height:25px;
  margin:3px 0px 0px 0px;
}
.attribQtyOutBox {
  height:25px;
  margin:3px 0px 0px 0px;
}

#productAttributes {
  padding-left:10px;
}

td.attribute_qunatity_cart_header {
  border-bottom-style: dashed;
  border-bottom-color: #CCCCCC;
  border-bottom-width: 1px;
}

td.attribute_quantity_cart_row_odd {
  border-bottom-style: dashed;
  border-bottom-color: #CCCCCC;
  border-bottom-width: 1px;
}

td.attribute_quantity_cart_row_even {
  border-bottom-style: dashed;
  border-bottom-color: #CCCCCC;
  border-bottom-width: 1px;
}
div.attribute_quantity_cart_cell {
  float:left;
  margin:2px;
}
div.attribute_quantity_cart_cell_text {
  width:120px;
  height:80px;
  text-align:center;
}
