/* ---------------------------------------------------------------------------------------------- */
/* corpo */

#receiptsDetails
{
	display: block;
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}


/* ---------------------------------------------------------------------------------------------- */
/* titulo */

#receiptsDetails div.title
{
	display: block;
	position: relative;
	width: 100%;
	max-height: 100px;
	margin: 25px auto 0 auto;
}
#receiptsDetails div.title h1
{
	display: block;
	position: relative;
	width: auto;
	font-family: 'ArialRoundedMTLight', sans-serif;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
}


/* ---------------------------------------------------------------------------------------------- */
/* categorias */

#receiptsDetails div.categories
{
	display: block;
	position: relative;
	width: 350px;
	margin: 65px 0 0 0;
	float: left;
}
#receiptsDetails div.categories a
{
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 0 20px;
	line-height: 25px;
	font-family: 'ArialRoundedMTLight', sans-serif;
	font-size: 13px;
	text-decoration: none;
}
#receiptsDetails div.categories a:hover
{
	font-family: 'ArialRoundedMTBoldRegular', sans-serif;
}
#receiptsDetails div.categories a.hasChilds
{
	font-family: 'ArialRoundedMTBoldRegular', sans-serif;
}
#receiptsDetails div.categories a.actual
{
	font-family: 'ArialRoundedMTBoldRegular', sans-serif;
	background-color: #3b2314;
	color: #ffffff;
}
#receiptsDetails div.categories a.hasChilds:hover
{
	text-decoration: underline;
}
#receiptsDetails div.categories a.actual:hover
{
	text-decoration: underline;
}


/* ---------------------------------------------------------------------------------------------- */
/* corpo do artigo */

#receiptsDetails div.container
{
	display: block;
	position: relative;
	width: 725px;
	min-height: 200px;
	margin: 55px 0 0 0;
	float: right;
}


/* ---------------------------------------------------------------------------------------------- */
/* fotografias e botoes de avancar e retroceder no artigo */

#receiptsDetails div.photosAndControls
{
	display: block;
	position: relative;
	width: 725px;
	height: 435px;
	overflow: hidden;
	background-color: #ffffff;
}

#receiptsDetails div.photosAndControls a.prev
{
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -21px 0 0 0;
	width: 52px;
	height: 53px;
	background: transparent url(../../../../../src/img/itemNextPrevious.png) no-repeat 0 0;
}
#receiptsDetails div.photosAndControls a.prev:hover
{
	background-position: 0 -53px;
}

#receiptsDetails div.photosAndControls a.next
{
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -21px 0 0 0;
	width: 52px;
	height: 53px;
	background: transparent url(../../../../../src/img/itemNextPrevious.png) no-repeat -52px 0;
}
#receiptsDetails div.photosAndControls a.next:hover
{
	background-position: -52px -53px;
}

#receiptsDetails div.photosAndControls div.photos
{
	display: block;
	position: absolute;
	top: 15px;
	left: 82px;
	width: 561px;
	height: 405px;
	overflow: hidden;
}
#receiptsDetails div.photosAndControls div.photos a
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#receiptsDetails div.photosAndControls div.photos a:first-child
{
	display: block;
}
#receiptsDetails div.photosAndControls div.photos a img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}


/* ---------------------------------------------------------------------------------------------- */
/* descricao */

#receiptsDetails p.description
{
	display: block;
	position: relative;
	width: 650px;
	margin: 50px auto 35px auto;
	line-height: 20px;
}


/* ---------------------------------------------------------------------------------------------- */
/* topicos */

#receiptsDetails p.topics
{
	display: inline-block;
	position: relative;
	margin: 0 37px 25px 37px;
	padding: 30px 20px;
	background-color: #978b84;
	color: #ffffff;
	line-height: 20px;
}


/* ---------------------------------------------------------------------------------------------- */
/* artigos relacionados */

#receiptsDetails div.related
{
	display: block;
	position: relative;
	width: 100%;
	margin: 25px auto 0 auto;
}
#receiptsDetails div.related h1
{
	display: block;
	position: relative;
	width: auto;
	font-family: 'ArialRoundedMTLight', sans-serif;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
}

#receiptsDetails div.related div.block
{
	display: block;
	position: relative;
	width: 215px;
	height: 153px;
	margin: 55px 40px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
	background: transparent url(../../../../../src/img/itemShadow.png) no-repeat bottom center;
}
#receiptsDetails div.related div.block:last-child
{
	margin: 55px 0 0 0;
}

#receiptsDetails div.related div.block a.item
{
	display: block;
	position: relative;
	width: 199px;
	height: 114px;
	margin: 0 40px 30px 0;
	border: 8px solid #ffffff;
	padding: 0;
	line-height: 25px;
	font-size: 12px;
	text-decoration: none;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 1;
}
#receiptsDetails div.related div.block a.item img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	z-index: 1;
}
#receiptsDetails div.related div.block a.item:hover span.hover
{
	display: block;
}
#receiptsDetails div.related div.block a.item span.hover
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 199px;
	height: 114px;
	background: transparent url(../../../../../src/img/itemHoverBg.png) no-repeat;
	z-index: 2;
}
#receiptsDetails div.related div.block a.item span.hover p
{
	display: block;
	position: absolute;
	bottom: 44px;
	left: 15px;
	width: 169px;
	max-height: 60px;
	line-height: 20px;
	font-family: 'ArialRoundedMTLight', sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}


/* ---------------------------------------------------------------------------------------------- */