@charset "utf-8";
/* CSS Document */

.a_product, .a_product:link, .a_product:visited, .a_product:hover, .a_product:active {
  text-decoration: none;
}

.a_product_link, .a_product_link:link, .a_product_link:visited, .a_product_link:active {
  text-decoration: none;
  color: #6C6C6C;
}
.a_product_link:hover {
  text-decoration: underline;
  color: #63A5CE;
}

.img_product {
  border: 0;
  padding: 0;
  margin: 0;
  border-style: none;
}

#up_sale { margin-top: 10px; border-top: 1px solid #cccccc; padding-top: 10px; font-size: 14px; font-weight: bold; }
#up_sale table, #up_sale tr, #up_sale td{ margin:0; border:0; padding: 0; font-size: 14px; font-weight: normal; }
#up_sale table { margin-top: 10px; width: 100%; padding-bottom: 10px; border-bottom: 1px solid #cccccc; margin-bottom: 10px; }
#up_sale img { margin:0; border:0; padding: 0; border-style: none; }
#up_sale a, #up_sale a:link, #up_sale a:visited, #up_sale a:active { text-decoration: none; color: #6C6C6C; }
#up_sale a:hover { text-decoration: underline; color: #63A5CE; }

#cross_sale { font-size: 14px; font-weight: bold; }
#cross_sale table, #cross_sale tr, #cross_sale td{ margin:0; border:0; padding: 0; font-size: 14px; font-weight: normal; }
#cross_sale table { margin-top: 10px; width: 100%; }
#cross_sale img { margin:0; border:0; padding: 0; border-style: none; }
#cross_sale a, #cross_sale a:link, #cross_sale a:visited, #cross_sale a:active { text-decoration: none; color: #6C6C6C; }
#cross_sale a:hover { text-decoration: underline; color: #63A5CE; }


