/* default.css for new pages august 2009 */
* { margin: 0; padding: 0; }
body {
	color:#666666;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 11px verdana, arial, helvetica;
    background:#d9e8f3 url(bkg-ip.jpg) center top no-repeat;
/*    background: #e2e7f0 url(background-ip.gif) repeat-y center top; */
}
h1 {}
h2 {}
a {
	color: #0978bf;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
ul {
	list-style: none;
}
img {
	border: none;
}
fieldset {
	border: none;
}
img.banner {
	margin: -30px 0 5px;
}
/* generic error page text */
#errorType1 {
    width: 650px;
    padding: 0px 0px 0px 0px;
    position: relative;
    top: 50px;
    left: 150px;
    text-align: center;
}
#errorType1 h1 {
   border: none;
    color: #333333;
    margin-bottom: 20px;
}
div#errorType1 ul {
    text-align: left;
    margin: 10px 0px 30px 280px;
}

div#errorType1 li {
    margin-bottom: 7px;
}

/* new chrome class styles */
.newChrome {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(//aimg.disneystore.com/content/ds/themes/default11/chromeBg.gif) no-repeat center 0;
}
.newChrome form {
	width: 980px;
	margin: 0 auto;
}
.newChrome ul {
	float: left;
	width: 980px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style: none;
}
.newChrome li {
	float: left;
}
.newChrome a {
	float: left;
	display: block;
	line-height: 16px;
	padding: 6px 9px;
	border-left: 1px solid #999;
	color: #999;
}
.newChrome a:hover {
	color: #fff;
}
.newChrome #chromeLogo {
  width: 70px;
	padding: 4px 0 0;
	margin-right: 18px;
	border: none;
	background: url(//aimg.disneystore.com/content/ds/themes/default11/chromeLogo.png) no-repeat 0 0;
}
.newChrome #chromeLogo a {
  width: 70px;
	height: 29px;
	display: block;
	position: relative;
	padding: 0;
	border: none;
}
.newChrome a#Store {
	display: block;
	width: 58px;
	height: 24px;
	line-height: 12px;
	padding: 8px 0 0 12px;
	background: url(//aimg.disneystore.com/content/ds/themes/default11/chrome_sprite2.png) no-repeat 1px -135px;
	color: #fa6212;
	border: none;
}
.newChrome a#ForYou {
	border-right: 1px solid #999;
}
.newChrome li#chromeSearch {
  float: right;
	width: 150px;
	height: 29px;
  padding: 0;
	line-height: 24px;
  background: url(//aimg.disneystore.com/content/ds/themes/default11/chrome_sprite2.gif) no-repeat 4px -213px;
	border-left: none;
}
.newChrome input.chSearchField {
	width: 91px;
	margin: 0 5px;
	padding: 0;
	border: none;
	font-size: 85%;
	color: #666666;
	background: #afafaf;
}
.newChrome input.chromeGo {
	color: #fff;
	position: relative;
	margin-bottom: -5px;
}
/* end chrome styles */
.breadCrumbs {
	float: left;
	margin: 0 0 5px 0;

}
.breadCrumbs ul {
}
.breadCrumbs li {
	float: left;
	padding-right: 5px;
}
.breadCrumbs a {

	text-decoration: none;
}
/* main layout containers */
.baseWrapper, #baseWrapper {
	width: 100%;
	margin: 0 auto;
/*	background: url(bkg-ip.jpg) no-repeat;
	background-position: center top; */
}
#mainBox {
	width: 994px;
	min-height: 750px;
	position: relative;
	margin: 0 auto;
	overflow: visible;
	text-align: left;
}
#contentBox {
	float: left;    
	width: 994px;
	text-align: left;
}
/* global header blocks */
#logoSpot {
	float: left;
	display: block;
	width: 214px;
	height: 108px;
	position: relative;
	margin: 8px 0 0;
}
div#welcomeSpot {
    float: left;
    width: 214px;
    padding-left: 4px;
    height: 75px;
    margin: 0px 0px 0px 0px;
    /*border-bottom: solid 1px #c1c1c1; */
	border:none;
}

div#welcomeSpot p {
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 2px 0px;
    color: #ffffff;/*#000000; */
}
#welcomeSpot span {
	font-size: 10px;
	color: #fff;
}
#welcomeSpot a {
	color:#fff;
	text-decoration:underline;
}
#welcomeSpot a:hover {
	font-weight:bold;
}
/* cart and login */
.cartIcon {
	width: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 4px;
	position: relative;
	z-index: 5;
	border: none;
}
div#cartSpot {

    /*--*/
    text-align: left;
    width: 147px;
    height: 38px;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    float: left;
    color: #ffffff;
    background: url("//aimg.disneystore.com/content/ds/themes/default11/checkout_back.gif") no-repeat;
    left: 0px;
    top: 0px;
    z-index: 500;

}

div#cartSpot p {
    margin: 0 0 0;
    padding: 0;
}

div#cartSpot a {
    color: #fff;
	text-decoration: none;
    font-weight: normal;
}
div#cartSpot a:hover {
	text-decoration: none;
}
div#cartBox p {
    padding: 0px 0px 0px 0px;
    margin: 14px 0px 0px 0px;
}

div#cartBox p.cartPrice {
    margin-top: 5px;
}

div.checkoutLink {
    padding: 0;
    margin: 0;
    position: absolute;
    color: #fff; /*#0978bf;*/
    font-size: 9px;
    top: 21px;/*40px;*/
    left: 40px;
    cursor: pointer;
    text-decoration: none;
}

img.bagIcon {
    margin: 0;
	margin-left: 2px;
	margin-top: 4px;
	padding: 0;
}

img#cartOpenBtn {
	margin-top:0;/*-2px*/
    position: absolute;
    top: 40px;
    left: 60px;
    z-index: 20;
}

#searchSpot {
	float: left;
	width: 260px;
	margin: 22px 0 0 0;
	padding: 0;
	text-align: left;
	color: #666666;
}
#searchSpot form {
	position: relative;
	width: 256px;
	height: 20px;
	padding: 5px 0 0 5px;
	text-align: left;
	background: url(//img.disneystore.com/content/ds/themes/default11/search_bg.gif) no-repeat 0 0;
	left:10px;
}

