/* CONVERTS ALL IMAGES IN ARTICLE 2 (HOMEPAGE) TO BE RESPONSIVE */
#div_articleid_2 img {
  display: block;
  max-width: 100%;
  height: auto;
}

#div_articleid_2 img[src$="/FeaturedProducts.gif"],
#div_articleid_2 img[src$="/clear1x1.gif"],
#div_articleid_2 .v65-productDisplay img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 100%;
  height: auto;
  min-width: 25px;
}
#content_area table{
  table-layout: fixed;
}

.v65-productDisplay div br {
  display: none;
}


/********* UPDATE to include #content_area *********/

/* FEATURED PRODUCTS */
#content_area .v65-productDisplay img[src$="nophoto.gif"],
#content_area .v65-productDisplay img[src*="/v/vspfiles/photos/"] {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 15px;
  border: 0 !important;
}
/* FEATURED PRODUCTS */
.v65-productDisplay img[src*="/v/vspfiles/photos/"] {
/*  width: 100%;*/
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  border: 0 !important;
}
#content_area{background:none;padding-top:0;padding-bottom:0;max-width: 100%;}
#content_area img[src*="/images/HomePage/FeaturedProducts.gif"] {
  display: none;
  max-width: 100%;
  width: auto;
  height: auto;
}
/* Hides Featured Products Title on mobile */
@media only screen and (min-width: 768px) {
 #content_area img[src*="/images/HomePage/FeaturedProducts.gif"] {
  display: block;
 }
}

#content_area img[src*="/images/HomePage/FeaturedProducts.gif"]{margin-left: 0 !important;}
/* HOMEPAGE FEATURED PRODUCTS */
.v65-productDisplay .productnamecolor.colors_productname, a.productnamecolor.colors_productname {
  color: #623d6b;
  display: none;
  font: 700 12px/1.5em "Source Sans Pro",Arial,sans-serif;
}a.productnamecolor.colors_productname:hover {
  color: #e2bc00;
  text-decoration: underline;
}
table.v65-productDisplay font.text.colors_text, table.v65-productDisplay font.text.colors_text b {
  color: #fff;
  font: 400 12px "Source Sans Pro",Arial,sans-serif !important;
}
table.v65-productDisplay .productnamecolor .product_yousave{
  color: #a0a0a0;
  font: 400 12px 'Source Sans Pro', Arial, Sans-Serif !important;
}
table.v65-productDisplay .productnamecolor .product_yousave:hover{
  text-decoration: none;
}


/* Product Title */
table.v65-productDisplay .productnamecolor {
  font-size: 12px;
  font-weight: bold;
  color: #e2bc00;
}
a.productnamecolor.colors_productname {
  color: #e2bc00;
  font: 400 12px/1.3 "Source Sans Pro", Arial, sans-serif;
}

/* List Price */
table.v65-productDisplay .product_listprice,
table.v65-productDisplay .product_listprice b {
font-size: 12px;
font-weight: normal;
color: #cba0df;
}

/* Our Price */
table.v65-productDisplay .product_productprice, table.v65-productDisplay .product_productprice b {
  color: #cba0df;
  font-size: 15px;
  font-weight: normal;
  TEXT-ALIGN: RIGHT;
  margin-right: 10%;
}

/* Sale Price */
table.v65-productDisplay .product_saleprice,
table.v65-productDisplay .product_saleprice b {
font-size: 12px;
font-weight: normal;
color: #cba0df;
}

/* Deal Price */
table.v65-productDisplay .product_dealprice {
font-size: 12px;  
font-weight: normal;
color: #a0a0a0;
}

@media (max-width:480px){
  /* Product Title */
  table.v65-productDisplay .productnamecolor {
      font-size: 12px;
  }

  /* List Price */
  table.v65-productDisplay .product_listprice,
  table.v65-productDisplay .product_listprice b {
    font-size: 12px;  
  }

  /* Our Price */
  table.v65-productDisplay .product_productprice,
  table.v65-productDisplay .product_productprice b {
    font-size: 12px;
  }

  /* Sale Price */
  table.v65-productDisplay .product_saleprice,
  table.v65-productDisplay .product_saleprice b {
    font-size: 12px;
  }

  /* Deal Price */
  table.v65-productDisplay .product_dealprice {
    font-size: 12px;  
  }
}