/* +------------------------------------------------------------------------+ */
/* | 20121018 1900 mORA - www.roam.it                                       | */
/* +------------------------------------------------------------------------+ */

/* +-----+------------------------------------------------------------------+ */
/* | BGN | Home - Link                                                      | */

/* -----( Contenuto )-------------------------------------------------------- */
.page_link_text
{
	padding: 2em 1em 0 1em;
	border: 0;
	margin: 0;

	position: relative;
	display: block;
	width: 98%;
	clear:both;

	background-color: transparent;
}
/* -----( Contenuto - Immagini )--------------------------------------------- */
.page_link_text img
{
	padding: 0 0 1em 0;
	display: block;

	margin-left: auto;
	margin-right: auto
}
/* -----( liste )------------------------------------------------------------ */
ol, ul > page_link_text
{
	padding: 0 0 0 1em;
	margin: 0;
	list-style: none;
}
ol.page_link_text_list
{
	border : 0;
}
/* -----( liste - item )----------------------------------------------------- */
ol.page_link_text_list li
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ol.page_link_text_list li:last-child
{
	border: none;
}
/* -----( liste - ancore )--------------------------------------------------- */
ol.page_link_text_list li a
{
	padding: .5em 2em .5em 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;

	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	color: #222;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);

	position: relative;
	display: block;
	width: 90%;

	-webkit-transition: width 0.3s linear, background 0.2s ease;
	-moz-transition: width 0.3s linear, background 0.2s ease;
	-o-transition: width 0.3s linear, background 0.2s ease;
	transition: width 0.3s linear, background 0.2s ease;
}
ol.page_link_text_list li a:hover
{
	color: white;
	width: 110%;
	background-color: rgba(0, 43, 121, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);

	z-index: 100;
}
/* -----( liste - immagini )------------------------------------------------- */
ol.page_link_text_list li a img
{
	position: absolute;
	top: .4em;
	right: 1em;

	max-width: 25px;

	opacity: 0;
}
ol.page_link_text_list li a:hover img
{
	padding: 0;
	border: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: -35px;

	max-width: 75px;

	opacity: 1;
}
/* | END | Home - Link                                                      | */
/* +-----+------------------------------------------------------------------+ */
