/******************************************************************************

   Title: common.css

   This document is the copyright and property of Tim Mathias.
   It must not be copied (in whole or in part) used for manufacture or
   otherwise disclosed without prior written consent. Any copies of this
   document made by any method must also include a copy of this Legend,
   © Tim Mathias 2005 All rights reserved.

   **************************
   *     Change History     *
   **************************

   Version  Author          Date        Description
   -------  --------------  ----------  ---------------------------------------

         1  Tim Mathias     30-10-2005  Original.

******************************************************************************/

/******************************************************************************
	Products Overview Page
*/
.po_img_left
{
	float: left;
	text-align: center;
}
.po_img_right
{
	float: right;
	text-align: center;
}
.po_img_left img,
.po_img_right img
{
	margin: 0px 5px;
}
.po_img_left a,
.po_img_right a,
.po_img_left a:link,
.po_img_right a:link
{
	font-weight: bold;
	text-decoration: none;
}
