html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin: 1.5em 0;}

h1,h2,h3,h4,h5,h6 {   
color: #333; 
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif; 
}

a img { border: none; }

li{color:#666;}

/* A container should group all your columns. */
.container {
  width: 930px;
  margin: 0 auto;
  text-align:left;
   font-size:12px; 
   line-height:1.5em;
   padding-top:1px;
}


.caption2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	margin: 28px 0 0;
	
}

a {
	/* get rid of link outlines in firefox */
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

h2 {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
	margin: 36px 0;
}

       

/* @group Product Comparison Page */

table#product-comparison {
	margin-top:39px;
	margin-bottom:39px;
}

body#comparison #wrapper {
	padding: 50px;
}

table#product-comparison tr.odd td {
	background: #f7f7f7;
}

table#product-comparison tr.odd .columnOne {
	background: #f7f7f7;
	color: #000;


}


table#product-comparison tr.odd .empty {
	background: #fff;
}

table#product-comparison tr.top .goodbusiness {
	color: #569EE6;
	font-weight: bold;
}

table#product-comparison tr.odd th.product, table#product-comparison th.product strong a {
	color: #569EE6 !important;
	font-weight: normal;
}

table#product-comparison tr.top .empty {
	border-bottom: none;
}

table#product-comparison .columnOne {
	background: #fff;
	border-left: 1px solid #d7d7d7;
	color: #000;
	padding-left: 20px;
	
}

table#product-comparison th.columnOne {
	/*font-weight: bold;*/
}

table#product-comparison .columnOne.title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

table#product-comparison td {
	border-left: 1px solid #eee;
	font-size: 11px;
	padding: 1em 0.4em;
	text-align: center;
}

table#product-comparison th {
	border-left: 1px solid #eee;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	padding: 1em 0.4em;
	
}

table#product-comparison thead th {
	color: #38290B;
	background: #f4f9fe;
	font-weight: bold;
	text-align: center;
}

table#product-comparison tfoot th, table#product-comparison tr.pricing th {
	text-align: center;
	background: #fff;
	font-size: 10px;
}

table#product-comparison tr.pricing th {
	border-bottom: 1px solid #eee;
}

table#product-comparison tfoot th strong, table#product-comparison tr.pricing th strong  {
	font-size: 11px;
	font-weight: bold;
	margin: .5em .5em .5em 0;
	color: #38290B;
}

table#product-comparison tfoot th em, table#product-comparison tr.pricing th em,  table#product-comparison tbody td em {
	color: #21ae35;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}

table#product-comparison tfoot th.product em, table#product-comparison tr.pricing th.product em {
	color: #1969bc;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}

table#product-comparison tr.top td {
	color: #000;
	font-size: 14px;
	height: 40px;
}

table#product-comparison tr.safe td.space, table#product-comparison td.space  {
	text-align: center;
}

table#product-comparison tr.colhead th {
	color: #0051B2 !important;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	padding-left: 20px;
}

table#product-comparison tr.safe td {
	background: #EEFCE4;
	color: green;
	padding: 1em 0.4em;
}

table#product-comparison {
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
	/*width: 860px;*/
}

/* @end */
          
p.intro {
	font-size: 14px;
	margin: 0 0 36px;
}

div#main p.backtop {
	margin: 0 0 36px;
	text-align: center;
}

/* FixPNG for IE6 */

/* FixPNG from Komodo */

* html .fixPNG {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/cssimg/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}
