/* - - - - - - - - - - - - - - - - - - - - -
Title : Print - Spot Image NSL - CSS File
Description : This file contain all specific print CSS specifications for NSL project
Copyright (c) 2005-2007 WS Interactive
Author : Sebastien Pauchet <sebastien.pauchet@ws-interactive.fr>
Created : 25/09/2007
$Id: print.css,v 1.1 2007/09/25 16:12:17 sebastien Exp $
- - - - - - - - - - - - - - - - - - - - - */

#flashsirius,
#message,
#welcome,
#language,
#menu,
#IPU,
#tab,
#carto,
#frameborder,
#footer li,
#footer ul,
#userMessage,
#accountMenuBottom,
#accountSubNavHelp,
#accountMenu a,
hr,
object, 
embed {
	display:				none;
}
#prWindow {
	display:				none !important;
}
#copyright {
	color:					black;
}
#spotimageLogo { /* little trick to force the display of the logo in print mode*/
	display: 				list-item;
	list-style-image: 		url(../img/top-print.jpg);
	list-style-position:	inside;
	width:					244px;
	height:					47px;
}
#accountMenu {
	color: 					white !important;
	margin-bottom:			20px;
}
#content {
	margin-top:				40px;
}
#descriptiontext {
	display:				block;
}
.hide {
	display:				none;
}
.show {
	display:				block;
}
.clear {
	clear:					both;
	height:					1px;
	font-size:				1px;
}
#descriptiontext h3 {
	display: 				list-item;
	list-style-image: 		url(../img/puce_account.gif);
}
