@import "print-default.css";

/** Use this file to add any overwrites of print-default.css
Print_default should eventually become part of the platform **/

.HighlightedProductsNAVIGATION .GroupLinks,
.HighlightedProductsNAVIGATION .GalleryControls a.ItemPrev,
.HighlightedProductsNAVIGATION .GalleryControls a.ItemNext

{
	display:none;
}

ol.searchResults li .rightblock .bookonline img 

{
	display: none;
}

div.ProdListReorder

{
	display: none;
}

#mainCol 

{
	display: 
}


body { font-family: Verdana, Arial; background: none; }
body { background: white; font-size: 8pt;}

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0;}

h1 { font-size: 11pt; font-weight: bold; margin-bottom: 8pt;}
h2 { font-size: 10pt; font-weight: bold; margin-bottom: 6pt;}
h3, h4 { font-size: 8pt; font-weight: bold; margin-bottom: 4pt;}

h5, h6 { font-size: 8pt; font-weight: bold; margin-bottom: 4pt;}

h2 {
	border-bottom: 1pt dotted #c0c0c0;
	padding-bottom: 4pt;
}

p { font-size: 8pt; margin-bottom: 10pt; line-height: 15pt; }

p.link { display: none; } /* JW - WHATS THIS? */

a { color: black; text-decoration: underline; }
a img { border: 0; }

/* =====================================================================
    LISTS & TABLES
===================================================================== */

ol, ul, dl
{
	margin: 0;
	margin-bottom: 10pt;
	padding: 0;
	list-style-type: none;
}

dl dd, dl dt, ul li
{
	margin: 0;
	margin-bottom: 4pt;
	padding: 0;
	list-style: disc;
	list-style-position: inside;
	font-size: 8pt;
}


table {
	clear:both;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c0c0c0;
	font-size: 8pt;
	margin: 0 0 10pt 0;
}

table th, table td {
	border-collapse: collapse;	font-size: 8pt; border: 1px solid #c0c0c0; padding: 3pt; font-weight: bold;
}

table tr th{
	 text-align: left;
}

table td {
	border: 1px solid #c0c0c0; 
	font-weight: normal;
}


/* =====================================================================
    PLACEHOLDER LAYOUT
===================================================================== */

#wrapper { 
	width: auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	color: black; 
	

}

#wrapper { 
	display: block;
}

#leftCol { 
width: 100%;
}

#leftWrapper { 
width: 100%;
clear: both;

}


#topCol { width: 100% }

/* DR - Without this line, on Product Detail pages Firefox will print out a blank page
 between the header and content area. Don't know why. This solves it. */
#mainCol { 
	width: 100%;
	clear: both;
	display: block;
	border-bottom: 1pt solid #c0c0c0;
	margin-bottom: 10pt;
}

#middleCol { 
	width: 100%;
	clear: both;
}

#rightCol {
	clear: both;
	float: none;
	width: 100%;	
	border-bottom: 1pt solid #c0c0c0;
	margin-bottom: 10pt;
}



/* =====================================================================
    USER CONTENT
===================================================================== */

#mainCol .ctl_Content {
	display: block;
	margin-bottom: 20pt;
	width: 100%;
	clear: both;
}

#mainCol .ctl_Content p img {
	display: none;
}




.ImageWrapper

{
	display: none;
}


