
/*
 
  Print CSS Styles V1.0

  History:
  2007 Aug 19: Version 1.0: Initial Version

  This module provides the styling for printing a page 
  within a website.

  Copyright (c) 2008, PageOne Websites and Internet Technology Co. w 

*/

html {cursor:default;} // required for build

body {
  width:100%;
}

div#navcontainer {
  display:none;
}

div#listingactions {
  display:none;
}

/*

  
body {
  background:white;
}

#pagecontainer {
	margin: 0;
	text-align: left;
	width: 680px;
	}

  div#header,
  div.col2,
  div.col3,
  div#listingactions,
  div#footer_container{
  display:none; 
 }
 
 .threecol {
   background:white;
 }
 
 .threecol .col1 {
  width: 650px;
  float:none;
 }

.threecol .inner_container {
  background:white;
  right: 650px;
}

.col1, .col2, .col3 {
  border:0;
  overflow:visible;    
}

.threecol .middle_container {
  background:white;
  right:50px;
}

div.phright {
  display:none;

}

div.prod_actions {
  display:none;
}

.prod_details {
  border:0;
  width:380px;
}

.prod_details .datacell {
  width:372px;
}

.outer_container {
  overflow:visible;
}

h5#printcontact {
  display:block;
}


*/
