@import "/tellafriend/tellafriend.css";

/****************************************
	global styles
*****************************************/
body#schlTweens, #tweens, body#schlTweens #schlPageContent {
	background-color: #000 !important;
	background-image: none !important;
}
body#schlTweens a {
	display: inline-block;
	outline: none;
	white-space: nowrap;
}
#schlFooter, #schlFooter a { color: #fff !important; }
#yawyr { background: url(/images/yawyr/stacks_logo_ko.png) no-repeat !important; }

/****************************************
	common
*****************************************/
#sw-header {
	background: url(images/header_bg.jpg) no-repeat;
	height: 97px;
	position: relative;
	width: 919px;
}
	#sw-header #kbsSTFBtn {
		left: 791px;
		position: absolute;
		top: 13px;
	}
	#sw-header .nav {
		background: url(images/nav_bg.jpg) no-repeat;
		color: #fff;
		font: bold 14px Helvetica, Arial, sans-serif;
		height: 27px;
		left: 420px;
		padding: 33px 0 0 45px;
		position: absolute;
		top: 37px;
		width: 454px;
	}
	#sw-header .nav ul { list-style: none; margin: 0; padding: 0; width: 450px; }
	#sw-header .nav ul li { float: left; margin-left: 20px; }
	#sw-header .nav ul li.ga { margin-left: 120px; }
	#sw-header .nav ul li a { color: #fff; text-decoration: none; }
	#sw-header .nav ul li a:hover { color: #000; }
	#sw-header.series .nav ul li.si a, #sw-header.games .nav ul li.ga a { color: #000; }


#starwars {
	background-color: #403d33;
	color: #fff;
	padding: 12px 0 20px 0;	
	width: 919px;
}

#sw-side-narrow {
	float:left;
	margin-left:7px;
	width:180px;
}

#sw-legal {
	background-color: #403D33;
	color: #fff;	
	margin: 0;
	padding: 5px 20px;
	width: 879px;
}

.sw-ad {
	background: url(/kids/stacks/images/ad_tab.gif) 0 6px no-repeat;
	margin-bottom: 20px;
	padding-left: 20px;
}
.sw-ad-skyscraper {
	background:url(/kids/stacks/images/ad_tab.gif) no-repeat 0 6px;
	margin-bottom:20px;
	padding-left:20px;
}
	
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display:inline-block; } /*this trips hasLayout for ie7*/
.clearfix { display:block; } /*this returns it back to normal*/

/****************************************
	home
*****************************************/
#sw-home-main {
	float: left;
	padding-left: 10px;
	width: 575px;
}
	#sw-home-main .sw-main-promo {
		background: url(images/main-promo-bg.jpg) 0 334px no-repeat;
		position: relative;
		z-index: 100;
	}
	#sw-home-main .sw-main-promo .mp {
		display: block;
		margin-bottom: 40px;
	}
	#sw-home-main .sw-main-promo .sw-main-txt {
		font-size: 14px;
		padding: 0 22px 0 35px;
	}
	#sw-home-main .sw-main-promo .sw-main-txt .cvr {
		float: right;
	}
	#sw-home-main .sw-main-promo .sw-main-txt .txt {
		margin-right: 165px;
	}
	#sw-home-main .sw-main-promo .sw-main-txt .txt h2 {
		font-size: 16px;
		margin: 0 0 14px 0;
		padding: 0;
	}
	#sw-home-main .sw-main-promo .sw-main-txt .txt p {
		margin: 0 0 10px 0;
		padding: 0;
	}
	#sw-home-main .sw-main-promo .sw-main-txt .txt p.more { float: right; }
	#sw-home-main .sw-promos {		
		height: 244px;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		top: -25px;
		z-index: 1;
	}
	#sw-home-main .sw-promos li {
		float: left;
	}
	#sw-home-main .sw-promos li.p2 { margin-left: 15px; padding-top: 85px; }
	
#sw-home-side {
	float:left;
	margin-left:7px;
	width:320px;
}
	#sw-home-side .sw-home-side-box {
		margin-bottom: 60px;
		text-align: center;		
	}
	#sw-home-side .sw-home-side-box strong.l1, #sw-home-side .sw-home-side-box strong.l2 {
		letter-spacing: 3px;
		display: block;
		margin: 0 auto;
	}
	#sw-home-side .sw-home-side-box strong.l1 { font-size: 26px; }
	#sw-home-side .sw-home-side-box strong.l2 { font-size: 20px; }

