﻿@import "/template/styles/main.css";


body{
	background:#E8DFCF url('/template/images/compare_back.gif') repeat-x top left;
}

a:hover{
	text-decoration:underline;
}

.logo a{
	width:300px;
}

.prtlogo{
	display:none;
}

.compnav{
	text-align:right;
	padding-top:1em;
}

.compnav a{
	margin-left:3em;
}

.backicon{
	background:url('/template/images/back_ico.gif') no-repeat left center;
	padding:.2em 0 .2em 1.6em;
}

.printicon{
	background:url('/template/images/print_ico.gif') no-repeat left center;
	padding:.2em 0 .2em 1.6em;
}

#content{
	width:70%;
	margin:0 auto;
	padding-bottom:2em;
}

#compare{
	margin:1em 0;
}

#compare td{
	padding:.5em;
}

#compare th{
	background:#304469;
	color:#E8DFCF;
	text-align:left;
	padding:.5em 1em;
}

#compare #feature{
	background:#D9CAAE;
	width:200px;
	text-align:left;
}

#compare td strong{
	font-size:1.5em;
	font-weight:normal;
}


#compare .featcol{
	text-align:center;
}

#compare .odd{
	background:#AEBECE;
}