@charset "utf-8";
/* CSS Document */

/* **********RSB Fonts********* */
p {
	color:#666;
}
h3 {
	color:#512698;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
h3.rsbDemo {
	text-transform:none;
}
h4 {
	color:#dc1585;
	font-size:16px;
	text-transform:uppercase;
}
p.rsbVideo {
	color:#512698;
	font-family:sans-serif, Arial, Helvetica;
	font-size:16px;
}
.rsbTextRow div {
	font-style:italic;
}
.rsbComingSoon {
	height:26px !important;
	margin-right:-12px;
}

/* **********Overlays********* */
/* *****XLG Overlay***** */
div.overlay div.close, div.overlay div.modalClose {
	background-image:url(/en/images/storybooks/recordable-storybooks/skin/overlayClose.gif);
	position:absolute;
	right:30px;
	top:20px;
	cursor:pointer;
	width:19px;
	height:19px;
	z-index:10000;
}
	
div.overlay div.close:hover, div.overlay div.modalClose:hover {
	background-position:top;	
}
div.overlayWrapLg {
	background-color:transparent;
	background-image:url(/en/images/storybooks/recordable-storybooks/skin/rsb_borderWide_sides.png);
	background-repeat:repeat-y;
	height:100%;
	overflow-y:auto;
	padding:15px 20px 0 60px;
}
div.overlayHeaderLg {
	background-color:transparent;
	background-image:url(/en/images/storybooks/recordable-storybooks/skin/rsb_borderWide_top.png);
	height:40px;
}
div.overlayFooterLg {
	background-color:transparent;
	background:url(/en/images/storybooks/recordable-storybooks/skin/rsb_borderWide_bottom.png);
	height:40px;
}
.rsbOverlayLg {
	width:895px;
}
/* *****Normal Overlay***** */
div.overlayWrap {
	background-color:transparent;
	background-image:url(/en/images/storybooks/recordable-storybooks/skin/rsb_border_sides.png);
	background-repeat:repeat-y;
	padding:0 40px;
}
div.overlayHeader {
	background-color:transparent;
	background-image:url(/en/images/storybooks/recordable-storybooks/skin/rsb_border_top.png);
	height:40px;
}
div.overlayFooter {
	background-color:transparent;
	background:url(/en/images/storybooks/recordable-storybooks/skin/rsb_border_bottom.png) 0 -20px;
	height:30px;
}
.rsbOverlay {
	width:640px;
}
/* **********End Overlay********* */

/* **********Scrollable********* */
	  /* *****Main****** */
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.feature .scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 726px;
	height:366px;
	top:-15px;
	margin-bottom:-15px;
	/* custom decorations */
}

.story .scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 726px;
	height:470px;
	top:-15px;
	/* custom decorations */
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable div.item {
	float:left;
	margin:0;
	padding:0;
	width:726px;
}

/* *******End Main******** */
/* ********Buttons******** */
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* feature scroller */
	/* right */
	.feature a.right { 
		position:relative;
		float:right;
		display:block;
		background:url(/en/images/storybooks/recordable-storybooks/skin/rsb_arrows_sprite.png) no-repeat -21px -28px;
		top:205px;
		right:16px;
		width:16px;
		height:23px;
		z-index:10;
		cursor:pointer;
	}
	.feature a.right:hover { 
		background:url(/en/images/storybooks/recordable-storybooks/skin/rsb_arrows_sprite.png) no-repeat -21px 0px;
		color:transparent;
	}
	.feature a.right:active { 
		background:url(/en/images/storybooks/recordable-storybooks/skin/rsb_arrows_sprite.png) no-repeat -21px 0px;
	} 
	
	/* left */
	.feature a.left { 
		position:relative;
		float:left;
		display:block;
		background:url(/en/images/storybooks/recordable-storybooks/skin/rsb_arrows_sprite.png) no-repeat 0px -28px;
		top:205px;
		left:22px;
		width:16px;
		height:23px;
		z-index:10;
		cursor:pointer;
	} 
	.feature a.left:hover { 
		background:url(/en/images/storybooks/recordable-storybooks/skin/rsb_arrows_sprite.png) no-repeat;
		color:transparent;
	}
	.feature a.left:active { 
		background:url(/en/images/storybooks/recordable-storybooks/skin/rsb_arrows_sprite.png) no-repeat;
	}


