 /*

# ------------------------------------------------------------------------
# JA Opal Template for  Joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------

*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000000;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	background: url(../images/mw-bg.gif) repeat-x left top #fff;
	color: #000;
	padding: 0;
	margin: 0;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #0079A3;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #F8172C;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}

/* Small text */
small, .small, .smalldark, .button, .article-meta, .modifydate, .img_caption p, .site-slogan, a.readon,
#ja-pathway, #ja-footer {
	font-size: 92%;
}

/*article image*/
img {
	margin: 0;
	padding: 0;
}

.img_caption {
	padding-right: 10px;
}

.img_caption p {
	text-align: center;
	color: #555555;
}

.img_caption.left, .img_caption.right {}

/* Fontpage */
div.leading .img-desc {
	float: left;
	margin: 8px 5px 0 0;
}

div.article-content img,
.img-desc img {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0 8px 0 0;
	padding: 4px;
}

.img-desc .img_caption p {
	font-size: 10px;
}

.img_caption img {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.img_caption p {
	padding-top: 5px;
	margin-top: 0px;
}

.img-border {
	border: 5px solid #B9B7B5;	
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 20px 8px;
	padding-left: 30px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

legend {
	font-weight: bold;
	background: #FFFFFF;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #4F4F4F;
	height: 1px;
}

br {}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.inputbox {
	padding: 2px;
	border: 1px solid #B9B7B5;
	background: #FFFFFF;
	color: #666666;
	font-size: 100%;
}

.button {
	padding: 1px 8px;
	border: 1px solid #000000;
	background: url(../images/but-bg.gif) repeat-x left center #000000;
	color: #FFFFFF;
	font-weight: bold;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator, .article_seperator {
	margin: 0;
	display: none;
}

.leading_separator {
	display: block;
	height: 10px;
}

.row_separator {
	display: none;
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: url(../images/but-bg.gif) repeat-x left center #000000;
	border: 1px solid #4F4F4F;
	padding: 4px 8px;
	color: #CCCCCC;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
}

tr.sectiontableentry2 td {
	background: #F7F6F5;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F7F6F5;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	border-top: 1px solid #CCCCCC;
	margin: 15px 0 0;
	padding: 10px 0 0;
}

.blog_more h2 {
	color: #C55901;
	font-size: 110%;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

.blog_more ul li a {
	color: #555555;
}

.blog_more ul li a:hover,
.blog_more ul li a:active,
.blog_more ul li a:focus {
	color: #C55901;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	border-bottom: 1px solid #CCCCCC;
	font-size: 200%;
	margin: 0 0 15px;
	padding: 5px 0;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0 0 5px;
	padding: 0;
	font-size: 180%;
	color: #F8172C;
}

table.blog .contentheading {
	font-size: 150%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {}

a.readon {
	background: url(../images/readon-bg.gif) no-repeat left center;
	color: #555555;
	padding: 1px 2px 3px 5px;
	width: 85px;
	float: right;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: url(../images/readon-hover.gif) no-repeat left center;
	color: #C55901;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	border-top: 1px solid #CCCCCC;
	margin: 15px auto 10px;
	padding: 10px 0 0;
	color: #555555;
	text-align: center;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px 4px;
	text-decoration: none;
	color: #4F4F4F;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	color: #C55901;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews li.latestnews,
ul.mostread li.mostread {
	background: url(../images/dot.gif) repeat-x left bottom;
	padding: 5px 0;
}

ul.latestnews a, ul.mostread a {
	background: url(../images/bullet.gif) no-repeat left center;
	padding-left: 10px;
	color: #C55901;
}

.bannerheader {
 	font-size: 120%;
	font-weight: bold;
 }

/* META
--------------------------------------------------------- */
/* Override fontpage */
#ja-contentheading {
	margin: -10px -15px 0;
	padding: 0 0 0 5px;
}

#ja-contentheading h1.componentheading {
	background: url(../images/h3-bg2.gif) no-repeat left bottom;
	border: none !important;
	color: #FFFFFF;
	font-size: 100% !important;
	letter-spacing: 1px;
	margin: -15px 0 0 -11px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
}

#ja-contentheading h1.componentheading span.left-bg {
	background: url(../images/arrow-right.gif) no-repeat right bottom;
	display: block;
	float: left;
	padding: 9px 20px 14px 10px;
}

#ja-contentheading h1.componentheading span.right-bg {
	background: url(../images/h3-sep.gif) no-repeat right bottom;
	display: block;
	padding-left: 0px;
}

#ja-contentheading div.leading {
	padding: 5px 0 10px;
	border-bottom: 1px solid #CCCCCC;
}

#ja-contentheading div.blog {
	background: #EBEAE8;
	border: 1px solid #B9B7B5;
	border-top: none;
	padding: 5px 15px 10px;
}

#ja-contentheading .leading h2.contentheading {
	font-size: 170%;
	margin-top: 0;
}

#ja-contentheading h2.contentheading {
	margin-top: 10px;
	font-size: 110%;
}

#ja-contentheading .article-meta {
	width: auto;
	float: none;
}

#ja-contentheading .article-toolswrap {
	margin: 0;
}

#ja-contentheading p {
	margin: 5px 0 10px;
}

div.content-desc p {
	clear: both;
	display: block;
	margin: 0;
}

.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
	color: #999999;
}

.createdby {
	color: #999999;
}

