﻿div#compProducts
{
	font-family: Arial;
	font-size:10px;
	width: 100%;	
	padding: 20px 0 20px 0;
}

div#compProducts div#compProductsHeader
{
	background-color:#293e6b;
	/* background-image: url(/uploadedImages/Global_Content/Common_Content_Modules/tab-on.jpg); */
	background-position: top;
	background-repeat:no-repeat;
	padding: 10px 0 10px 0;
	font-weight:bold;
	text-align: center;
	vertical-align:middle;
	color:#FFFFFF;
}

div#compProductsBody
{
	color:Black;
	background-color:#e7ebf7; /* cdd2dc; */	
}

div#compProductsBody ul
{
	padding: 10px 5px 0 5px;
}

div#compProductsBody li
{
	padding: 0 0 10px 0;
	
}

div#compProductsBody a
{
	text-decoration:underline;
	padding-bottom:5px;
}

div#compProductsBody p
{
	font-size:9px;
}