@charset "UTF-8";
/* Comparison Table CSS */

#comp_table {
	margin: 0px;
	width: 845px;
	line-height: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:10px;
	background-color:#FFF;
}

#comp_table h1 {
	color:#69F;
}

#comp_table th {
	height:36px;
	padding: 0px;
	padding-left: 8px;
	padding-top: 4px;
	background-image:url(../img/comp_table/bg_mid_th.png);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align: middle;
	width: 115px;
	margin: 0px;
	text-align: center;
	border-bottom:thin;
	border-bottom-color:#69F;
	border-bottom-style:solid;
	color: #69F;
}

#comp_table th.tl {
	height: 30px;
	width:90px;
	padding-top: 10px;
	background-image:url(../img/comp_table/th_tl.png);
	background-repeat:no-repeat;
	vertical-align: middle;
	background-position: left top;
}

#comp_table th.tr {
	height: 40px;
	padding: 0px;
	background-image:url(../img/comp_table/th_tr.png);
	background-repeat:no-repeat;
	vertical-align: middle;
	background-position: right top;
}

#comp_table th.spec {
	height: 35px;
	vertical-align: top;
	background-color: #F5F5F5;
	width: 95px;
	padding-left: 10px;
	text-align: left;
	padding-right: 5px;
	padding-top: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #69F;
	border-bottom-color: #69F;
	background-image: url(../img/comp_table/td_left.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-bottom: 0px;
}

#comp_table td {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 0px;
	border-right: 1px dashed #69F;
	border-bottom: 1px dashed #69F;
	background-color: #FFF;
	width:115px;
}

#comp_table td.right_col {
	background-image: url(../img/comp_table/td_right.png);
	background-repeat: repeat-y;
	background-position: right;
	border-right-style: none;
}

#comp_table tr.lastrow td {
	border-bottom:none;
	background-image: url(../img/comp_table/lr_mid.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#comp_table tr.lastrow th.spec {
	border-left: none;
	background-color: #F5F5F5;
	border-right: 1px dashed #69F;
	border-bottom: none;
	padding-bottom: 0px;
	background-image: url(../img/comp_table/tr_bl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#comp_table tr.lastrow td.right_col {
	border-right: none;
	border-bottom: none;
	background-image: url(../img/comp_table/tr_br.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#comp_table tr.top td,
#comp_table tr.bottom td {
	border: none;
}

#comp_table .highlight {
	background-color: #FEE7D7;
}


#comp_table th A,
#comp_table th A:link,
#comp_table th A:visited {
	text-decoration: none;
	/*color: #FFF;*/
	color:#69F;
}

#comp_table th A:hover {
	text-decoration: underline;
	color: #FFF;
}

#comp_table th A:active {
	text-decoration: none;
	color: #69F;
}

#comp_table th.spec A,
#comp_table th.spec A:link,
#comp_table th.spec A:visited {
	text-decoration: none;
	color: #00529B;
}

#comp_table th.spec A:hover {
	text-decoration: underline;
	color: #00529B;
}

#comp_table th.spec A:active {
	text-decoration: none;
	color: #00529B;
}

#comp_table .prod_buy,
#comp_table .prod_renew {
	width: 90px;
	height: 21px;
	background-image:url(../img/comp_table/comp_buybutton.png);
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center;
	float: left;
	text-align: center;
	font-family: Arial;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 12px;
}

#comp_table .highlight .prod_buy,
#comp_table .highlight .prod_renew {
	background-image:url(../img/comp_table/comp_buybutton.png);
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:left middle;
}

#comp_table .prod_buy A,
#comp_table .prod_buy A:link,
#comp_table .prod_buy A:visited,
#comp_table .prod_buy A:hover,
#comp_table .prod_buy A:active {
	font-family: Arial;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#comp_table .prod_renew A,
#comp_table .prod_renew A:link,
#comp_table .prod_renew A:visited,
#comp_table .prod_renew A:hover,
#comp_table .prod_renew A:active {
	font-family: Arial;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#comp_table .checkmark {
	width: 15px;
	height: 15px;
	font-size: 0px;
	color: #FFF;
	background-image:url(../img/checkmark.png);
	background-position:center;
	margin: 0px auto;
}

#comp_table th .recommended_text a,
#comp_table td .recommended_text a {
	position: relative;
	color: #00529B;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}

#comp_table th .recommended_text a:hover,
#comp_table td .recommended_text a:hover {
	text-decoration: underline;
}

