
/****
 * 		
 *		References print stylesheet
 *
 ****/

body {
   background: white;
   font-size: 10pt;
}
#menu, #labels, #leftbar, #language, #toolbox, div#quotes span.quote-short, span.quotesign, div#quotes div.quoteinfo-small, div.quote dl.cl-langs, a.totop, #footer {
   display: none !important;
}
#wrapper, #rightpage, #header {
	 position: static;
   width: auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
div#quotes div.quote, div#quotes div.quoteinfo, div#quotes div.end, div#quotes.collapsed div.end, div#quotes div#fin.end {
	width: 100%;
	background: transparent none;
}
div#wrapper {
	overflow: visible;
	margin: 0 5%;
	border:1px solid red;
}
div#quotes, #rightpage {
  border:1px solid blue;
  margin: 0 2%;
}
div#quotes div.quoteinfo, div#quotes span.quote-more {
	display: block !important;
	margin: 0;
	padding: 0;
}
div#ourclients-list {
	display: block !important;
	float: none !important;
}
div.quote div.quote-info {
	display: block !important;
}
div.quote div.quotewrap {
	background: transparent none;
}
div.quote div.logobox {
	width: 24%;
	background: transparent none;
	padding: 0;
	margin: 0;
	border:1px solid green;
}
div.quote div.quotebox {
	position: static;
	width: 74%;
	background: transparent none;
	padding: 0;
	margin: 0;
	border:1px solid green;
}
div.quotebox p {
	font-size: 1em;
	line-height: 100%;
	text-align: justify;
	margin: 0;
	padding: 0;
}
div.quoteinfo ul.refperson {
	float: none;
	width: 30%;
	background: transparent none;
	border: none;
	margin: 0 0 0 3%;
	padding: 0;
}
ul.refperson li {
	display: block;
	width: auto;
	float: none;
}
ul.refperson .image {
	float: none;
	margin: 10px;
}
div.quoteinfo dl.properties, div.quoteinfo dl.about {
	float: none;
	width: 30%;
	margin: 0 0 0 3%;
	padding: 0;
}
div.end {
	height: 10px;
	border-bottom: 1px solid #777;
}
a {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
#header a {
	text-decoration: none;
}
#header a:after {
   content: " (" attr(href) ") ";
   font-size: 75%;
}