/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {
	line-height:1.5;
	font-family:Georgia, "Palatino Linotype", serif;
	color:#000;
	font-size:12pt;
	background-color: #FFFFFF;
	background-image: none;
	margin: 0px;
}

hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Palatino Linotype", serif;
}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
img {float:left;margin:0 1.5em 1.5em 0;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}

/* Print Style Sheet */
@media print {
#header { display:none }
#content {display:block;}
#footer { display:none }
#sidebar { display:none }
.search_container { display:none }
.cB  { display:none }
#breadcrumb { display:none }
#pricelists { display:none }
.linkheader { display:none }
#nav { display:none } 
#dealsbar { display:none }
#topmenubar { display:none } 
#tablepricelist { display:block; }

#content h1 {
	color: #333333;
	font-size: 130%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}
#content h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 10px;
}
#content p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;	
}
.container {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
	}
#content ul {
	margin-top: 0em;
	margin-right: 1.5em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}
#first_features {
	float: left;
	display:block;
	clear: both;
	font-size: 10px;
}
#second_us {	
	display:none;
}
#third_cdn {	
	display:none;
}
#fourth_options {
	display:block !important;
	float: right;
}
#q1options {	
	display:block;
}
#fifth_flickr {	
	display:none;
}
.tabNavigation {	
	display:none;
}
.mid-inner {	
	display:block;
}
#product_image {
	display:block;
	height: 257px;
	width: 498px;
	margin-right: auto;
	margin-left: auto;	
}










