/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
a {
	/* color: #0000ee;  /* orig */
	color: #CC3333; /* lxs colore link */
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master {
  position: relative ; /* necessario per il jsn-footer */  
  overflow: hidden; /* necessario per il jsn-footer */
	background-color: #FFFFFF;   /* era 333333 by lxs */
	/* background-image: url(../../images/colors/grey/bg-master.jpg); orig lxs */
	/* background-image: url(../../images/colors/grey/bg-master.png); */
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
.link-action {
	border-bottom: 1px solid #0000ee;
}
.link-action:hover {
	background-color: #0000ee;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #999999;
	border-right: 1px groove #B9B9B9;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px groove #BBBBBB;
}
table.style-colorstripes thead th {
	background-color: #737373;
}
table.style-colorstripes thead th.highlight {
	background-color: #8B8B8B;
}
table.style-colorstripes tbody tr {
	background-color: #A3A3A3;
}
table.style-colorstripes tbody .highlight {
	background-color: #F0F0F0;
}
table.style-colorstripes tbody tr.odd {
	background-color: #8B8B8B;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #DBDBDB;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #808080;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #D0D0D0;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
	border-right: 1px solid #BBBBBB;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #737373;
}
.sectiontableheader {
	background-color: #999999;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #8B8B8B;
}
/* ============================== MENU ============================== */
/* =============== MENU - MAIN MENU =============== */
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul,
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color: #737373; /* orig #737373; */
	
}
div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	/* border-top: 1px solid #999999;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #404040; orig */
  border-top: 0px solid #999999;
	border-bottom: 0px solid #404040;
	border-left: 0px solid #404040;
	
}
body.jsn-direction-rtl div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	border-left: none;
	border-right: 1px solid #404040;
}
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	border-right: 1px solid #404040;
}
body.jsn-direction-rtl #jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	border-left: 1px solid #404040;
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a {
	/* border-top-color: #595959; /* grigio */
	/* background-color: #595959; /* grigio */
	border-top-color: #CC0000; /* rosso */
	background-color: #CC0000; /* rosso */
	background: rgba(0,0,0,0.5); /* trasparenza sfondo */
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a {
	border-top-color: #595959;
	background-color: #595959;
}
/* =============== MENU - TREE MENU =============== */
/* ----- CURRENT / HOVER STATE ----- */
div.richbox-2 ul.menu-treemenu li a:hover,
div.richbox-2 ul.menu-treemenu li a.current {
	/* background-color: #214263; orig */
	background-color: #ffffff; /* lxs */
}
div.lightbox-2 ul.menu-treemenu li a:hover,
div.lightbox-2 ul.menu-treemenu li a.current {
	background-color: #CFF0FA;
}
/* =============== MENU - SIDE MENU =============== */
/* ---------- 1st LEVEL ---------- */
div.jsn-modulecontainer ul.menu-sidemenu ul {
	background-color: #737373;
}
div.jsn-modulecontainer ul.menu-sidemenu ul li a {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #404040;
}
body.jsn-direction-rtl div.jsn-modulecontainer ul.menu-sidemenu ul li a {
	border-left: none;
	border-right: 1px solid #404040;
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu ul li:hover > a {
	border-top-color: #595959; /* orig grigio */
	background-color: #595959; /* orig grigio */
	border-top-color: #cc0000; /* lxs rosso */
	background-color: #cc0000; /* lxs rosso */
}
/* ----- HOVER STATE IN SPECIFIC MODULE BOXES ----- */
div.richbox-2 ul.menu-sidemenu > li:hover > a {
	background-color: #214263;
}
div.lightbox-2 ul.menu-sidemenu > li:hover > a {
	background-color: #CFF0FA;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu ul li.active > a {
	border-top-color: #595959;
	background-color: #595959;
}
/* ----- ACTIVE STATE IN SPECIFIC MODULE BOXES ----- */
div.richbox-2 ul.menu-sidemenu > li.active > a {
	background-color: #214263;
}
div.lightbox-2 ul.menu-sidemenu > li.active > a {
	background-color: #CFF0FA;
}
/* ============================== SITE TOOLS ============================== */
/* =============== SITE TOOLS - GENERAL PRESENTATION =============== */
/* ----- DROP DOWN ----- */
ul#jsn-sitetools-menu li ul {
	background-color: #737373;
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- MODULE BOX GREY ----- */
div.box-grey a {
	color: #ffffff;
	text-decoration: underline;
}
/* ----- RICHBOX ----- */
div.richbox-2 div.jsn-modulecontainer_inner {
	background: #2B5783 url(../../images/colors/blue/richbox-2.png) left bottom repeat-x;
}
/* ----- LIGHTBOX ----- */
div.lightbox-2 div.jsn-modulecontainer_inner {
	background: #F5FCFE url(../../images/colors/blue/lightbox-2.png) left bottom repeat-x;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */
#jsn-pos-top div.search input#mod_search_searchword {
	border: 1px solid #737373;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
	background-color: #8B8B8B;
}
/* ============================== CSS3 EFFECTS ============================== */
/* ----- SUB-MENU BACKGROUND ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul,
div.jsn-modulecontainer ul.menu-sidemenu ul,
ul#jsn-sitetools-menu li ul,
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color:rgba(115,115,115,0.95);
}
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
	background-image:linear-gradient(-90deg,rgb(153,153,153) 0%,rgb(64,64,64) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(153,153,153) 0%,rgb(64,64,64) 100%);
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(153,153,153)),color-stop(1, rgb(64,64,64)));
	background-image:-webkit-linear-gradient(-90deg,rgb(153,153,153) 0%,rgb(64,64,64) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(153,153,153) 0%,rgb(64,64,64) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(153,153,153) 0%,rgb(64,64,64) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999,endColorstr=#ff404040,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999,endColorstr=#ff404040,GradientType=0);
}

/* LXS INIZIO */  
@media only screen and (min-width: 1280px) {  
    #jsn-header {    
      margin-left:  -0px;  /* lxs */
      margin-right: -0px;  /* lxs */
    }
    
    #jsn-menu {    
      margin-left:  -0px;  /* lxs */
      margin-right: -0px;  /* lxs */
    }
    
    #jsn-content-top {    
      margin-left:  -0px;  /* lxs */
      margin-right: -0px;  /* lxs */
    }
    
    #jsn-footer {    
      margin-left:  -47px;  /* -40 -14 lxs */
      margin-right: -46px;  /* -40  -4 lxs */
    }
    
    #jsn-pos-footer {
      padding-left:  47px;  /* 54 -8 = 46 lxs */
      padding-right: 46px;  /* 44 -8 = 36 lxs */
    }
}