/****************************************
	games home
*****************************************/
#sw-game-main {
	float: left;
	margin-left: 10px;
	padding-top: 40px;
	width: 568px;
}
	#sw-game-main h2.section {
		background: #000;
		font-size: 14px;
		margin: 0;
		padding: 8px 27px;
	}
	#sw-game-main .games, #sw-game-main .activities {
		background: #2d2a24 url(images/games-box-bg.jpg) 0 30px repeat-x;
		margin-bottom: 20px;
	}
	#sw-game-main .games .content, #sw-game-main .activities .content {
		padding: 20px 25px 35px 25px;
	}
	#sw-game-main .games .content .img, #sw-game-main .activities .content .img { float: left; }
	#sw-game-main .games .content .txt { font-size: 14px; margin-left: 310px; }
	#sw-game-main .games .content .txt h3 { font-size: 18px; margin: 0 0 12px 0; padding: 0; }
	#sw-game-main .activities .content .txt { font-size: 14px; margin-left: 205px; }
	

#sw-game-side {
	float:left;
	margin-left:7px;
	width:320px;
}
	#sw-game-side .video {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 15px;
		text-align: center;
	}
	
/****************************************
	games - jedi training
*****************************************/
.jedi {
	background: url(images/jedi-trainer-bg.jpg) no-repeat;
}

#jTrainer {
	float: left;
	margin-left: 18px;
	padding-top: 90px;
	width: 684px;
}
	#jTrainer .shtxt {
		display: block;
		margin-bottom: 30px;
		margin-left: 141px;
	}
	#jTrainer .swf { margin: 0 0 45px 45px; }
	#jTrainer .return { text-align: right; }
	#jTrainer .return a { color: #fff; }


/****************************************
	series
*****************************************/
#sw-series-main {
	float: left;
	padding-left: 22px;
	width: 552px;
}
	#sw-series-main .sw-series-intro {
		background: #2d2a24 url(images/series-intro-bg.jpg) repeat-x;
		font-size: 14px;
		padding: 25px 15px;
	}
	#sw-series-main .sw-series-intro h3 {
		font-size: 16px;
		margin: 0;
		padding: 0;		
	}
	#sw-series-main .sw-series-intro p {
		margin: 0;
		padding: 0;		
	}
	
	#sw-series-main  .sw-series-nav {
		height: 41px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#sw-series-main  .sw-series-nav li {
		float: left;
		font-size: 14px;
	}
	#sw-series-main  .sw-series-nav li a {
		color: #000;
		display: block;		
		font-weight: bold;
		height: 26px;
		padding-top: 15px;
		text-align: center;
		text-decoration: none;
	}	
	#sw-series-main  .sw-series-nav li.tl a {
		padding-top: 5px;
		height: 36px;
	}
	#sw-series-main  .sw-series-nav li a:hover {
		background-color: #514d41;
		color: #fff;
		text-decoration: none;		
	}
	#sw-series-main .bios .sw-series-nav li.si1 a,
	#sw-series-main .novels .sw-series-nav li.si2 a,
	#sw-series-main .quest .sw-series-nav li.si3 a,
	#sw-series-main .boba-fett .sw-series-nav li.si4 a,
	#sw-series-main .jedi .sw-series-nav li.si5 a,
	#sw-series-main .rebel .sw-series-nav li.si6 a,
	#sw-series-main .hyperspace .sw-series-nav li.si7 a,
	#sw-series-main .novelty .sw-series-nav li.si8 a {
		/*background-color: #514d41;
		color: #fff;*/
	}
	#sw-series-main #sw-series-nav-top {
		background: url(images/series-nav-top.gif) no-repeat;
		padding-left: 5px;
	}
		#sw-series-main #sw-series-nav-top .si1 {			
			width: 170px;
		}
		#sw-series-main #sw-series-nav-top .si2 {			
			width: 190px;
		}
		#sw-series-main #sw-series-nav-top .si3 {			
			width: 140px;
		}
		/*
		#sw-series-main #sw-series-nav-top .si4 {			
			width: 142px;
		}*/
	#sw-series-main #sw-series-nav-btm {
		border-top: 1px solid #403d33;
		background: url(images/series-nav-btm.gif) no-repeat;
		padding-left: 15px;
	}
		#sw-series-main #sw-series-nav-btm .si5 {
			width: 130px;
		}
		#sw-series-main #sw-series-nav-btm .si6 {
			width: 165px;
		}
		#sw-series-main #sw-series-nav-btm .si7 {
			width: 155px;
		}
		
