/*
Title:		Toast 9 Titanium Styles
Author:		Cesar Fabello
Created:	Feb 26, 2008
Last Updated:	March 10, 2008
Notes:		Master CSS, make any changes needed for localized pages inside language specific css file only!
*/

/*GLOBAL STYLES*/
#productBanner{
	clear:both;
	height:390px;
	background: #ddd url(/jpn/images/products/toast/t9titanium/toast9_overviewBanner.jpg) no-repeat;
}

#productBanner2 {
	clear:both;
	display: block;
	height:50px;
	width:700px;
	background: #ddd url(/jpn/images/products/toast/t9titanium/icon-flash.jpg) no-repeat;
	padding: 0px 0px 0 0;
	margin-left:30px;
	margin-bottom:20px;
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;

	
}

.productBanner2 a {
	clear:both;
	display: block;
	height:50px;
	width:700px;
	background: #ddd url(/jpn/images/products/toast/t9titanium/icon-flash.jpg) no-repeat;
	padding: 0px 0px 0 0;
	margin-left:30px;
	margin-bottom:20px;
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;

	
}

	/*SubNav Styles*/
	
	#subNav{
		float: left;
		height:60px;		
		width: 760px;
		background: #000 url(/jpn/images/products/toast/t9titanium/menuBG.gif) repeat-x;
		padding:0;
		margin:0;
	}
	.t9NavLogo{
		float:left;
		height:50px;
		width:130px;
		padding:0;
		margin:0 18px 0 10px;
	}
	#subNav ul {
		float:left;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#subNav li {
		display:inline;
		font-weight: bold;
		font-size: 106%;
		color: #fff;
		margin:0;
		padding:0;
	}
	#subNav li a {
		float:left;
		padding:0;
		margin:0;
		text-decoration: none;
		color: #fff;
	}
	#subNav li span
		{
		float:left;
		text-decoration: none;	
		color: #fff;
		cursor:hand;
	}
	#subNav li span a
		{
		display:block;		
		padding:16px 10px 16px 10px;		
		color: #fff;
		cursor:hand;
	}	
	#subNav li span a:hover
		{
		display:block;		
		color: #7bb2f5;
		cursor:hand;
	}
	/*SELECTED TAB STYLES*/
	body#overview li#navOverview, body#burn li#navBurn, body#watch li#navWatch, body#listen li#navListen, body#share li#navShare, body#whyupgrade li#navWhyUpgrade, body#tutorials li#navTutorials
		{
		float:left;
		background: url('/jpn/images/products/toast/t9titanium/tabselect_L.gif') top left no-repeat; /*left border on selected Tab*/
		height:60px;
		padding:0;
		padding-left:2px;
		margin:0;
		text-align: center; /* center on ie */

		}
	body#overview li#navOverview span, body#burn li#navBurn span, body#watch li#navWatch span, body#listen li#navListen span, body#share li#navShare span, body#whyupgrade li#navWhyUpgrade span, body#tutorials li#navTutorials span
		{
		text-align: center; /* center on ie */

		float:left;
		text-decoration: none;
		padding:0;
		padding-right: 2px;
		margin:0;
		color: #fff;
		height:60px;
		color: #fff;
		background: url('/jpn/images/products/toast/t9titanium/tabselect_R.gif') top right no-repeat; /*right border on selected Tab*/
		}
	body#overview li#navOverview span a, body#burn li#navBurn span a, body#watch li#navWatch span a, body#listen li#navListen span a, body#share li#navShare span a, body#whyupgrade li#navWhyUpgrade span a, body#tutorials li#navTutorials span a
		{
		text-align: center; /* center on ie */

		float:left;		
		display:block;
		cursor:hand;
		height:46px;
		padding:0 8px;	
		margin:0;
	    padding-top:14px;
		text-decoration:none;
		color:#fff;		
		background: url('/jpn/images/products/toast/t9titanium/tabselect_M.gif') top center no-repeat; /*arrow tab*/
		}
	body#overview li#navOverview span a:hover, body#burn li#navBurn span a:hover, body#watch li#navWatch span a:hover, body#listen li#navListen span a:hover, body#share li#navShare span a:hover, body#whyupgrade li#navWhyUpgrade span a:hover, body#tutorials li#navTutorials span a:hover
		{
		text-align: center; /* center on ie */

		text-decoration:none;
		color:#fff;
		}		
		
	/*END subNav Styles*/	
