#comparison-chart {
}

/*HEADER STYLES*/
	.hdr-compare {
		background: #636466 url('https://img.roxio.com/images/theme/core/hdr-compare-rt.gif') top right no-repeat;
		margin: 0;
		padding: 0;
		color: #fff;
		border-bottom: 2px #000 solid;
	
	}
	
	.hdr-compare .title-compare {
		float: left;
		background: url('https://img.roxio.com/images/theme/core/hdr-compare-lt.gif') top left no-repeat;
		min-width: 370px;
		width: auto !important;
		width: 370px;	
		margin: 0 !important;
		padding: 0;
		height: 35px;
		padding: 23px 0 0 20px;
		font-size: 166% !important;
		font-weight: normal !important;
	}
	
	.hdr-compare .title-prod-group {
		float: right;
		width: 320px;
		padding: 5px 0 5px 0;
	}

/*END HEADER STYLES*/




/*ACCORDION STYLES*/
	.accordion_toggle h1 {
		background: #f6f6f6 url('https://img.roxio.com/images/theme/core/compare-title-bg.gif') top left repeat-x;
		border-bottom: 1px solid #b0b0b0;
		border-left: 1px solid #b0b0b0;
		border-right: 1px solid #b0b0b0;
		font-size: 100% !important;
		color: #26508e;
		cursor: pointer;
	}
	
	.accordion_toggle h1 span {
		display: block;
		padding: 6px 0 0 15px;
		background: url("/images/theme/core/icon-compare-close.gif") no-repeat;
		background-position: 870px 9px;
	}
	
	.accordion_toggle_active h1 {
		background: #f6f6f6 url('https://img.roxio.com/images/theme/core/compare-title-bg.gif') top left repeat-x;
		border-bottom: 1px solid #b0b0b0;
		border-left: 1px solid #b0b0b0;
		border-right: 1px solid #b0b0b0;
		font-size: 100% !important;
		color: #26508e;
		cursor: pointer;
	
	}
	.accordion_toggle_active h1 span {
		background: url("/images/theme/core/icon-compare-open.gif") no-repeat;
		background-position: 870px 9px;
	}
	
	.accordion_content {
		background-color: #fff;
		color: #333;
		overflow: hidden;
		margin: 0;
	}
	
	.accordion_content table {
	}
	
	.accordion_content h4, .content_last h4 {
		font-size: 100%;
	}
	.accordion_content p, .content_last p {
		padding: 0 0 5px 0;
	}
/*END ACCORDION STYLES*/	
	
	

.title-prod-group .title-prod-one, .title-prod-group .title-prod-two, .title-prod-group .title-prod-three, .title-prod-group .title-prod-four {
	float: left;
	width: 70px;
	text-align: center;	
	background: url('https://img.roxio.com/images/theme/core/hdr-compare-separator.gif') top left no-repeat;
	min-height: 39px;
	height: auto !important;
	height: 39px;
	padding: 5px 5px 0 5px;
}



/*TABLE COL STYLES*/
	
	.table-compare .title-feature {
		border-bottom: 1px solid #b0b0b0;
		border-left: 1px solid #b0b0b0;
		border-right: 1px solid #b0b0b0;	
		padding-left: 15px !important;
	}
	
	.table-compare .prod-one, .table-compare .prod-two, .table-compare .prod-three, .table-compare .prod-four {
		width: 68px;
		text-align: center;	
		border-bottom: 1px solid #b0b0b0;
		border-right: 1px solid #b0b0b0;
		vertical-align: top;
		/*padding: 5px 0 0 0;*/
		padding:5px;
	}
/*	.table-compare .prod-one span, .table-compare .prod-two span, .table-compare .prod-three span, .table-compare .prod-four span {
		background:#ddd;

	}*/
/*END ABLE COL STYLES*/





/*LEGEND STYLES*/
	.legend-new{
		color: #cf0000;
		font-size: 146%;
	}
	
	.legend-improved{
	/*	padding-left: 10px;*/
		color: #0000cc;
		font-size: 146%;	
	}
	
	.legend-available{
	/*	padding-left: 10px;*/
		color: #999999;
		font-size: 146%;	
	}
	
	.legend-new, .legend-improved, .legend-available{
		
	}
/*END LEGEND STYLES*/
