
/* BEGIN REI Registry List page printer style (GiftRegistryDetailsView.jsp&GiftRegistryEditProductsView.jsp)*/

body { 
    background: #fff;  
    font-size:10px;}

.grList .printIcon, 
.grList #headerWrapper, 
.grList .sidebarWrapper, 
.grList #footerWrapper,
.grList .hideCopy,
#GiftRegistryEditProductsView .shopList,
#GiftRegistryEditProductsView .manageList{
    display:none;}

.grList #container {
    border:none; 
    margin:0;;}
       
.grList #wrapper {
    top:0;}

.grList  #coreWrapper{
    border:none;}

.grList  #pageContent {
	float: left;
	margin:0;
	padding:5px;
	width:690px;}

.grList #pageContent a, 
.grList  #pageContent p, 
.grList  .grList  ul li, 
.grList  #pageContent td, 
.grList  #pageContent th, 
.grList #pageContent h1, 
.grList #pageContent h2  {
    color:#000;
    border-bottom:none;}

.grList #pageContent table,
.grList #pageContent th,
.grList #pageContent td {
    border-bottom:1px solid #ccc;
    border-right:none;}

.grList #pageContent td a {
    text-decoration:none;}
    
.grList #pageContent #printLogo {
    display:block;
    padding-bottom:10px;}

.grList #pageContent .eventList {
    width:200px;}

.grList #pageContent table.registryList {
    width:100%; }
    
.grList #pageContent table .productImg {
    width:5%;}

#GiftRegistryDetailsView #pageContent table .productName {
    width:26%;}
    
.grList #pageContent table .color {
    width:14%;}    
    
#GiftRegistryDetailsView #pageContent table .price,
#GiftRegistryDetailsView #pageContent table .requested {
    width:10%;}    
    
#GiftRegistryDetailsView #pageContent table .needs {
    width:9%;}    
    
#GiftRegistryDetailsView #pageContent table .qty {
    width:8%;}   
    
#GiftRegistryDetailsView #pageContent table .buy {
    width:18%;}        

.grList #pageContent .button {
    margin-left:-10px;}

.grList #pageContent #gRdisclaimerPrint {
    display:block;

