/**** styles for left and right positions of image and content on products page ****/

.products-left
{
	overflow: hidden; /* To hide the part of <hr /> outside the div */
	margin-bottom: 20px;
}

.products-left img 
 {
  	float: left; 
  	padding-right: 15px;
  	padding-bottom: 0px;
 }
 
.products-left h3
{
    font-size: 100%;
    color: #3D696A;
}

.products-left h5
{
	padding-top: 0;
	margin-top: 0;
	font-size: 90%;
    color: #000;
	font-style: italic;
	clear:both; /*needed for firefox, moz and netscape*/
}

.products-left p
{
    font-size: 90%;
} 

.products-left hr
{
	border: 0;
	border-top: solid 1px #9D0000;
	height: 1px;
	margin: 5px 0 5px -20px;
}

.products-left ul
{
	margin: 0 0 10px 40px;
} 

.products-left li
{
	font-family: arial, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
}

.products-right
{
	overflow: hidden; /* To hide the part of <hr /> outside the div */
	margin-bottom: 20px;
}

 .products-right img 
 {
  	float: right; 
  	padding-left: 15px;
 }
 
 .products-right p
{
    font-size: 90%;
    text-align: right;
} 
 
.products-right h3
{
    text-align: right;
    font-size: 100%;
    color: #3D696A;
}

.products-right h5
{
	text-align:right;
	padding-top: 0;
	font-size: 90%;
    color: #000;
	font-style: italic;
	clear:both; /*needed for firefox, moz and netscape*/
}

 
.products-right hr
{
	border: 0;
	border-top: solid 1px #9D0000;
	height: 1px;
	margin: 5px -20px 5px 0;
}

.products-right ul
{
	margin: 0 0 10px 40px;
} 

.products-right li
{
	font-family: arial, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
}