/*	
Title:		Roxio.com - Global Stylesheet
Author:		David Tang / Sonic Solutions
Updated:	7.15.08
*/

#compareTitle {
	background: #f6f6f6 url('https://img.roxio.com/images/products/roxio_online/compare_title.jpg') no-repeat top left ;
}

#compareTitle h1 {
	float: left;
	color: #fff;
	font-size: 106%;
	width: 740px; /*560*/
	padding: 10px 0 10px 15px;
}

#compareTitle #compareProducts {
	float: left;
	width: 160px;
}

#compareProducts p {
	float: left;
	width: 78px;
	text-align: center;
	color: #fff;
	padding: 10px 0 10px 0;
	border-left: 1px solid #7a7a7a;
	font-weight: bold;
}

.new{
	font-weight:bold;
	color:#f00;
}

#vertical_container {
	padding-bottom: 10px;
}

.accordion_toggle {
	display: block;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	background: #f6f6f6 url('https://img.roxio.com/images/products/roxio_online/table_feature_bg.gif') repeat-x top right ;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}

.accordion_toggle h1{
	font-size: 14px !important; /*100%*/
	padding: 0 0 0 0 !important; /*patch style to override global for H1 - ces*/
	cursor:pointer;
	cursor:hand;	
}

.accordion_toggle h1:hover {
/*	cursor:pointer;  moved these to H1 since no support in IE6
	cursor:hand;*/


}

.accordion_toggle_active {
	color: #005aa0;
}

.accordion_toggle_active h1 {
	color: #005aa0;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 600px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	margin: 0 0 0 0;
}
.vertical_accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #fff;
	border-bottom: 1px solid #f68263;
	
}
.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

.accordion_content table {
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	width: 918px; /*738*/
}

.accordion_content table td {
	padding: 3px 3px 3px 10px;
	border-bottom: 1px solid #e3e3e3;
	
}

.tableFeature {
	width: 780px !important; /*600*/
	vertical-align: top;
}

.tableBasic {
	width: 69px;
	text-align: center;
	border-left: 1px solid #e3e3e3;
	vertical-align: top;
	font-weight: bold;
}

.tablePremium {
	width: 69px;
	text-align: center;
	border-left: 1px solid #e3e3e3;
	vertical-align: top;
	font-weight: bold;
	color: #005aa0;
}