/* this hold the 3 products */
#full_product_container{
width: 100%;
 padding-top:20px;
}
/*
#component_basic_information_area{
  border: 1px solid;
  border-color: #6C6C6C;
  width: 100%;
  margin: 0;
/*  background-image: url(../images/product_bk.jpg);
  background-repeat: repeat;
}
*/
.basket_quantity{
  border: 1px solid #000000;
}

.category_selection{
  font-size: 10px;
}



/* this is the content table
.content_table{
  width:32%;
  border: 1px solid;
  border-color: #990000;
}

.content_table table{
   width:100%;
}    */
/*
.title{
  background-color: #003366;
}   */
/*
#full_product_container .title{
  color: #000000;
  font-weight: bold;
  font-size: 12px;
height: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-top: 20px;
}


 sets the size of the image for the grid of systems */
.section_image{
  width:200px;
  float: left;
}

/*
#full_product_container .small_description{
font-size: 11px;
font-weight: normal;
height: 3em;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-left: 5px;
padding-right: 5px;

}
*/
#full_product_container .price_text{
  font-size:14px;
  color: #660000;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#full_product_container .stock{
font-size: 12px;
}
#full_product_container .price_value{
  font-size:16px;
  color: #CA0000;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-top: 10%;

}

#full_product_container .second_price_value{
  font-size:16px;
  color: #CA0000;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


#full_product_container .id_number{
  font-size: 12px;
  color: #3E3E3E;
}

#component_description_areaold
{
   border: 1px solid;
  border-color: #B6B6B6;
  width: 100%;
  margin-top: 5%;
}
/*
.section_image{
  width:200px;
  border: 1px solid;
  border-color:#DDDDDD;
  padding-left: 20px;
}
  */
.product_subtitle{
  background-color: #EEEFF0;
  font-size: 12px;
  font-weight: bold;
  color: #444444;
  border: 1px solid;
  border-color:#CCCCCC;
}

 .price_saving{
  font-size:20px;
  color: #B00000;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.notes{
  font-size: 9px;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #747474;
  height:2em;
}


