/*  File: compare.css       */
/*  By:   Jeremy Tredway    */
/*  Ver:  2009-02-27        */


#center_content {
	width: 644px;
}


/* begin table elements */

.cp_table {
	width: 100%;
}
.cp_table thead th {
	/*background: transparent url("../img/sprites_bg.png") repeat-x 0 -1050px;*/
	border: 1px solid #c9c9c9;
	border-width: 1px 0;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
.cp_table td {
	border: 1px solid #c9c9c9;
	border-width: 0 0 1px 1px;
	padding: 8px;
	text-align: center;
}
.cp_table tfoot td {
	border-bottom: none;
}
.cp_table .alt td {
	/*background: #fcfcfc url("../img/sprites_bg.png") repeat-x 0 -1050px;*/ 
}

.cp_table .cp_label {
	border-left: none;
	text-align: left;
	width: 200px;
}
.cp_table .cp_section {
	font-weight: bold;
}

.cp_table .cp_check {
	background: transparent url("../img/icons/sprites.png") no-repeat 52% -248px;
	display: block;
	height: 16px;
	text-indent: -999em;
	width: 100%;
}

.cp_table .crosslink_business .cp_check {
	background-position: 52% -248px;
}
.cp_table .crosslink_multi .cp_check {
	background-position: 52% -248px;
}


/* override tabs */

.compare_products .tabs_container {
	padding: 0;
	width: 644px;
}
.compare_products .tabs_body {
	background: none;
}
.compare_products .ui-tabs-panel {
	background: none;
	border-width: 0 1px;
	padding: 0;
}