#searchSpot input {
	font-size: 11px;
	color: #666666;
	border: none;
}
select#searchOption {
    display: none;
}
input.searchField {
	border: 1px solid #fff;
}
input.searchButton {
	position: absolute;
	top: 0;
	right: 15px;
	width: 75px;
	height: 21px;
	margin: -3px 0 0 -5px;
	padding: 0;
}
#guestInfoSpot {
	float: right;
	height: 70px;
	margin: 5px 5px 0 8px;
	font-size: 9px;
	color: #fff;
}



#guestInfoSpot ul {
	margin: 2px 0 0;
	padding: 0;
	list-style: none;
}
#guestInfoSpot li {
	margin: 0;
	padding: 2px 0;
	color: #fff;
}
#guestInfoSpot li a {
	color:#fff;
}
#guestInfoSpot li a:hover {
	text-decoration:underline;
}
#guestInfoSpot  .borderRow {
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}
#guestInfoSpot span {
	color: #0978bf;
}
/* cross sell */
.crossSellBox {
	 clear: both;
	 height: 100px;
	 border-top: solid 1px #DFDFE1;
	 padding: 10px 0px 10px 0px;
	 margin: 0px 35px 0px 35px;
	 font-size: 10px;
}
#centerContent .crossSellBox {margin:0;}

.crossSellBox h4 {
	font-size: 10px;
}
ul#crossSellList li {
margin:5px 0;
}
ul#crossSellList {
list-style-type:disc; 
margin-left: 15px;

}
.crossSellImage {
	float: left;
	width: 79px;
	margin: 8px 3px 0 0;
}
.crossSellLink {
	float: left;
	width: 110px;
	margin: 8px 5px 0 0;
}
.crossSellLink a {
	color: #4a6ba5;
	text-decoration: none;
}
.crossSellLink a:hover {
	color: #7b94d6;
}
.crossSellLink p {
	margin: 5px 0 0;
	padding: 0;
}
/* Footer and Copyright */
/* dsfooter styles */
#dsfooter {
	float: none;
	clear: both;
	width: 980px;
	margin: 20px auto 0;
	padding: 30px 0 20px;
	text-align: center;
	font-size: 90%;
	color: #333;
}
#dsfooter a {
	padding: 0 8px;
	border-right: 1px solid #999;
}
#dsfooter a.last {
	border: none;
}
#dsfooter a:hover {
	text-decoration: underline;
}
#dsfooter p {
	font-size: 140%;
	margin: 15px auto 10px;
}
#dsfooter ul {
	list-style: none;
	font-size: 125%;
}
#dsfooter li {
	display: inline;
}
#dsfooter #footerLogo {
	height: 52px;
	width: 980px;
	margin: 25px auto 15px;
	background: url(//aimg.disneystore.com/content/ds/themes/default10/disneyFooter.png) no-repeat center center;
}
#dsfooter #footerLogo a {
	border: none;
	display: block;
	width: 96px;
	height: 52px;
	margin: 0 auto;
	position: relative;
}
#dsfooter #footerLogo span {
	display: none;
}

#dsfooter p#copyright {
	margin: 0;
	padding: 20px 0;
	font-size: 95%;
}
#dsfooter p#copyright a {
	color: #b6b6b6;
}
div#legalFooter a {
    color: #b6b6b6;
}

#dsfooter {padding-top:15px;}
#dsfooter #footerLogo {margin-top:5px;}
#disneystorefooter {clear:both;width:965px;margin:5px auto;background: transparent url(images/footer_bg.gif) bottom center;padding-bottom:12px;}
#footerpromo {width:322px;float:right;}
#footerpromoEmail {width:150px;float:left;padding:0 10px 0 5px;border-right:1px #ddd solid;margin-top:10px;}
#footerpromoEmail input#emailSignup {width:100px;}
#footerpromoEmail table {margin:0 auto;} 
#footerpromoEmail td {vertical-align:middle;}
#footerpromoSocial {width:158px;text-align:left;float:left;padding-left:10px;margin-top:10px;}
#footerpromoSocial img {float:left;padding:2px 3px 0 0;}
#footerpromoSocial p {padding-bottom:10px;}
#footerpromo p {clear:both;font:10px arial,sans-serif;color:#333;line-height:120%;}
#footerlinks {width:642px;float:left;}
#dsfooter #footerlinks ul {text-align:left;margin:10px 12px 0px 32px;float:left;list-style:none;line-height:160%;font-size:11px;}
#footerlinks ul a {color:#666;}
#dsfooter #disneystorefooter li {display:block;}
#dsfooter #disneystorefooter a {border:0;padding:0;}
/* end dsfooter styles */

div#bannerSpotNew {
    margin: 0;
    width: 630px;
    position: absolute;
    left: 220px;
    top: 86px;
    z-index: 20;
}

#gde_footerContainer {background:none repeat scroll 0 0 transparent;font-weight:normal;margin:0 auto;width:100%;}
#gde_footerContainer, #gde_footerContainer a {font-family:arial,helvetica,sans-serif;}
#gde_footerContents {margin:0 auto;width:996px;}
#gde_footerLegalContainer  {font-size:11px;line-height:11px;padding:16px 0;text-align:center;}
.gde_footerCopyText {padding-top:20px;}
.gde_comScoreLogo {float:right;margin:-39px 10px 0 0;width:68px;}
#gde_footerContainer fieldset, #gde_footerContainer img {border:0 none;}
.gde_footerLegalLinks a, .gde_footerLegalLinks a:link, .gde_footerLegalLinks a:visited {color:#666666;font-size:11px;font-weight:normal;line-height:11px;text-decoration:none;}




/*ThickBox*/
#TB_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
	z-index:900;
}
.TB_overlayBG {
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
#TB_window {
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	padding: 0;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	border: none;
	z-index: 1000;
}
#TB_window a {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border: 1px solid #ccc;
	border-color: #ccc #ccc #666 #666;
}
#TB_caption{
	float: left;
	height: 25px;
	padding: 7px 30px 10px 25px;
}
#TB_closeWindow{
	float: right;
	height: 25px;
	padding: 11px 25px 10px 0;
}
#TB_closeAjaxWindow{
	float: right;
	margin-bottom: 1px;
	padding: 7px 10px 5px 0;
	text-align: right;
}
a#TB_closeWindowButton {
	background: url(//img.disneystore.com/content/ds/themes/default11/modal_close.gif) no-repeat 35px 0px;
	padding: 2px 25px 1px 0;
}
#TB_ajaxWindowTitle{
	float: left;
	margin-bottom: 1px;
	padding: 7px 0 5px 10px;
}
#TB_title{
	background-color: #e8e8e8;
	height: 27px;
}
#TB_ajaxContent{
	clear:both;
	padding: 2px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
	background:#f9f9f9;
}
#TB_ajaxContent.TB_modal{
	padding: 15px;
}
#TB_ajaxContent p{
	padding: 5px 0;
}
#TB_load{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	height: 13px;
	width: 208px;
	margin: -6px 0 0 -104px;
	z-index: 103;
}
#TB_HideSelect{
	position:fixed;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index:99;
}
#TB_iframeContent{
	clear: both;
	border: none;
	margin-top: 1px;
	margin-bottom: -1px;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/* login / register / modal styles */
