.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:234px;
}


.shadetabs li{
display: inline;
margin: 0;
text-align:center;
}


.shadetabs li a{
text-decoration: none;
padding: 3px 12px !important;
padding: 3px 15px;
/* border: 1px solid #b0ced9; */
color: #FFF;
margin-right:-3px;
background: white url('/root/i/sfondo_linktabs.jpg') top left repeat-x;
border-left:1px solid #c477e7;
border-right:1px solid #c477e7;
/*border-right:1px solid #d09705;
border-left:1px solid #d09705; */
letter-spacing: 0px !important;
letter-spacing: -1px;
}

/*.shadetabs li a:visited{
color: #639615;
} */

.shadetabs li a:hover{
text-decoration:underline;
color: #FFF;
}

.shadetabs li.selected{
position: relative;
color:#639615;
top: 1px;
}



.shadetabs li.selected a{ /*selected main tab style */
background:#FFFFFF url('/root/i/sfondo_linktabswhite.jpg');
padding-top:5px;
color:#639615;
border-left:1px solid #c477e7;
border-right:1px solid #c477e7;
border-top:1px solid #c477e7;
/*border: 1px solid #c477e7; 
border-bottom-color: white; */

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #c477e7;
width: 233px;
margin-bottom: 1em;
clear:both;
float:left;
background:url('/root/i/sfondo_tabs.jpg');
background-position:bottom;
background-repeat:repeat-x;
height:175px;
}

.tabcontent{
display:none;
}

img#imgtabcontent{
float:left;
}

div#tcontent1 a
{
color:#b083c6;
text-decoration:none;
font-weight:bold;
}

div#tcontent1 img
{
float:left;
margin-left:6px;
margin-right:8px;
}

div#tcontent1 p
{
margin-right:8px;
margin-top:15px;
margin-left:6px;
}



div#tcontent2 a
{
color:#b083c6;
text-decoration:none;
font-weight:bold;
}

div#tcontent2 img
{
float:left;
margin-left:6px;
margin-right:8px;
}

div#tcontent2 p
{
margin-right:8px;
margin-top:15px;
margin-left:6px;
}


div#tcontent3 a
{
color:#b083c6;
text-decoration:none;
font-weight:bold;
}

div#tcontent3 img
{
float:left;
margin-left:6px;
margin-right:8px;

}

div#tcontent3 p
{
margin-right:8px;
margin-top:15px;
margin-left:6px;
}

@media print {
.tabcontent {
display:block!important;
}
}