/*		#sw-series-main #sw-series-nav-btm .si8 {
			width: 62px;
			
		}*/
		
	#sw-series-main h4.disp {
		background-color: #615c4e;
		font-size: 13px;
		font-weight: normal;
		margin: 8px 0 0 0;
		padding: 8px 20px 5px 20px;
	}
	#sw-series-main #sw-series-content {
		background: url(images/series-books-bg.jpg) repeat-x;
		padding: 40px 20px;
	}
	#sw-series-main #sw-series-content .book {
		margin-bottom: 35px;
	}
	#sw-series-main #sw-series-content .book-info {
		float: left;
		margin-right: 15px;
		width: 165px;
	}
		#sw-series-main #sw-series-content .book-info .book-num {
			background: url(images/book-num-bg.png) no-repeat;
			height: 50px;
			margin: 0;
			position: relative;
		}
		#sw-series-main #sw-series-content .book-info .book-num .num {
			font-size:30px;
			height:30px;
			left:10px;
			line-height:30px;
			position:absolute;
			top:9px;
		}
		#sw-series-main #sw-series-content .book-info .book-num .txt {
			font-size:10px;
			left:60px;
			position:absolute;
			top:15px;
			width:100px;
		}
	#sw-series-main #sw-series-content .book-cover {
		float: left;
		width: 110px;
	}
	#sw-series-main #sw-series-content .book-cover img {
		display: block;
	}
	#sw-series-main #sw-series-content .description {
		float: left;
		font-size: 13px;
		margin-left: 30px;
		width: 345px;
	}
	#sw-series-main #sw-series-content .alt {
		margin-left: 15px;
		width: 200px;
	}
	#sw-series-main #sw-series-content .description h3 {
		font-size: 18px;
		margin: 0;
		padding: 0;		
	}
	#sw-series-main #sw-series-content .description p {
		margin: 0 0 10px 0;
		padding: 0;
	}

#sw-series-side {
	float:left;
	margin-left:7px;
	width:320px;
}	
	#sw-series-side .video {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 15px;
		text-align: center;
	}
	
/****************************************
	minisite footer
*****************************************/
#msf { margin-top: 25px; }

/****************************************
	ecommerce callout
*****************************************/
#BuyBtnBox, .buyBtnBox {
	height:1%;
	margin-top: 8px;
	text-align: right;
	/*padding: 10px 0 0 7px;
	position:relative;*/
}
.StorePopCallout {
	background:url(images/store_pop_bg.gif) no-repeat;
	display:none;
	font-family:Helvetica, sans-serif;
	height:289px;
	position:absolute;
	width:293px;
	z-index:100;
}
	.StorePopCallout .StoreX {
		display:block;
		height:10px;
		position:absolute;
		left:267px;
		top:15px;
		width:11px;
	}
	.StorePopCallout img.storeBuyBtn {
		display:block;
		position:absolute;
		left:172px;
		top:59px;
	}
	.StorePopCallout p.StoreTop {
		color:#000;
		display:block;
		font-size:12px;
		left:14px;
		margin:0;
		position:absolute;	
		text-align:center;
		top:110px;
		width:265px;
	
	}
	.StorePopCallout p.StoreTop a {
		color:#000;
		font-weight:bold;
		line-height:18px;
		padding:0 3px 0 3px;
		text-decoration:underline;
	}
	.StorePopCallout p.StoreBottom {
		color:#000;
		display:block;
		font-size:12px;
		height:45px;
		left:14px;
		margin:0;
		position:absolute;
		text-align:center;
		top:195px;
		width:255px;
	}
	.StorePopCallout .Zip {
		left:32px;
		margin:0;
		padding:0;
		position:absolute;
		top:250px;
		width:120px;
	}
	.StorePopCallout .Find {
		left:162px;
		margin:0;
		padding:0;
		position:absolute;
		top:250px;
	}