@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#1468ac;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#656566;
	font-size:11px;
}

a:link {
	text-decoration:none;
	color:#1468ac;
	font-weight:bold;
	background-color:#ffffff;
}
a:hover, a:active {
	text-decoration:underline;
	color:#656566;
	font-weight:bold;
	background-color:#ffffff;
}
a:visited {
	text-decoration:none;
	color:#1468ac;
	font-weight:bold;
	background-color:#ffffff;
}

.nocss, .nocss h1, .nocss h2, .nocss h3, hr {
	display:none;
}

/* #################### STRUTTURA #################### */
/* #################### HEADER #################### */
#header {
	width:850px;
	display:table;
	padding:0;
	margin:0 auto 0 auto;
	background-color:#1468ac;
}

#header a:link {
	text-decoration:none;
	color:#1468ac;
	font-weight:bold;
	background-color:transparent;
}
#header a:hover, #header a:active {
	text-decoration:underline;
	color:#656566;
	font-weight:bold;
	background-color:transparent;
}
#header a:visited {
	font-weight:bold;
	background-color:transparent;
}

#header .head-top {
	width:100%;
	height:18px;
	background-image:url(../img/bg-header-top.jpg);
	background-repeat:no-repeat;
	background-color:#1468ac;
	display:table;
}

#header .head-logo {
	width:224px;
	height:210px;
	float:left;
	background-image:url(../img/bg-logo.jpg);
	background-repeat:no-repeat;
	background-color:#1468ac;
	display:table;
}

#header .head-logo img {
	margin:30px 0 0 30px;
	border:0px none;
}

#header .head-dx {
	width:626px;
	height:210px;
	background-image:url(../img/bg-header.jpg);
	background-repeat:no-repeat;
	background-color:#1468ac;
	display:table;
	float:left;
}

#header .head-dx div {
	margin:106px 0 0 525px;
	font-size:10px;
}



/* #################### CONTENUTI #################### */
#contents {
	width:836px;
	display:table;
	padding:0 0 185px 0;
	margin:0 auto 0 auto;
	background-color:#ffffff;
	background-image:url(../img/bg-contents.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#ffffff;
	line-height:16px;
	clear:left;
}

#contents a:link {
	text-decoration:none;
	color:#1468ac;
	font-weight:bold;
	background-color:#ffffff;
}
#contents a:hover, #contents a:active {
	text-decoration:underline;
	color:#656566;
	font-weight:bold;
	background-color:#ffffff;
}
#contents a:visited {
	font-weight:bold;
	background-color:#ffffff;
}

/* #################### COLONNA SINISTRA #################### */
#left {
	width:216px;
	display:table;
	float:left;
	padding:0;
	margin:0;
	background-color:transparent;
	background-image:url(../img/bg-sx-dx.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#left a:link {
	text-decoration:none;
	color:#1468ac;
	font-weight:bold;
	background-color:#ffffff;
}
#left a:hover, #left a:active {
	text-decoration:underline;
	color:#656566;
	font-weight:bold;
	background-color:#ffffff;
}
#left a:visited {
	font-weight:bold;
	background-color:#ffffff;
}

/* #################### MENU GENERALE #################### */
#menu {
	width:216px;
	display:table;
	padding:0;
	margin:25px 0 0 0;
}

#menu ul {
	width:216px;
	display:table;
	padding:0;
	margin:0;
}

#menu ul li {
	width:216px;
	height:38px;
	display:block;
	padding:0;
	margin:0 0 3px 0;
	list-style-type:none;
}

#menu ul li a {
	width:216px;
	height:38px;
	display:block;
	background-position:top;
}

#menu ul li a span {
	display: none;
}

#menu ul li a.associazione {
	background-image:url(../img/m_associazione.png);
	background-position:top;
	background-repeat:no-repeat;
	display:table;
}
#menu ul li a.associazione-current {
	background-image:url(../img/m_associazione.png);
	background-position:bottom;
	background-repeat:no-repeat;
	display:table;
}