#botFadeWrap{
	float:left;
	width:760px;
	padding:0;
    margin:0px auto 0 auto;
    background:#fff url(/jpn/images/products/toast/t9titanium/gradient_bg1x112.gif) bottom center repeat-x;
}	
		
/*END GLOBAL STYLES*/




/*OVERVIEW PAGE STYLES*/
#bannerContent{
	clear:both;
	padding:0px 0 0 414px;
	width:346px;
	float:left;
}
#bcOverviewHeadline{ /*defines top area for headline elements*/
	float:left;
	height: 115px;
	padding-top:15px;

}
#bcOverviewHeadline h3{
	font-size:195%;
	line-height:110%;
	padding:0;
	padding:10px 8px 0 16px;
}
/* OLD DEMO BUTTON STYLES
.demoButton{
	float:left;
	display:inline;
	text-align:center;
	margin-left:94px;
	background: #eee url(/jpn/images/buttons/btn_silver_bg_1x18.gif) repeat-x;
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
}


.demoButton a, .demoButton a:hover{
	width:114px;	
	display:block;		
	padding:4px;	
	text-decoration:none;
	color:#4d90db;
	font-weight:bold;
}
*/

.demoButton2{
	float:left;
	display:inline;
	text-align:center;
	margin-top:5px;
	margin-left:54px;
	background: #eee url(/jpn/images/allow_gray.gif) repeat-x;
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
}


.demoButton2 a, .demoButton2 a:hover{
	width:215px;	
	display:block;		
	padding:0px;	
	text-decoration:none;
	color:#4d90db;
	font-weight:bold;
	
}

/* NEW DEMO BUTTON STYLES*/
.demoButton{
	float:left;
	display:inline;
	text-align:center;
	margin-left:54px;
	padding: 0 0 0 20px;
	height:20px;
	background: #2287d2 url(/images/products/toast/t9titanium/btn_bluArrow.gif) top left;
	border: 1px solid #265983;
	border-left: 1px solid #69a4d2;
	border-top: 1px solid #69a4d2;
}
.demoButton a, .demoButton a:hover{
	float:left;
	height:19px;
	background: #eee url(/images/products/toast/t9titanium/btn_bluArrow.gif) top right;	
	display:block;	
	padding: 1px 30px 0 0;
	margin:0;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}


#priceBoxOverview{ /*positions pricing elements on overview pages*/
	float:left;
	padding:25px 0 0 0;

}
#priceBoxOverview #pricing{
	float:left;
	padding:0 4px 0 14px;
	width:148px;
	color:#fff;
	border-right:1px solid #fff;
}
#priceBoxOverview #purchaseButtons{
	float:left;
	padding:0 0 0 14px;
	width:148px;
}
.listPrice{
	color:#fff;
	font-size:108%;
	font-weight:bold;
}
.yourPrice{
	color:#fff;
	font-size:108%;
	font-weight:bold;	
}
.bigPrice{
	font-size:118%;
}
.rebateText{
	padding: 5px 5px 0 0;
	font-size:92%;
	line-height:120%;
}
.rebateText a{
	color:#fff;
}

.btnBuy{
	width:140px;
	/*float:left;*/
	text-align:center;
	background: #d41f27 url(/jpn/images/buttons/btn_red_bg_1x18.gif) repeat-x;
	border-left: 1px solid #fb747a;
	border-top: 1px solid #fb747a;
	border-right: 1px solid #810107;
	border-bottom: 1px solid #810107;
	margin-bottom:6px;
}
.btnBuy a{
	display:block;
	padding:2px 2px;	
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
}
.btnBuy a:hover{
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;

}

.sysReq a{
	color:#fff;	
}
.featuresBox{
	float:left;
	width:360px;
	padding:0 20px 40px 0;
	margin:0;
	
}
.featContent{
	float:left;
	width:255px;
	padding: 0 0 0 10px;
	font-size:100%;
	line-height:120%;	
}
.featContent h4{
	font-size:100%;
	padding-bottom:6px;
}
.featContent h4 a{
	color:#000;
	text-decoration:none;
}
.featContent h4 a:hover{
	color:#000;
	text-decoration:none;
}