#plsTakeThisThickbox {
	display: block;
	overflow: hidden;
	padding: 0 20px;
	line-height: 1.3em;
	text-align: left;
	/* background: url(//img.disneystore.com/content/hub/checkout11/images/register-modal-background.jpg) repeat-x 0 0; */
}
#plsTakeThisThickbox dl {
}
#plsTakeThisThickbox dt {
	clear: both;
	width: 500px;
}
/*#plsTakeThisThickbox dd {
	float: left;
}Removed by Destin 10/15/09 to fix login modal error*/
#plsTakeThisThickbox input {
	margin-bottom: 5px;
}
#plsTakeThisThickbox p {
	clear: both;
}
/* Removing to darken color of guest and reg buttons
#plsTakeThisThickbox #popupRegister, #plsTakeThisThickbox #popupGuestCheckout {
	width: 145px;
	height: 28px;
	margin: 10px 0 15px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 100%;
	color: #5c8fba;
	border: none;
	background: url(//img.disneystore.com/content/hub/checkout11/images/btnLiteBlue.gif) no-repeat center bottom;
	cursor: pointer;
}
*/

#plsTakeThisThickbox #signInButton, #plsTakeThisThickbox #popupRegister, #plsTakeThisThickbox #userRegButton, #plsTakeThisThickbox #shippingModalSubmit, #plsTakeThisThickbox #popupGuestCheckout {
background:transparent url(//img.disneystore.com/content/ds/themes/default11/giftwrap/btnBlue.gif) no-repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
cursor:pointer;
font-size:100%;
font-weight:bold;
height:28px;
margin:10px 0 15px;
padding-bottom:10px;
width:145px;
}


#plsTakeThisThickbox .error {
	margin: 0 0 10px;
	color: red;
}
#plsTakeThisThickbox .contentRight strong {
	margin: 0 0 10px;
}
#plsTakeThisThickbox .emailCheckbox input {
	float: left;
	display: block;
	clear: none;
}
#plsTakeThisThickbox .emailCheckbox p {
	float: left;
	width: 400px;
	clear: none;
	margin-left: 15px;
	padding-top: 0;
}
#plsTakeThisThickbox  form#registerForm #userRegButton {
	float: left;
	width: 145px;
	height: 28px;
	margin: 10px 0 15px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 100%;
	color: #fff;
	border: none;
	background: url(//img.disneystore.com/content/ds/themes/default11/giftwrap/btnBlue.gif) no-repeat;
	cursor: pointer;
}
#plsTakeThisThickbox  form#registerForm input#cancelPopup {
	float: left;
	margin: 10px 0 15px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 100%;
	cursor: pointer;
	padding-bottom: 0;
}
.popupRegister {
	margin: 0 auto;
	color: #4f4f4f;
	border-bottom: 1px solid gray;
}
.popupGuest {
	padding: 0 5px 0;
	color: #4f4f4f;
}

/*tiger: activate after guest checkout block moves
.popupGuest {
border-bottom:1px solid gray;
color:#4F4F4F;
padding:0 5px;
}

.popupRegister {
border:none;
color:#4F4F4F;
margin:0 auto;
}
*/

.popupSignin  {

}
.popupSignin h3, .popupRegisterForm  h3 {
	margin: 5px 0 15px;
}
.popupSignin a {
	width: 145px;
	font-size: 100%;
	border: none;
}
#newShippingModal h3 {
	margin: 0;
}
.popupGuest h3, .popupRegister h3, .popupSignin  h3, .popupRegisterForm  h3 {
	margin-top: 5px;
	font-size: 110%;
}
#plsTakeThisThickbox #signInButton {
	float: left;
}
#plsTakeThisThickbox form#actionLogin {
}
#plsTakeThisThickbox form#actionLogin a {
	float: left;
	display: block;
	line-height: 42px;
	margin-left: 15px;
}
#plsTakeThisThickbox  h3 {
	clear: both;
}
/* end login / register modal styles */
/* Error Style */
.error {
	color: red;
}
input.error {
	color: #000;
}
#errorMsgBox, .errorMsgBox {
	position: static;
	margin: 10px 10px 0;
	padding: 5px 0 5px 30px;
	text-align: left;
	color: red;
	border: 2px dashed red;
	z-index: 50;
}

