/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

@import url(../css/index-print.css);
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
body{
	margin:0;
	padding:0;
	background-color:#FFF;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size:12pt;

}

#sidebar{
	display: none !important;
}

h1{
	font-size: 24pt;
	color: #911;
	border-top:1pt dashed #B5B2A9;
	width: 800px;
	text-align:center;
	font-family: georgia, times, serif;
	margin:0;padding:2pt 0 0 0;
}
.intro{
	text-align:center;
	border-bottom:1pt dashed #B5B2A9;
	padding-bottom:1em;
	font-weight:bold;
	
}
h2{
	color:#99CCCC;
	font-size: 18pt;
	line-height: 1em;
}
h3{
	color:#99CCCC;
	font-size: 14pt;
	margin:0; padding:10px 0px 5px 0px;
}


ul li{
	font-size: 10pt;
}

.note{
	font-size: 8pt;
}

.footnote{
	font-size: 10pt;
	text-align:justify;
	padding:2pt 5pt;
}
.smallcaps{
	font-variant:small-caps;
}
p{
	font-size:10pt;
	margin:0; padding:0;
	line-height:1.5;
}
.p1, .p2{
	text-indent:2pt;
	padding: 2pt 5pt;
}
.center{
	text-align:center;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

#container {
	width: 7in;
	text-align:left;
}


#banner {
	padding:0;
	margin:0;
	width:7in;
}

#content {
	width: 7in;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 10pt;
   }

#content a[href^="/"]:after {
  content: " (http://www.lanecollectables.com" attr(href) ") ";
   }

#footer a:link:after, #footer a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 10pt;
   }

#footer a[href^="/"]:after {
  content: " (http://www.lanecollectables.com" attr(href) ") ";
   }
#footer{
	margin-top:2in !important;
	width:7in !important;
	clear:both;
	border-top:1pt dashed #B5B2A9;
}




/* ------------------- IMAGE STYLES --------------- */

.imgBullet{
	padding:5px 0 0 5px;
}


p img {
	padding: 0;
	max-width: 100%;
	}



/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

	

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

	

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}



img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}



.alignright {
	float: right;
	}

	

.alignleft {
	float: left
	}
