
/************************************************** 
 * Style Sheet Elements for uShopping             *
 *                                                *
 *                                                *
 *                                                *
 *                                                *
 **************************************************

      5 table definition( ".tbl_") areas

  +------------  masterTable ----------------+
  | +--------------------------------------+ |
  | |        Full Top Horizontal Span      | |
  | +------------- img_table --------------+ |
  | |          |               |           | |
  | | col_left |   col_center  | col_right | |
  | |          |               |           | |
  | |          |               |           | |
  | |          |               |           | |
  | |          |               |           | |
  | +--------------------------------------+ |
  | +------------- prd_table --------------+ |
  | |          |               |           | |
  | | col_left |   col_center  | col_right | |
  | |          |               |           | |
  | |          |               |           | |
  | |          |               |           | |
  | |          |               |           | |
  | +--------------------------------------+ |
  | +------------- sku_table --------------+ |
  | |          |               |           | |
  | | col_left |   col_center  | col_right | |
  | |          |               |           | |
  | |          |               |           | |
  | |          |               |           | |
  | |          |               |           | |
  | +--------------------------------------+ |
  | |      Full Bottom Horizontal Span     | |
  | +--------------------------------------+ |
  +------------------------------------------+
  
**********************************************/

.shopping_tbl_masterTable
{
}

.shopping_tbl_hSpan_header
{
}

.po_main_shopping_area
{
}

.po_shoppingBox
{
}

.po_shoppingItem_col_left
{
}

.po_shoppingItem_col_center
{
}

.po_shoppingItem_col_center_hSpan_header
{
}

/*******************************************/
/*                                         */
/*******************************************/

.shopping_img_col_table
{
}

/*******************************************/

.shopping_img_col_left
{
}

/*******************************************/

.shopping_img_col_center
{
}

/*******************************************/

.shopping_img_col_right
{
}

/*******************************************/
/*                                         */
/*******************************************/

.shopping_prd_col_table
{
}

/*******************************************/

.shopping_prd_col_left
{
   /* width: 75px; */
}

/*******************************************/

.shopping_prd_col_center
{
   /* width:400px; */
}

/*******************************************/

.shopping_prd_col_right
{
}
/*******************************************/
/*                                         */
/*******************************************/

/*******************************************/

.featureItem-Table
{
    padding-bottom: 10px;
    padding-top: 10px;
    width:490px; 
    background-color: #f7f7f7;
}

.featureItem-Title, a.featureItem-Title:link, a.featureItem-Title:visited, a.featureItem-Title:active
{
    padding-left:10px;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    font-family: verdana, arial, helvetica
}

a.featureItem-Title:hover {
	text-decoration: none;
	color:#ED3DEF;
}

.shoppingItem-Prompt, a.shoppingItem-Prompt:link, a.shoppingItem-Prompt:visited, a.shoppingItem-Prompt:active
{
    padding-right: 25px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    padding-top: 15px;
    font-family: verdana, arial, helvetica text-align: left;
    text-decoration: none;
}
a.shoppingItem-Prompt:hover
{
    text-decoration: underline;
}


.featureItem-Desc
{
    padding-top:15px;
    padding-left:10px;
    padding-right:25px;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
    font-family: verdana, arial, helvetica
    text-align: left
}

.featureItem-Image
{
    text-align: center;
    width:175px;
}

.featureItem-Image2
{
    text-align: left;
    width:175px;
}

.po_main_feature_footer
{
    /*height:25px; */
}


