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

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


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

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


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

#receipts div.categories
{
	display: block;
	position: relative;
	width: 320px;
	margin: 30px 0 0 0;
}
#receipts 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;
}
#receipts div.categories a:hover
{
	font-family: 'ArialRoundedMTBoldRegular', sans-serif;
}
#receipts div.categories a.hasChilds
{
	font-family: 'ArialRoundedMTBoldRegular', sans-serif;
}
#receipts div.categories a.actual
{
	font-family: 'ArialRoundedMTBoldRegular', sans-serif;
	background-color: #3b2314;
	color: #ffffff;
}
#receipts div.categories a.hasChilds:hover
{
	text-decoration: underline;
}
#receipts div.categories a.actual:hover
{
	text-decoration: underline;
}


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

#receipts div.articles
{
	display: block;
	position: relative;
	width: 320px;
	margin: 30px 0 0 0;
}

#receipts div.articles div.block
{
	display: block;
	position: relative;
	width: 215px;
	height: 153px;
	height: 200px;
	margin: 0 auto 15px auto;
	padding: 0;
	overflow: hidden;
	background: transparent url(../../../../../src/img/itemShadow.png) no-repeat bottom center;
}

#receipts div.articles div.block a.item
{
	display: block;
	position: relative;
	width: 199px;
	height: 114px;
	height: 161px;
	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;
}
#receipts div.articles 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;
}
#receipts div.articles div.block a.item:hover span.hover
{
	display: block;
}
#receipts div.articles div.block a.item span.hover
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 199px;
	height: 114px;
	height: 161px;
	background: transparent url(../../../../../src/img/itemHoverBg.png) no-repeat;
	z-index: 2;
}
#receipts div.articles 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;
}


/* ---------------------------------------------------------------------------------------------- */
/* paginador */

#receipts div.paginator
{
	display: block;
	position: relative;
	width: 320px;
	margin: 30px auto 0 auto;
	white-space: nowrap;
	text-align: center;
}

#receipts a.paginator
{
	display: inline-block;
	position: relative;
	font-family: 'ArialRoundedMTLight', sans-serif;
	font-size: 12px;
	margin: 0 3px 0 3px;
	text-decoration: none;
	padding: 0;
	width: 20px;
	border: 1px solid #3b2314;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
}
#receipts a.paginator:hover
{
	background-color: #3b2314;
	color: #ffffff;
}
#receipts p.paginator
{
	display: inline-block;
	position: relative;
	font-family: 'ArialRoundedMTLight', sans-serif;
	font-size: 12px;
	padding: 0;
	width: 20px;
	margin: 0 3px 0 3px;
	text-decoration: none;
	line-height: 20px;
}
#receipts p.actual
{
	font-family: 'ArialRoundedMTBoldRegular', sans-serif;
}


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