/* jQuery lightBox plugin - Gallery style */

.photogallery{
    float: left;
}
 
.container_galleria_img{
    padding: 0 0 10px 0;    
    color: #333;
    line-height: 130%;
    float: left;
    font-family: Arial,Helvetica,sans-serif
 }
 
.container_galleria_img h1{
   width: auto !important;
    margin: 5px 0 0 !important;
    padding: 1px 3px 5px 8px !important;
    font-size: 24px !important;
    font-weight: normal !important;
    color: #9E9A9A !important;
    border-bottom: 1px solid #E5E3E3 !important;
    line-height:25px !important;
    text-transform: none !important;
}
 
#endslavery_gallery {
     border-top: 1px solid #E5E3E3 !important;
     padding: 10px;
     float: left;
 }

#endslavery_gallery ul {
    padding: 0px;
    margin: 0 0 0 50px;
    list-style: none; 
 }

#endslavery_gallery ul li {
    display: list-item;
    float: left;
    margin: 0 25px 30px 0;
    padding: 0 0 10px 0;
    background: url(../../clientlibs/endslavery/images/photogallery/shadow.png) no-repeat bottom center; 
}

#endslavery_gallery ul li img {
    display: block;
    border: 1px solid;
    padding: 5px;
    background: #F6F6F6;
    width: 80px;
    height: 80px;
    border-color: #CCC #CCC #AAA #CCC;
}

#endslavery_gallery ul a:hover img {

}

#endslavery_gallery ul a:hover {
    color: #fff; 
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 70%; 
    float: left; 
    text-align: left; 
}   
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;  
}           
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;  
}
@CHARSET "UTF-8";


#pdf {
	top:40px;
    position:fixed;
    width:900px;
    left:50%;
    min-height:400px;
    height:90%;
    margin-left:-450px;
    background-color:white;
    z-index: 999998 !important;
}

#close {
	top:20px;
    position:fixed;
    width:100px;
    left:50%;
    height:20px;
    line-height:20px;
    margin-left:300px;
    background-color:white;
    text-align:center;
    z-index: 999999 !important;
    -moz-border-radius: 1em 4em 1em 4em;
    border-radius: 1em 4em 1em 4em;
    border:1px solid black;
}

#close:hover {
	background-color: #FFE99F;
    cursor:pointer;	
}


#pdf object {
    display: block; 
    border: solid 1px black;
}

#pdfReaderController {
	display:none;
	
}

a#pdfPreview img {
    border:0px;
}

a#pdfPreview  {
    text-decoration: none;
}

div#pdfPreview  {
    display:none;
}

a#viewPreview {
    cursor:pointer;
    visibility:hidden;
}


.mainContent .addresslist{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    
}
div.addresslist .title h1, div.addresslist .title h2{
	color: #3F81A1;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
div.addresslist .text{
    float: left;
    background-color: #CDD3D3;
    padding: 15px;
    width: 85%;
    margin: 0px 5px 0px 0px;
    border: 0px;
}

div.addresslist .text p{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

div.addresslist button{
    background-color: #EAEBED;  
    float: right;
    margin-left: 5px;
    margin-right: 3px;  
    color: #E89600;
}

div.addresslist div.address{
	display: none;
}

div.addresslist div.address div.address{
    display:none; 
    float:left;
}

div.addresslist div.address div.address p{
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}








/********************
Default Example
*********************/
#waterwheel-carousel-default {
  width:960px;
  background-color:#CCC;
  border:1px solid #222;
  height:250px;
  font-family: Arial;
  font-size:14px;
  position:relative;
  clear:both;
}
#waterwheel-carousel-default a {
  color:#222;
}
#waterwheel-carousel-default .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-default .carousel-controls .carousel-prev {
  position:absolute;
  bottom:30px;
  left:60px;
}
#waterwheel-carousel-default .carousel-controls .carousel-next {
  position:absolute;
  bottom:30px;
  right:60px;
}

/********************
High Arch
*********************/
#waterwheel-carousel-higharch {
  width:960px;
  background-color:#CCC;
  border:1px solid #222;
  height:300px;
  font-family: Arial;
  font-size:14px;
  position:relative;
  clear:both;
  overflow:hidden;
}
#waterwheel-carousel-higharch a {
  color:#222;
}
#waterwheel-carousel-higharch .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-higharch .carousel-controls .carousel-prev {
  position:absolute;
  bottom:50px;
  left:30px;
}
#waterwheel-carousel-higharch .carousel-controls .carousel-next {
  position:absolute;
  bottom:50px;
  right:30px;
}

/********************
Horizon
*********************/
#waterwheel-carousel-horizon {
  width:960px;
  background-color:#CCC;
  border:1px solid #222;
  height:250px;
  font-family: Arial;
  font-size:14px;
  position:relative;
  clear:both;
  overflow:hidden;
}
#waterwheel-carousel-horizon a {
  color:#222;
}
#waterwheel-carousel-horizon .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-horizon .carousel-controls .carousel-prev {
  position:absolute;
  bottom:20px;
  left:30px;
}
#waterwheel-carousel-horizon .carousel-controls .carousel-next {
  position:absolute;
  bottom:20px;
  right:30px;
}

/********************
Flat
*********************/
#waterwheel-carousel-flat {
    height: 348px;
    font-family: Arial;
    font-size: 14px;
    position: relative;
    clear: both;
    overflow: hidden;
}
#waterwheel-carousel-flat a {
  color:#222;
}
#waterwheel-carousel-flat .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-flat .carousel-controls .carousel-prev {
  position:absolute;
  bottom:20px;
  left:30px;
}
#waterwheel-carousel-flat .carousel-controls .carousel-next {
  position:absolute;
  bottom:20px;
  right:30px;
}


/********************
Vertical
*********************/
#waterwheel-carousel-vertical {
  width:330px;
  background-color:#CCC;
  border:1px solid #222;
  height:600px;
  font-family: Arial;
  font-size:14px;
  position:relative;
  clear:both;
}
#waterwheel-carousel-vertical a {
  color:#222;
}
#waterwheel-carousel-vertical .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-vertical .carousel-controls .carousel-prev {
  position:absolute;
  top:30px;
  right:30px;
}
#waterwheel-carousel-vertical .carousel-controls .carousel-next {
  position:absolute;
  bottom:30px;
  right:30px;
}
body  {
    margin: 0;
    padding: 0;
    text-align: center;
}
.container {
    padding:0;
    position: relative;
    width: 960px;
    margin: 0 auto;
    text-align: left;
}
.ipardec .iparys_inherited,
.iparsys .iparys_inherited{
    float: left;
    width: 100%;
}
.ipardec .new,
.iparsys .new,
.parsys .new{
    width:100%;
    float:left;
    clear:both;
}
div.textimage h3{
    color: #8e979b;
}
div.text p, div.text li, div.text table {
    padding: 2px 0 2px 0;
    float: left;
    margin: 0 0 10px 0;
    color: #8e979b;
    text-transform: none;
    font-size: 13px;
    text-align: left;
}
div.text ul, div.text ol {
    margin-left: 4%;
    float: left;
    width: 96%;
}
div.text li {
    float:none;
    clear:both;
}
div.text table{
    border-collapse:collapse;
}
div.text table td {
    border: 1px solid #8e979b;
    padding: 2px;
}