.createdate {
	padding-right: 6px;
	margin-right: 5px;
	background: url(../images/vline.gif) no-repeat right center;
}

.modifydate {
	color: #999999;
	width: 100%;
	display: block;
	margin: 15px 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
	background: url(../images/vline.gif) no-repeat left center;
}

.article-section a {
	color: #555555;
}

.article-category a {
	color: #555555;
}

div.buttonheading {
	position: absolute;
	top: -25px;
	right: 0px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

.cols3 {
	width: 33.3%;
	float: left;
}

div.column1 .contentpaneopen {
	padding-right: 10px;
}

div.column2 .contentpaneopen {
	padding: 0 5px;
}

div.column3 .contentpaneopen {
	padding-left: 10px;
}

/* MAIN LAYOUT
--------------------------------------------------------- */
.wrap { width: 100%; clear: both; }

.main { width: 1030px; margin: 0 auto;}
		
.inner {
	padding: 0 5px;
}

div.ja-mainbg {
	background: url(../images/body-bg.jpg) no-repeat center top;
}

#ja-mainbody {
	float: left;
	width: 68%;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: left;
	width: 68%;
}

#ja-current-content {
	/*background: url(../images/cc-bg.gif) repeat-y right top;
	margin: 0 0 15px;
	padding: 10px 15px 0; old style dei contenuti modificato ***** */

	background-color: white;
	border-bottom-color: #B9B7B5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #B9B7B5;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #B9B7B5;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #B9B7B5;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 10px 5px;
	padding: 10px 15px;

}

/* COLUMNS
--------------------------------------------------------- */
/*common style for column*/
#ja-colwrap {
	width: 32%;
	float: right;
}

#ja-colwrap .ja-innerpad {
	padding: 0 5px 0 10px;
}

#ja-col1 {
	float: left;
	overflow: hidden;
	width: 30%;
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 28%;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-container,
#ja-container-fr,
#ja-container-fl,
#ja-container-f {
	/*background: url(../images/container-bg.gif) repeat-x left bottom;*/
	padding: 0 0 0px;
	clear: both;
	margin-top: -12px;
}

#ja-container .main,
#ja-container-fr .main,
#ja-container-fl .main,
#ja-container-f .main {
	margin-top: 15px;
}

#ja-container .main .inner,
#ja-container-fr .main .inner,
#ja-container-fl .main .inner,
#ja-container-f .main .inner {
	padding: 0 0 0;
}

/*content + left*/
#ja-container-fr #ja-mainbodywrap {
	width: 100%;
}

#ja-container-fr #ja-col1 {
	width: 22%;
}

#ja-container-fr #ja-content {
	width: 78%;
}

#ja-container-fr #ja-current-content {
/*	margin-right: 0;  modificato ***** */
	margin-left: 5px;
	margin-right: 0px;
}

/*content + right*/
#ja-container-fl #ja-mainbodywrap {
	float: left;
	width: 100%;
}

#ja-container-fl #ja-content {
	width: 80%;
}

#ja-container-fl #ja-col2 {
	width: 20%;
}

#ja-container-fl #ja-current-content {
/*	margin-left: 0;   *********** */
	margin-left: 5px;
	margin-right: 0px;
}

/*full*/
#ja-container-f #ja-mainbody {
	width: 100%;
}

#ja-container-f #ja-content {
	width: 100%;
}

#ja-container-f #ja-current-content {
	background: url(../images/cc-bg2.gif) repeat-y center top;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_default h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_blank h3,
div.moduletable_tabs h3 {
	background: url(../images/h3-bg.gif) no-repeat left bottom;
	color: #FFFFFF;
	font-size: 100%;
	margin: 0 0 0 -5px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.moduletable h3 span.left-bg,
div.moduletable_menu h3 span.left-bg,
div.moduletable_default h3 span.left-bg,
div.moduletable_text h3 span.left-bg,
div.moduletable_tabs h3 span.left-bg {
	background: url(../images/span-left.gif) no-repeat right bottom;
	display: block;
	float: left;
	padding: 10px 60px 12px 10px;
}

div.moduletable h3 span.right-bg,
div.moduletable_default h3 span.right-bg,
div.moduletable_menu h3 span.right-bg,
div.moduletable_text h3 span.right-bg,
div.moduletable_tabs h3 span.right-bg {
	background: url(../images/h3-sep.gif) no-repeat right bottom;
	display: block;
	padding: 0;
}

div.moduletable,
div.moduletable_default,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_blank,
div.moduletable_tabs {
	color: #555555;
	margin: 0 0 5px 5px;
	padding: 0;
}

div.ja-box-ct {
	background: #FFF;
	border: 1px solid #B9B7B5;
	padding: 10px;
}

/* Highlight module 1 */
div.hilite1 div.ja-box-ct {
	background: #333333;
}

div.hilite1 ul.menu li a {
	background: url(../images/arrow-grey.gif) no-repeat left center;
	color: #999999;
}

div.hilite1 ul.menu li a:hover,
div.hilite1 ul.menu li a:focus,
div.hilite1 ul.menu li a:active {
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}

div.hilite1 ul.menu li.active a {
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}

/* Highlight module 2 */
div.hilite2 div.ja-box-ct {
	background: #AAAAAA;
}

div.hilite2 ul.menu li a {
	background: url(../images/arrow-grey2.gif) no-repeat left center;
	color: #555555;
}

div.hilite2 ul.menu li a:hover,
div.hilite2 ul.menu li a:focus,
div.hilite2 ul.menu li a:active {
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}

div.hilite2 ul.menu li.active a {
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}

/* Blank module */
div.moduletable_blank {
	margin: 0 0 15px 0;
	padding: 0;
}

div.moduletable_blank div.ja-box-ct {
	background: none !important;
	border: none;
	margin: 0;
	padding: 0 0 0 5px !important;


}

/*tabs*/
#ja-colwrap div.moduletable_tabs {
	background: #FFFFFF;
	border: 1px solid #B9B7B5;
	padding: 0;
}

