/*
 * Layout Style Sheet
 * Author: Sam Vafaee
 * Copyright 2009. All rights reserved.
 */

#compare-plans img
{
	padding-top: 3px;
}

#compare-plans .xGroup
{
	background-color: #e5e5e5;
	color: #333;
	font-weight: bold;
	font-size: 110%;
}

#compare-plans thead td
{
	background-color:#e0e0e0;
	color: #222;
	font-weight: bold;
	padding: 5px;
	font-size: 110%;
}

