
/*
compare chart styles repurposed for atg mkts chart
cesar fabello
may 26 2010

*/




/*compare container styles/ PATCHES*/

/*body{
 font: small/1.2em Arial, Helvetica, sans-serif;
	color: #474646;
	margin: 0;
	padding: 0;	
	text-align: center;
	background: none !important;
}
	#compare-container{
		padding: 0 20px 5px 20px;
		margin-top: 15px;
		margin-bottom: 10px;
		float: left;
		line-height: 150%;
		text-align:left;
	}
	#compare-container p{
		padding:0 30px 6px 8px;
	}
	
	#compare-container h3{ 
		font-size:110%;
		color:#1072B7;
		padding:0 0 10px 8px;
	}
	
	#compare-container ul{
		 margin:0 !important;
		 list-style-type: none;
		padding: 10px 0 5px 0 !important;		 
	}
	#compare-container  ul li{
		 padding: 0 0 5px 12px;
		 margin-left:5px;
		 background: url('https://img.roxio.com/images/theme/core/bullet-gray-5x5.gif') 0 6px no-repeat;
	}
	
*/






























#comparison-chart {
}

/*HEADER*/
	.hdr-compare {
		background: #353c42 url('https://img.roxio.com/enu/images/products/creator/2010/compare/chart-cnr-rt.gif') top right no-repeat;
		margin: 0;
		color: #fff;
		border-bottom: 2px #353c42 solid;
	
	}
	.hdr-compare h4{
 
	}
	
	.hdr-compare .title-mkt {
		background: url('https://img.roxio.com/enu/images/products/creator/2010/compare/chart-cnr-lt.gif') top left no-repeat;
		color:#fff;
		float: left;
		width: auto !important;
		margin: 0 !important;
		width:404px !important;
		padding:8px 0 4px 20px;
		font-weight: bold !important;	
		
		
	}
	
					/*	.hdr-compare .title-prod-group {
						float: right;
						width:470px !important;
					}
					
					*/

	.title-solution{ /*col2 title*/
		float:left;
		background: url('https://img.roxio.com/images/theme/core/hdr-compare-separator.gif') top left no-repeat;		
		text-align: center;	
		padding:8px 0 4px 25px;
		text-align: left;	
		height: auto !important;
		
		
	}

	
	
	.table-compare {
		width: 100%;

		padding:0;
		margin:0;

	}








/*Table Styles*/
	.table-compare .market-name {
		width: 398px !important;	
		border-bottom: 1px solid #b0b0b0;
		border-left: 1px solid #b0b0b0;
		border-right: 1px solid #b0b0b0;	
		padding: 5px 5px 5px 20px;
		margin:0 !important;
	}

	.table-compare .mkt-solution {
		border-bottom: 1px solid #b0b0b0;
		border-right: 1px solid #b0b0b0;
		vertical-align: top;
		padding: 5px 5px 0 25px !important;
		font-size: 100%;		
	}
	
	
	
	/*patch above*/
	.compare-text {
		width: 106px !important;
		text-align: center;	
		border-bottom: 1px solid #b0b0b0;
		border-right: 1px solid #b0b0b0;
		vertical-align: top;
		padding: 5px 5px 5px 5px !important;	
		color: #000000;
		font-size: 100%;
	}	
	
	
	
			/*Unused*/
			/*.legend {
				padding-left: 25px;
				vertical-align: middle;	
			}
			
			.legend-new{
				padding: 0 5px 0 5px;
				color: #cf0000;
				font-size: 206%;
				vertical-align: middle;
			}
			
			.legend-improved{
				padding: 0 5px 0 10px;
				color: #70beef;
				font-size: 206%;
				vertical-align: middle;
			}
			
			.legend-available{
				padding: 0 5px 0 10px;
				color: #999999;
				font-size: 150%;
				vertical-align: middle;
			}
			
			.legend-required {
				font-size: 86%;
			}*/



 