#ja-colwrap div.moduletable_tabs div.ja-box-ct {
	background: none;
	border: none;
	padding: 0;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li {
	padding-left: 13px;
	background-position: 5px 7px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	line-height: normal;
	position: relative;
	padding: 0;
	z-index: 999;
	height: 100px;
}

h1.logo, div.logo-text {
	margin: 10px 0px 0;
	padding: 0;
	float: left;
}

h1.logo a {
	width: 630px;
	height: 75px;
	display: block;
	background: url(../images/logo_i.png) no-repeat center;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	outline: none;
}

div.logo-text h1 {
	font-size: 300%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div.logo-text h1 a {
	color: #C55901	;
	text-transform: uppercase;
}

div.logo-text h1 a:hover,
div.logo-text h1 a:focus,
div.logo-text h1 a:active {
	text-decoration: none;
}

.site-slogan {
	color: #555555;
	margin: 0 0 -2px 0px;
	padding: 0;
	letter-spacing: 2px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	margin: 0;
	padding: 0;
	z-index: 9999;
	position: relative;
}

#ja-mainnav .main {
	position: relative;
}

#ja-mainnav .inner {
	background: url(../images/mainnav-bg.gif) repeat-x left top #348CAC;
	border-bottom: 1px solid #4F4F4F;
	padding: 0;
	margin: 0 5px;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
	line-height: normal;
}

#ja-subnav {}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#ja-subnav li {
	display: block;
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#ja-subnav a {
	display: block;
	outline: none;
	padding: 6px 0 6px 10px;
	margin: 0;
	text-decoration: none;
	color: #4F4F4F;
	background: url(../images/arrow-grey.gif) no-repeat left center;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	color: #C55901;
	text-decoration: none;
	background: url(../images/arrow-hover.gif) no-repeat 0px 10px;
}

#ja-subnav li.active a {
	font-weight: bold;
	color: #C55901;
	background: url(../images/arrow-hover.gif) no-repeat 0px 10px;
}

/* breadcrumbs */
#ja-pathway {
	color: #555555;
}

#ja-pathway .inner {
	background: #FFF;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	margin: 0px 5px 0;
	padding: 5px 0 0;
	height: 20px;
	position: relative;
}

#ja-pathway .ja-pathway-text {
	float: left;
	padding: 1px 10px 2px;
}

#ja-pathway span {
	color: #FFFFFF;
	padding: 0 5px 0 0;
}

#ja-pathway strong {
	color: #FF0000;
}

#ja-pathway a {
	color: #FFFFFF;
	font-weight: bold;
}

#ja-pathway img {
	margin: 0 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li {
	display: block;
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

ul.menu li a {
	background: url(../images/arrow-grey.gif) no-repeat left center;
	display: block;
	outline: none;
	padding: 6px 0 6px 10px;
	margin: 0;
	text-decoration: none;
/*	color: #555555;  ********** */
	color: #0079A3;
	font-size: 15px;
	font-weight: bold;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	background: url(../images/arrow-hover.gif) no-repeat left center;
	color: #F8172C;
	text-decoration: none;
}

ul.menu li.active a {
	font-weight: bold;
	color: #F8172C;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
	background: none !important;
	padding: 0 0 0 10px;
}

ul.menu li li a {
	color: #4F4F4F !important;
	border: none;
	padding: 5px 5px 5px 10px !important;
	text-transform: none;
	font-weight: normal !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

ul.menu li li.active a {
	color: #4F4F4F;
	font-weight: bold !important;
}

ul.menu li li li a {
	color: #4F4F4F !important;
	font-weight: normal !important;
	padding-left: 35px !important;
	background: url(../images/bullet.gif) no-repeat 25px 10px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

/* Top Spotlight 1 */
#ja-topsl {
	margin: 0;
	z-index: 10;
	height: 24px;
}

#ja-topsl .inner {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
}
 
#ja-topsl div.moduletable {
}

/* Top Spotlight 2 */
#ja-topsl2 {
	padding: 0 0 0 10px;
}

#ja-topsl2 div.moduletable h3 {
	background: url(../images/h3-bg2.gif) no-repeat left bottom;
}

#ja-topsl2 div.moduletable h3 span.left-bg {
	background: url(../images/arrow-right2.gif) no-repeat right bottom;
	padding-right: 50px;
}

#ja-topsl2 div.moduletable .ja-box-ct {
	background: url(../images/topsl-boxct.gif) repeat-x left bottom #DDDDDD;
	border: 1px solid #B9B7B5;
	border-top: none;
	color: #555555;
}

#ja-topsl2 div.ja-newscatwrap span.article_seperator {
	display: none;
}

#ja-topsl2 div.ja-newscatwrap img {
	border: 5px solid #B9B7B5;
	padding: 0;
}

