@media screen {

	.box-footer{ padding:16px 0 24px 0;border-bottom:1px solid #e5e5e5; }
	
	/**/

	.box-border{ padding:2px 0;border:1px solid #ededed;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;*zoom:1; }
	table.order-history tr td{ vertical-align:top;}
	/* QC:2634 Removed overflow attribute : nuware ODC */
	.box-border .top, .box-border .bottom{ height:3px;position:relative;*zoom:1; }
	
	div.box-border-a {background:#fff;}
	div.box-border-b {background:#f8f8f7;}	
	
	.is-ie .box-border { padding:0 !important;border:0 !important; } 
	.is-ie .box-border .content{ margin:0 !important; }
	
	.box-border .content{ position:relative;*zoom:1;z-index:10;}
	.box-border .corner{ overflow:hidden;width:3px;height:3px;background:url(/images/global/box-borders-bg.gif) no-repeat;position:absolute;top:0; }
	.box-border .content .inner-image{background:transparent url(/images/lil-landing/offers-snack-bkg.jpg) no-repeat scroll 0%; height:345px; position:absolute;width:242px; margin-left:454px;}

	div.box-border-a > div.top div.background, 
	div.box-border-a > div.bottom div.background, 
	div.box-border-a > div.content{background:#fff;}

	div.box-border-b > div.top div.background, 
	div.box-border-b > div.bottom div.background, 
	div.box-border-b > div.content{background:#f8f8f7;}
	
	.box-border .background{margin:0 3px;height:2px;overflow:hidden;}
	
	.box-border .top .background{ border-top:1px solid #ededed; }
	.box-border .bottom .background{ border-bottom:1px solid #ededed; }
	
	.box-border-a .box-top-left{background-position:0 0;left:0;}
	.box-border-a .box-top-right{background-position:-3px 0;right:0;}

	.box-border-a .box-bottom-left{background-position:0 -3px;left:0;}
	.box-border-a .box-bottom-right{background-position:-3px -3px;right:0;}		
	
	.box-border-b .box-top-left{background-position:-6px 0;left:0;}
	.box-border-b .box-top-right{background-position:-9px 0;right:0;}

	.box-border-b .box-bottom-left{background-position:-6px -3px;left:0;}
	.box-border-b .box-bottom-right{background-position:-9px -3px;right:0;}	
		
	/* - box and borders - */	
	
	.border-top-right, .border-top-left, .border-bottom-right, .border-bottom-left{
		width:3px;height:3px;position:absolute;overflow:hidden;z-index:10;background:url(/images/global/box-corner.gif);
	}

	.border-top-left{top:0;left:0;background-position:0 0;}
	.border-top-right{top:0;right:0;background-position:-3px 0;}
	.border-bottom-left{bottom:0;left:0;background-position:0 -3px;}
	.border-bottom-right{bottom:0;right:0;background-position:-3px -3px;}
	
	.border-ie6-right{right:-1px;}
	.border-ie6-bottom{bottom:-1px;}

	/* - box and columns - */
	
	.box{ 
		background:#fff;padding:14px 14px 24px 14px;*zoom:1;position:relative;margin-top:5px;
		-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;*zoom:1;
	}
	/* - Added for HMR Html bug - */
	.box1{ 
		background:#fff;padding:14px 3px 24px 14px;*zoom:1;position:relative;margin-top:5px;
		-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;*zoom:1;
	}
	/* - Added for HMR Html bug Nuware ODC April-23 - */
	.box2{ 
		background:#fff;padding:14px 3px 0 14px;*zoom:1;position:relative;margin-top:5px;
		-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;*zoom:1;
	}
	.box-lil{ 
		background:#fff;padding:14px 14px 24px 14px;*zoom:1;position:relative;margin-top:0px;
		-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;*zoom:1;
	}
	/* -- QC 2534 : By Nuware ODC */	
	.box-lp{ 
		background:#fff;padding:14px 14px 24px 14px;*zoom:1;position:relative;margin-top:5px;
		-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;*zoom:1;
	}
	/* -- END QC 2534 */
	
	.box:after, .box-highlight:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

	.box-highlight {
		background: url(/images/global/box-borders-sides-940.gif) repeat-y;
		padding:0 10px;margin:0;*zoom:1;position:relative;
	}

	.box-highlight-top, .box-highlight-bottom {
		background:url(/images/global/box-borders-top-bot-940.gif) no-repeat left -5px;
		width:940px;height:5px;overflow:hidden;
	}
		
	.box-highlight-bottom { background-position:left 0; }		
	
}

@media print {
	.box { border-bottom:1px solid #000; margin-bottom:30px; }
}

