/*
Title:		Roxio.com - Toast 11 BASE
Author:		Cesar Fabello / Sonic Solutions
Updated:	2.14.2011
Notes:		Modded version of the rogue theme, tailored for toast 11
*/

#top{ /*patch for FF4 where top div collapses*/
  min-height:78px;
}

body{
	color: #cfcfcf;
	background: #000 url('https://img.roxio.com/images/products/toast/toast11/toast-bg.jpg') top center no-repeat;
}
a{
	/*color: #4dacf5;*/
	color:#B06AE6;
	text-decoration: underline;
	outline: none;
}
a:hover{
	color: #4dacf5; /*#666;*/
	text-decoration: underline;
}
a:active {
	outline: none;
}
#search {
	background: url('https://img.roxio.com/images/products/toast/toast11/global-nav-cap.gif') no-repeat top right;
}
#container{
	background: url('https://img.roxio.com/images/products/toast/toast11/container-bg.gif') no-repeat top left;
	margin-bottom:0;
}
#topLinks li.liMyRoxio, #topLinks li.liCart, #topLinks li.liFeedback {
    margin-top: 3px;
	background: url('https://img.roxio.com/images/theme/rogue/hdr-seperator.gif') no-repeat right 1px;
}
#topLinks li a{
	text-decoration: none;
	color: #dadada;
}


/*Header Styles */

	/*The width of these headers are variable and will fit with the container, but can only work with
	  a white background. */
	
	.hdr-main {
		background: url('https://img.roxio.com/images/theme/rogue/hdr-aqua-rt.gif') no-repeat right top;
	}
	
	.hdr-main span {
		background: url('https://img.roxio.com/images/theme/rogue/hdr-aqua-fill-lt.gif') no-repeat left top;
	}
	
	.hdr-alpha {
		background: url('https://img.roxio.com/images/theme/rogue/hdr-lime-rt.gif') no-repeat right top;
	}
	
	.hdr-alpha span {
		background: url('https://img.roxio.com/images/theme/rogue/hdr-lime-fill-lt.gif') no-repeat left top;
	}
	
	.hdr-beta {
		background: url('https://img.roxio.com/images/theme/rogue/hdr-charcoal-rt.gif') no-repeat right top;
	}
	
	.hdr-beta span {
		background: url('https://img.roxio.com/images/theme/rogue/hdr-charcoal-fill-lt.gif') no-repeat left top;
	}
	
	.hdr-gamma {
		background: url('https://img.roxio.com/images/theme/rogue/hdr-granite-rt.gif') no-repeat right top;
	}
	
	.hdr-gamma span {
		background: url('https://img.roxio.com/images/theme/rogue/hdr-granite-fill-lt.gif') no-repeat left top;
	}


































/* Set width of hdr-main container to fix desired size.  Here is an example 

.bucket-container .bucket-hdr-width {
	width: 913px;
}

*/

.bucket-top {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	background: url('https://img.roxio.com/images/theme/rogue/bucket-top-rt.gif') top right no-repeat;
}

.bucket-top span{
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	background: url('https://img.roxio.com/images/theme/rogue/bucket-top-lt.gif') top left no-repeat;
}

.bucket-content {
	border-left: 1px solid #343333;
	border-right: 1px solid #343333;
}


.bucket-btm {
	clear: both;
	display: block;
	marin: 0;
	padding: 0;
	background: url('https://img.roxio.com/images/theme/rogue/bucket-btm-rt.gif') top right no-repeat;
}

.bucket-btm span{
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	background: url('https://img.roxio.com/images/theme/rogue/bucket-btm-lt.gif') top left no-repeat;
}


#footer #footer-top {
		/*background: url('https://img.roxio.com/images/theme/rogue/ftr-top-trim.png') no-repeat top left !important;
		height: 10px;*/
		height:0;
		display:none;
}

#footer #footer-content {
		background: #000 url('https://img.roxio.com/images/products/toast/toast11/footer-bg.gif') no-repeat !important;
		padding: 20px 0 30px 0 !important;
}

#footer #footer-bottom {
		/*background: url('https://img.roxio.com/images/theme/rogue/ftr-btm-trim.png') no-repeat top left !important;
		height: 10px;*/
		height:0;
		display:none;		
}



/*SOCIAL FOOTER PATCH*/
	body #social-footer-nl .ftr-tooltip{
	  color: #474646 !important;
	}
		
	 .tooltip-body {
	color: #474646 !important;
	 }	