/* Bottom spotlight */
#ja-botsl {
	clear: both;
	padding: 40px 0 20px;
}

#ja-botsl div.moduletable h3 {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#ja-botsl div.moduletable,
#ja-botsl div.moduletable_default {
	background: none;
	color: #AAAAAA;
	padding: 0 10px;
	margin: 0;
}

#ja-botsl div.ja-box-ct {
	background: none;
	border: none;
	padding: 0;
}

#ja-botsl div.moduletable h3 {
	background: none;
	border-bottom: 1px solid #C55901;
	margin: 0 0 10px;
}

#ja-botsl div.moduletable h3 span.right-bg {
	background: none;
}

#ja-botsl div.moduletable h3 span.left-bg {
	background: none;
	margin: 0;
	padding: 5px 0;
}

#ja-botsl .ja-box-left div.moduletable,
#ja-botsl .ja-box-left div.moduletable_default {
	margin: 0 10px 0 0;
}

#ja-botsl .ja-box-right div.moduletable,
#ja-botsl .ja-box-right div.moduletable_default {
	margin: 0;
}

#ja-botsl .ja-box-center div.moduletable,
#ja-botsl .ja-box-center div.moduletable_default {
	margin: 0 10px 0 0;
}

#ja-botsl .img-border {
	background: #000000;
	border: 1px solid #222222;
}

#ja-botsl a {
	color: #AAAAAA;
}

#ja-botsl a:hover,
#ja-botsl a:focus,
#ja-botsl a:active {
	color: #C55901;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	background: #ffffff;
	border-top: 1px solid #ffffff;
	clear: both;
	padding: 0;
	margin: 0;
}

#ja-footer {
    background-color: #EEEEEE;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    padding: 8px 0;
}

#ja-footer a {
	color: #555555;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #C55901;
}

#ja-footer small {
	font-size: 100%;
}

#ja-footer ul {
	float: right;
	padding: 0;
	margin: 0;
}

#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

#ja-footer li a {
	color: #555555;
	display: inline;
	padding: 0 10px;
}

#ja-footer li a:hover,
#ja-footer li a:focus,
#ja-footer li a:active {
	color: #C55901;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

li.ja-firstitem {
	background: none !important;
}

/* JA Slideshow */
#ja-slideshow {
	width: 640px;
	float: left;
	margin: 0;
	padding: 10px 0 0;
}

#ja-hl {
	float: left;
	width: 900px;
	margin-left: 3px;
	color: #f00;
}

#ja-hl div.moduletable h3 {
	background: url(../images/hl-h3-bg.gif) no-repeat right center;
	margin: 0;
	padding: 0 5px 0 0;
}

#ja-hl div.moduletable a {
	color: #0079A3;
	font-weight: bold;
}

#ja-hl div.moduletable a:hover {
	color: #DDDDDD;
}

#ja-hl div.moduletable .img-border {
	border: 5px solid #C55901;
	margin-top: -1px;
}

#ja-hl div.moduletable h3 span.left-bg {
	float: right;
	background: url(../images/hl-span-r.gif) no-repeat left center;
	padding: 14px 15px 12px 65px;
}

#ja-hl div.moduletable h3 span.right-bg {
	background: url(../images/h3-sep2.gif) repeat-x left center;
}

#ja-hl div.ja-box-ct {
	background: none;
	border: none;
	color: #999999;
	padding: 0 10px 0 0;
	margin-left: 60px;
	margin-top: -18px;
}

/* JA Tabs */
#ja-tabwrap {
	width:30%;
	float: right;
}

/* Header tools */
#ja-headtools {
	background: url(../images/ht-bg.gif) no-repeat left center;
	width: 270px;
	height: 28px;
	position: absolute;
	right: 5px;
	top: 8px;
}

#ja-headtools ul {
	float: left;
	margin: 0 0 0 5px;
	padding: 3px 0 0;
	white-space: nowrap;
}

#ja-headtools li {
	display: inline;
	display: block;
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
	padding: 0;
	color: #FFFFFF;
	background: none;
}

#ja-usertools {
	float:left;
	padding-top:3px;
}

#ja-usertools strong {
	display: block;
	float: left;
	font-weight: normal;
	padding: 0 5px 2px 8px;
}

#ja-usertools ul {
	float: left;
	margin: 0;
	padding: 0;
}

#ja-usertools li {
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#ja-usertools img {
	margin: 1px;
	padding: 2px;
}

#ja-login form a,
#ja-register form a {
	background: none;
	color: #FFFFFF;
}

#ja-register label, #ja-login label {
	color: #FFFFFF;
	padding-right:5px;
}

#ja-login .button ,
#ja-register .button {
	background: url(../images/but-bg.gif) repeat-x left center #000000;
	border: 1px solid #333333;
}

#ja-register, #ja-login {
	background: #333333;
	border: 1px solid #222222;
	color: #C55901;
	top: 27px;
	display: none;
	height: auto;
	overflow: hidden;
	padding: 5px 15px;
	position: absolute;
	right: 9px;
	text-align:left;
	z-index: 999;
}

#ja-headtools li a.login-switch,
#ja-headtools li a.register-switch {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 3px 0 5px;
	text-align: center;
}

#ja-headtools li a.login-switch {
	background: url(../images/login-bg.gif) no-repeat left center;
	width: 66px;
}

