@charset "UTF-8";
#visore h1 {
	color: white;
        background-color: transparent;
	font-size: 15px;
	font-weight: bold;	
	margin-bottom: 4px;
	text-transform: uppercase;
        float: none;
}

#visore .tab_container h3 {
	font-size: 12px;
	color: #8abdf1;
}

#visore .tab_container p {
	/*font-size: 11px;	*/
}

/***** TAB items *****/
ul.tabs {
	margin:0px 0px 0px 20px;
	padding:0;
	float: left;
	list-style: none;
	height: 22px;
	/*border-bottom: 1px solid #999;*/
	/*border-left: 1px solid #999;*/
	width: 90%;	
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	/*height: 20px;
	line-height: 20px;*/
	/*border: 1px solid #999;*/
	/*border-left: none;*/
	/*overflow: hidden;*/
	/*position: relative;*/
	/*background: #e0e0e0;*/	
}

ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0px 4px 0px 11px;
	/*border: 1px solid #fff;*/
	background: url(../img/tab-blue-left.jpg) no-repeat scroll left top transparent;
	height: 20px;
	outline: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.tabs li a span {
	background: url(../img/tab-blue-right.jpg) no-repeat scroll right top transparent;
	padding: 4px 18px 10px 6px;
	display: block;
	/*height: 20px;*/ 
}

ul.tabs li.active a {
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	padding: 0px 4px 0px 11px;
	/*border: 1px solid #fff;*/
	background: url(../img/tab-left.jpg) no-repeat scroll left top transparent;
	height: 20px;
}

ul.tabs li.active a span {
	background: url(../img/tab-right.jpg) no-repeat scroll right top transparent;
	padding: 4px 18px 10px 6px;
	display: block;
	/*height: 20px;*/ 
}

ul.tabs li.active a:hover {
	color: #003366;
}

ul.tabs li a:hover {
	/*background: #ccc;*/
	/*text-decoration: underline;*/
	color: #8ACFFF;
}

html ul.tabs li.active, html ul.tabs li.active a:hover {
	/*background: #fff;*/
	/*border-bottom: 1px solid #fff;*/	
}


/******* TABS ********/

.tab_container {
	border: 1px solid #c2d0de;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #ececec;	
}

.tab_content {
	padding: 3px 3px 4px 3px;
	font-size: 1.2em;	
	/*background-image: url(../img/bkg-visore.jpg);*/
	background-position: left;
	background-repeat: repeat-x;
}



/************* VISORE ******/

.main_image {
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h3 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 12px;
    color: #262626;
    font-weight: normal;
  
}
.main_image .block small {
	margin-left: 10px;
	color: white;
}

.main_image .desc{
    position: absolute;
    top: 0;
    right: 0; /*-- Stick the desc class to the bottom of our main image container --*/
    width: 238px;
    height: 259px;
    display: none; /*-- Hide description by default, if js is enabled, we will show this --*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
    height: 259px;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(../img/btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}

.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: left;
    width: 248px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 8px 8px;
    background: #f0f0f0 url(../img/nav_a.gif) repeat-x;
    width: 230px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
    font-size: 12px;
    line-height: 1.3em;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h3 {
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 0px;
    padding: 0;
    width: 234px;
    margin-top: 4px;
}
.image_thumb ul li p{
	color: #262626;
    font-weight: normal;
 
}/*--Hide the description on the list items--*/

.image_thumb ul li a{
    text-decoration: none;
    color: #073374;
    font-size: 14px;
}

#myAlternativeContent{
    background-color: #F0F0F0;
    overflow: hidden;
}

#alternativeContent{
    
}

.visore-desc {
        
}

.visore-desc p {
	font-size: 12px;	
	line-height: 1.3em;
        padding-right: 5px;
}

.visore-desc img{
    float:left; 
    width: 464px; 
    height: 261px; 
    margin-right: 7px;
}

.visore-desc .descBreve {
	display: none;	
}

.visore-desc h2 {
	margin-bottom: 8px;
        margin-top: 8px;
	font-size: 16px;
        line-height: 1.3em;
        color: #94BDDD;
}

.visore-desc p.link{
    margin-top: 10px;
}

.visore-desc p a{
    color: #FFF; 
    text-decoration: none; 
    text-transform: uppercase;
}

.image_thumb ul li .linkToNews {
 	display: none;
}

.linkToNews {
	display: block;	
}

.image_thumb ul li h3 {
	display: none;	
}
  
.image_thumb ul li .descLunga {
	display: none;	
}        

ul.content li.selected{
    background-color: #94BDDD;
}

ul.content li{
    height: 60px;
}