/* ===================================================================================
     Open Objects CSS Framework - Print Stylesheet
     A stylesheet for enabling pages to display better upon printing
   =================================================================================== */

/* Remove these page elements
================================================================================================ */
.printPanel /* Print buttons */
{ display: none; }

.remove,
 .noprint { display: none; }

/* Results Common
================================================================================================ */
#oo-wrapper  .onehit {
	clear: both;
	margin-bottom: 5px;
}
.description {
vertical-align:top;
}
#wrapper h1 { text-align:center; margin:0px; _font-size:1.4em;}
#content { margin: 0px auto; width:100%;}
#content h2 { _font-size:1.2em; }
.standard , .thinintro  { width:100%; margin:0 auto;}
.green #zone #sectionlist, .blue #zone #sectionlist, .orange #zone #sectionlist, .pink #zone #sectionlist , .grey #zone #sectionlist { border-top:none; list-style-image:none; }
#sectionlist a {
text-decoration:none;
}
#details .header .map { float:left; }
#details .header .title {  _font-size:1.2em;}
#main-content {background-image:none; width:1000px; margin:0 auto;}
#details #description , #details #information , #details #contactdetails{ width:300px;  font-size:1.0em;}

#footer { font-size:0.8em; }
.green #details #information , .blue #details #information, .orange #details #information, .pink #details #information,  .grey #details #information{ background-color:#FFF;  }
.green #details #contactdetails, .blue #details #contactdetails, .orange #details #contactdetails, .pink #details #contactdetails , .grey #details #contactdetails{background-color:#FFF; }
.normal, h5, h3 {color:#000;}
.green h3, .blue h3, .orange h3, .pink h3, .grey h3{ color:#000;}
#listing #list li, #listing #list li.alternative { border-bottom: 1px solid black; background-color:#FFF;}
.green .sectionbg, .blue .sectionbg, .orange .sectionbg, .pink .sectionbg , .grey .sectionbg{ background-image:none; background-color:#FFF;}
#leftfade, #rightfade { background-image:none; }
.green #details .header, .blue #details .header , .orange #details .header , .pink #details .header, .grey #details .header   { background-color: #FFF;  background-image:none; color:#000;}

#footer-breaker {background-color:#FFF;}

#oo-wrapper  h3.hit-title a {
	text-decoration: none;
	color: #333333;
}
#oo-wrapper  h3.hit-title a:hover {
	text-decoration: none;
}
#oo-wrapper  .hit-section {
	padding: 5px 0;
}
#oo-wrapper  h5.section-title {
	margin: 0;
	background-color: #C9E0D8;
	color: #333333;
	padding: 0.25em 10px;
}
#oo-wrapper  dl {
	margin: 0;
	border-bottom: 1px dotted #cccccc;
}
#oo-wrapper  dl dt {
	float: left;
	padding: 5px 2px 5px 0;
	width: 200px;
}
#oo-wrapper  dl dd {
	margin-left: 200px;
	padding: 5px 0 5px 2px;
	_height: 1%; /* fix for IE6 */
}
#oo-wrapper  dl.label-long dt {
	width: 200px;
}
#oo-wrapper  dl.label-long dd {
	margin-left: 200px;
}
#oo-wrapper  img.hit-image {
	float: right;
	margin: 0 5px;
	padding: 2px;
	max-width: 150px;
	max-height: 150px;
	border: 1px solid #cccccc;
}
#oo-wrapper  .message {
	margin: 10px 0;
}

#oo-wrapper  dl.no-label { border: none; }
#oo-wrapper  dl.no-label dt { display: none; }
#oo-wrapper  dl.no-label dd { margin-left: 0; }

/* Hits
================================================================================================ */
#oo-wrapper  .onehit.hit .description {
	min-height: 30px;
}
#oo-wrapper  .onehit.hit .hit-links a {
  margin-right: 10px;
  font-weight: normal;
}

/* View
================================================================================================ */
#oo-wrapper  .onehit.view {
	border: none;
	
	
}