
/* Need !important's as the print.css can appear before others in the list */

#wrapper
{
    width: 650px !important;
    padding: 0 !important;
}




#header .SearchPanel
{
    display: none !important;
}

#header .BasketSummary
{
	display: none !important;
}

#header .Nav
{
    display: none !important;
}

#ctl00_NavMenu
{
	display: none !important;
}

.CookieTrailBox
{
    display: none !important;
}


#main_content
{
   border: solid 1px #CCC !important;
   padding: 30px 10px 30px 10px !important;
   width: 620px !important;
   background: #fff !important;
}


#footer
{
    display: none !important;
}





.productname
{
	color: #333;
}
a.productname
{
	color: #333;
}








/* Order Confirmation */

#orderconfirmation_left
{
	width: 620px !important;
	border: none !important;
}

.order_info
{
	display: none !important;	
}

#orderconfirmation_left h2
{
	margin-top: 40px !important;	
}

.printorder_button
{
	display: none !important;	
}

#orderconfirmation_left #addresses .address_box
{
	padding: 0 !important;
}

table.basketdetail 
{
	width: 620px !important;
	border-bottom: 1px solid #ECEBEB !important;
}
	table.basketdetail th
	{
		border-bottom: 1px solid #ECEBEB !important;
	}

#basket_footer
{
	width: 620px !important;
}

#checkout_survey
{
	display: none;	
}