/* copied left side nav styles - needs 'cleaning up' */
ul.siteNav div#siteNav1 {
	background: url(//img.disneystore.com/content/ds/themes/default10/navButton_gift.png) no-repeat 0 0;
	width: 204px;
	height: 34px;
	padding: 19px 0 0 10px;
	font-weight: bold;
	color: #2A5589;
	font-size: 12px;
	cursor: pointer;
}
ul.siteNav div#siteNav2, ul.siteNav div#siteNav5 {
	width: 204px;
	height: 30px;
	margin-top: 8px;
	padding: 9px 0 0 10px;
	font-weight: bold;
	color: #2A5589;
	font-size: 12px;
	cursor: pointer;
	background: url(//img.disneystore.com/content/ds/themes/default10/navButton_category.png) no-repeat 0 0;
}
ul.siteNav div#siteNav3 {
		width: 204px;
		height: 30px;
		padding: 9px 0 0 10px;
		font-weight: bold;
		color: #2A5589;
		font-size: 12px;
		cursor: pointer;
		background: url(//img.disneystore.com/content/ds/themes/default10/navButton_char.png) no-repeat 0 0;
}
ul.siteNav div#siteNav4 {
    background: url(//img.disneystore.com/content/ds/themes/default10/navButton_cyo.png) no-repeat 0 0;
    width: 204px;
    height: 34px;
    padding: 9px 0px 0px 10px;
    font-weight: bold;
    color: #2A5589;
    font-size: 12px;
    cursor: pointer;
}
ul.siteNav {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    width: 214px;
}
ul.siteNav ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
}
ul.siteNav ul a, ul.siteNav ul a:hover {
    text-decoration: none;
}
ul.siteNav li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
ul.siteNav ul li a.l2hot {
    background: url(//img.disneystore.com/content/ds/themes/default10/navBar_lv2_hot.gif) no-repeat 0 0;
}
ul.siteNav ul ul li a.l3hot {
    background: url(//img.disneystore.com/content/ds/themes/default10/navBar_lv3_hot.gif) no-repeat 0 0;
}
ul.siteNav ul ul ul li a.l4hot {
    background-color: #D2E2F1;
    color: #000000;
    background-image: none;
}
ul.siteNav ul li a {
	display: block;
		background: url(//img.disneystore.com/content/ds/themes/default10/nav_sprite2.png) no-repeat 0 0;
	width: 208px;
    height: 22px;
    padding: 6px 0px 0px 8px;
}
ul.siteNav ul li.active a.active {
    font-weight: normal;
    color: #333333;
}
ul.siteNav ul ul li a {
	display: block;
	background: url(//img.disneystore.com/content/ds/themes/default10/nav_sprite2.png) 0px -28px no-repeat;
	padding-left: 25px;
	width: 189px;
}
ul.siteNav ul ul li a:hover {
    background-position: 0px -86px;
    color: #ffffff;
}
ul.siteNav ul ul li.active a.active {
    font-weight: normal;
    color: #333333;
    background-position: 0px -57px;
}
ul.siteNav ul ul ul {
	background: url(//img.disneystore.com/content/ds/themes/default10/nav_sprite2.png) 0px -115px no-repeat;
    padding: 10px 0px 8px 0px;
}
ul.siteNav ul ul ul li a {
    background-image: none;
    padding: 3px 0px 0px 33px;
    margin: 3px 0px 3px 3px;
    width: 170px;
    height: 18px;
}
ul.siteNav ul ul ul li a:hover {
    background-color: #daebf5;
    color: #000000;
    background-image: none;
}
ul.siteNav ul ul ul li.active a.active {
    background-color: #daebf5;
    color: #000000;
    background-image: none;
} 
#columnLogo {
	width: 214px;
	height: 97px;
	border: 0px;
	margin-top: -98px;
	position: relative;
	z-index: 20;
} 
.L5activeButton a {
	color: #6E3909;
	border-left: solid 1px #fae8d3;
	border-right: solid 1px #d58526;
}
/*--GiftFinder Nav--*/
ul.siteNav ul.giftFinder li a {
	display: block;
	background: url(//img.disneystore.com/content/ds/themes/default10/nav_sprite_giftFinder.png) 0px -117px no-repeat;
	width: 208px;
	height: 23px;
	padding: 6px 0 0 8px;
}
ul.siteNav ul.giftFinder ul li a {
	display: block;
	background: url(//img.disneystore.com/content/ds/themes/default10/nav_sprite_giftFinder.png) 0px -88px no-repeat;
	height: 23px;
	overflow: hidden;
	padding-left: 15px;
	width: 200px;
}
ul.siteNav ul.giftFinder ul li a:hover {
	color: #fff;
	display: block;
	background: url(//img.disneystore.com/content/ds/themes/default10/nav_sprite_giftFinder.png) 0px -182px no-repeat;
	height: 23px;
	overflow: hidden;
	padding-left: 15px;
	width: 200px;
}
ul.siteNav ul.giftFinder li a.dimensionOff {
	background: url(//img.disneystore.com/content/ds/themes/default10/nav_sprite_giftFinder.png) no-repeat 0 0;
    height: 38px;
}
ul.siteNav ul.giftFinder li a:hover.dimensionOff {
    background-position: 0 -44px;
}
ul.siteNav ul.giftFinder li p {
    padding: 4px 0 0;
    margin: 0;
    color: #333333;
}
ul.siteNav ul.giftFinder li a.gfhot {
	background: url(//img.disneystore.com/content/ds/themes/default10/nav_sprite_giftFinder.png) no-repeat 0 -146px;
}
ul.siteNav ul.giftFinder li a.dimensionGW {
	background: url(//img.disneystore.com/content/ds/themes/default10/navBar_gw.png) no-repeat 0 0;
	color: #333;
	padding-left: 40px;
	width: 174px;
}
li.giftFinderBottom {
	width: 214px;
	height: 13px;
	margin: 0;
	background: url('//img.disneystore.com/content/ds/themes/default10/navBar_gf_bottom.png') no-repeat 0 0;
}
ul.siteNav ul#giftFinder li {
	display: block
}
ul.siteNav ul.giftFinder li a.dimensionGW {
	display: none;
}
/*--Search Results Nav--*/
ul.siteNav ul.searchResults ul li a:hover {
	display: block;
	height: 23px;
	padding-left: 25px;
	color: #fff;
	background: url(//img.disneystore.com/content/ds/themes/default10/navBar_search2_hot.png) no-repeat 0 0; 
}
/*--Flyout Nav--*/ 
.flyOut {
    background-color: transparent;
    z-index: 50;
    height: 300px;
    width: 300px;
    position: absolute;
    top: 300px;
    left: 0px;
} 
.flyOut ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
} 
.flyOut ul li {
    list-style: none;
} 
.flyOut h2 {
    background: url('//img.disneystore.com/content/ds/themes/default10/flyout_head_bg.png') 2px 0px no-repeat;
    color: #2a5589;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    width: 204px;
    height: 27px;
    padding: 8px 0px 0px 10px;
    font-size: 12px;
} 
.flyOutWide h2 {
    background: url('//img.disneystore.com/content/ds/themes/default10/flyout_head_bg_wide.png') 2px 0px no-repeat;
    width: 420px;
} 
.flyOut a {
    display: block;
    background: url('//img.disneystore.com/content/ds/themes/default10/nav_sprite.png') 0px -29px no-repeat;
    background-color: transparent;
    width: 214px;
    height: 23px;
    padding: 6px 0px 0px 10px;
} 
.flyOut a:hover {
    background-position: 0px 0px;
    text-decoration: none;
} 
.flyOut a {
    text-decoration: none;
} 
.flyOut a.bottom {
    background: url('//img.disneystore.com/content/ds/themes/default10/nav_sprite.png') 0px -57px no-repeat;
    height: 34px;
} 
.flyOut a:hover.bottom {
    background-position: 0px -104px;
    text-decoration: none;
} 
.flyOut a.bottomRight {
    background-position: 0px -151px;
} 
.flyOut a:hover.bottomRight {
    background-position: 0px -198px;
}
div.flyOutWide ul li {
    float: left;
}
div.flyOutWide .leftColumn {
    float: left;
    width: 200px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
} 
.flyOutWide ul {
    width: 430px;
}
div#catMenu a#bout1 {
    background: url('//img.disneystore.com/content/ds/themes/default10/flyout_bout_bg.png') no-repeat 0 0;
    padding-left: 50px;
    width: 164px;
}
div#catMenu a#bout2 {
    background: url('//img.disneystore.com/content/ds/themes/default10/flyout_bottom_bg.png') no-repeat 0 0;
    height: 34px;
    padding-left: 50px;
    width: 164px;
}
div#giftMenu {
    background: url('//img.disneystore.com/content/ds/themes/default10/giftFinder_panel_bg.png') no-repeat 0 0;
    width: 436px;
    height: 425px;
}
div#giftMenu h2 {
    background-image: none;
    width: 350px;
}
div#giftMenu h3 {
    background: url('//img.disneystore.com/content/ds/themes/default10/giftFinder_h3_bg.gif') no-repeat 0 0;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    padding: 6px 0px 0px 10px;
    margin: 5px 0px 0px 1px;
    width: 131px;
    height: 26px;
}
div#giftMenu a {
    background-image: none;
    height: auto;
    width: auto;
    padding: 3px 0px 3px 10px;
    margin: 0px 0px 0px 1px;
}
div#giftMenu a:hover {
    background-color: #d0e7f0; 
    color: #0978bf;

}
div#giftMenu ul {
    margin: 0px 0px 5px 0px;
    width: 140px;
}
div#giftMenu ul li {
    width: 140px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
ul#giftBlock4 {
    position: absolute;
    top: 35px;
    left: 142px;
}