#ja-headtools li a.register-switch {
	background: url(../images/sign-bg.gif) no-repeat left center;
	width: 130px;
}

#ja-headtools li a.search-switch:hover,
#ja-headtools li a.register-switch:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#ja-headtools li a.show,
#ja-headtools li a.show:hover {
	color: #FFFFFF;
}

#ja-login .inputbox,
#ja-register .inputbox {
	background: #EBEAE8;
	border: 1px solid #CCCCCC;
	color: #333333;
}

div.ja-headtool a.logout-switch {
	background: url(../images/logout-bg.gif) no-repeat left top;
	color: #999999;
	display: block;
	font-weight: bold;
	width: 190px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
}

div.ja-headtool a.logout-switch:hover,
div.ja-headtool a.logout-switch:focus,
div.ja-headtool a.logout-switch:active {
	color: #FFFFFF;
}

/* Login */
#ja-loginwrap {
	background: none;
	float: right;
	padding: 8px 0 10px 10px;
	text-align: right;
}

#ja-login form {
	float: left;
	margin-top: 5px;
}

#ja-login form label {
	float: left;
}

label.ja-login-user span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-user.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

label.ja-login-password span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-key.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

#ja-login form input.button {
	font-size: 11px !important;
	float: left;
}

#ja-login form #mod_login_username,
#ja-login form #mod_login_password {
	background: #FFFFFF;
	border: 1px solid #000000;
	width: 110px;
	margin: 1px 8px 0 0;
	font-size: 11px !important;
	padding: 2px;
}

#ja-login form a {
	padding: 0 5px 0 10px;
	text-decoration: none;
	background: none;
}

#ja-login form a:hover,
#ja-login form a:active,
#ja-login form a:focus {
	color: #C55901;
	text-decoration: underline;
}

.ja-login-links {
	padding-top: 2px;
	clear: both;
	text-transform: none;
	letter-spacing: normal;
	font-size: 11px;
}

div#login {
	display: inline;
	background: url(../images/vline.gif) no-repeat left center;
	padding-left: 12px;
	padding-right: 8px;
}

div#login .button {
	float: left;
}

/*usertools*/
#ja-usertools {
	position: absolute;
	right: 210px;
	top: 88px;
}

div#ja-usercolors {
	float: right;
	padding: 14px 10px 0 0;
}

#ja-usertools ul,
#ja-usercolors ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-usertools ul li,
#ja-usercolors ul li {
	margin: 0;
	padding: 0 2px;
	float: left;
	background: none;
}

/* Search */
#ja-search {
	background: url(../images/search-bg.gif) no-repeat left center;
	width: 330px;
	font-size: 12px;
	z-index: 1;
	position: absolute;
	padding: 2px;
	top: 3px;
	right: 10px;
}

#ja-search .inputbox {
	background: none;
	border: none;
	margin: 0 15px 0 5px;
	color: #666666;
	width: 220px;
}

*+html #ja-search .inputbox { /*IE 7*/
}

#ja-search .button {
	background: url(../images/bsearch-bg.gif) no-repeat left center;
	border: none;
	color: #CCCCCC;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	width: 80px;
	text-transform: uppercase;
}

* html #ja-search .button {
	width: 80px;
	height: 24px;
	padding-left: 20px !important;
}

*+html #ja-search .button { /*IE 7*/
	width: 80px;
	height: 24px;
	padding-left: 20px !important;
}

/*others*/
#ja-banner {
	float: right;
	margin: 15px 5px 0 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
}

ul.no-display {
	display: none;
}

div.ja-innerdiv {
	padding: 10px 0 !important;
	background: url(../images/dot.gif) repeat-x bottom !important;
}

div.ja-innerdiv span.title {
	display: block;
	font-weight: bold;
}

div.ja-innerdiv .img-border {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 5px 8px 0 0;
	padding: 3px;
}

/*content slider*/
#ja-cs div.ja-box-ct {
	border: 1px solid #B9B7B5;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
	color: #333333;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;







	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
	text-align: justify;
}

/* Clearfix */
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* aggiunta da template mtree */

.category .subcat a {
font-size:1em;
font-weight:400;
text-decoration:none;
}

.category .listings {
list-style-position:inside;
list-style-type:disc;
margin:5px 0;
padding:0 0 0 5px;
}

.category .listings li {
background-image:none;
padding:0;
}

#cat-header h2.contentheading {
width:70%;
float:left;
}

#cat-desc {
margin:5px 0 10px;
}

#cat-desc p {
text-align:left;
margin:0;
}

#cat-image {
float:left;
border:.5em solid #D8E4E8;
margin:0 20px 20px 0;
}

#cat-image img {
margin:1px;
}

#subcats,#relcats {
width:100%;
/*clear:both;*/
overflow:hidden;
margin:20px 0 0;
}

#subcats .title,#relcats .title {
color:#999;
font-size: 17px;
}

#subcats ul,#relcats ul {
list-style-type:none;
width:100%;
float:left;
margin:0;
padding:0 10px 10px 0;
}

#subcats li {
width:30%;
margin-top:0px;
float:left;
background-image:none;
display:block;
margin-right:15px;
padding:0px 4px 0px 0;
}

#subcats a,#relcats a {
text-decoration:none;
font-weight:400;
width:100%;
font-size: 15px;
}

#subcats small {
color:#4c4c4c;
font-size:0.9em;
}

