﻿/***************************************************************/
/**** Copyright 1994-2009 Webplus, Inc. All rights reserved. ***/
/**** This file may be modified, but this copyright notice   ***/
/**** must remain intact in this file.                       ***/
/***************************************************************/

/******************************************************
  Description: CSS file for page element
*******************************************************/

#pp_related_products {
  clear: both;
  display: block;
  margin: 20px auto 0;
  width: 80%
}

#pp_related_products_heading {
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}
#pp_related_products_tbl {
  margin: 0 auto;
}
#pp_related_products_tbl td {
  padding: 8px 0;
  vertical-align: middle;
}
#pp_related_products_tbl td.pp_related_image {

}
#pp_related_products_tbl td.pp_related_text { }

.pp_ind_related_product_image {
  margin: 0 10px;
}

.pp_ind_related_product_name {
  font-weight: bold;
  font-size: 1.25em;
  vertical-align: middle;
}
.pp_ind_related_product_name a:link,
.pp_ind_related_product_name a:visited {
  text-decoration: none;
}
.pp_ind_related_product_name a:hover,
.pp_ind_related_product_name a:active {
  text-decoration: underline;
}

.pp_ind_related_product_featured_text {
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: middle;
}

.pp_ind_related_product_short_desc{
  font-size: .85em;
}

.pp_ind_related_product_price {
  font-size: 1em;
  font-weight: bold;
}