ul#giftBlock5 {
    position: absolute;
    top: 35px;
    left: 287px;
}

/*new for giftblock6*/
ul#giftBlock6 {
    position: absolute;
    top: 210px;
    left: 287px;
}

div#giftMenu ul#giftBlock4 a {
    margin: 2px 0px 2px 0px;
}

div#giftMenu ul#giftBlock5 a {
    margin: 1px 0px 1px 0px;
}
/* styles copied from inline html for left nav */
div.buttonNav { display: none; }
ul.siteNav ul li {display: none;}
ul.siteNav ul ul li {display: block;}
ul.siteNav li.active {display: block;}
/* end copied left nav styles */

/* MiniCart */
	div#cartPreviewBox {position: relative;}
	div.cartBox {margin: 0px; padding: 0px; width: 284px; border-top: none; border-left: solid 1px #efefef; border-right: solid 1px #cccccc; color: #666666;}
	div.cartBox a {text-decoration: none; color: #034977;}
	div.cartBox a:hover {text-decoration: underline;}
	

	div#cartBoxItem {padding: 0px; font-size: 10px;}
	div#cartBoxItem div.leftColumn {border-right: dashed 1px #cccccc; padding-right: 6px; margin: 6px 6px 6px 6px;}
	div#cartBoxItem p {line-height: 145%; margin: 4px 0px 4px 5px;}
	div#cartBoxItem h2 {font-size: 11px; padding: 3px 3px 4px 8px; position: relative; z-index: 800; margin: -2px 0px 0px 0px; font-weight: bold; background: url('//aimg.disneystore.com/content/ds/themes/default10/close_cart.png') 0px 0px no-repeat; color: #ffffff; height: 17px; width: 274px; background-color: #b2d5e3;}
	div#cartBoxItem h3 {font-size: 11px; padding: 5px 0px 0px 0px; margin: 0px 4px 0px 4px; font-weight: bold;}

	div#cartPreview {position: absolute; clear: both; width: 250px; z-index: 30;}
	div#pane2 {background-color: #ffffff; width: 295px; line-height: 145%; position: absolute; z-index: 25;}
	p.slide_button1 {margin-top: 0; padding: 0px 0px 0px 0px;}
	div#cartBoxRow {clear: both; background-color: #efefef; height: 60px; overflow: hidden; padding: 5px 5px 5px 5px;}
	div#cartBoxRow div {float: left; width: 60px; font-size: 10px;}
	div#cartBoxRow span {padding-right: 30px;}
	
	div#cartBoxRow2 { border-bottom: solid 2px #cccccc;} /* Make this update to master (removed from cartBoxRow2 p) */
	div#cartBoxRow2 p {font-size: 9px; clear: left; margin: 0px; padding: 0px 0px 3px 0px; text-align: center;}
	div#cartBoxRow2 img {margin: 3px 0px 3px 0px; padding: 0px 0px 0px 6px; float: left;}
	div#cartBoxRow2 div {font-size: 10px; border-top: solid 1px #cccccc; border-bottom: solid 1px #cccccc; text-align: right; padding: 2px 8px 5px 5px; background: #efefef; margin-bottom: 3px;}
	div#cartBoxTotal {width: 125px; padding: 6px 3px 0px 6px;}
	div.addtoCartBox {margin-top: 12px;}
	div#cartBoxItem div.cartBoxNav {    background-color: #C4E9FB; color: #0978BF; border-top: solid 1px #ddf0fa; font-size: 9px; font-weight: normal; text-align: center; padding: 3px 0px 3px 0px; }
	div#cartBox div.cartBoxNav a {margin: 0px 2px 0px 2px; color: #0978BF; font-size: 9px;}
	div#cartBoxItem, div#cartBoxRow2 {}
	
	
	
	/*JSK div#cartBoxRow2 p.cartSubTotal {font-weight: bold; margin-top: 11px; width: 130px; float: left; border: none; text-align: center; font-size: 11px;} */
	
	
	input.proceedButton {
		font-weight: bold;
		font-size: 11px;
		color: #333333;
		background-color: #faeca5;
		padding: 1px 1px 1px 1px;
		border-bottom: solid 2px #e0cd88;
		border-right: solid 2px #e0cd88;
		border-top: solid 2px #fff7d0;
		border-left: solid 2px #fff7d0;
		width: 120px;
		margin: 6px 0px 5px 8px;
	}
	p.cartRemoveBtn {text-align: center; margin: 0px 0px 0px 0px;}
	div#cartBox p.cartRemoveBtn a {color: #034977; font-weight: normal;}
	div#cartBoxItem p.cartPrice {font-weight: bold; margin-top: 0px;}
	div#cartMoreInfo div {margin-left: 15px; padding-bottom: 3px;}
	
	/*  Add to Master  */
	div#cartBoxItem p.emptyCartMessage {padding: 30px 0px 30px 0px; text-align: center;}
	div#cartBoxItem p.removedItemsMessage {padding: 10px 8px 8px 8px; text-align: left;}
	div#cartBoxItem ul {height: 110px; overflow: auto; margin: 0px 0px 10px 20px; font-size: 9px;}
	div#cartBoxItem ul li {margin: 5px 0px 5px 15px;}
	div#cartBoxRow2 img#dsiCartLogo {float: right; margin: 2px 8px -14px 0px; display: none; position: relative; z-index: 150;}
	#dsiCartLogo {display: none;}

.panel-target {
background-color:#FFFFFF;
}

div.panel_example {
    position: absolute;
    z-index: 2000;
    top: 42px;/*55px;*/
    left: 65px;
    text-align: left;
}

div#cartBoxItem h2 {
    background: url('//aimg.disneystore.com/content/ds/themes/default10/close_cart.png');
    background-color: #cccccc;
    color: #666666;
    padding-left: 30px;
    width: 252px;
}

div#cartBoxRow2 p.cartSubTotal {
    font-weight: bold;
    width: 130px;
    font-size: 10px;
    float: left;
    border: none;
    text-align: center;
    margin: 0;
}

