/*print.css: Folha de Estilos para paginas de versao de impressao */
html, body
{
	display:block;
	margin:0 auto;
}
body{
	background-image: none;
	background-color: #FFF;
	position:relative;
	float:left;
	margin:0 0 0 40px;
}
.body
{
	display:block;
	width:300px !important;
	background-color: #FFF;
	margin:0 auto;
}
form
{
	margin:0 auto;
	width:100%;
}

.header
{
	display:block;
	width:702px;
	margin:0 auto;
}

.contentContainer
{
	display:block;
	width:680px;
	margin:0 auto !important;
	float:left;
	position:relative;
	border:1px solid #000;
}

.content
{
	display:block;
	width:680px !important;
	margin:0 5px 5px 5px !important;
	padding:0;
	float:left;
}

.contentBody
{
	width:680px;
}

.pageTitle
{
	background-image: none;
	text-align:left !important;
	padding:5px 0 10px 0 !important;
}

.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;
	margin-right:10px;
}

.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: 702px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	height: auto;
	position:relative;
}

.allRightsReserved
{
	float: right;
	text-align:right;
	font-size: 0.9em;
	color:#FFF;
	margin-right:15px;
}

.address
{
	padding-top: 10px;
}

.logos
{
	clear: both;
	padding: 0;
	width: 350px;
	text-align: center;
}
.currentDate
{
	background-color: #000;
}

.contentList
{
	display:block;width:530px;
}

.eventDate,.contentTitleDetailLink,.contentLead,.subSectionList,.contentList ul li
{
	width:630px;
}

.subSectionTitleDetailLink
{
	margin:20px 0;
}
