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

/*=============================================================
	Print style for
=============================================================*/

@import url("screen.css");
@import url("shopping-cart.css");


.hidden { display: inline-block;}
.show { display: none;}

body {
	font: normal 62.5%/18px "Verdana", Arial, Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}
/*=============================================================
	Main print skeleton layout
=============================================================*/

#container {  width: 100%; height: auto; clear: both; }
#main, #mainRight {  width: 100%; clear: both; margin:0;}
#content, .gallery_more { width: 100%; height: auto; clear: both; padding:0; margin:0; }
#mainRight { padding: 10px 0; }
#gallery { clear:right;}
#details { width:550px; }
#details_gift { width:350px;}
li#further_info, li#further_info table { width:100%;}
#breadcrumbs { width:100%; border-bottom:1px dotted #d1d1d1;  border-top:1px dotted #d1d1d1; padding-left:0;}


#header { width: 100%; height: 180px; display: block; clear: both; margin:0 auto; text-align:center; padding:0 0 20px 0;}

#footer { width: 100%; padding-top: 10px; clear: both; }
#footer p { font-size: 11px; }
h1 { color:#000; text-indent:0px; font-size:24px; font-weight:bold; margin-bottom:10px;}

#p-index #header { height: 440px;}

/*=============================================================
	Extras
=============================================================*/

#mainLeft, ul#nav, body#p-index #flash, body#p-index ul#cta, body#p-index #statement { display:none; }