div.corpo_text{
    color:#8e979b;
    font-size: 12px;
    /*width:175px;*/
    padding:0 5px 0 5px;
}
span.title_sec{
    color:#8e979b;
    font-weight:bold;
    font-size: 13px;
    padding:0;
    margin:0 0 5px 0;
    display:block;
    clear:right;
}
.title_spec{
    color:#8e979b;
    font-weight:bold;
    padding:0;
    margin:0 0 5px 0;
    display:block;
    clear:right;
}
h1.title_spec{
    font-size: 16px;
}
h2.title_spec{
    font-size: 13px;
}
h3.title_spec{
    font-size: 12px;
}
h4.title_spec{
    font-size: 11px;
}
h5.title_spec{
    font-size: 10px;
}
div.corpo_text a{
    font:italic;
    font-weight:bold;
    text-decoration:none;
    color:#e9ad00;
}
div.corpo_text a:hover{
    text-decoration:underline;
}
a .title_spec, .title_spec a{
    text-decoration:none;
}
.title_spec a:hover{
    text-decoration:none;
}
div.parsys_column .section {
    overflow: hidden;
    width: 100%;
}
.sectionmenu h2{
    border:0px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 0 7px;
    width:98%;
    /* height:30px; */
    line-height:22px;
    color:#8e979b;
    font-weight:bold;
    text-transform: uppercase;
}
.sectionmenu a h2,
.sectionmenu h2 a{
    color:#e9ad00;
    text-decoration:none;
}
.sectionmenu a:hover h2,
.sectionmenu h2 a:hover{
    color:#8e979b;
    text-decoration:none;
}
.treeview, .treeview ul {
    padding: 0;
    margin: 0 0 2px;
    list-style: none;
    /*border: 1px solid #888;*/
    border:0px;
    width:100%;
    position:relative;
    top:0;
    left:0px;
}

.treeview ul {margin-top: 4px;}
ul.treeview li ul{border:0px;}
ul.treeview li ul{ background: none;margin: 0 0 0 0;}
.treeview .collapsable-hitarea{
    background: url(clientlibs2/images/treeview-default-aperto.gif) 0px 6px no-repeat;
    height: 16px;
    width: 16px;
    /*
    margin: -5px -5px 0 0;
    float: right;
    */
    cursor: pointer;
    position: relative;
    z-index: 5555;
    left: 190px;
    top: 5px;
    *top:22px;
}

.treeview .semplice ul{
    padding: 0;
    margin: 0;
    list-style: none;
    background: none;

    width:214px;
    position:relative;
    top:0;
    left:0px;
}
ul.semplice{
    padding: 0;
    margin: 20px 0;
    list-style: none;
    background: none;
    border: 0px;
    width:214px;
    position:relative;
    top:0;
    left:0px;
    clear:both;
}
ul.semplice li{
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #89120C;
    background: none;
}
ul.semplice li ul{
    display:none;
}
.treeview .sezione ul{
    padding: 0;
    margin: 0;
    list-style: none;
    background: none;
    width:100%;
    position:relative;
    top:0;
    left:0px;
    clear:both;
    text-transform: none;
}
ul.sezione{
    padding: 0;
    margin: 20px 0;
    list-style: none;
    background: none;
    border: 0px;
    width:100%;
    position:relative;
    top:0;
    left:0px;
    clear:both;
    text-transform: none;
}
ul.sezione li{
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #89120C;
    background: none;
    text-transform: none;
}
ul.sezione li ul{
    display:none;
    text-transform: none;
}



.treeview .expandable-hitarea{
    background: url(clientlibs2/images/treeview-default-chiuso.gif) 0px 7px no-repeat;
    height: 16px;
    width: 16px;
    /*
    margin: -5px -5px 0 0;
    float: right;
    */
    cursor: pointer;
    position: relative;
    z-index: 5555;
    left: 190px;
    top: 5px;
    *top:22px;
}
.treeview li.secmenu-item-li{background:none; float:left;width:100%;}
/* fix for IE6 */
* html .hitarea {display: inline;float:none;}
.treeview li { margin: 0;padding: 3px 0pt 3px 16px; *padding-bottom:-4px; *marginb-bottom:-10px;}
.treeview a.selected {background-color: #467121;}
#treecontrol { margin: 1em 0; display: none; }

.treeview  li li a {
    color: #e9ad00;
    cursor: pointer;
    text-decoration:none;
    font-size: 11px;
    margin: 0px 0px 0px 14px;
}
.treeview  li li a:hover {
    color: #8e979b;
    text-decoration:underline;
    cursor: pointer;
    font-size: 11px;
}
.treeview  a { width:100%; color:transparent; cursor: pointer; text-decoration:none;}

/* inizio formattazione pulsanti padre */

li.secmenu-item-li div[class*=secmenu-item-container] {
    float:left;
    width:100%;

}
li.secmenu-item-li a {
    color: #e9ad00;
    cursor: pointer;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 90%;
    /*height: 30px;*/
    float: left;
    margin: 0 0 0 7px;
    text-transform: none;
}
ul.semplice li div[class*=secmenu-item-container] a{
    color: #e9ad00;
    margin-left:-15px;
    text-decoration:none;
}
ul.sezione li div[class*=secmenu-item-container] a{
    color: #e9ad00;
    margin-left:-15px;
    text-decoration:none;
    width:100%;
    font-weight: normal;
    text-transform: none;
    width:100%;
}
/*
div.secmenu-item-container-1 a:hover, div.secmenu-item-container-2 a:hover, div.secmenu-item-container-3 a:hover, div.secmenu-item-container-4 a:hover{color: #3F81A1; cursor: pointer; text-decoration:none;}
.sectionmenu a.attuale{color: #3F81A1; cursor: pointer; text-decoration:none;}
*/

div[class*=secmenu-item-container] a:hover, div[class*=secmenu-item-container] a:hover, div[class*=secmenu-item-container] a:hover, div[class*=secmenu-item-container] a:hover{color: #8e979b; cursor: pointer; text-decoration:none;}
.sectionmenu a.attuale{color: #8e979b; cursor: pointer; text-decoration:none;}
ul.semplice li div[class*=secmenu-item-container] a:hover{
    text-decoration:underline;}
ul.sezione li div[class*=secmenu-item-container] a:hover{
    text-decoration:underline;text-transform: none;width:100%;}


/* fine formattazione pulsanti padre */

.treeview li { background:none;}
.treeview li.lastCollapsable, .treeview li.lastExpandable { background:none; }
.treeview-red li { background-image: url(clientlibs2/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(clientlibs2/images/treeview-red.gif); }
.treeview-black li { background-image: url(clientlibs2/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(clientlibs2/images/treeview-black.gif); }
.treeview-gray li { background-image: url(clientlibs2/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(clientlibs2/images/treeview-gray.gif); }
.treeview-famfamfam li { background-image: url(clientlibs2/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(clientlibs2/images/treeview-famfamfam.gif); }
.treeview .placeholder {
    background: url(clientlibs2/images/ajax-loader.gif) 0 0 no-repeat;
    height: 16px;
    width: 16px;
    display: block;
}
.filetree li { padding: 0 0 1px 0; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 0px; background:none;display: table-cell;
    vertical-align: middle; display:block !important; float:left; width:99% !important; }
.filetree .sezione span.folder, .filetree .sezione span.file { padding: 1px 0 1px 16px; width:100%; background:none;display: table-cell;
    vertical-align: middle; text-transform: none; }
.sezione span.folder, .sezione span.file { padding: 1px 0 1px 16px; width:100%; background:none;display: table-cell;
    vertical-align: middle; text-transform: none; }
.filetree li.expandable span.folder { background: /*url(clientlibs2/images/folder-closed.gif) 0 0 no-repeat*/ none; }
.filetree span.secmenu-item-center-1 { /*background: url(clientlibs2/images/folder.gif) 0 0 no-repeat;*/background:none; width:100%;}
.topNavigation{
    width: 100%;
    float: left;
}


#navigazione{
    width:100%; /* nel caso dei laici è 960px */
    float:left;
    padding:0;
    margin:0;
    border:0px;
    height:40px;
}

#menu_css_orizzontale{
    padding:0;
    margin:0;
    width: 100%/*69%*/;
    /*float: left;*/
    position:absolute;
    left:0px;
    z-index:10;
    background-color: white;
    height:40px;
    line-height:40px;
    border:0px;
    background-color: #FFFFFF;
    border-bottom-color: #E1E1E1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
#menu_css_orizzontale ul{
    padding:0;
    margin:0;
    height:40px;
    border:0px;
    z-index:5555;
    background:none;
}
#menu_css_orizzontale li{
    position: relative;
    float: left;
    list-style: none;
    margin: 0;
    padding:0;
    border:0px;
    z-index:5555;
}
#menu_css_orizzontale li a{
    color: #8e979b;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    text-align:center;
    text-decoration:none;
    text-transform: uppercase;
    border:0px;
    padding:0 10px;
    height:40px;
    line-height:40px;
    display: block;
    z-index:5555;
}
#menu_css_orizzontale li a.ultimo{
    border:0px;
}

#menu_css_orizzontale li a.attuale {
    color:#e9ad00;
    font-size:14px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
}

#menu_css_orizzontale li a:hover{
    color:#8e979b;
    border:0px;
}
#menu_css_orizzontale ul ul{
    position: absolute;
    top: 38px;
    visibility: hidden;
    z-index:5555;
    border:0px;
    height:auto;
}
/*
#menu_css_orizzontale li li{
position: relative;
float: left;
list-style: none;
margin: 0;
padding:0;
border:0px;
}
*/
#menu_css_orizzontale ul ul li{
    background-color: #ffffff;
    border: 0 none;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 5px;
    position: relative;
    z-index: 5555;
}
#menu_css_orizzontale ul ul li a{
    display: block;
    font-size:12px;
    text-align:left;
    width:200px;
    border:0px;
    z-index:5555;
    height:auto;
    line-height:normal;
}
#menu_css_orizzontale ul ul li a.attuale {
    color:#8e979b !important;
    font-size:12px;
    font-weight: bold;
    text-transform: uppercase;
}
#menu_css_orizzontale ul li:hover ul{
    visibility:visible;
    background-color:#fff;
    background-repeat: repeat;
    height:30px;
    border:0px;
    z-index:5555;
}