#menu ul li a.spedizioni {
	background-image:url(../img/m_spedizioni.png);
	background-position:top;
	background-repeat:no-repeat;
}
#menu ul li a.spedizioni-current {
	background-image:url(../img/m_spedizioni.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#menu ul li a.pubblicazioni {
	background-image:url(../img/m_pubblicazioni.png);
	background-position:top;
	background-repeat:no-repeat;
}
#menu ul li a.pubblicazioni-current {
	background-image:url(../img/m_pubblicazioni.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#menu ul li a.newseventi {
	background-image:url(../img/m_news.png);
	background-position:top;
	background-repeat:no-repeat;
}
#menu ul li a.newseventi:hover {
	background-image:url(../img/m_news.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#menu ul li a.newseventi-current {
	background-image:url(../img/m_news.png);
	background-position:bottom;
	background-repeat:no-repeat;
}


#menu ul li a.link {
	background-image:url(../img/m_link.png);
	background-position:top;
	background-repeat:no-repeat;
}
#menu ul li a.link-current {
	background-image:url(../img/m_link.png);
	background-position:bottom;
	background-repeat:no-repeat;
}


#menu ul li a:hover {
	background-position: bottom;
}


/* #################### COLONNA DESTRA #################### */
#menu ul ol.sottomenu {
	width:180px;
	height:17px;
	display:table;
	padding:0;
	margin:0 0 1px 8px;
	list-style-type:none;
	background-color:#ffffff;
}

#menu ul ol.sottomenu a {
	background-image:none;
	width:180px;
	height:17px;
	background-color:#ffffff;
	padding:0 0 0 18px;
}

#menu ul ol a.sottomenu {
	background-image:url(../img/bg-sottomenu.png);
	background-position:top;
	background-repeat:no-repeat;
}
#menu ul ol a.sottomenu:hover {
	background-image:url(../img/bg-sottomenu.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#menu ul ol a.sottomenu-current {
	background-image:url(../img/bg-sottomenu.png);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#656566;
}



#left a:link {
	text-decoration:none;
	color:#1468ac;
	font-weight:bold;
	background-color:#ffffff;
}
#left a:hover, #left a:active {
	text-decoration:underline;
	color:#656566;
	font-weight:bold;
	background-color:#ffffff;
}
#left a:visited {
	font-weight:bold;
	background-color:#ffffff;
}



/* #################### COLONNA DESTRA #################### */
#right {
	width:610px;
	display:table;
	padding:0 10px 0 0;
	margin:0;
	background-color:transparent;
	background-image:url(../img/bg-sx-dx.jpg);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
}

#right a:link {
	text-decoration:none;
	color:#1468ac;
	font-weight:bold;
	background-color:#ffffff;
}
#right a:hover, #right a:active {
	text-decoration:underline;
	color:#656566;
	font-weight:bold;
	background-color:#ffffff;
}
#right a:visited {
	font-weight:bold;
	background-color:#ffffff;
}

/* #################### FOOTER #################### */
#footer {
	width:836px;
	height:50px;
	display:table;
	padding:0;
	margin:0 auto 0 auto;
	background-image:url(../img/bg-footer.jpg);
	background-repeat:no-repeat;
	background-color:#1468ac;
	font-size:10px;
	font-weight:bold;
	clear:left;
}

#footer a:link {
	text-decoration:none;
	color:#1468ac;
	font-weight:bold;
	background-color:#ffffff;
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
	color:#656566;
	font-weight:bold;
	background-color:#ffffff;
}
#footer a:visited {
	font-weight:bold;
	background-color:#ffffff;
}

#footer .foot-sx {
	float:left;
	margin:7px 0 0 15px;
}

#footer .foot-dx {
	float:right;
	margin:7px 15px 0 0;
}