div#cartBoxRow2 a, 
div#cartBoxRow2 a:hover {
    color: #034977;
    font-weight: bold;
    text-decoration: underline;
}

div#cartBoxRow2 a:hover {
    color: #0978BF;
}

.inCart {
font-weight:bold;
}

.flyOutWide h2 {height:31px;} 

/*2009 Holiday styling--just delete to revert*/
/*End 2009 Holiday styling--just delete to revert*/


/* New HTML text header styles */
/* preRecur styles are set as default, then overridden for freeForm headers */
table#pageHd {clear:both;width:606px;height:118px;font-family:helvetica,arial,sans-serif;background:transparent top left no-repeat;color:#fff;}
#pageHd td {padding:40px 0px 7px 0px;vertical-align:top;}
#pageHd p.hdCat {font-size:26px;line-height:32px;margin-left:30px;}
#pageHd p.hdSub {font-style:italic;font-size:16px;line-height:20px;margin:45px 0 0 0 ;}
#pageHd p.hdSub a {font-weight:bold;display:block;padding:8px 10px 12px 30px;background:transparent url(//aimg.disneystore.com/content/ds/espots/2009/v10CatHeaders/hdSub_bg_off.gif) top left no-repeat;}
#pageHd p.hdSub a:hover {background:transparent url(//aimg.disneystore.com/content/ds/espots/2009/v10CatHeaders/hdSub_bg_over.gif) top left no-repeat;}

table#pageHd.freeForm {width:765px;height:225px;}
#pageHd.freeForm td {padding-top:85px;}
#pageHd.freeForm p.hdCat {font-size:30px;line-height:38px;}
#pageHd.freeForm p.hdSub {margin-top:105px;}

#pageHd.createOwn {color:#1a69ae;}
#pageHd.createOwn p.hdCat {margin-left:80px;}
/* End new HTML text header styles */

/* Really new XML header styles */
.topCat .catBanner {width:765px;border-collapse:collapse;}
.catBanner {clear:both;width:600px;height:80px;padding-top:1px;background:#fff url(//aimg.disneystore.com/content/ds/dynabanner/images/banner_bg_white_blue_stars.gif) top right no-repeat;}
.catBanner p {margin-left:16px;font-family:helvetica,arial,sans-serif;}
.catBanner p.hd {font-size:34px;letter-spacing:-1px;margin-top:22px;line-height:34px;color:#ed1c24;}
.catBanner p.subHd {font-size:16px;color:#004f80;margin-top:2px;}
#dynamicBanner {clear:both;height:82px;}
#dynamicBanner.topcat {height:120px;}


.topCat .catBannerT {width:765px;}
.catBannerT {clear:both;width:600px;margin-bottom:15px;border-collapse:collapse;}
.catBannerT td {height:80px;padding-top:1px;background:#fff url(//aimg.disneystore.com/content/ds/dynabanner/images/banner_bg_white_blue_stars.gif) top right no-repeat;vertical-align:middle;}
.catBannerT p {margin-left:16px;font-family:helvetica,arial,sans-serif;width:310px;}
.catBannerT p.hd {font-size:30px;letter-spacing:-1px;line-height:30px;color:#ed1c24;}
.catBannerT p.subHd {font-size:16px;color:#004f80;margin-top:2px;}
#dynamicBanner {display:none; clear:both;height:82px;}
#dynamicBanner.topcat {height:120px;}

/*2010 Header*/
#headerInfo{
width: 300px;
color: #7ed4fe;
margin: 10px 0 0 0;
padding: 0;
position: absolute; 
left: 215px;
z-index: 5;
}
#headerInfo p, #headerWelcome p{
text-align: left;
left: 0;
top: 0;
}
#headerInfo a, #headerWelcome a{
color: #fff;
text-decoration: none;
}

#headerInfo a:hover, #headerWelcome a:hover{
color: #fff;
text-decoration: underline;
}

#headerWelcome{
float:left; 
width: 220px; 
left: 520px; 
color: #7ed4fe;
margin: 10px 0 0 0;
padding: 0;
position: absolute; 
}

#headerCart{
background: url("//aimg.disneystore.com/content/ds/themes/default11/headerCartBack.gif") no-repeat;
width: 241px;
height: 39px;
position: absolute;
right: 0;
top: 0;
margin-right: 5px;
z-index: 899;
}


div.miniCartContainer{
    position: absolute;
    z-index: 3000;
    top: 42px;/*55px;*/
   left: -44px;
    text-align: left;
}