#relcats li {
width:100%;
margin-top:10px;
float:left;
padding:0;
}

#listings {
width:100%;
overflow:hidden;
/*clear:both;*/
margin:10px 0 0;
}

#listings .title {
border-bottom:1px solid #ccc;
}

.info {
height:20px;
margin:0 18px 10px 0;
}

.reviews .info {
margin:10px;
}

#listings .pages-counter {
text-align:center;
font-weight:700;
}

#listings .pages-counter-top {
text-align:left;
font-weight:700;
height:20px;
border-bottom:1px dotted #ccc;
vertical-align:bottom;
margin:5px 12px 15px 0;
}

.pages-links {
/*background-color:#F2F2F2;
border-bottom:1px solid #EAEAEA; */
clear:both;
margin-bottom:.5em;
overflow:hidden;
position:relative;
text-align:right;
padding:4px 10px;
}

.pages-links .pagination {
float:right;
background:none;
border-top:0;
margin:0;
padding:0 10px 0 0;
}

.pages-links .pagination li {
float:left;
background:none;
padding:0 .5em;
}

div.featured {
background-color:#D0E4F0;
}

.listing-summary {
float:left;
margin-bottom:1.5em;
background-color:#E6F0F2;
-moz-border-radius:5px;
-webkit-border-radius:5px;
width:95.5%;
padding:1.5em;
}

.ls25 {
width:19.7%;
margin-bottom:10px;
}

.ls33 {
width:28.1%;
margin-bottom:10px;
}

.ls50 {
width:43.85%;
margin-bottom:10px;
}
.listing-summary.ls50 .reviews {
	float:right;
}

.listing-summary.ls50 .rating-review {
overflow:hidden;
}
.listing-summary.column1 {
clear:left;;
}

.listing-summary.column2 , .listing-summary.column3, .listing-summary.column4 {
	margin-left:10px;
}

.listing-summary .header {
	overflow:hidden;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

#listings .listing-summary h3 {
font-size:1.6em;
float:left;
margin:0 10px 10px 0;
}

.listing-summary .star {
padding-bottom:3px;
position:relative;
top:-4px;
margin:4px 0 12px 1px;
float:left;
}

.listing-summary p.website {
margin-bottom:0;
color:gray;
}

.fields {
display:block;
clear:left;
}

#listing h3 {
color:#444;
border-bottom:3px solid #ddd;
font-weight:700;
padding:.25em;
margin-top:0;
}

#listing .row0 {
background-color:transparent;
border-bottom:1px solid #ddd;
}

#listing .fields {
background-color:transparent;
border:none;
margin-bottom:1em;
}

.fieldRow {
display:inline-block;
vertical-align:top;
padding:.35em 0;
}

#listing .fieldRow {
background-color:transparent;
}

.lastFieldRow {
border-right:none;
}

.fieldRow .caption {
color:#777;
}

#listing .fieldRow .caption {
display:inline-block;
width:28%;
padding:0px;
}

.output {
margin-left:0.3em;
padding:0 0 0 .3em;
}

#listing .output {
margin-right:0;
margin-left:0;
display:block;
width:70%;
float:right;
}

.output a:link,.output a:visited {
font-weight:400;
text-decoration:none;
}

.output a:hover {
font-weight:400;
text-decoration:underline;
}

.output ul {
margin:0;
padding:0;
}

.output li {
margin:0;
padding:0;
list-style: disc inside;
}

p.mbutton a,.actions a {
background:#F8172C;
display:inline-block;
color:#fff  !important;
text-decoration:none;
font-weight:700 !important;
line-height:.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
position:relative;
cursor:pointer;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
text-shadow:0 -1px 1px rgba(0,0,0,0.25);
border-bottom:1px solid rgba(0,0,0,0.25);
padding:5px 10px 6px;
margin: 0.65em 0 0 0;
}

p.mbutton a:active {
top:1px;
}

.listing-summary img.image {
border:1px solid #fff;
float:right;
display:block;
margin:0 10px 10px 10px;
padding:5px;
}

.listing-summary img.image-left {
border:1px solid #fff;
background-color:#E6F0F2;
display:block;
float:left;
clear:left;
margin:0 10px 10px 0;
padding:5px;
}

.listing-summary a:hover img.image {
background-color:#e5e5e5;
border:1px solid #e5e5e5;
}

.listing-summary p {
margin-bottom:0px;
padding-right:20px;
/*clear:left;*/
}

.listing-summary .reviews {
float:left;
margin-left:12px;
padding:0 6px;
font-size:0.8em;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-bottom-right-radius:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
border:1px solid #ccc;
}

.listing-summary .category {
margin-bottom:3px;
clear:left;
}

.listing-summary .category span {
margin-right:2px;
color:gray;
}

.listing-summary .category a {
margin-left:2px;
text-decoration:none;
font-weight:700;
color:#090;
}

span.xlistings {
color:#606060;
float:left;
margin:2px 0 0;
padding:0;
}

.listing-summary p.address {
text-align:left;
margin-bottom:0;
}

.listing-summary p.website a:link,.listing-summary p.website a:visited,.listing-summary p.website a:hover {
white-space:nowrap;
}

.listing-summary .actions {
}

#listing {
overflow:hidden;
width:100%;
}

#listing h2 {
font-size:2em;
vertical-align:bottom;
text-align:left;
margin:.7em 0 .5em;
padding:0;
}

.column.first {
width:60%;
}