/* #################### TITOLI PAGINE #################### */
#contents #right .t-associazione {
	display:table;
	width:609px;
	height:25px;
	margin:22px 0 25px 0;
	background-image:url(../img/t_associazione.gif);
	background-repeat:no-repeat;
	border-bottom:1px dotted #656566;
}
#contents #right .t-associazione h1 {
	display:none;
}

#contents #right .t-spedizioni {
	display:table;
	width:609px;
	height:25px;
	margin:22px 0 25px 0;
	background-image:url(../img/t_spedizioni.gif);
	background-repeat:no-repeat;
	border-bottom:1px dotted #656566;
}
#contents #right .t-spedizioni h1 {
	display:none;
}


#contents #right .t-pubblicazioni {
	display:table;
	width:609px;
	height:25px;
	margin:22px 0 25px 0;
	background-image:url(../img/t_pubblicazioni.gif);
	background-repeat:no-repeat;
	border-bottom:1px dotted #656566;
}
#contents #right .t-pubblicazioni h1 {
	display:none;
}


#contents #right .t-newseventi {
	display:table;
	width:609px;
	height:25px;
	margin:22px 0 25px 0;
	background-image:url(../img/t_newseventi.gif);
	background-repeat:no-repeat;
	border-bottom:1px dotted #656566;
}
#contents #right .t-newseventi h1 {
	display:none;
}


#contents #right .t-link {
	display:table;
	width:609px;
	height:25px;
	margin:22px 0 25px 0;
	background-image:url(../img/t_link.gif);
	background-repeat:no-repeat;
	border-bottom:1px dotted #656566;
}
#contents #right .t-link h1 {
	display:none;
}


#contents #right .t-info {
	display:table;
	width:609px;
	height:25px;
	margin:22px 0 25px 0;
	background-image:url(../img/t_info.gif);
	background-repeat:no-repeat;
	border-bottom:1px dotted #656566;
}
#contents #right .t-info h1 {
	display:none;
}


#contents #right .t-credits {
	display:table;
	width:609px;
	height:25px;
	margin:22px 0 25px 0;
	background-image:url(../img/t_credits.gif);
	background-repeat:no-repeat;
	border-bottom:1px dotted #656566;
}
#contents #right .t-credits h1 {
	display:none;
}

#contents #right h2 {
	font-size:16px;
	font-weight:bold;
	color:#656566;
	margin:0 0 20px 0;

}

#contents #right h3 {
	font-size:14px;
	font-weight:bold;
	color:#656566;
	margin:8px 0 8px 0;

}

#contents #right h3 a:link {
	text-decoration:none;
	color:#1468ac;
	font-weight:bold;
	background-color:transparent;
}
#contents #right h3 a:hover, #contents #right h3 a:active {
	text-decoration:underline;
	color:#656566;
	font-weight:bold;
	background-color:transparent;
}
#contents #right h3 a:visited {
	font-weight:bold;
	background-color:transparent;
}



/* #################### ELEMENTI FOTOGRAFICI #################### */
#contents #right .foto-big {
	width:236px;
	height:233px;
	display:table;
	float:right;
	margin:0 0 8px 8px;
	background-image:url(../img/bg-foto-big.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
}

#contents #right .foto-big img {
	margin:51px 0 0 26px;
}

#contents #right .foto-big div {
	margin:8px 0 0 26px;
	font-size:10px;
	line-height:12px;
	width:150px;
}



/* #################### ELEMENTI NAVIGAZIONE #################### */
#contents #right .top {
	width:600px;
	font-size:10px;
	padding:3px 8px 3px 0;
	margin:30px 0 0 0;
	text-align:right;
	background-color:#ebebeb;
	border:1px dotted #656566;
}

