/**
* Customer web site CSS
*
* Copyright (c)2008 44 Interactive. All Rights Reserved.
*
* SVN File: $Id: styles.css 217 2008-07-28 19:06:27Z Mike Neugebauer $
* @author $Author: Mike Neugebauer $
* @version $Revision: 217 $
* @lastrevision $Date: 2008-07-28 14:06:27 -0500 (Mon, 28 Jul 2008) $
* @modifiedby $LastChangedBy: Mike Neugebauer $
* @lastmodified $LastChangedDate: 2008-07-28 14:06:27 -0500 (Mon, 28 Jul 2008) $
* @filesource $URL: svn+ssh://miken@svnhost.44i-dev.com/svnhome/base/branches/harrlemme/cust_skeleton/css/styles.css $
*/

/* ----------------------------- PRINTER-FRIENDLY DETAIL ----------------------------- */

#header, #logohi, #contTop, #contBtm, #detailbuttons, #tabrow  {
	display: none;
}

body#pfListingPage, #container {
	background: none;
	color: #000;
}

.tabpane {
	margin-bottom: 12px;
}

.webonly {
	display: none;
}

.showothers {
	display: none;
}

#footer {
	display: none;
}

.info1 {
	width: 368px;
	float:right;
	margin-left: 4px;
}

#content {
	width:703px;
	float: none;
}

#picdiv {
	height: 900px;
	border-bottom: 0px solid red;
}

.infohdg {
	background-color: #fff;
	font-size: 1.2em;
	color: #333;
}

.altrow {
	background-color: #fff;
}

.normrow {
	background-color: #fff;
}

.infobox {
	background-color: #fff;
}

#agtprofile a {
	display: none;
}


