/*
  --- Upselling Project --- 
*/

div.upsell{
  padding-top: 0.25em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 0.5em;

  margin: 3em;
  border: 0px solid black; 
  color: green;
  background: #B0C4DE;
  font-weight: bold;
  width: 80%;
}

div.upsell table{
  border-collapse: collapse;
  border-left: 1px solid black; 
  border-right: 1px solid black; 
  width: 90%;
}

div.upsell table td{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 84px;
}

td.upsell_item{
  padding-left: 0em;
  padding-top: 1px;
  padding-bottom: 3px;
  padding-right: 3em;

  text-align: center;
  vertical-align: middle; 
  background: #F0F8FF;
}

.upsell_title{
  padding-top: 0px;
  color: black;
  font-size: 12;
  font-weight: bold;
  text-decoration: underline;
}
  
  
  
.debug{
  padding-left: 1em;
  border: 2px dashed purple; 
  color: purple;
  display: none;
}

.upselling_form{
  background: #E0E8EF;
   color: black;
   text-align: center;
}

img.upselling_image{
   width: 80px;
   height: 80px;
   margin-top: 2px; 
   margin-bottom: 2px; 
   margin-left: 2px;
   border: 1px solid black;
}