@media only screen and (min-width: 1360px) {  
    #jsn-header {    
      margin-left:  -0px;  /* lxs */
      margin-right: -0px;  /* lxs */
    }
    
    #jsn-menu {    
      margin-left:  -0px;  /* lxs */
      margin-right: -0px;  /* lxs */
    }
    
    #jsn-content-top {    
      margin-left:  -0px;  /* lxs */
      margin-right: -0px;  /* lxs */
    }
    
    #jsn-footer {    
      margin-left:  -86px;  /* -14 lxs */
      margin-right: -86px;  /* -4  lxs */
    }
    
    #jsn-pos-footer {
      padding-left:  86px;  /* 86 -8 = 78 lxs */
      padding-right: 86px;  /* 76 -8 = 68 lxs */
    }
}

@media only screen and (min-width: 1366px) {  
    /* gestione logo 
    #jsn-menu #jsn-pos-mainmenu {
		  padding-left: 80px;
    } */

    #jsn-header {    
      margin-left:  -0px;  /* lxs */     
      margin-right: -0px;  /* lxs */
    }
    
    #jsn-menu {    
    /*  margin-left:  -100px;  lxs */
    /*  margin-right: -84px;  /* lxs */
    }
    
    #jsn-content-top {    
      /* margin-left:  -100px;   lxs */
      /* margin-right: -84px;    lxs */
    }
    
    #jsn-pos-content-top {
      /* padding-left:  100px; */
      /* padding-right: 84px; */
    }
    
    #jsn-footer {    
      margin-left:  -90px;  /*-100 -80 lxs */
      margin-right: -89px;  /*  -84 -80 lxs */
    }
    
    #jsn-pos-footer {
      padding-left:  90px;  /* 86 = 100 - 14  */
      padding-right: 89px;  /* 76 = 84 - 8 */
    }
}

@media only screen and (min-width: 1440px) {
    #jsn-header {    
      margin-left:  -0px;  /* lxs */
      margin-right: -0px;  /* lxs */
    }
  
    #jsn-menu {    
      margin-left:  -0px;  /* lxs */
      margin-right: -0px;  /* lxs */
    } 
  
    #jsn-content-top {    
      margin-left:  -0px;  /* lxs */
      margin-right: -0px;  /* lxs */
    }
  
    #jsn-footer {    
      margin-left:  -127px;  /* lxs */
      margin-right: -126px;  /* lxs */
    }
    
    #jsn-pos-footer {
      padding-left:  127px;  /* 86 = 100 - 14  */
      padding-right: 126px;  /* 76 = 84 - 8 */
    }
}
/* LXS FINE */