#contents #right .top a.toplink:link {
	text-decoration:none;
	color:#1468ac;
	font-weight:normal;
	background-color:#ebebeb;
	width:600px;
	display:table;
	background-image:url(../img/top.gif);
	background-repeat:no-repeat;
	background-position:520px 2px;
}
#contents #right .top a.toplink:hover, #contents #right .top a.toplink:active {
	text-decoration:underline;
	color:#656566;
	font-weight:normal;
	background-color:#ebebeb;
	width:600px;
	display:table;
	background-image:url(../img/top.gif);
	background-repeat:no-repeat;
	background-position:520px 2px;
}
#contents #right .top a.toplink:visited {
	font-weight:normal;
	background-color:#ebebeb;
	width:600px;
	display:table;
	background-image:url(../img/top.gif);
	background-repeat:no-repeat;
	background-position:520px 2px;
}

#contents #right .back {
	width:600px;
	font-size:10px;
	padding:3px 8px 3px 0;
	margin:0 0 15px 0;
	text-align:right;
	background-color:#ebebeb;
	border:1px dotted #656566;
}

#contents #right .back a.backlink:link {
	text-decoration:none;
	color:#1468ac;
	font-weight:normal;
	background-color:#ebebeb;
	width:600px;
	display:table;
	background-image:url(../img/back.gif);
	background-repeat:no-repeat;
	background-position:480px 2px;
}
#contents #right .back a.backlink:hover, #contents #right .back a.backlink:active {
	text-decoration:underline;
	color:#656566;
	font-weight:normal;
	background-color:#ebebeb;
	width:600px;
	display:table;
	background-image:url(../img/back.gif);
	background-repeat:no-repeat;
	background-position:480px 2px;
}
#contents #right .back a.backlink:visited {
	font-weight:normal;
	background-color:#ebebeb;
	width:600px;
	display:table;
	background-image:url(../img/back.gif);
	background-repeat:no-repeat;
	background-position:480px 2px;
}

#contents #right .backbook {
	width:600px;
	font-size:10px;
	padding:3px 8px 3px 0;
	margin:0 0 15px 0;
	text-align:right;
	background-color:#ebebeb;
	border:1px dotted #656566;
}

#contents #right .backbook a.backlink:link {
	text-decoration:none;
	color:#1468ac;
	font-weight:normal;
	background-color:#ebebeb;
	width:600px;
	display:table;
	background-image:url(../img/back.gif);
	background-repeat:no-repeat;
	background-position:440px 2px;
}
#contents #right .backbook a.backlink:hover, #contents #right .backbook a.backlink:active {
	text-decoration:underline;
	color:#656566;
	font-weight:normal;
	background-color:#ebebeb;
	width:600px;
	display:table;
	background-image:url(../img/back.gif);
	background-repeat:no-repeat;
	background-position:440px 2px;
}
#contents #right .backbook a.backlink:visited {
	font-weight:normal;
	background-color:#ebebeb;
	width:600px;
	display:table;
	background-image:url(../img/back.gif);
	background-repeat:no-repeat;
	background-position:440px 2px;
}


#contents #right .pager {
	width:600px;
	font-size:10px;
	padding:3px 0 3px 0;
	margin:0;
	background-color:#ebebeb;
	border:1px dotted #656566;
	display:table;
}

#contents #right .pager a:link {
	text-decoration:none;
	color:#1468ac;
	font-weight:bold;
	background-color:transparent;
}
#contents #right .pager a:hover, #contents #right .pager a:active {
	text-decoration:underline;
	color:#656566;
	font-weight:bold;
	background-color:transparent;
}
#contents #right .pager a:visited {
	font-weight:bold;
	background-color:transparent;
}

#contents #right .pager .pager-sx {
	float:left;
	margin:0 0 0 8px;
}

#contents #right .pager .pager-dx {
	float:right;
	margin:0 8px 0 0;
}



/* #################### ALTRI ELEMENTI #################### */
#contents #right .mail {
	font-size:10px;
	font-weight:bold;
	background-image:url(../img/mail.gif);
	background-repeat:no-repeat;
	padding:3px 0 3px 24px;
	margin:8px 0 0 0;
}

