
/*******************

START - shoppingBag - Content

*******************/
.shoppingBag{
	padding-top:35px;	/* Adds a little padding to the top so that content navigation and headings are not covered up */
	/*margin-left:0px;	 Adjusts CORE to align left. */
	width:590px;			/* sets the width to the actual shopping bag area */
}
#mainCenteredDiv .pageContent{ /* IE6 Fix due to irregularities in the shopping bag page */
	/*_width:768px;*/
}
.productDivider, .solid_spacer{			/* So in the design instead of using a border bottom or border top we decided to use a specific div for dividers */
	height:0px;				/* Reset to 0 height, so that it doesn't add extra spacing in IE */
	*background:#fff;		/* Set its background to white due to IE still adding uncontrollable spacing */
	padding:0px;			/* Clears out random padding issues */
	margin:0px;				/* Clears out random margin issues */
	width:588px;			/* keeps the divider in line with the containing div */
	_display:inline;
}
.pageContent .rightColumn form{
	width:100px;			/* set width to 100px so that it doesn't take the width of its parent container. */
	margin-top:30px;		/* pushes the form down slightly to align with the page heading */
}

.rightColumn{
	width:115px;			/* sets the width of the right column that contains all the fun little pieces of security and privacy */
}

.shipping_item_pad{
	padding:0px;
}
.ship_recap{
	padding:6px 0px;
}
.ship_recap_pad{
	padding-top:0px; /* clears the height on the top of the recap area */
}
.shipmentBlock{
	width:588px; /* set the width for the parent product blocks notice this width is slightly differnt from the .ship_recap_pad */	
	padding:0px; /* Clears out random padding issues */
}
.productImage{
	padding-left:24px; /* allows for the product image to be shifted to the left to allow the "store type" tab display to not overlap. */
	background:none;	/* replaces the white background to none, to allow for the core or canvas logo to appear. */
}


.productBlock{
	/*width:618px;*/
}
.shipping_item_pad .productBlock{
	width:584px;
}
.productBlockLeft{
	width:260px;
}

/*** ADDED 2010.01.11 ***/
.productBlock, .core-product, .canvas-product {
	height:auto; position:relative; }		/* Sets the width of the product dispaly to align more according to the layout. */
.core-product .sbItemAlert,
.canvas-product .sbItemAlert,
.canvas-product .sbItemWarning,
.core-product .sbItemWarning{
    margin-left:47px;	/* adjusts the warnings and alerts to be poistioned to the left and not cover up the brand icons in the shopping bag */
}

/*******************

END - shoppingBag - Content

*******************/

/*********************************************
	Mixed Bag Cross Site
	10.15.2009
	jmlaese
*********************************************/

body {height:100%;}
#mixed-bag{
	text-align:left;
	width:100%;
	_width:165px;
	/*_height:160px;*/
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:none;
	bottom:0px;
	left:0px;
	position:fixed;
	padding:0px;
	margin:0px;
	display:none;
}
* html div#mixed-bag {position: absolute; top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight)
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight));
}

#mixed-bag .hd{
	background:url(../../images/canvas/091015_mixed_bag_bg.png);
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/091015_mixed_bag_bg.png');
	_filter:none;
	background-repeat:repeat-x;
	background-position:bottom;
	height:25px;
}
#back-2-landsend, #back-2-canvas{
	width:100%;
	_padding:10px 0px 10px 0px;
}
#back-2-canvas{
	background:#091822;
	color:#FFFFFF;
}
#back-2-canvas a:link,
#back-2-canvas a:visited,
#back-2-canvas a:hover
{
	color:#FFFFFF;
}

#back-2-landsend{
	background:#d7d7d7;
	color:#000033;	
}
#back-2-landsend a:link,
#back-2-landsend a:visited,
#back-2-landsend a:hover
{
	color:#000033;
}

#cross-site-nav{
	padding:5px;
	float:left;
	font-weight:bold;
	_text-align:center;
}


#cross-site-nav img{
	float:left;
	_float:none;
	padding-right:10px;
	vertical-align:baseline;
	border:none;
}
#cross-site-nav span{
	padding-right:5px;
	float:left;
}

#cross-site-nav span,
#cross-site-nav a:link,
#cross-site-nav a:visited,
#cross-site-nav a:hover{
	padding-top:2px;
	_padding-top:0px;
	_float:none;
}
#cross-site-nav a:link,
#cross-site-nav a:visited,
#cross-site-nav a:hover{
	display:block;
	float:left;
	_float:none;
}
a#cross-site-logo:link,
a#cross-site-logo:visited,
a#cross-site-logo:hover{
	padding-top:0px;
}
#close-cross-site-nav{
	float:right;
	_float:none;
	text-align:right;
	_text-align:center;
	padding-right:10px;
	_padding-right:15px;
	padding-top:5px;
	_padding-top:0px;
    _padding-left:5px;
	
}
#close-cross-site-nav a:link,
#close-cross-site-nav a:visited,
#close-cross-site-nav a:hover{
	text-decoration:none;
}
#close-cross-site-nav a:hover{
	text-decoration:underline;
}

/*********************************************
	START - Shopping Bag Icons
*********************************************/
.core-product{
		background:url(../../images/canvas/090826_LE_shop_tab.gif);
}
.canvas-product{
		background:url(../../images/canvas/090826_CV_shop_tab.gif);
}
.core-product, .canvas-product{
	background-repeat:no-repeat;
	background-position:left;
	_border:1px solid #ffffff;
	margin:0px;
	padding:0px;
	display:inline-block;
	_border-bottom:1px solid #999;
}
.core-product .productImage,
.canvas-product .productImage{
	padding-left:46px; /* allows for the product image to be shifted to the left to allow the "store type" tab display to not overlap. */
	background:none;	/* replaces the white background to none, to allow for the core or canvas logo to appear. */
}