div#headerSearch {
    color: #666666;
    background-image: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 280px;
    height: 75px;
    text-align: left;
    position: relative;
}
div#headerSearch form {
    width: 261px;
    height: 36px;
    position: relative;
    top: 30px;  
    text-align: left;
    background: url("//aimg.disneystore.com/content/ds/themes/default11/headerSearchBack.gif") 0px 0px no-repeat;
}
input.headerSearchField {
    font: 11px verdana, arial, helvetica, sans-serif;
    width: 160px;
    color: #666666;
    border: 0;
    margin: 10px 0px 10px 5px;
    padding: 0;
    float: left;
}

input.headerSearchButton {
    width: 85px;
    height: 31px;
    margin: 0;
    padding: 0;
    float:right;
    outline:none;
}

#headerMiniCartOpener{
height: 40px; width: 142px; float:left; cursor:pointer;
}

#headerCartIcon{
width:36px; height: 22px;
margin-top: 5px; float:left; 
}

#headerCartItems{
margin:5px 2px 0; 
float:left;
text-decoration: underline;
color: #002ea4;
width: 100px;
}

#headerCartNumItems{
font-weight: bold;
}

#headerCartCheckout{
float:right; margin: 5px 1px 0 0; width: 85px; height: 27px;
}

.headerDivider{
color: #013f7a;
margin: 0 2px 0 2px;
}
/*End 2010 Header*/


/*Add button behind minicart checkout*/
div#cartBox p {
margin:0;
padding:0;
}

div#cartBoxRow2 a, div#cartBoxRow2 a:hover {
background:transparent url(//aimg.disneystore.com/content/ds/themes/default11/btnAddWideRedGrey.gif) no-repeat scroll 0 0;
color:#FFFFFF;
display:block;
float:right;
font-size:11px;
font-weight:bold;
height:24px;
padding:5px 0 4px 8px;
text-align:left;
text-decoration:none;
width:119px;
}

div#cartBoxRow2 p.cartSubTotal {
border:medium none;
float:left;
font-size:10px;
font-weight:bold;
margin:6px 0 0;
text-align:center;
width:130px;
}

div#cartBoxRow2 p{
clear:both;

}

div#cartBoxRow2 div {
background:#EFEFEF none repeat scroll 0 0;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
font-size:10px;
margin-bottom:3px;
padding:2px 8px 5px 5px;
text-align:right;
height: 26px;
}
/*Add button behind minicart checkout*/

/*Begin Flyout sub-buttons*/
div.subLinksDiv  a{
	display:block;
	width:auto;
	margin:0;
	padding:0;
	position: static;
	float:right;
	height: 29px;
	width: 46px;
	text-align: center;
	padding-top:2px;
	overflow:hidden;
	font-size: 10px;
}


div.subLinksDiv {
    background: transparent;
	width:100px;
	height:auto;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 17px;
}

div.flyOutWide .leftColumn div.subLinksDiv {
   margin-right: 0;
} 

div.flyOutWide ul li {
	position: relative;
}
/*End Flyout sub-buttons*/

/* BAYNOTE */
.bn_g_vertical {width:148px;}


.bn_g_vertical .bn_g_container {
    background-color: transparent;
    height: auto;
    margin-top: 0;
}

.bn_g_vertical .bn_g_welcome {
	/*theme-able*/
    background:transparent url(bnTop_ip.gif) no-repeat scroll 0 0;
    color:#212121;
	font-family:arial,sans-serif;
	font-size:15px;
	font-weight:bold;
    margin: 0;
    overflow: hidden;
    padding:10px 0 12px;
    text-align: center;
}

.bn_g_vertical .bn_g_result_terms, .bn_g_details_text {
    display: none;
} 

.bn_g_vertical .bn_g_result_title {
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    padding: 3px 5px;
} 

.bn_g_vertical .bn_g_result_title a {
    color:#3E3E3E;
    text-decoration: none;
}

.bn_g_vertical .bn_g_result_title a:hover {
text-decoration:underline;
}


.bn_g_vertical .bn_g_results_list {
    text-align: center;
	overflow:hidden;
	/*theme-able*/
	background:transparent url(bnBg_ip.gif) no-repeat left bottom;
	padding:0 1px 25px;
}


.bn_g_vertical .bn_g_result {
	/*theme-able*/
    border-top:1px solid #CCCCCC;
    margin:0;
    padding: 10px 0 5px 0;
}

.bn_g_vertical .bn_g_result4 {
	/* background: url(baynote/bnBot_default.gif) center bottom no-repeat; */
}

.bn_g_vertical .bn_g_result_image {
    text-align: center;
} 
.bn_g_vertical .bn_g_result img,
#sideBar .bn_g_vertical .bn_g_result img {
    border: 1px solid #ccc;
    width: 117px;
    height: 117px;
    margin-bottom: 6px;
} 

.bn_g_vertical .bn_g_details_text {
    font-size: 10px;
} 

.bn_g_vertical .bn_g_result_attributes {
    font-weight: bold;
    font-size: 10px;
    padding: 0px 0px 0px 0px;
    margin-top: 2px;
    color: #666666;
} 

.bn_g_vertical .bn_price {
	font-size:11px;
    font-weight: bold;
} 

.bn_g_vertical .bn_price .bn_was{
font-size: 10px;
font-weight: normal;
}

.bn_g_vertical .bn_saleprice {
    color: #CC0000;
    font-weight: bold;
} 

.bn_g_vertical .bn_g_footer {
    padding: 0 2px 2px;
} 
.bn_g_footer {
    display: none;
}
/* END BAYNOTE */



/*Big Search*/
input.headerSearchButton {
float:right;
height:40px;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:0;
width:82px;
}

div#headerSearch form {
background:transparent url(//aimg.disneystore.com/content/ds/themes/default11/searchBigBk.gif) no-repeat scroll 0 0;
height:40px;
position:relative;
text-align:left;
top:30px;
width:283px;
}


input.headerSearchField {
border:0 none;
color:#666666;
float:left;
font-family:verdana,arial,helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:11px 0 10px 4px;
padding:0;
width:190px;
}
/*End Big Search*/


/*Start ModalCart*/
#modalCartBody{
background: url("//aimg.disneystore.com/content/ds/themes/default11/images/modalCart/modalCartBackTop.gif") no-repeat #fff center top;
background-attachment: inherit;
margin-bottom: 0;
padding-bottom: 0;
float:left;
width: 584px;
text-align: center;
margin-left: 8px;
display: inline;
line-height:1em;
}