/* form ricerca */
#navigazione form{
    padding:0 20px 0px 0px;
    margin:0;
    /*float:right;*/
    position:absolute;
    right:0px;
    z-index:100;
    /*width:30%;*/
    height:40px;
    line-height:40px;
    top:78px;
    font:times new roman;
    /*background-color:#E4E4E4;*/
}
#navigazione form input{
    padding: 0 3px;
    margin:9px 0 0 10px;
    width:120px;
    height: 16px;
    line-height:16px;
    float:left;
    border-left: 1px solid #3F81A1;
    border-top: 1px solid #3F81A1;
    border-bottom: 1px solid #3F81A1;
    border-right:none;
    font-size:13px;
}
#navigazione input[type="submit"]{
    width:17px;
    height:18px;
    line-height:18px;
    margin:9px 0 0 0px;
    padding:0 4px 3px;
    border-right: 1px solid #3F81A1;
    border-top: 1px solid #3F81A1;
    border-bottom: 1px solid #3F81A1;
    border-left:none;
    background:url(clientlibs2/images/lente.png) #ffffff;
    background-repeat: no-repeat;
    font-weight: normal;
    color:transparent;
    float:left;
}
/*GENERAL*/
.text_image,
.text-image{
    padding: 15px;
}
.text_image img,
.text-image img {
    float: left;
    border: 1px solid #E5E5E5;
    margin: 3px 5px 3px 0;
    padding: 0;
}
div.text a{
    color:#e9ad00;
    text-decoration:none;
}
div.corpo_text,
div.corpo-text{
    color:#8e979b;
    font-size: 12px;
    /*width:175px;*/
    padding:0;
    padding:0 5px 0 5px;
}
div.text_image,
div.text-image{
    border:0px;
}
div.corpo_text a,
div.corpo-text a {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #e9ad00;
}

div.corpo_text a:hover,
div.corpo-text a:hover {
    border:0;
    color: #8e979b;
}

/*TEXT IMAGE LEFT HOMEPAGE */

/***** PAGEPREVIEW **/

.cq-colctrl-lt4-c0 .pagepreview {
    width:100%;
    border: 0;
    padding: 0 0 10px 0;
    -webkit-box-shadow: #666 5px 5px 10px;
    -moz-box-shadow: #666 5px 5px 10px;
    box-shadow: #666 5px 5px 10px;
    background: #fff;
    float: left;
    margin: 0 0 20px 0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=8);
}

.title_pric{
    color: #8e979b;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding:0;
    margin:0 0 5px 0;
}
h1.title_pric{
    font-size: 18px;
}
h2.title_pric{
    font-size: 14px;
}
h3.title_pric{
    font-size: 13px;
}
h4.title_pric{
    font-size: 12px;
}
h5.title_pric{
    font-size: 11px;
}

div.corpo_text h1.title_spec,
div.corpo-text h1.title_spec{
    font-size: 18px;
}
div.corpo_text h2.title_spec,
div.corpo-text h2.title_spec{
    font-size: 13px;
}
div.corpo_text h3.title_spec,
div.corpo-text h3.title_spec{
    font-size: 12px;
}
div.corpo_text h4.title_spec,
div.corpo-text h4.title_spec{
    font-size: 11px;
}
div.corpo_text h5.title_spec,
div.corpo-text h5.title_spec{
    font-size: 10px;
}
.cq-colctrl-lt4-c0 .pagepreview h2 {
    width:auto;
    height:auto;
    /*line-height: 30px;*/
    margin: 0;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #8e979b;
    border-bottom: 1px solid #E5E3E3;
    text-align: left;
    text-transform: uppercase;
}

.cq-colctrl-lt4-c0 .pagepreview .text_image .corpo_text,
.cq-colctrl-lt4-c0 .pagepreview .text-image .corpo-text {
    margin: 0;
    padding: 15px;
}
.cq-colctrl-lt4-c0 .pagepreview .text_image .corpo_text h2,
.cq-colctrl-lt4-c0 .pagepreview .text-image .corpo-text h2 {
    border: none;
    text-transform: none;
    color: #8e979b;
}

.cq-colctrl-lt4-c0 .pagepreview .text_image .corpo_text h2 a,
.cq-colctrl-lt4-c0 .pagepreview .text-image .corpo-text h2 a {
    color: #8e979b;
    font-weight: bold;
}

.cq-colctrl-lt4-c0 .pagepreview .text_image .image,
.cq-colctrl-lt4-c0 .pagepreview .text-image .image {
    float: left;
    margin: 2px 8px 5px 2px;
    padding: 0;
}

.cq-colctrl-lt4-c0 .pagepreview .text_image img,
.cq-colctrl-lt4-c0 .pagepreview .text-image img {
    float: left;
    margin: 15px 8px 5px 15px;
}

/***** SECTIONPREVIEW **/
.cq-colctrl-lt4-c0 .sectionpreview,
.cq-colctrl-lt4-c0 .list {
    border: 0;
    padding: 0 0 10px 0;
    -webkit-box-shadow: #666 5px 5px 10px;
    -moz-box-shadow: #666 5px 5px 10px;
    box-shadow: #666 5px 5px 10px;
    background: #fff;
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=8);
}

.cq-colctrl-lt4-c0 .sectionpreview h1,
.cq-colctrl-lt4-c0 .list h2.title_princ {
    /*
    height: 30px;
    line-height: 30px;
    */
    margin: 0 0 5px 0;
    padding: 15px 0 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #8e979b;
    /*
    border-bottom: 1px solid #E5E3E3;
    */
    text-align: left;
    text-transform: uppercase;
}

.cq-colctrl-lt4-c0 .sectionpreview .preview .pagepreview,
.cq-colctrl-lt4-c0 .list .preview .pagepreview {
    border: 0;
    padding: 15px;
    -webkit-box-shadow: #FFF 0px 0px 0px;
    -moz-box-shadow: #FFF 0px 0px 0px;
    box-shadow: #FFF 0px 0px 0px;
    background: #fff;
    float: left;
    margin: 0 0 5px 0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=8);
}

.cq-colctrl-lt4-c0 .sectionpreview .preview .text_image .corpo_text,
.cq-colctrl-lt4-c0 .list .preview .text-image .corpo-text {
    /*float: left;*/
    margin: 0;
    padding: 0;
}

.cq-colctrl-lt4-c0 .sectionpreview .preview .text_image .corpo_text h2 a,
.cq-colctrl-lt4-c0 .list .preview .text-image .corpo-text h2 a {
    color: #8e979b;
    font-weight: bold;
}