.featContent strong{
	color:#4b4b4d;
	font-size:100%;	
}
	/*ICON IMAGE STYLES*/
	.featuresBox img {
	float:left;
	behavior: url('/common_scripts/pngfix.htc');
	width: 95px;
	height: 95px;

	}
	/*END ICON IMAGE STYLES*/





/*.btnWatchVid{
	float:left;
	margin-top:10px;
	height:34px;
	padding:0 0 0 32px;
	background: url('/jpn/images/products/toast/t9titanium/btn_WatchVid_L.gif') top left no-repeat;	
}*/
	/*PNG button*/
	.btnWatchVid {
	margin-top:10px;	
	float: left;
	height: 35px;
	width: 23px;
	padding:0 0 0 32px
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/jpn/images/products/toast/t9titanium/btn_WatchVid_L.png');
	
	}
	
	.btnWatchVid[class] {
	
	height: 35px;
	width: 23px;
	margin-top:10px;	
	float:left;
	padding:0 0 0 32px;	
/*	background: url('/jpn/images/products/toast/t9titanium/btn_WatchVid_L.png') no-repeat top left;*/
	 
	}
	/*END PNG button*/


.btnWatchVid a{
    float:left;
	display:block;
	width:188px;
	padding: 9px 8px 8px 8px;	
	text-decoration:none;
	font-weight:bold;
	color:#5092dd; 
	height:34px;	
	background: url('/jpn/images/products/toast/t9titanium/btn_WatchVid_RL.gif') top left no-repeat;
    
}
.btnWatchVid a:hover{
    
	text-decoration:none;
	color:#5092dd; 

}
#teaseBox{
	clear:both;
	margin:10px auto;
	width: 750px;
	height: 150px;
	background:#fff;
	border:1px solid #d0cfcf;
	
}
/*END OVERVIEW PAGE STYLES*/


/*SUB PAGE STYLES*/

	/*Category Banners*/
	#productBannerListen{
		clear:both;
		height:360px; /*prev 390; 390 on homepage*/
		background: #ddd url(/jpn/images/products/toast/t9titanium/toast9_listenBanner.jpg) 0 51px no-repeat;
	}
	#productBannerWatch{
		clear:both;
		height:360px; /*prev 390; 390 on homepage*/
		background: #ddd url(/jpn/images/products/toast/t9titanium/toast9_watchBanner.jpg) 0 51px no-repeat;
	}
	#productBannerBurn{
		clear:both;
		height:360px; /*prev 390; 390 on homepage*/
		background: #ddd url(/jpn/images/products/toast/t9titanium/toast9_burnBanner.jpg) 0 51px no-repeat;
	}
	#productBannerShare{
		clear:both;
		height:360px; /*prev 390; 390 on homepage*/
		background: #ddd url(/jpn/images/products/toast/t9titanium/toast9_shareBanner.jpg) 0 51px no-repeat;
	}
				
	/*End Category Banners*/	
#bannerContentSub{
    position:relative;
	clear:both;
	margin-right:-200px;
	padding:20px 0 0 300px;
	width:500px;
	float:left;
	
}

/* old sub
#bcSubHeadline{ /*defines top area for headline elements*/
	float:left;
	height: 115px;
	padding-top:15px;
}
#bcSubHeadline h3{
        float:left;
		font-size:330%;
		line-height:110%;
		/*padding:16px 20px 4px 0;*/
	}	
#bcSubHeadline h4{
		font-size:150%;
		padding: 10px 10px 0 0;
		font-weight:bold;
		line-height:110%;
		color:#848080;
		/*padding:0 50px 10px 0;*/
	}
*/

/* New sub
#bcSubHeadline{ /*defines top area for headline elements*/
   /*float:left;*/
    /*position:relative;*/
	height: 115px;
	padding-top:15px;
	/*color:#fff;*/
}


#awardsBanSubHeadline{
	padding-top:15px;
}


#bcSubHeadline h3, #awardsBanSubHeadline h3{
	    float:left;
	    /*width:642px;*/
		font-size:330%;
		line-height:110%;
		color:#000;
		margin:0;
		padding:0;
		/*padding:16px 20px 4px 0;*/
	}	
#bcSubHeadline h4, #awardsBanSubHeadline h4{
		clear:both;
		width:642px;
		font-size:144%;
		margin:0 !important;
		padding:20px 0px 30px 0px ;		
		font-weight:bold;
		line-height:110% !important;
		color:#848080;
		/*padding:0 50px 10px 0;*/
	}	
	