#contents #right .quotes1 {
	width:28px;
	height:28px;
	background-image:url(../img/quotes1.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
}

#contents #right .quotes2 {
	width:28px;
	height:28px;
	float:right;
	background-image:url(../img/quotes2.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
}

/* #################### LISTE #################### */
#contents #right .newslist {
	width:600px;
	display:table;
	padding:8px 5px 8px 5px;
	margin:0 0 20px 0;
	background-image:url(../img/bg-lists.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	border-bottom:1px dotted #656566;
}

#contents #right .newslist img {
	float:right;
	margin:0 0 5px 5px;
	border:1px solid;
}

#contents #right .newslist div {
	padding:0 0 0 6px;
	margin:12px 0 0 0;
	background-image:url(../img/fr.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}

#contents #right .newslist ul {
	padding:0;
	margin:0;
}

#contents #right .newslist ul li {
	list-style-type:none;
	background-color:#ebebeb;
	padding:0;
	margin:0 0 1px 0;
}

#contents #right .newslist ul li a:link {
	text-decoration:none;
	color:#1468ac;
	padding:5px 0 5px 12px;
	font-weight:bold;
	background-color:#ebebeb;
	width:588px;
	display:table;
	background-image:url(../img/fr.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
}
#contents #right .newslist ul li a:hover, #contents #right .newslist ul li a:active {
	text-decoration:underline;
	color:#656566;
	padding:5px 0 5px 12px;
	font-weight:bold;
	background-color:#ebebeb;
	width:588px;
	display:table;
	background-image:url(../img/fr.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
}
#contents #right .newslist ul li a:visited {
	font-weight:bold;
	padding:5px 0 5px 12px;
	background-color:#ebebeb;
	width:588px;
	display:table;
	background-image:url(../img/fr.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
}


/* #################### PUBBLICAZIONI #################### */
#contents #right .bookslist {
	width:600px;
	display:table;
	padding:8px 5px 8px 5px;
	margin:0 0 20px 0;
	background-image:url(../img/bg-lists.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	border-bottom:1px dotted #656566;
}

#contents #right .bookslist img {
	float:right;
	margin:0 0 5px 5px;
	border:1px solid;
}

#contents #right .bookslist div {
	padding:0 0 0 6px;
	margin:12px 0 0 0;
	background-image:url(../img/fr.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}

#contents #right .bookslist ul {
	padding:0;
	margin:0;
}

#contents #right .bookslist ul li {
	list-style-type:none;
	background-color:#ebebeb;
	padding:0;
	margin:0 0 1px 0;
}

#contents #right .bookslist ul li a:link {
	text-decoration:none;
	color:#1468ac;
	padding:5px 0 5px 12px;
	font-weight:bold;
	background-color:#ebebeb;
	width:588px;
	display:table;
	background-image:url(../img/fr.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
}
#contents #right .bookslist ul li a:hover, #contents #right .bookslist ul li a:active {
	text-decoration:underline;
	color:#656566;
	padding:5px 0 5px 12px;
	font-weight:bold;
	background-color:#ebebeb;
	width:588px;
	display:table;
	background-image:url(../img/fr.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
}
#contents #right .bookslist ul li a:visited {
	font-weight:bold;
	padding:5px 0 5px 12px;
	background-color:#ebebeb;
	width:588px;
	display:table;
	background-image:url(../img/fr.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
}

#contents #right .bookslist .itinerari {
	width:240px;
	float:right;
	display:table;
	background-image:none;
}


#contents #right .bookslist .itinerari img {
	border:1px solid;
	margin:0;
	float:none;
}

#contents #right .bookslist .itinerari-tit {
	background-color:#e0e0e0;
	font-size:15px;
	padding:15px 0 2px 5px;
	width:235px;
	display:table;
	color:#656566;
	background-image:none;
	font-weight:bold;
	margin:0px;
}

#contents #right .bookslist .itinerari ul {
	padding:0;
	margin:0;
}

