﻿.mainProductContainer
{
    min-height: 760px;
    padding: 40px 40px 0;
}

.mainProductContainer h2
{
    margin: 0;
    padding: 0;
}
.productLeft
{
     float: left;
      width: 250px;
}
.composite-content-container
{
    min-height: 600px;
    width:100%;
}

.productLeft ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: white; 
}

.productLeft .firstNavigation ul li, .productLeft .secondNavigation ul li
{
    font-size: 13px;
    height: 35px;
    text-transform: uppercase;
    vertical-align:bottom;
}

.productLeft .firstNavigation ul li:hover, .productLeft .secondNavigation ul li:hover
{
    font-weight:bolder;
    background-color:#D6D6D6;
    color:#386EA3 ;
}

.productLeft ul li a
{
    text-transform: uppercase;
    color: #0D0D0D;
    text-decoration: none;    
    display: block;  
    height:100%;
    padding-left:30px;  
}
.productLeft ul li a:hover
{
    color: #386EA3;
}

.img-row-main,.img-row-sub
{   
    background-position: 10px 6px;
    background-repeat: no-repeat;
    height:100%;    
}

a.selectedLink .img-row-main
{
background-image: url("../images/products/img-row-main-selected.png");
}

.img-row-main
{
     background-image: url("../images/products/img-row-main.png");
    padding-left: 40px;
    padding-top: 3px;
}

a.selectedLink .img-row-sub
{
background-image: url("../images/products/img-row-sub-selected.png");
}

.img-row-sub
{
    background-image: url("../images/products/img-row-sub.png");
    background-position: 10px 11px;
}

.img-row-sub span
{
    padding-left:25px;
    padding-top:8px;
    display:block;
}

.productLeft ul li a.selectedLink
{
    color: #386EA3;
    font-weight:bold;
}

.productLeft ul li b
{
    font-size: 14px;
}

.productRight ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.productRight
{
    background-color: White;
    
    margin-left: 300px;
    
}


.firstNavigation, .secondNavigation
{
    /*box-shadow: 2px 2px 2px #000000;*/
    margin-bottom: 20px;
    color: Black;
    background-color:#999999;
}

.firstNavigation h2, .secondNavigation h2
{
    height: 48px;
    background-color:Black;
    background: url("../images/products/back-maincat.png") repeat-x scroll 0 0 transparent;
    text-shadow: 2px 2px 4px black;
}

.firstNavigation h2 a, .secondNavigation h2 a
{
    color: White;
    display: block;
    font-size: 18px;
    height: 48px;
    padding-top: 10px;
    text-transform: uppercase;
}

.firstNavigation h2 a.selectedLink , .secondNavigation h2 a.selectedLink
{
    color:#386EA3 ;
    font-weight:bolder;
}

.smaller{font-size:13px;}

.invisible
{
    display: none;
}

.itemContent
{
    float: left;
    height: 140px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 98%;
}
.itemProductContent,.itemArticleContent
{
    max-height: 600px;
    overflow: auto;
    background-color: White;
    width: 100%;
    
}
.firstNavigationContent,.secondNavigationContent{
padding:0 15px 0 15px;
}

.itemProductContent ul
{
    margin: 0;
    padding: 0;
}
.itemProductContent li
{
    display: block;
    float: left;
    height: 160px;
    padding-top: 10px;
    width: 100%;
}

.imgContainer
{
    float: left;
    height: 110px;
    margin-top: 15px;
    width: 110px;
}
.itemProductContent .leftItemContent
{
    
    height: 100%;
    padding-left: 10px;
    /*float: left;
    width: 690px;*/
}
.itemProductContent .leftItemContent p
{
    display: block;
    float: left;
    font-size: 12px;
    padding-left: 15px;
    width: 95%;
}

.itemProductContent .leftItemContent h2
{
    color: #646464;
    font-size: 15px;
    margin: 5px 0 0 5px;
    padding: 0;
}

.itemProductContent .leftItemContent h3
{
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin: 5px 0 0 5px;
    padding: 0 0 0 15px;
}

a.brochureLink
{
    background: url("../images/brochure-prodotti.png") no-repeat scroll right center transparent;
    float: right;
    height: 30px;
    position: relative;
    right: 30px;
    top: -25px;
    width: 80px;
}


.item-separator
{
    border-bottom: 1px dotted black;
    margin-left: 35px;
    width: 90%;
    height: 0px;
}

.bottom-page
{
      background: url("../images/bottom-page-products.png") no-repeat scroll left top transparent;
    height: 54px;
   
    margin-top: -50px;
    position: relative;
    top: 50px;
    
}