/* old DEMO BUTTONSUB STYLES		
.demoButtonSub{
	float:left;
	display:inline;
	text-align:center;
	margin:10px 0 0 0;
	background: #eee url(/jpn/images/buttons/btn_silver_bg_1x18.gif) repeat-x;
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
}
.demoButtonSub a, .demoButtonSub a:hover{
    float:left;
	width:114px;	
	display:block;		
	padding:4px;	
	text-decoration:none;
	color:#4d90db;
	font-weight:bold;
}

*/


.demoButtonSub2{
	float:left;
	display:inline;
	text-align:left;
	/*margin-top:25px;*/
	/*margin-left:-202px;*/
	margin-top:25px;
	margin-left:0px;
	padding: 0px 0 0 20px;
	height:20px;
	width:200px;
	background: #eee url(/jpn/images/allow_gray.gif) repeat-x;
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;

}
.demoButtonSub2 a, .demoButtonSub2 a:hover{
    float:left;
	height:16px;
	width:200px;	
	color:#4d90db;
	font-weight:bold;
	display:block;	
	padding: 4px 0px 0 0px;
    text-decoration:none;
	color:#4d90db;
	font-weight:bold;
	font-size:100%;
	line-height:100%;
}


/* NEW DEMO BUTTONSUB STYLES*/

.demoButtonSub{
	float:left;
	display:inline;
	text-align:left;
	margin:0px 0 0 0px;
	padding: 0px 0 0 20px;
	height:20px;
	width:180px;
	background: #2287d2 url(/images/products/toast/t9titanium/btn_bluArrow.gif) top left;
	border: 1px solid #265983;
	border-left: 1px solid #69a4d2;
	border-top: 1px solid #69a4d2;
}
.demoButtonSub a, .demoButtonSub a:hover{
	float:left;
	width:180px;
	height:16px;
	background: #eee url(/images/products/toast/t9titanium/btn_bluArrow.gif) top right;	
	display:block;	
	padding: 4px 0px 0 0;
	margin:0;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:100%;
	line-height:100%;
}




.productBanner3{
	clear:both;
	display: block;
	height:50px;
	width:700px;
	background: #ddd url(/jpn/images/products/toast/t9titanium/icon-flash.jpg) no-repeat;
	padding: 0px 0px 0 0;
	margin-left:30px;
	margin-bottom:20px;
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;

	
}




#priceBoxSub{ /*positions pricing elements on sub level pages*/
	float:left;
	padding:15px 0 0 20px;
}
#priceBoxSub #pricing{
	float:left;
	/*margin-top:54px;*/
	padding:0 4px 0 0;
	width:150px;
	color:#fff;
	border-right:1px solid #fff;
}
#priceBoxSub #purchaseButtons{
	float:left;
	/*margin-top:54px;	*/
	padding:0 0 0 14px;
	/*width:148px;*/
}
#boilerSub{
	padding:0;
	margin:0 auto;
	width:720px;
	background: url(/jpn/images/products/toast/t9titanium/boiler_BxBot.gif) bottom center no-repeat;	
	margin-bottom:40px;
}
#boilerSub p{
	padding:6px 10px;
	font-size:112%;
	background: url(/jpn/images/products/toast/t9titanium/boiler_BxTop.gif) Top center no-repeat;
}

	
	/*SCREEN SHOT STYLES*/
	/*
	.tranz{
	behavior: url("/common_scripts/png/pngbehavior.htc");
	}
	*/
	.screensBox img {
	float:left;
	behavior: url('/common_scripts/pngfix.htc');
	width: 170px;
	height: 163px;
	}
	/*END SCREEN SHOT STYLES*/	
.screensBox{
	float:left;
	width:360px;
	padding:0 10px 40px 10px;
	margin:0;
}
.screensContent{
	float:left;
	width:180px;
	padding: 0 0 0 10px;
}
.screensContent h4{
	font-size:100%;
	padding-bottom:6px;
}
.screensContent p{
	font-size:100%;
	line-height:120%;
}
.screensContent strong{
	color:#4b4b4d;
	font-size:100%;	
}


	
/*END SUB PAGE STYLES*/
