.cq-colctrl-lt4-c0 .sectionpreview .preview .text_image .image,
.cq-colctrl-lt4-c0 .list .preview .text-image .image {
    float: left;
    margin: 2px 8px 5px 2px;
    padding: 0;
}

.cq-colctrl-lt4-c0 .sectionpreview .preview .text_image img,
.cq-colctrl-lt4-c0 .list .preview .text-image img {
    float: left;
    margin: 2px 8px 5px 2px;
}

.cq-colctrl-lt4-c0 .sectionpreview .preview li.preview,
.cq-colctrl-lt4-c0 .list .preview li.preview {
    border: none;
    border-bottom: 1px solid #E5E5E5;
    width:100%;
}


/*TEXT IMAGE NEWS HOMEPAGE */
.cq-colctrl-lt4-c1 {
    border: 0;
    padding: 10px 0;
    -webkit-box-shadow: #666 5px 5px 10px;
    -moz-box-shadow: #666 5px 5px 10px;
    box-shadow: #666 5px 5px 10px;
    background: #e9ad00;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=8);
    /*width: 225px;*/
    width: 100%;
    float : left;
    margin: 0 0 20px 0;
    float: left;
}

.cq-colctrl-lt4-c1 .textimage .corpo_text,
.cq-colctrl-lt4-c1 .textimage .corpo-text {
    float: left;
    margin: 5px 10px 10px 10px;
    /*width: 205px;*/
    color: #8e979b;
}

.cq-colctrl-lt4-c1 .text p {
    float: left;
    margin: 0 10px 0 10px;
    padding: 2px 5px;
    /*width: 205px;*/
    color: #ffffff;
}

.cq-colctrl-lt4-c1 .text p a {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #8e979b;
}
.cq-colctrl-lt4-c1 .image img{
    margin:0;
}
.cq-colctrl-lt4-c1 .image{
    margin:0;
    width:100%;
    clear:both;
}
img.virgolette_sx, div.virgolette_sx img{
    float:left;
    margin:0;
    padding:0 0 20px 0;
    clear:both;
}
img.virgolette_dx, div.virgolette_dx img{
    float:right;
    margin:0;
    padding:20px 0 0 0;
    clear:both;
}
/*TEXT IMAGE RIGHT HOMEPAGE*/
/***** PAGEPREVIEW **/

.cq-colctrl-lt4-c2 .pagepreview {
    width:100%;
    border: 0;
    padding: 0 0 10px 0;
    -webkit-box-shadow: #666 5px 5px 10px;
    -moz-box-shadow: #666 5px 5px 10px;
    box-shadow: #666 5px 5px 10px;
    background: #fff;
    float: left;
    margin: 0 0 20px 0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=8);
}

.cq-colctrl-lt4-c2 .pagepreview h2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px 0;
    padding: 0 0 0 5px;
    font-size: 14px;
    font-weight: bold;
    color: #8e979b;
    border-bottom: 1px solid #E5E3E3;
    text-align: left;
    text-transform: uppercase;
}

.cq-colctrl-lt4-c2 .pagepreview .text_image .corpo_text,
.cq-colctrl-lt4-c2 .pagepreview .text-image .corpo-text {
    margin: 0;
    padding: 0;
}
.cq-colctrl-lt4-c2 .pagepreview .text_image .corpo_text h2,
.cq-colctrl-lt4-c2 .pagepreview .text-image .corpo-text h2 {
    border: none;
    text-transform: none;
    color: #8e979b;
}

.cq-colctrl-lt4-c2 .pagepreview .text_image .corpo_text h2 a,
.cq-colctrl-lt4-c2 .pagepreview .text-image .corpo-text h2 a {
    color: #e9ad00;
    font-weight: bold;
}

.cq-colctrl-lt4-c2 .pagepreview .text_image .image,
.cq-colctrl-lt4-c2 .pagepreview .text-image .image {
    float: left;
    margin: 2px 8px 5px 2px;
    padding: 0;
}

.cq-colctrl-lt4-c2 .pagepreview .text_image img,
.cq-colctrl-lt4-c2 .pagepreview .text-image img {
    float: left;
    margin: 2px 8px 5px 2px;
}


.right_thin_thick_thin .text_image,
.right_thin_thick_thin .text-image{
    background-color:#CDD3D3;
    width:85%;
}

/***** SECTIONPREVIEW **/
.cq-colctrl-lt4-c2 .sectionpreview,
.cq-colctrl-lt4-c2 .list {
    border: 0;
    padding: 0 0 10px 0;
    -webkit-box-shadow: #666 5px 5px 10px;
    -moz-box-shadow: #666 5px 5px 10px;
    box-shadow: #666 5px 5px 10px;
    background: #fff;
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=8);
}

.cq-colctrl-lt4-c2 .sectionpreview h1,
.cq-colctrl-lt4-c2 .list h2.title_princ {
    /*
    height: 30px;
    line-height: 30px;
    */
    height:auto;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #8e979b;
    border-bottom: 1px solid #E5E3E3;
    text-align: left;
    text-transform: uppercase;
}

.cq-colctrl-lt4-c2 .sectionpreview .preview .pagepreview,
.cq-colctrl-lt4-c2 .list .preview .pagepreview {
    border: 0;
    padding: 15px;
    -webkit-box-shadow: #FFF 0px 0px 0px;
    -moz-box-shadow: #FFF 0px 0px 0px;
    box-shadow: #FFF 0px 0px 0px;
    background: #fff;
    float: left;
    margin: 0 0 5px 0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=8);
}

.cq-colctrl-lt4-c2 .sectionpreview .preview .text_image .corpo_text,
.cq-colctrl-lt4-c2 .list .preview .text-image .corpo-text {
    /*float: left;*/
    margin: 0;
    padding: 0;
}

.cq-colctrl-lt4-c2 .sectionpreview .preview .text_image .corpo_text h2 a,
.cq-colctrl-lt4-c2 .list .preview .text-image .corpo-text h2 a {
    color: #e9ad00;
    font-weight: bold;
}

.cq-colctrl-lt4-c2 .sectionpreview .preview .text_image .image,
.cq-colctrl-lt4-c2 .list .preview .text-image .image {
    float: left;
    margin: 2px 8px 5px 2px;
    padding: 0;
}

.cq-colctrl-lt4-c2 .sectionpreview .preview .text_image img,
.cq-colctrl-lt4-c2 .list .preview .text-image img {

    float: left;
    margin: 2px 8px 5px 0;
}

