﻿div#approfondimento
{
    padding-top: 10px;
    padding-bottom: 0px;
}

#contentGallery {
    height:350px;
    width:516px;
}
#contentGallery #dettaglio_foto {
    background:transparent url(/public/img/loader.gif) no-repeat scroll 50% 50%;
    height:280px;
    width:516px;
}
#contentGallery #fotoBig {
    float:left;
    height:277px;
    margin:0 15px 0 0;
    width:365px;
}
#contentGallery #fotoBig img {
    float:left;
}
#contentGallery #fotoDesc {
    float:left;
    height:249px;
    margin:0;
    width:134px;
    padding-top: 10px;
    text-align:left;
}
#contentGallery #fotoDesc span {
    font-size:10px;
    margin:0;
    padding:0;
}
#contentGallery #label {
    float:left;
    line-height:13px;
    margin:0;
    padding:0;
    width:512px;
}
#contentGallery #label span {
    font-size:9px;
}
#contentGallery #thumb {
    background:#BDBB98 none repeat scroll 0 0;
    float:left;
    height:62px;
    /*pice*/
    width:520px;
}
#contentGallery #thumb #prev 
{
    float:left;
    width: 40px;
    height: 62px;
    background-image: url('prev.jpg');
    background-repeat: no-repeat;
}
#contentGallery #thumb #next {
    float:right;
    width: 40px;
    height: 62px;
    background-image: url('next.jpg');
    background-repeat: no-repeat;    
}
#contentGallery #thumb #thumbImg {
    float:left;
}
#contentGallery #thumb #thumbImg ul {
    margin:0;
    padding:0;
}
#contentGallery #thumb #thumbImg ul li {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:3px 3px 0 0;
    padding:0;
    /*edit pice*/
    width: 70px;
    height: 56px;
    /*overflow:hidden;*/
}
#contentGallery #thumb #thumbImg ul li img {
    border:1px solid #D1D0B7;
    cursor:pointer;
    /*pice*/
    margin-left: -10px;
    margin-top: -5px;
    /*width: 90px;*/
}


/**** specific for jquery-ui tabs theme ****/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: right;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
}
.ui-tabs-nav a {
    padding:0 0 0 12px;
    background:url('sfondo_tabs_right.gif') no-repeat 0 -54px;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */
    line-height: 20px;    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #0F1E00;
}
.ui-tabs-nav a:hover {background-position: 0 -27px;}

.ui-tabs-nav .ui-tabs-selected a {
    position:relative;
    top:1px;
    color: #696B55;
    background-position: 0 0;
    z-index:20;
}
.ui-tabs-nav a span {
    padding-right: 12px;
    background:url('sfondo_tabs_left.gif') no-repeat 100% -54px;
		font-weight:bold;
		font-size:13px;
}
.ui-tabs-nav a:hover span {background-position: 100% -27px;}
.ui-tabs-nav .ui-tabs-selected a span {
    background-position:100% 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #BDBB98;
    padding: 5px 10px 10px 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
    min-height:380px;
}

/*.ui-tabs-panel .scroller 
{
    padding-right:20px; 
    max-height:380px;
    overflow-y:auto; 
    overflow-x:hidden;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

div.scroller
{
    max-height: 378px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 8px;
}
