.offerte_contentwrapper{
position: relative; /* Do not change this value */
width: 482px;
height: 197px;  /*193px*/
border: 0px solid #687C98;
overflow: hidden;
}

.offerte_content{ 
position: absolute; /* Do not change this value */
background: white;
padding-top: 6px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 6px; /* Top distnace*/
visibility: hidden;
width: 482px;
}

/*Navigation bar style*/
.offerte_contenttoggler{ 
width: 200px;
height: 20px;
vertical-align:middle;
margin-top: 0px;
text-align: center;
}

.offerte_contenttoggler a{ 
display: inline-block;
border: 0px;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.offerte_contenttoggler a.selected{ 
    width:12px;
    height:26px;
    vertical-align:middle;
background-image: url('images/H_Consig_R2.png');
background-repeat:no-repeat;
background-position:center;
}

.offerte_contenttoggler a.toc
{
    width:12px;
    height:26px;
    vertical-align:middle;
    background-image: url('images/H_Consig_R1.png');
    background-repeat:no-repeat;
    background-position:center;
}

.offerte_contenttoggler a.toc.selected
{
    width:12px;
    height:26px;
   vertical-align:middle;
background-image: url('images/H_Consig_R2.png');
background-repeat:no-repeat;
background-position:center;
}


.offerte_contenttoggler a.prev
{
    width:16px;
    height:26px;
     vertical-align:middle;
    background-image: url('images/H_Consig_P.png');
    background-repeat:no-repeat;
    background-position:center;
    
}
.offerte_contenttoggler a.next
{
    width:16px;
    height:26px;
   vertical-align:middle;
    background-image: url('images/H_Consig_N.png');
    background-repeat:no-repeat;
    background-position:center;
}