.cq-colctrl-lt4-c2 .sectionpreview .preview li.preview,
.cq-colctrl-lt4-c2 .list .preview li.preview {
    border: none;
    border-bottom: 1px solid #E5E5E5;
    width:100%;
}
.cq-colctrl-lt4-c0 div.text_image{
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.footNavigation{
    float:none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.footContainer{
    border-top: #FFFFFF solid 1px;
    float:left;
    width:100%;
}
.footContainer .footNavigation .footnav{
    height:50px;
}
.footContainer .footTextContainer{
    background-color:#EDEFE4;
    border:0;
    height:35px;
    line-height:35px;
    font-size:12px;
    color:#8e979b;
    text-align: right;
    float: left;
    width: 60%;
}
.footContainer .footTextContainer p{
    padding: 0;
    float: right;
    margin: 0;
    color: #8e979b;
    text-transform: none;
    font-size: inherit;
}
.footContainer .footTextContainer a{
    color:#e9ad00;
}
.footContainer .footTextContainer a:hover{
    text-decoration:underline;
}
.footContainer .footSocialContainer{
    border:0;
    float: left;
    width:40%;
}
.footSocialContainer .shareFooter{
    background-color:#EDEFE4;
    border:0;
    height:35px;
    line-height:35px;
    font-size:12px;
    color:#8e979b;
    border:0;
    padding-left:15px;
}
.footSocialContainer .shareFooter a{
    color:#8e979b;
    margin-left:3px;
}
.footSocialContainer .shareFooter a:hover{
    text-decoration:underline;
}
.footSocialContainer .shareFooter img{
    height:16px;
}
.footContainer > div.pdflink{
    position:absolute;
    margin-top:5px;
    top: auto;
    left:702px;
}
.footContainer > div.pdflink > a > img{
    height:16px;
}
div.breadcrumb{
display: none;
}
/* CSS reset */
*{padding:0; margin:0; border:0; outline:0;text-decoration:none; }
*a:hover{text-decoration:none;}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
    text-decoration:none;
}
body{
    background:#ADAEB2;
    background-repeat: repeat;
}
/* logo component */
div.logo {
    height: 100px;
    background-color:white;
}

/* news list component */
div.newslist {
    padding: 14px 8px 20px 8px;
}
div.newslist div.item {
    clear: both;
    padding: 0 0 6px 0;
}
div.newslist a {}
div.newslist b {}
div.newslist span {}

/* teaser component */
img.teaser {
    float:left;
    padding:1px;
    border:1px solid white;
    margin:5px 7px 0 0
}

/* breadcrumb component */
div.breadcrumb {
}
div.breadcrumb A {
}


/* parsys component */
div.par {
    clear: both;
}
div.parsys_column {
    height: 100%;
    width: 100%;
    float: left;
    border: 0;
    vertical-align:top;
    padding: 0;
    margin: 5px 0 5px 0;
}

div.section {
    /* margin-bottom: 13px; */
    margin-bottom:0px;
    /* Property added to avoid IE hasLayout issue on paragraphs
       see #20817 - IE6: div around Drag Components image not big enough
    */
    zoom: 1;
}

div.parsys_column .section {
    overflow:hidden;
    /* width: 100%; */
    float:left;
    display:block;
    clear:both;
}

/* column control layouts */
div.cq-colctrl-cols {width: 100%; float: left; }

div.cq-colctrl-default { width: 100%;}

div.cq-colctrl-lt0 { }
div.cq-colctrl-lt0-c0 { width: 48%; padding-right: 14px;}
div.cq-colctrl-lt0-c1 { width: 49% }

/*
div.cq-colctrl-lt1 { }
div.cq-colctrl-lt1-c0 { width: 34%; padding-right: 14px;}
div.cq-colctrl-lt1-c1 { width: 63%;}

div.cq-colctrl-lt2 { }
div.cq-colctrl-lt2-c0 { width: 31%; padding-right: 14px;}
div.cq-colctrl-lt2-c1 { width: 31%; padding-right: 14px;}
div.cq-colctrl-lt2-c2 { width: 32%; }
*/
/*lt1 sotto l'ho inserito io al posto di quelli commentati */
div.cq-colctrl-lt1 { }
div.cq-colctrl-lt1-c0 { width: 31%; padding-right: 14px;}
div.cq-colctrl-lt1-c1 { width: 31%; padding-right: 14px;}
div.cq-colctrl-lt1-c2 { width: 32%; }


div.cq-colctrl-lt3 { }
div.cq-colctrl-lt3-c0 { width: 46%; padding-right: 14px;}
div.cq-colctrl-lt3-c1 { width: 24%; padding-right: 14px;}
div.cq-colctrl-lt3-c2 { width: 24%; }

div.cq-colctrl-lt4 {padding:0 10px; width:98%; }
div.cq-colctrl-lt4-c0 { width: 30%; margin-right: 11px}
div.cq-colctrl-lt4-c1 { width: 23%; margin-right: 11px }
div.cq-colctrl-lt4-c2 { width: 44% }

div.siv-colctrl-lt5 {}
div.siv-colctrl-lt5-c0 { width: 33%; padding-right: 14px;}
div.siv-colctrl-lt5-c1 { width: 65% }

div.siv-colctrl-lt6 {}
div.siv-colctrl-lt6-c0 { width: 65%; padding-right: 14px;}
div.siv-colctrl-lt6-c1 { width: 33% }


/* search component */
div.search {
    padding:0 1px 0 0;
}

div.searchRight {
    border-left: 1px solid #E7E7E7;
    float: right;
    width: 150px;
    padding-left: 20px;
    padding-bottom: 20px;
}

div.searchTrends {
    text-align: justify;
}

div.searchRight p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

/* text component */
div.text ul {
}
div.text ol {
}

div.text li a {
}

div.sitemap div.linkcontainer {
}
div.sitemap div.linkcontainer div.linkcontainer {
}

div.sitemap div.link {
}

div.sitemap div.link a {
}


/* textimage component */
div.textimage div.image {
    float: left;
    margin: 0 8px 8px 0;
}
.image_left {
    float: left;
}
.image_right {
    float: right !important;
}

/* image component */
div.image img {
    margin: 0 8px 8px 0;
}
/* parabase / title */
img.title {
    display: block;
    border: 0;
    margin-bottom: 8px;
}

/* download component */
div.download div.item {
    clear: both;
    margin: 0 0 8px 0;
}
div.download span.icon {
    float: left;
    width: 32px;
    height: 32px;
}

/* table component */
div.table table {
    border-collapse: collapse;
}
div.table table td {
    padding: 4px;
    border-bottom: 1px solid black;
    padding-right: 3em;
}
div.table table th {
    padding: 4px;
    border-bottom: 1px solid black;
}


div.signin_subtitle {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.signin_create {
    padding-top: 40px;
    padding-bottom: 10px;
}

div.signin_option {
    clear:left;
    float:left;
}

div.signin_element {
    clear:right;
    float:right;
    padding-right:150px;
}

div.signin_element * input{
    width:140px;
}
div.signin_element * .form_leftcol{
    width:90px;
}

div.tagcloud {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* feedlink component */
div.feedlink.text {
    height:20px;
    line-height:20px;
    text-decoration:underline;
    cursor:pointer;
}

a.feedlink.icon {
    background:transparent url(clientlibs2/images/feed.png) 0 3px no-repeat;
    padding-left:20px;
}

a.feedlink.text {
    padding-top:2px;
    padding-bottom:2px;
}

/* comments component */
.comments-count {
    font-size:1.5em;
    font-weight:bold;
}

.comments-count.replies {
    font-size:1em;
}

.comment {
    margin-top:14px;
}

.comment-header {
    font-size:0.75em;
    height:30px;
    line-height:30px;
}

.comment-header a {
    color:#e9ad00;
    text-decoration:none;
}

.comment-header-avatar {
    float:left;
}

.comment-header-avatar img {
    width:24px;
    height:24px;
    margin:2px;
}

.comment-header-meta {
    float:left;
}

.comment-header-time {
}

.comment-header cite {
    float:left;
    margin:0 10px 0 10px;
}

.comment-header cite a {
    font-weight:bold;
}

.comment-body {
    clear:left;
    margin-top:5px;
}

.comment-replies {
}

.comment-replies.tree {
    padding-left:20px;
}

form.comment {
    margin: 0;
    padding: 0;
}

.comment-error {
    font-weight:bold;
}

.comment-info{
    width: 190px;
    margin-bottom:10px;
}

.comment-block {
}

.comment-text-label {
    font-weight: bold;
}

input.comment-text{
    margin: 0 10px 7px 0;
    padding: 2px;
    font-size: 95%;
    display: block;
}

textarea.comment-text {
    margin: 0;
    padding: 0;
    width: 99%;
    height: 100px;
}

.comment-text-label {
}

.comment-spam {
    font-size:1.2em;
    font-weight:bold;
    padding:2px;
    background-color:#c00;
    color:#8e979b
}

/* ratings component */
.ratings .empty {
    background-image:url(clientlibs2/images/ratings_star_empty.png);
}

.ratings .full {
    background-image:url(clientlibs2/images/ratings_star_full.png);
}

.ratings-bar {
    background-repeat:repeat-x;
    height:16px;
}

.ratings-stars {
    width:80px;
    height:16px;
}

.ratings-star {
    float:left;
    background-repeat:no-repeat;
    height:16px;
    width:16px;
}

.ratings-bar.empty {
    width:80px;
}

.ratings-bar.full {
    width:0;
}

.comment-header .ratings-stars {
    float:right;
    height:30px;
    padding-top:6px;
    margin-right:5px;
}

.comment-header {
    clear:both;
}

.comment-header .ratings-bar.empty {
    width:80px;
}

/* version diff */
ins.textAdded {
    color: #8e979b;
}
del.textRemoved {
    color: #8e979b;
}
div.imageRemoved {
    border: 1px solid #c00;
}
div.imageAdded {
    border: 1px solid #c00;
}
img.imageChanged {
    border: 1px solid #c00;
}
img.imageAdded {
    border: 1px solid #c00;
}
img.imageRemoved {
    border: 1px solid #c00;
}
div.pdflink{
    position:absolute;
    top:5px;
    right:5px;
}
body{
font-family: Arial, Helvetica, sans-serif; !important
}
body a, html a, a, a img, img a{
border:0px; !important
}
*a h2{
text-decoration:none;
}
.clear {
clear: both;
}
.mc-field-group{
    color:#8e979b;
}
/* una parte di formattazione è nel file textimage_previews.css della componente textimage */
.sectionpreview ul .title_pric{
    padding:15px 0 0 15px;
}
ul.preview {
    padding: 0;
    margin: 0;
}
li.preview {
    list-style: none;
    display: block;
    border: 1px solid #E5E5E5;
    float: left;
}
li.preview .text-image {
    float: left;
    display: block;
    clear: both;
    margin: 0 3px 10px 0;
    width: 90%;
    border: 0px;
}

div.search {
    padding: 0 1px 0 0;
    width: 100%;
    color: #8e979b;
    text-align: justify;
    font-size: 14px;
}
div.search form{
    display:block;
    clear:both;
    float:left;
    width:98%;
    margin:0 0 20px 0;
}
div.search form input{
    border: 1px solid #D6D4D4;
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 4px 0 0 5px;
    padding: 0 3px;
    width: 350px;
}
div.search form input[type="submit"] {
    width:17px;
    height:17px;
    line-height:17px;
    margin:11px 0 0 3px;
    padding:0 4px 3px;
    border: 0px;
    background:url(clientlibs2/images/lente.png) #ffffff;
    background-repeat: no-repeat;
    font-weight: normal;
    color:transparent;
    float:left;
}
div.searchRight {
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    float: right;
    width: 150px;
    height:100%;
    padding: 0 5px 10px 5px;
    margin:0 0 10px 10px;
    font-size:12px;
}
div.entry-search, div.siv-search {
    line-height: 20px;
    padding:0 5px;
    font-size:12px;
}

.search .siv-search-coldx {
    margin-left: 8px;
    border: 1px solid #dddddd;
    float: right;
    width: 150px;
    padding: 0 5px 10px 5px;
    background-color: white;
    font-size:12px;
}
div.siv-search-coldx p {
    width: 98%;
    margin: 10px 0 0 3px;
    text-align: center;
    font-weight: bold;
}

/************** PAGE ***********/
.mainContent {
    background-color: #edefe4;
    border: 0;
    margin: 0;
    padding: 0px 0px 30px 0px;
    width: 100%;
    float:left;
}

.mainContent .parsys {
    width: 100%;
    float: left;
}



div.text p, div.text li{
    font-size: 13px;
    float: none;
}

/************** THIN THICK THIN PAGE ***********/
.mainContent .left_thin_thick_thin {
    width: 18%;
    float: left;
    padding: 0 0 10px 0;
    -webkit-box-shadow: #666 5px 5px 10px;
    -moz-box-shadow: #666 5px 5px 10px;
    box-shadow: #666 5px 5px 10px;
    background: #fff;
    margin: 30px 10px 20px 10px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=8);
    z-index: 0;
}

.mainContent .center_thin_thick_thin {
    width: 52%;
    float: left;
    padding: 0 0 10px 0;
    -webkit-box-shadow: #666 5px 5px 10px;
    -moz-box-shadow: #666 5px 5px 10px;
    box-shadow: #666 5px 5px 10px;
    background: #fff;
    margin: 30px 0 20px 0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=8);
    z-index: 1000;
    position: relative;
    z-index: 1;
}

.mainContent .center_thin_thick_thin .title {
    border-bottom: 1px solid #E5E3E3;
    margin-bottom: 10px;
    padding-bottom: 4px;
}

.mainContent .center_thin_thick_thin h1 {
    width: 92%;
    margin: 5px 0 0 0;
    padding: 1px 0 0 8px;
    font-size: 24px;
    color: #8e979b;
    /*border-bottom: 1px solid #E5E3E3;*/
    line-height:25px;
    font-weight:normal;
}

.mainContent .center_thin_thick_thin h2 {
    color: #8e979b;
    font-weight: bold;
    font-size: 13px;
    text-transform: none;
}

.mainContent .center_thin_thick_thin p {
    width: 98%;
    margin: 10px 0 0 3px;
}

.mainContent .center_thin_thick_thin a {
    color: #e9ad00;
    text-decoration: underline;
}

.mainContent .center_thin_thick_thin a:hover {
    color: #e9ad00;
    text-decoration: none;
}

.mainContent .center_thin_thick_thin .text_image,
.mainContent .center_thin_thick_thin .text-image {
    float: none;
    border: none;
    padding: 15px;
    margin: 0 5px 15px 0;
    width:93%;
}
.mainContent .center_thin_thick_thin .text{
    float: none;
    width: 98%;
    margin: 0px 5px 0px 0px;
    padding: 0 0px 0 5px;
}
.mainContent .right_thin_thick_thin {
    width: 27.9%;
    float: left;
    margin: 30px 0 20px 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.mainContent .right_thin_thick_thin .parsys, .mainContent .right_thin_thick_thin .parRight {
    width: 100%;
    float: left;
    clear: both;
}

.mainContent .right_thin_thick_thin .parsys .section{
    /*float: none;*/
    float: left;
}

.mainContent .right_thin_thick_thin .addresslist .parsysAddressList .address{
    float: left;
}

.mainContent .right_thin_thick_thin h1{
    color: #8e979b;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0px;
    margin: 0px 0px 0px 15px;
}

.mainContent .right_thin_thick_thin .text_image,
.mainContent .right_thin_thick_thin .text-image{
    float: left;
    background-color: #DAD9C4;
    padding: 15px;
    width: 89%;
    margin: 0px 5px 0px 0px;
    border: 0px;
}

.mainContent .right_thin_thick_thin .text_image .corpo_text,
.mainContent .right_thin_thick_thin .text-image .corpo-text{
    padding: 0px;
}

.mainContent .right_thin_thick_thin .parsys .text{
    /*float: none;*/
    float: left;
    background-color: #dad9c4;
    padding: 15px;
    width: 89%;
    margin: 0px 5px 0px 0px;
    border: 0px;
}
.mainContent .right_thin_thick_thin .parsys .textimage{
    /*float: none;*/
    float: left;
    background-color: #CDD3D3;
    padding: 15px;
    width: 89%;
    margin: 0px 5px 0px 0px;
    border: 0px;
}

/******** TEMPLATE PUBLICATION AND ACCADEMIC *************/
.mainContent .center_thin_thick_thin .parCenterImage {
    float: left;
    margin: 5px 2px 10px 10px;
}
.mainContent .center_thin_thick_thin .parCenterImage img.imageCssClass {
    /*width:130px;*/
}

img.imageCssClass {
    float: left;
    margin: 0px;
}

.mainContent .center_thin_thick_thin .parCenterTextInfo {
    margin: 5px 0;
    padding: 0;
    color: #8e979b;
    font-size: 12px;
    width:290px;
    float: left;
    clear: right;
    min-height: 120px;
}

.mainContent .center_thin_thick_thin .parCenterTextContent {
    margin: 5px 0 10px 8px;
    padding: 2px;
    color: #8e979b;
    font-size: 12px;
    width: 95%;
    float: left;
    clear: both;
}

.mainContent .center_thin_thick_thin .parCenterTextInfo p,.mainContent .center_thin_thick_thin .parCenterTextContent p
{
    margin: 0;
    padding: 0;
}

.mainContent .center_thin_thick_thin .parCenterPreview {
    margin: 17px 0px 10px 0px;
    float: left;
    font-size: 12px;
    width: 55%;
}

.mainContent .center_thin_thick_thin .parCenterDownload {
    margin: 5px 0px 5px 0px;
    float: left;
    font-size: 12px;
}

.mainContent .center_thin_thick_thin .parCenter .preview {
    border: none;
}
.mainContent .center_thin_thick_thin .parCenter .pagepreview {
    width: 97%;
}

.mainContent .center_thin_thick_thin .parCenter .preview .text_image img,
.mainContent .center_thin_thick_thin .parCenter .preview .text-image img {
    margin: 3px 20px 3px 0px;
}

.mainContent .center_thin_thick_thin .parCenter .pagepreview .text_image img,
.mainContent .center_thin_thick_thin .parCenter .pagepreview .text-image img {
    margin: 3px 20px 3px 0px;
}

.mainContent .center_thin_thick_thin .parCenter .pagepreview .corpo_text h2,
.mainContent .center_thin_thick_thin .parCenter .pagepreview .corpo-text h2 {
    margin: 7px 0px 0px 0px;
}

.mainContent .center_thin_thick_thin .parCenter .pagepreview .corpo_text p,
.mainContent .center_thin_thick_thin .parCenter .pagepreview .corpo-text p{
    margin: 0px 0px 10px 3px;
}
.headerbanner .siv-hreflogo{
    display: block;
    height: 109px;
    position: absolute;
    top: 0;
    width: 112px;
    background-image:none;
    z-index:22222;
}
.header{
    float:left;
    width:960px;
    height:109px;
    padding:0;
    margin:0;
    background-color:#fff;
    border:0px;
}

.header_img{
    width: 100%;
    z-index: 30;
    float: left;
    position: absolute;
}

.siv-headerbanner{
    clear:both;
    height:109px;
}

.header img{
    z-index:1;
    position:absolute;
    top:0;
    left:0;
}
.header_sup img{
    z-index:10;
    position:absolute;
    top:0px;
    left:0px;
}

.header_sup_logo img{
    z-index:20;
    position:absolute;
    top:15px;
    left:5px;
    border:0;
}


.header_inf img{
    z-index:5;
    position:absolute;
    top:150px;
    left:0px;
}
.box-socialshare{
padding:0;
margin:0 0 5px 0;
float:left;
display:block;
clear:both;
border:0;
}
.box-socialshare a, .box-socialshare a img{
text-decoration:none;
border:0;
}
.box-socialshare a:hover{
text-decoration:none;
}
.box-socialshare a img, .box-socialshare img a{
text-decoration:none;
border:0;
padding:0;
}
ul.linklist {
    width: 100%;
    font-size: 13px;
    padding: 0;
    list-style: none;
}

ul.linklist li {
    text-decoration: none;
    margin: 0 0 10px 0;
}

ul.linklist li p {
    padding: 0;
    margin: 0 2px 0 0;
}

ul.linklist li a {
    text-decoration: none;
    color: #e9ad00;
}

/**/

.linklist{
    width: 99%;
    float: left;
}

/* --------------- LISTITEM_GALLERY -------------- */
ul.gallery {
    width: 100%;
    font-size: 13px;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    list-style: none;
}

ul.gallery li {
    width: 100%;
    text-decoration : none;
    margin: 0 0 5px 0;
    text-decoration: none;
}

ul.gallery li p {
    padding: 0;
    margin: 0 20px 0 0;
}

ul.gallery li a {
    text-decoration: none;
}

ul.gallery li a:hover {
    text-decoration: underline;
}

ul.gallery span.news-description {
    color: #8e979b;
}


ul.gallery {
    margin: 0 0 0 5px;
    padding: 0;
    list-style: none;
}

ul.gallery li {
    float: left;
    padding: 3px 0 0 0;
    list-style: none;
    background: transparent url(clientlibs2/images/camera.png) no-repeat scroll 0px 0px;
    margin: 3px 0px 10px 0px;
    text-indent: 22px;
}

ul.gallery li .news-date{
    color: #8e979b;
    font-size: 13px;
    font-weight: normal;
}

ul.gallery li a {
    display: block;
    padding: 0;
    margin: 0;
    color: #e9ad00;
}
div.titolo_tagcloud{
width:209px;
}

ul.tagcloud{
    width: 212px;
}
.header_sup_languages{
    padding: 0;
    z-index: 500;
    height: 100px;
    position: absolute;
    top: 0;
    right: 155px;
}

.header_sup_languages a{
    color: #8e979b;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    padding-right: 10px;
    text-decoration:none;
    z-index: 5000;
    float:left;
    padding:0;
    margin:90px 15px 0 0;
}
.header_sup_languages a:hover{
    text-decoration:underline;
}
.header_sup_languages a.current-language { color:#e9ad00; font-weight:bold }


/**
* @file: highslide.css
* @version: 4.1.9
*/
.highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-container table {
    background: none;
}
.highslide {
    outline: none;
    text-decoration: none;
}
.highslide img {
    border: 2px solid silver;
}
.highslide:hover img {
    border-color: gray;
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
    border-color: black;
    visibility: visible;
    cursor: default;
}
.highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: white;
}
.highslide-wrapper, .highslide-outline {
    background: white;
}
.glossy-dark {
    background: #111;
}

.highslide-image-blur {
}
.highslide-number {
    font-weight: bold;
    color: #8e979b;
    font-size: .9em;
}
.highslide-caption {
    display: none;
    font-size: 1em;
    padding: 5px;
    /*background: white;*/
}
.highslide-heading {
    display: none;
    font-weight: bold;
    margin: 0.4em;
}
.highslide-dimming {
    /*position: absolute;*/
    background: black;
}
a.highslide-full-expand {
    background: url(clientlibs2/highslide/graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}
.highslide-loading {
    display: block;
    color: #8e979b;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url(clientlibs2/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #8e979b;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-move, .highslide-move * {
    cursor: move;
}

.highslide-viewport {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: none;
    left: 0;
    top: 0;
}
.highslide-overlay {
    display: none;
}
.hidden-container {
    display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
    position: relative;
    top: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(clientlibs2/highslide/graphics/close.png);
    /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.highslide-gallery ul li {
    display: block;
    position: relative;
    float: left;
    width: 106px;
    height: 106px;
    border: 1px solid silver;
    background: #ededed;
    margin: 2px;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}
.highslide-gallery ul a {
    position: absolute;
    top: 50%;
    left: 50%;
}
.highslide-gallery ul img {
    position: relative;
    top: -50%;
    left: -50%;
}
html>/**/body .highslide-gallery ul li {
    display: table;
    text-align: center;
}
html>/**/body .highslide-gallery ul li {
    text-align: center;
}
html>/**/body .highslide-gallery ul a {
    position: static;
    display: table-cell;
    vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
    position: static;
}

/*****************************************************************************/
/* Controls for the galleries.                                               */
/* Remove these if you are not using a gallery                               */
/*****************************************************************************/
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(clientlibs2/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
    margin: 20px 15px 10px 0;
}
.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(clientlibs2/highslide/graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
    float: left;
    padding: 5px 0;
    margin:0;
    list-style: none;
}
.highslide-controls a {
    background-image: url(clientlibs2/highslide/graphics/controlbar-white.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a.disabled span {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
    cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups                                                */
/* Remove these if you are not using Highslide HTML                          */
/*****************************************************************************/
.highslide-maincontent {
    display: none;
}
.highslide-html {
    background-color: white;
}
.highslide-html-content {
    display: none;
    width: 400px;
    padding: 0 5px 5px 5px;
}
.highslide-header {
    padding-bottom: 5px;
}
.highslide-header ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.highslide-header ul li {
    display: inline;
    padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
    display: none;
}
.highslide-header a {
    font-weight: bold;
    color: #e9ad00;
    text-transform: uppercase;
    text-decoration: none;
}
.highslide-header a:hover {
    color: black;
}
.highslide-header .highslide-move a {
    cursor: move;
}
.highslide-footer {
    height: 16px;
}
.highslide-footer .highslide-resize {
    display: block;
    float: right;
    margin-top: 5px;
    height: 11px;
    width: 11px;
    background: url(clientlibs2/highslide/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
    display: none;
}
.highslide-body {
}
.highslide-resize {
    cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.                            */
/* See www.highslide.com/ref/hs.wrapperClassName                             */
/* You can safely remove the class name themes you don't use                 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
    height: 18px;
    border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
    position: absolute;
    margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
    display: none;
}
.draggable-header .highslide-header .highslide-close {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
    padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(clientlibs2/highslide/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
    background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
    display: none;
}
.draggable-header .highslide-maincontent {
    padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
    height: 18px;
    border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
    position: absolute;
    width: 90%;
    margin: 1px 0 1px 5px;
    color: #666666;
}

.titlebar .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
    display: none;
}
.titlebar .highslide-header li {
    position: relative;
    top: 3px;
    z-index: 2;
    padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
    padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
    display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
    background: white;
}
.wide-border .highslide-image {
    border-width: 10px;
}
.wide-border .highslide-caption {
    padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
    border: none;
}
.borderless .highslide-caption {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
    background: #444;
}
.outer-glow .highslide-image {
    border: 5px solid #444444;
}
.outer-glow .highslide-caption {
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
    background: white;
}
.colored-border .highslide-image {
    border: 2px solid green;
}
.colored-border .highslide-caption {
    border: 2px solid green;
    border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
    background: #111;
}
.dark .highslide-image {
    border-color: black black #202020 black;
    background: gray;
}
.dark .highslide-caption {
    color: white;
    background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
    background-image: url(clientlibs2/highslide/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
    position: absolute;
    padding: 1em 0 0 0;
    background: none;
    color: white;
    border: none;
    font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
    color: #8e979b;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    cursor: default;
    padding: 0 0 0 22px;
    margin: 0;
    background: url(clientlibs2/highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
    width: 105px;
    height: 20px;
    position: relative;
    margin: 0;
    top: -23px;
    left: 7px;
    background: none;
}
.controls-in-heading .highslide-controls ul {
    position: static;
    height: 20px;
    background: none;
}
.controls-in-heading .highslide-controls li {
    padding: 0;
}
.controls-in-heading .highslide-controls a {
    background-image: url(clientlibs2/highslide/graphics/controlbar-white-small.gif);
    height: 20px;
    width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
    display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
    background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
    background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
    background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
    background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
    background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
    background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
    background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
    background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
    background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
    background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
    background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
    background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
    background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
    background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
    background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.                                           */
/* You can safely remove this if you don't use text based controls           */
/*****************************************************************************/

.text-controls .highslide-controls {
    width: auto;
    height: auto;
    margin: 0;
    text-align: center;
    background: none;
}
.text-controls ul {
    position: static;
    background: none;
    height: auto;
    left: 0;
}
.text-controls .highslide-move {
    display: none;
}
.text-controls li {
    background-image: url(clientlibs2/highslide/graphics/controlbar-text-buttons.png);
    background-position: right top !important;
    padding: 0;
    margin-left: 15px;
    display: block;
    width: auto;
}
.text-controls a {
    background: url(clientlibs2/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
    display: block;
    width: auto;
    height: auto;
    text-decoration: none !important;
}
.text-controls a span {
    background: url(clientlibs2/highslide/graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
    display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
    padding: 1px 0 1px 18px;
    color: #e9ad00;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.text-controls .highslide-next {
    margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
    min-width: 0;
    margin: 1px 0;
    padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
    min-width: 0;
}
.text-controls a:hover span {
    color: black;
}
.text-controls a.disabled span {
    color: #8e979b;
}

.text-controls .highslide-previous span {
    background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
    background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
    background-position: 0 -140px;
}
.text-controls .highslide-play span {
    background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
    background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
    background-position: 0 -160px;
}
.text-controls .highslide-pause span {
    background-position: 0 -80px;
}
.text-controls .highslide-next span {
    background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
    background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
    background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
    background: none;
}
.text-controls .highslide-full-expand a.disabled {
    background-position: left top !important;
}
.text-controls .highslide-close span {
    background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.                                                */
/* See www.highslide.com/ref/hs.addSlideshow                                 */
/* You can safely remove this if you don't use a thumbstrip                  */
/*****************************************************************************/

.highslide-thumbstrip {
    height: 100%;
    direction: ltr;
}
.highslide-thumbstrip div {
    overflow: hidden;
}
.highslide-thumbstrip table {
    position: relative;
    padding: 0;
    border-collapse: collapse;
}
.highslide-thumbstrip td {
    padding: 1px;
    /*text-align: center;*/
}
.highslide-thumbstrip a {
    outline: none;
}
.highslide-thumbstrip img {
    display: block;
    border: 1px solid gray;
    margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
    visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
    width: auto;
    /* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
    margin-bottom: 10px;
    cursor: pointer;
    background: url(clientlibs2/highslide/graphics/scrollarrows.png) left center no-repeat;
    height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 25px;
    height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
    margin-bottom: 10px;
    cursor: pointer;
    background: url(clientlibs2/highslide/graphics/scrollarrows.png) center right no-repeat;
    height: 42px;
}
.highslide-thumbstrip-horizontal table {
    margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
    margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
    width: auto;
    height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
    top: 47px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
    overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
    height: 100%;
}
.highslide-thumbstrip-vertical a {
    display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
    margin-left: 10px;
    cursor: pointer;
    background: url(clientlibs2/highslide/graphics/scrollarrows.png) top center no-repeat;
    height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
    margin-left: 10px;
    cursor: pointer;
    background: url(clientlibs2/highslide/graphics/scrollarrows.png) bottom center no-repeat;
    height: 25px;
}
.highslide-thumbstrip-vertical table {
    margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
    width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
    left: 0;
    margin-top: 8px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
    border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
    overflow: auto;
}
.highslide-thumbstrip-float ul {
    margin: 2px 0;
    padding: 0;
}
.highslide-thumbstrip-float li {
    display: block;
    height: 60px;
    margin: 0 2px;
    list-style: none;
    float: left;
}
.highslide-thumbstrip-float img {
    display: inline;
    border-color: silver;
    max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
    border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
    display: none;
}
.highslide-thumbstrip-float .highslide-marker {
    display: none;
}
ul.previewlist{
margin:0 0 5px 0;
padding:0;
list-style:none;
}
ul.previewlist li div.text
{
float:left;
}
ul.previewlist a,  ul.previewlist a h1{
text-decoration:none !important;
}

ul.previewlist li{
float:left;
width:100%;
margin:0 0 5px 0;
/*
border:0;
padding: 0 0 10px 0;
    -webkit-box-shadow: #666 5px 7px 9px;
    -moz-box-shadow: #666 5px 7px 9px;
    box-shadow: #666 5px 7px 9px;
    background: #fff;
    */
    /* behavior: url(/PIE.htc); */
    /*
    margin: 0 0 15px 0;
filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=8);
    z-index: 1000;
    position: relative;
    */
}
ul.previewlist li.first{
border-bottom: 4px solid #E5E3E3;
}
ul.previewlist li.item{
border-bottom: 4px solid #E5E3E3;
}
ul.previewlist li.last{
border:0;
margin:0 0 0 0;
}
ul.previewlist li h2{
clear:right;
}
ul.previewlist li img{
margin:0 10px 5px 5px;
float:left;
}
ul.previewlist li.last img{
margin:0 10px 1px 5px;
float:left;
}
ul.previewlist li div.corpo_text{
float:left;
width:30%;
padding:0;
margin:0;
}
ul.previewlist li div.text div.corpo_text p{
padding:0;
margin:0;
}
.sectionmenu{
    width: 99%;
    float: left;
    margin:0;
}
