﻿/***************************************************************/
/**** 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
*******************************************************/

#tbl_product_info {
  width: 100%;
}

#tbl_product_info td#pp_image {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

#tbl_product_info td#pp_main {
  padding-left: 10px;
  padding-right: 10px;
}

#pp_name {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0;
}

#pp_featured_text {
  color: #000000;
  font-size: 1.25em;
  font-weight: bold;
}

#pp_desc {
  margin: 5px 0;
}

table#pp_other_info {
  margin: 5px auto;
}

#pp_prices {
  margin: 5px 0;
}
#pp_effective_price {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
}
.pp_non_effective_price {
  line-height: 1.5em;
  text-decoration: line-through;
}

#pp_sku {
  margin: 5px 0;
}

#pp_cust_shipping_cost {
  margin: 5px 0;
}

#pp_stock_level {
  margin: 5px 0;
}

#pp_gift_wrap {
  clear: both;
  margin: 0 0 5px;
  font-size: .85em;
}
#pp_gift_wrap img {
  padding-right: 5px;
  position: relative;
  top: 8px;
}

#pp_email_friend {
  clear: both;
  margin: 0 0 25px;
  font-size: .85em;
}
#pp_email_friend img {
  padding-right: 5px;
  position: relative;
  top: 8px;
}


#pp_qty_field {
  font-size: 1.25em;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}

#pp_options {
  text-align: center;
  margin: 10px 0;
}

#pp_options table {
  margin: 0 auto;
}

.pp_ind_option {
  clear: both;
}
.pp_ind_option span {
  padding: 0 5px;
  line-height: 3em; /* doesn't work on spans in IE */
}

.pp_ind_option_name {
  font-weight: bold;
  padding-bottom: 5px;
  text-align: right;
}

.pp_ind_option_value {
  text-align: left;
}

#pp_options td {
  padding: 20px 25px 0;
}

#pp_options td div {
  text-align: left;
  width: auto;
}
#pp_options td .pp_ind_option_value {
  padding-left: 15px;
}

#pp_options table.tbl_radio_checkbox {
  border-collapse: collapse;
}
#pp_options table.tbl_radio_checkbox td {
  padding: 3px 5px;
  vertical-align: top;
}

#pp_submit_buttons {
  margin: 20px 0;
  text-align: center;
}
