﻿/***************************************************************/
/**** 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
*******************************************************/

#hp_features {
  background: #000000;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.hp_featured_product_td {
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  border-color: #FF00FF;
  border-width: 2px;
  border-style: solid;
}

.hp_featured_name {
  clear: both;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

.hp_featured_text {
  margin-top: 0;
  text-align: center;
}

.hp_featured_price {
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
}

.hp_featured_image {
  text-align: center;
}
