﻿/***************************************************************/
/**** Copyright 1994-2010 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
*******************************************************/

#cp_this_category_info {
  margin: 0 auto;
  padding: 10px 0 25px;
  text-align: center;
  width: 90%;
}

#cp_category_table {
  margin: 0 auto;
}

#cp_category_table td.cp_category_header {
  padding-bottom: 25px;
}

#cp_this_category_name {
  clear: none;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}

#cp_featured_text {
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
}

#cp_this_category_desc {
  font-size: 1.25em;
}

#cp_category_table td#cp_category_subcats {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  text-align: center;
  padding: 10px 0 15px;
}

#cp_category_table td.cp_product_image {
  text-align: center;
  vertical-align: middle;
}

.cp_product_info {
  padding: 18px 15px;
  vertical-align: middle;
}
.cp_product_info_textonly {
  margin-left: 25%;
  margin-right: 25%;
}

.cp_product_name {
  font-size: 1.25em;
  font-weight: bold;
  width: auto;
}
.cp_product_sku {
  font-size: .85em;
  line-height: 1.5em;
}
.cp_product_featured_text {
  font-size: 1.15em;
  font-weight: bold;
}
.cp_product_desc {
}
.cp_product_price {
  font-size: 1.15em;
  font-weight: bold;
}
.cp_instock_backorder {
  font-size: 0.8em;
}

#cp_pagination {margin 30px auto;}
#cp_pagination li {text-align: center; padding: 0 5px; display: inline; list-style-type: none;}