.column.second {
width:40%;
}

#listing .listing-desc {
font-size:12px;
display:inline-block;
margin:0 15px 10px 0;
}

#listing .column.first .images {
margin-bottom:1.5em;
margin-right:10px;
}

#listing .column.one .images {
margin-bottom:1.5em;
}

#listing .listing-desc.bottom {
margin-top:1em;
}

.thumbnail.first {
width:100%;
margin:0;
}

.thumbnail-left {
float:left;
display:block;
overflow:hidden;
margin:.4em .4em 0 0;
}

.column.first .thumbnail.first img {
width:97%;
}

.column.second .images {
margin-bottom:2em;
}

.thumbnail-left a img {
border:none;
padding:0;
}

.thumbnail a:hover img,.thumbnail-left a:hover img {
background-color:#e5e5e5;
}

.thumbnail div,.thumbnail-left div {
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}

.actions-rating-fav {
display:inline-block;
clear:both;
margin-top:2em;
width:90%;
}

.actions a {
margin-right:.5em;
}

.actionsX a:link,.actionsX a:visited {
margin-right:.5em;
display:inline-block;
font-weight:700;
padding:0 .75em;
}

.rating-fav {
background-color:#efefef;
-moz-border-radius:8px;
-webkit-border-radius:8px;
overflow:hidden;
margin:1em 1em 1em 0;
padding:1em;
}

.favourite #fav-count {
float:left;
margin-left:.5em;
font-weight:700;
}

.favourite #fav-msg {
float:left;
margin-left:1em;
}

.rating {
overflow:hidden;
padding:.15em 0 .65em;
}

.rating #rating-msg {
display:inline-block;
text-align:center;
margin-left:1em;
}

.rating img {
float:left;
position:relative;
top:1px;
margin-right:2px;
}

.rating #total-votes {
float:left;
font-weight:700;
margin-left:1em;
}

#listing .title {
height:24px;
vertical-align:middle;
font-size:1.4em;
border-bottom:1px solid #ccc;
margin:0;
}

a.actionlink:link,a.actionlink:visited {
-moz-border-radius:4px;
-webkit-border-radius:4px;
font-size:0.6em;
text-decoration:none;
position:relative;
top:-3px;
color:#F3F3F3;
background-color:#1f5ba4;
padding:2px 6px;
}

a.actionlink:hover {
background-color:#337DD9;
}

sup {
font:bold 0.6em "Lucida Grande", Lucida, Verdana, sans-serif;
padding:0 2px;
}

sup.new {
font-size:0.5em;
background-color:#51CD07;
color:#fff;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:1px solid #fff;
font-weight:700;
position:relative;
/*top:-6px;*/
padding:0 4px;
}

sup.featured {
font-size:0.5em;
background-color:#0048de;
color:#fff;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:1px solid #fff;
font-weight:700;
position:relative;
/*top:-6px;*/
padding:0 4px;
}

sup.popular {
font-size:0.5em;
background-color:#ff264e;
color:#fff;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:1px solid #fff;
font-weight:700;
position:relative;
/*top:-6px;*/
padding:0 4px;
}

#adminForm #mapcon,#adminForm #imagescon {
margin-top:2em;
}

#adminForm h3.title {
font-size:1.6em;
border-bottom:3px solid #ddd;
margin-bottom:.5em;
}

#mc_con {
display:none;
}

#lcmanage {
font-weight:400;
}

#mc_selectcat {
width:250px;
margin:5px 0;
}

#mc_active_pathway {
background-color:#FFF;
width:100%;
color:#000;
padding-left:11px;
background:url(../../../../../images/M_images/indent1.png) no-repeat left center;
}

#browsecat {
width:100%;
margin:5px 0 0;
padding:0;
}

a.add-listing:link,a.add-listing:visited,a.add-listing:hover {
float:right;
font-weight:400;
margin-top:1em;
}

ul.linkcats {
list-style:disc inside;
margin:0 0 3px;
padding:0;
}

ul.linkcats li {
background:none;
list-style-type:none;
padding:0;
}

ul.linkcats a:link,ul.linkcats a:visited {
color:#fff;
margin-right:5px;
text-decoration:none;
clear:none;
background-color:#999;
padding:0 3px;
}

ul.linkcats a:hover {
background-color:#4c4c4c;
}

.images span {
margin:0 0 0 13px;
}

#uploadimages {
overflow:hidden;
clear:both;
list-style-type:none;
margin:0;
padding:10px 0 0;
}

#uploadimages li {
margin:0 0 10px;
}

#sortableimages {
width:600px;
list-style-type:none;
overflow:visible;
margin:10px 0 0;
padding:0;
}

#sortableimages li {
float:left;
list-style-position:outside;
text-align:center;
margin:0 0 13px;
padding:0;
}

#sortableimages li input {
position:relative;
left:20px;
top:10px;
vertical-align:top;
z-index:1;
margin:0;
padding:0;
}

#listing .images h3 {
padding:0 0.25em 0.25em;
}

.reviews .title,.map .title,.images .title {
vertical-align:middle;
font-size:2em;
border-bottom:1px solid #ccc;
margin-top:1em;
padding-bottom:.5em;
}

.images .more {
clear:both;
}

.reviews .pages-counter {
float:left;
width:100%;
text-align:center;
font-weight:700;
}

.reviews .mbutton {
margin:1em 0 2em;
}

