/*print.css: Folha de Estilos para páginas de versão de impressão */

body
{
	width:650px;
}

.header
{
	width:650px;
}

.contentContainer
{
	position: static;
	width:650px;
	margin: 0;
}

.content
{
	width:650px;
}

.pageTitle
{
	background-image: none;
}

.path
{
	margin-top: 15px;
}

.relatedContents
{
	margin: 0 0 20px 0;
}

*html .relatedContents
{
	margin: 0 0 10px 0;
}

.relatedContents ul{	font-weight: normal;	line-height: 1.3em;	text-align: justify;	padding-bottom: 15px;	height: auto;}.relatedContents ul li{	padding: 10px 0 20px 0;	height: auto;}

.relatedContentImage
{
	width: 120px;
	height: auto;
}

.relatedContentTitle
{
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 5px;
}

.relatedAdditionalInfo
{
	color: black;
	margin: 0;
	padding: 0;
	font-style: normal;
}

.pathRelated
{
	margin-bottom: 5px;
	padding: 0;
	/*width: 650px;
	height: 20px;
	border: solid 2px red;*/
}

.pathRelated ul
{
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
}

.relatedEventLocation h2
{
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.relatedContentDate
{
	font-weight: normal;
	font-size: 0.8em;
	margin: 0 0 5px 0;
}

.relatedEventDate
{
	font-weight: normal;
	font-size: 0.8em;
	margin: 0 0 5px 0;
}

.relatedProductDate
{
	font-weight: normal;
	font-size: 0.8em;
	margin: 0 0 5px 0;
}

.relatedEventOrganization
{
	margin: 0 0 5px 0;
}

.relatedContentLead
{
	height: auto;
}

.relatedContentBody
{
	margin: 5px 0 0 0;
	height: auto;
}

.relatedEventOrganizationLabel
{
	font-weight: bold;
	float: left;
}

.relatedEventContact
{
	clear: both;
	margin: 5px 0 0 0;
}

.relatedEventContact h2
{
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.relatedEventContactPhoneLabel
{
	float: left;
}

.relatedEventContactFaxLabel
{
	float: left;
}

.relatedEventContactEmailLabel
{
	float: left;
}

.relatedProductISBNLabel
{
	float: left;
	font-weight: bold;
}

.relatedProductReferenceLabel
{
	float: left;
	font-weight: bold;
}

.relatedProductAvailableLabel
{
	float: left;
	font-weight: bold;
}

.relatedProductPriceLabel
{
	float: left;
	font-weight: bold;
}

.printLink
{
	float:right;
	text-align: right;
	width:70px;
	padding-top: 5px;
}

.printLinkAuxItem
{
	cursor: hand;
	width: 16px;
	height: 16px;
	float: left;
	background-image: url("../Images/print.gif");
	background-repeat: no-repeat;
}

.printLinkText
{
	width: 54px;
	height: 20px;
	margin-left: 0px;
	float: left;
}

.sectionContentList
{
	width:650px;
}

.shoppingCartList
{
	width: 650px;
}

.shoppingCartList table
{
	width: 650px;
}

.shoppingCartPageTitle
{
	margin-left:200px;
	padding-left: 55px;
}

.pageTitle
{
	margin: 0 0 20px 0;
	text-align: center;
}

.address
{
	margin-top: 40px;
	clear: both;
	width: 650px;
}

.address ul
{
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.address ul li
{
	padding: 0 20px 10px 0;
	float: left;
}

.footer
{
	clear: both;
	width: 650px;
	border-top: solid 1px #999;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	position: relative;
	height: auto;
}

.allRightsReserved
{
	float: right;
	font-size: 0.9em;
}

.address
{
	padding-top: 10px;
}

.logos
{
	/*border: solid 2px red;*/
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 650px;
	text-align: center;
}

.logos ul li 
{	float: left;
display: inline;
	padding: 0 0 0 0;
	margin: 0 10px 3px 10px;
}	
	
.pageTitle h1 {
padding: 30px 0 0 0;
	font-size: 140%;
	color: #cf0;
	}
	
.body
{
	position: relative;
	top: -80px;
	width: 740px;
}
.path {
display: none;
}