#contents #right .bookslist .itinerari ul li {
	list-style-type:none;
	background-color:#f7f7f7;
	padding:0;
	margin:0 0 1px 0;
}

#contents #right .bookslist .itinerari ul li a:link {
	text-decoration:none;
	color:#1468ac;
	padding:5px 0 5px 12px;
	font-weight:bold;
	background-color:#f7f7f7;
	width:228px;
	display:table;
	background-image:url(../img/fr.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
}
#contents #right .bookslist .itinerari ul li a:hover, #contents #right .bookslist .itinerari ul li a:active {
	text-decoration:underline;
	color:#656566;
	padding:5px 0 5px 12px;
	font-weight:bold;
	background-color:#f7f7f7;
	width:228px;
	display:table;
	background-image:url(../img/fr.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
}
#contents #right .bookslist .itinerari ul li a:visited {
	font-weight:bold;
	padding:5px 0 5px 12px;
	background-color:#f7f7f7;
	width:228px;
	display:table;
	background-image:url(../img/fr.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
}

#contents #right .bookslist .itinerari-txt {
	background-color:#f7f7f7;
	padding:5px 2px 5px 3px;
	width:235px;
	display:table;
	color:#656566;
	background-image:none;
	border-top:1px dotted #656566;
	margin:0 0 8px 0;
}

#contents #right .bookslist .itinerari-txt a:link {
	background-color:#f7f7f7;
}
#contents #right .bookslist .itinerari-txt a:hover {
	background-color:#f7f7f7;
}
#contents #right .bookslist .itinerari-txt a:active {
	background-color:#f7f7f7;
}
#contents #right .bookslist .itinerari-txt a:visited {
	background-color:#f7f7f7;
}


/* #################### LINK #################### */
#contents #right .linklist {
	width:600px;
	display:table;
	padding:8px 5px 8px 5px;
	margin:0 0 20px 0;
	background-image:url(../img/bg-lists.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	border-bottom:1px dotted #656566;
}

#contents #right .linklist img {
	float:right;
	margin:0 0 5px 5px;
	border:1px solid;
}

#contents #right .linklist div {
	padding:0 0 0 6px;
	margin:12px 0 0 0;
	background-image:url(../img/fr.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}

#contents #right .linklist a:link {
	text-decoration:none;
	color:#1468ac;
	padding:5px 0 5px 0;
	font-weight:bold;
	background-color:transparent;
}
#contents #right .linklist a:hover, #contents #right .linklist a:active {
	text-decoration:underline;
	color:#656566;
	padding:5px 0 5px 0;
	font-weight:bold;
	background-color:transparent;
}
#contents #right .linklist a:visited {
	font-weight:bold;
	padding:5px 0 5px 0;
	background-color:transparent;
}


/* #################### SPEDIZIONI #################### */
#contents #right .expedition {
	width:602px;
	display:table;
	padding:0;
	margin:0;
}

#contents #right .expedition .broad1 {
	width:172px;
	height:173px;
	float:left;
	display:table;
	margin:0;
	background-image:url(../img/exp-broad1.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
}

#contents #right .expedition .broad2 {
	width:429px;
	height:173px;
	float:left;
	display:table;
	margin:0;
	background-image:url(../img/exp-broad2.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
}

#contents #right .expedition .cho1 {
	width:172px;
	height:173px;
	float:left;
	display:table;
	margin:0;
	background-image:url(../img/exp-cho1.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
}

#contents #right .expedition .cho2 {
	width:429px;
	height:173px;
	float:left;
	display:table;
	margin:0;
	background-image:url(../img/exp-cho2.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
}

#contents #right .exptext {
	font-size:10px;
	display:block;
	padding:0 0 10px 110px;
	margin:0 0 20px 0;
	border-bottom:1px dotted #656566;
}

#contents #right .expedition a {
	width:602px;
	height:173px;
	display:block;
}

#contents #right .expedition a i {
	display:none;
}