.reviews .mbutton a {
background-color:#114986;
text-shadow:0 -1px 1px #0E3867;
border-bottom:1px solid #1758A3;
}

.review {
overflow:hidden;
border-bottom:1px solid #ededed;
padding:1em 0 2em;
}

.review .review-head {
overflow:hidden;
width:25%;
float:left;
color:#444;
}

.review .review-title {
margin-bottom:.5em;
}

.review .review-title a {
font-weight:700;
color:#000;
}

.review .review-info {
margin-left:5px;
}

.review p.review-date {
padding-top:0;
}

.review .review-rating {
display:inline;
padding-right:.5em;
position:relative;
top:2px;
}

.review-owner {
margin-left:3px;
font-weight:700;
}

.found-helpful {
float:left;
width:100%;
padding-left:5px;
font-size:.8em;
}

.review-text {
float:left;
width:74%;
padding-left:1%;
}

.review-text .thumbnail {
float:right;
margin-left:15px;
margin-bottom:10px;
}

.owners-reply {
margin-top:1em;
background-color:#F5F5F5;
padding:1em;
}

.owners-reply span {
font-weight:700;
background-color:#666;
text-align:center;
color:#FFF;
padding:1px 8px;
}

.owners-reply p {
color:#111;
}

.ask-helpful {
overflow:hidden;
width:37%;
float:left;
margin:1em 0 0 26%;
}

.ask-helpful2 {
float:left;
margin-right:4px;
font-style:italic;
}

.review-reply-and-report {
text-align:right;
overflow:hidden;
width:37%;
float:right;
margin-top:1em;
}

.review-reply,.review-report {
display:inline;
text-align:right;
margin-top:10px;
}

.review-reply a:link,.review-reply a:visited,.review-report a:link,.review-report a:visited {
text-decoration:none;
margin-right:10px;
}

.previous-image {
float:left;
width:48%;
text-align:right;
display:block;
height:2em;
}

.previous-image a:link,.previous-image a:visited {
text-align:right;
text-decoration:none;
font-weight:400;
margin-right:1px;
border-bottom:1px dotted #ccc;
padding:2px 5px;
}

.next-image {
float:left;
width:48%;
height:2em;
}

.next-image a:link,.next-image a:visited {
text-decoration:none;
font-weight:400;
border-bottom:1px dotted #ccc;
margin-right:1px;
padding:2px 5px;
}

.medium-image img {
margin:20px 0;
}

.users-tab {
border-bottom:1px solid #ccc;
float:left;
width:100%;
}

.users-listings,.users-listings-active {
margin-left:10px;
}

.users-listings,.users-reviews,.users-favourites {
position:relative;
top:1px;
float:left;
background-color:#fff;
margin-right:10px;
padding:2px 10px;
}

.users-listings-active,.users-reviews-active,.users-favourites-active {
position:relative;
top:1px;
float:left;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
background-color:#F2F2F2;
margin-right:10px;
font-weight:700;
padding:2px 10px;
}

.users-listings a:link,.users-listings a:visited,.users-reviews a:link,.users-reviews a:visited,.users-favourites a:link,.users-favourites a:visited {
text-decoration:none;
font-weight:700;
}

#index .row,.next-previous-image {
float:left;
width:100%;
}

#index .category,.column,.gallery .thumbnail,.gallery .thumbnail-left,.favourite .fav-caption,.rhaction {
float:left;
}

#cat-header,.favourite,.reviews p,.images .content,#map {
overflow:hidden;
}

.output p.mbutton a:link,.output p.mbutton a:visited,.review .review-head a,.users-listings span,.users-reviews span,.users-favourites span {
font-weight:700;
}

.listing-summary .pendingapproval,.unpublished {
background-color:#FFFFB5;
font:bold 0.6em "Lucida Grande", Lucida, Verdana, sans-serif;
border:1px solid #ECEE5F;
position:relative;
top:-3px;
padding:3px 10px;
}

.column.one,.column.second .thumbnail.first img {
width:100%;
}

.column.one .images .content,.medium-image {
text-align:center;
}

.ask-helpful span a,.ask-helpful a {
margin-left:3px;
}

/* Modules */
.category-footer-inner, .category2-footer-inner, .category3-footer-inner , .category-header-inner, .category2-header-inner, .category3-header-inner  {
	overflow:hidden;	
}
.category2-header-inner .module, .category2-header-inner .modulelistings, .category2-header-inner .modulelistings2, .category2-header-inner .modulethumbnails,
.category2-footer-inner .module, .category2-footer-inner .modulelistings, .category2-footer-inner .modulelistings2, .category2-footer-inner .modulethumbnails {
	width: 49%;
	float: left;
	padding-top:0;
	margin-right:8px;
	overflow:hidden;
}
.category3-header-inner .module, .category3-header-inner .modulelistings, .category3-header-inner .modulelistings2, .category3-header-inner .modulethumbnails,
.category3-footer-inner .module, .category3-footer-inner .modulelistings, .category3-footer-inner .modulelistings2, .category3-footer-inner .modulethumbnails {
	width: 32.36%;
	float: left;
	padding-top:0;
	margin-right:8px;
	overflow:hidden;
}

/* aggiunta per la classe ja-social-bookmarking */

.ja-social-bookmarking {
	padding-top: 60px;
}

/* aggiunta per orgChart di google */

.node-medium {font-size:12px ! important}