#modalCartFooter{
background: url("//aimg.disneystore.com/content/ds/themes/default11/images/modalCart/modalCartBackFooter.gif") no-repeat #fff center top;
background-attachment: inherit;
width: 584px;
text-align: center;
margin-left: 8px;
height: 18px;
margin-top: 0;
padding-top: 0;
float:left;
clear:both;
display: inline;
padding-bottom: 5px;
}

#TB_ajaxContent #modalCartBody p {
padding:0;
}

#TB_iframeContent #modalCartBody p {
padding:0;
}

#modalCartContainer {
clear:both;
margin:5px auto;
width:560px;
}

#modalCartAdded{
clear: both;
border: 1px solid #3a93b6;
float: left;
width: 360px;
height: 140px;
margin: 0 5px 5px 10px;
overflow-y: auto;
line-height:1.2em;
}

#modalCartAdded h3{
float:right;
font-size: 13px;
width: 190px;
text-align: left;
margin: 5px 5px 0 5px;
}

#modalCartAdded .modalCartAddedImage{
float: left;
margin: 5px;
}

#modalCartAdded .modalCartAddedDetails{
float: right;
width: 190px;
text-align: left;
margin: 0 5px 5px;
}

#modalCartAdded .cartPrice{
color: #666;
font-weight: bold;
}

#modalCartAdded .cartRemoveBtn{
text-align: left;
}

#modalCartButtons{
float: right;
width: 165px;
height: 120px;
margin: 0 0px 5px;
}

#modalCartButtons img{
margin: 0 auto 5px;
}

#modalCartAddedTitle, #modalCartInCartTitle, #modalCartRelatedTitle{
clear: both;
width: 540px;
height: 18px;
padding: 0;
margin: 5px 0px 0px 10px;
background: url("//aimg.disneystore.com/content/ds/themes/default11/images/modalCart/modalCartTabSm.gif") no-repeat;
text-align: left;
float: left;
}

#modalCartRelatedTitle{
background: url("//aimg.disneystore.com/content/ds/themes/default11/images/modalCart/modalCartTabWd.gif") no-repeat;
}
#modalCartInCartTitle{
background: url("//aimg.disneystore.com/content/ds/themes/default11/images/modalCart/modalCartTabWd.gif") no-repeat;
}


#modalCartAddedTitle p, #modalCartInCartTitle p, #modalCartRelatedTitle p{
margin: 2px 0px 0px 10px;
font-size: 12px;
color: #fff;
font-weight: bold;
text-align: left;
padding:0;
}

#modalCartInCart{
border: 1px solid #3a93b6;
clear: both;
width: 540px;
margin: 0 5px 5px 10px;
float: left;
}

#modalCartInCartList{
height: 125px;
overflow-y: auto;
width: 540px;
text-align: left;
border-bottom: 1px solid #3a93b6;
}

#modalCartInCartList .modalCartListItem{
margin: 2px 2px 0 2px;
float: left;
}

#modalCartInCartList .modalCartListImage{
width: 24px;
float: left;
}
#modalCartInCartList .modalCartListImage img{
margin: 0 2px 0 0;
}

#modalCartInCartList .modalCartListDesc{
font-weight: bold;
width: 270px;
overflow: hidden;
float: left;
height: 15px;
}
#modalCartInCartList .modalCartListQty{
width: 60px;
overflow: hidden;
float: left;
}
#modalCartInCartList .modalCartListPrice{
width: 100px;
overflow: hidden;
float: left;
}
#modalCartInCartList .modalCartListRemove{
width: 60px;
overflow: hidden;
float: left;

}

#modalCartTotal{
width: 450px;
text-align: right;
font-size: 16px;
color: #3a93b6;
font-weight: bold;
margin: 5px 90px 5px 0;
display:block;
line-height: 1.1em;
}

#modalCartNote{
width: 450px;
text-align: right;
font-size: 10px;
color: #666;
/*margin: 0 90px 2px 0;*/
display:block;
}



#modalCartRelated{
border: 1px solid #3a93b6;
clear: both;
width: 540px;
height: 100px;
margin: 0 5px 5px 10px;
float: left;
}

 #modalCartRelated .crossSellLink {
width:85px;
height: 90px;
text-align: left;
overflow: hidden;
margin: 5px;
font-size: 10px;
}
#modalCartRelated  .crossSellLink p {
margin:0;
}

#modalCartButtons a#continueButton{
background:transparent url(//aimg.disneystore.com/content/ds/themes/default11/images/modalCart/modalCartContinue.gif) no-repeat scroll 0 0;
display:none;
height:26px;
width:163px;
margin:0 0 5px;
}

#modalCartButtons a#similarButton{
background:transparent url(//aimg.disneystore.com/content/ds/themes/default11/images/modalCart/modalCartContinue.gif) no-repeat scroll 0 0;
display:block;
height:26px;
width:163px;
margin:0 0 5px;
}

#modalCartButtons a#checkoutButton{
background:transparent url(//aimg.disneystore.com/content/ds/themes/default11/images/modalCart/modalCartCheckout.jpg) no-repeat scroll 0 0;
display:block;
height:45px;
width:162px;
margin:0 0 5px;
}
/*End ModalCart*/

/*New Thickbox styles*/

#TB_window  img{
border: none;
}
#TB_window {
background-position: 0 0;
top: 50%;
}

#TB_title {
background: url("//aimg.disneystore.com/content/ds/themes/default11/images/modalCart/thickboxTopIP.gif") no-repeat;
background-position: 0 0;
background-color: #00204e;
height:50px;
}

#TB_ajaxWindowTitle{
color: #fff;
font-size: 18px;
margin: 15px 0 0 20px;
padding: 0;
}

a#TB_closeWindowButton {
background:transparent url("//aimg.disneystore.com/content/ds/themes/default11/images/modalCart/thickboxCloseIP.gif") no-repeat scroll 35px 3px;
}

#TB_closeAjaxWindow {
padding:18px 25px 0 0;
color: #fff;
font-weight: bold;
}

#TB_closeAjaxWindow  a, #TB_closeAjaxWindow  a:hover{
color: #fff;
font-weight: bold;
}
#TB_window a#TB_closeWindowButton{
color: #fff;
}

#TB_window{
border: none;
}
/*end new Thickbox styles*/


#footerpromoEmail form {display:none;}
#footerpromo a img {border:none;}
#footerpromo a {color:#333;}
#footerpromo a:hover {text-decoration:none;}