/* story scroller */
	/* right */
	.story a.right { 
		position:relative;
		float:right;
		display:block;
		background:url(/en/images/storybooks/recordable-storybooks/skin/rsb_arrows_sprite.png) no-repeat -21px 0px;
		top:195px;
		right:0px;
		width:16px;
		height:23px;
		z-index:10;
		cursor:pointer;
	}
	.story a.right:hover { 
		background:url(/en/images/storybooks/recordable-storybooks/skin/rsb_arrows_sprite.png) no-repeat -21px -56px;
		color:transparent;
	}
	.story a.right:active { 
		background:url(/en/images/storybooks/recordable-storybooks/skin/rsb_arrows_sprite.png) no-repeat -21px -56px;
	} 
	
	/* left */
	.story a.left { 
		position:relative;
		float:left;
		display:block;
		background:url(/en/images/storybooks/recordable-storybooks/skin/rsb_arrows_sprite.png) no-repeat;
		top:195px;
		left:0;
		width:16px;
		height:23px;
		z-index:10;
		cursor:pointer;
	} 
	.story a.left:hover { 
		background:url(/en/images/storybooks/recordable-storybooks/skin/rsb_arrows_sprite.png) no-repeat 0px -56px;
		color:transparent;
	}
	.story a.left:active { 
		background:url(/en/images/storybooks/recordable-storybooks/skin/rsb_arrows_sprite.png) no-repeat 0px -56px;
	}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
/* **********End Scrollable********* */

/* **********Image Swap Preview********* */
.rsbThumbRow {
	height:34px;
}
.rsbThumbRow > div {
	float:right;
	height:32px;
	margin-left:4px;
	margin-top:1px
}
.rsbThumbRow > div.rsbSelected {
	border:solid 1px #FF0000;
	margin-top:0px;
}
.rsbClickImg:hover {
	cursor:pointer;
}	
/* **********End Image Swap Preview********* */

/* **********Accordian********* */
.accordianBody {
	display:none;
	padding-top:10px;
}
.accSlideDown span.featured {
	background: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_openClose.png) no-repeat 0 -306px;
	cursor:pointer;
	display:block;
	height:48px;
	width:724px;
}
.accSlideUp span.featured {
	background: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_openClose.png) no-repeat 0 -5px;
	cursor:pointer;
	display:block;
	height:48px;
	width:724px;
}
.accSlideDown span.hmkOrig {
	background: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_openClose.png) no-repeat 0 -365px;
	cursor:pointer;
	display:block;
	height:48px;
	width:724px;
}
.accSlideUp span.hmkOrig {
	background: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_openClose.png) no-repeat 0 -64px;
	cursor:pointer;
	display:block;
	height:48px;
	width:724px;
}
.accSlideDown span.litFav {
	background: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_openClose.png) no-repeat 0 -424px;
	cursor:pointer;
	display:block;
	height:48px;
	width:724px;
}
.accSlideUp span.litFav {
	background: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_openClose.png) no-repeat 0 -124px;
	cursor:pointer;
	display:block;
	height:48px;
	width:724px;
}
.accSlideDown span.comingSoon {
	background: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_openClose.png) no-repeat 0 -485px;
	cursor:pointer;
	display:block;
	height:48px;
	width:724px;
}
.accSlideUp span.comingSoon {
	background: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_openClose.png) no-repeat 0 -185px;
	cursor:pointer;
	display:block;
	height:48px;
	width:724px;
}
.accSlideDown span.disney {
	background: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_openClose.png) no-repeat 0 -665px;
	cursor:pointer;
	display:block;
	height:48px;
	width:724px;
}
.accSlideUp span.disney {
	background: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_openClose.png) no-repeat 0 -604px;
	cursor:pointer;
	display:block;
	height:48px;
	width:724px;
}
.accSlideDown span.seeAll {
	background: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_openClose.png) no-repeat 0 -545px;
	cursor:pointer;
	display:block;
	height:48px;
	width:724px;
}
.accSlideUp span.seeAll {
	background: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_openClose.png) no-repeat 0 -245px;
	cursor:pointer;
	display:block;
	height:48px;
	width:724px;
}
.accSlideDown span.holiday {
	background: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_openClose.png) no-repeat 0 -786px;
	cursor:pointer;
	display:block;
	height:48px;
	width:724px;
}
.accSlideUp span.holiday {
	background: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_openClose.png) no-repeat 0 -726px;
	cursor:pointer;
	display:block;
	height:48px;
	width:724px;
}
.rsbAccordian {
	padding-top:0px;
	overflow:hidden;
}
.rsbAccordian .rsbBD {
	background-image: url(/en/images/storybooks/recordable-storybooks/skin/rsb_slide_sides.gif);
	background-repeat:repeat-y;
	cursor:default;
	overflow:hidden;
	padding-top:10px;
}
.rsbAccordian .rsbBD .rsbImgRow div  {
	height:150px;
}
.rsbAccordian .rsbBD .rsbTextRow div  {
	text-align:center;
	color:#666;
}
.rsbImgRow {
	float:left;
	margin-left:23px;
	width:100%
}
.rsbTextRow {
	float:left;
	margin-left:23px;
	width:100%
}
.rsbAccordian .rsbFT {
	clear:both;
	cursor:default;
	height:20px;
	padding-bottom:12px;
}
/* **********End Accordian********* */
/************ share *************/
.rsbShare {
	line-height:22px;
	margin:5px 0;
}
.rsbShare > img {
	margin-right:8px;
}