/* *************************************************************************
*
*  File: print.css
*  Purpose: Print Version Classes
*
************************************************************************* */

/* *************************************************************************
*
*  DEFAULT STYLES REDEFINITION
*
************************************************************************* */

body
{
	border: none;

	font-size: 9pt;

	padding: 0px 0px 0px 1px;
}

img
{
	border: none;
}

a,
a:visited
{
	color: #000000;
}

/* *************************************************************************
*
*  LAYOUT
*
************************************************************************* */

.loPage
{

}

.loPageBody
{
	border-top: 2px solid #4C6CB9;

	clear: both;

	padding: 11px 20px;
}

.loPageHeader
{
	clear: both;

	padding: 10px 20px 8px 20px;
}

.loPageFooter
{
	border-top: 2px solid #9AA3BA;

	clear: both;
}

.loContent
{

}

.loDeveloper
{
	font-size: 95%;

	padding: 11px 20px;

	text-align: right;
}

.loLogo
{
	float: left;

	width: 25%;
}

.loPrintInfo
{
	float: right;

	text-align: right;

	width: 70%;
}

.loPrintInfo p
{
	margin: 0px;

	padding: 0px;
}

/* *************************************************************************
*
*  CONTENT
*
************************************************************************* */

h1
{
	font-size: 100%;

	margin-bottom: 15px;
}

h2 .attribute,
h3 .attribute
{
	color: #999999;

	font-size: 90%;
	font-weight: normal;
}

h3
{
	font-size: 100%;

	margin-bottom: 11px;
}

h4
{
	font-size: 100%;

	margin-bottom: 11px;
}

.browserOpera70 h1,
.browserOpera70 h3,
.browserOpera70 h4
{
	font-size: 105%;
}

.contentBlock p
{
	margin: 0px 0px 10px 0px;

	padding: 0px;
}

.contentBlockBodyBlock
{
	clear: both;
}

.contentListFavorites
{

}

.contentListFavorites .listItemBody
{
	padding-bottom: 15px;
}

.contentListFavorites .listItemBody .listOfItems
{
	float: left;

	margin-bottom: 0px;

	width: 25%;
}

.contentListFavorites .listOfItems
{
	margin-bottom: -15px;
}

.contentListFavorites .textIllustration
{
	margin-right: 30px;
}

.listOfItems
{
	padding-bottom: 10px;
}

.listOfItems .listOfItems
{
	padding-bottom: 0px;
}

.listOfItemsBlocks
{
	width: 100%;
}

.listOfItemsBlocks .listItem
{
	float: left;

	width: 49%;
}

.listOfItemsSimple
{
	
}

.listOfItemsSimple ul
{
	list-style: none;

	margin: 0px;

	padding: 0px;
}

.listOfItemsSimple ul li
{
	margin: 0px;

	padding: 0px;
}

.navDeveloper
{
	margin-left: auto;

	text-align: left;

	width: 50%;
}

.navDeveloper a,
.navDeveloper a:visited
{
	color: #AC1818;
}

.textIllustration
{
	float: left;

	margin-right: 10px;

	position: relative;
}

.textIllustration img
{
	border: 1px solid #D7D7D7;
}

.textIllustration.textIllustrationRight
{
	float: right;

	margin-left: 10px;
	margin-right: 0px;
}

/* *************************************************************************
*
*  SERVICE STYLES
*
************************************************************************* */

.clearboth,
.spacer
{
	border: none;

	clear: both;

	font-size: 0px;

	height: 0px;

	line-height: 0px;

	margin: 0px;

	padding: 0px;
}

/* *************************************************************************
*
*  DISABLED CONTENT
*
************************************************************************* */

.infoBlockquote,
.infoContacts,
.navBreadcrumbs,
.navMenuRoot,
.navMenuSubRoot,
.navMenuSubSub,
.printHide
{
	display: none;
}