.productsheet{
width:100%;
}
.productsheet .panelbox{
width:100%;
}
.productsheet .desc{
padding:0 11px 5px 0;
}
.productsheet .panel{
border:1px solid #e8eae0;
border-top:0;
background-color: #fffff5;
padding:12px 10px 20px 10px;
}

.productsheet .tabs{
border-top:0;
background:url(http://www.zitralia.com/es/templates/zitralia/images/tab_bg.gif) repeat-x bottom;
margin:0;padding:0 0 4px 6px;
}
.productsheet .tabs li{
list-style-type:none;
display:inline;
margin:0;padding:0;
}
.productsheet .tabs a:link,.productsheet .tabs a:visited{
padding: 2px 5px 3px 5px;
margin-right: 3px;
border:1px solid #d1e9c4;
background:white;
text-decoration: none;
color:#8aa222;
}
.productsheet .tabs a:hover{
color:#4e4e4e;
background:#fcfdda;
}
.productsheet .tabs a.selected:link, .productsheet .tabs a.selected:visited{
background:#fffff5 url(http://www.zitralia.com/es/templates/zitralia/images/tab_line.gif) repeat-x top;
border-top:0;
border-bottom-color:#fffff5;
padding-top:5px;
padding-bottom:3px;
color:#666;
font-weight:bold;
}

.productsheet p{
margin: 0 0 6px 0;
}

a.buttonlinkpdf{
font-family:Arial;
color:#808080;
font-size:11px;
display:block;
float:left;
padding:0 5px 20px 32px;
text-decoration:none;
background: url(http://www.zitralia.com/es/templates/zitralia/images/icon32_pdf.gif) no-repeat 1px 6px;
}

a.buttonlinkform{
font-family:Arial;
color:#808080;
font-size:11px;
display:block;
float:left;
padding:0 5px 20px 32px;
text-decoration:none;
background: url(http://www.zitralia.com/es/templates/zitralia/images/icon32_form.gif) no-repeat 8px 6px;
}

a.buttonlinkpdf strong,a.buttonlinkform strong{
font-size:16px;color:gray;font-weight:bold;
margin-left:-1px;
}

a.buttonlinkpdf:hover, a.buttonlinkform:hover{
color:gray;
text-decoration:none;
}
a.buttonlinkpdf:hover strong, a.buttonlinkform:hover strong{
color:black;
}
.productsheet div.yellow,
.productsheet .tabs li.yellow a:visited ,.productsheet .tabs li.yellow a:visited {
background-color:#ffffc7;
}


.productpic{
float:right;
margin-left:17px;
margin-right:-10px;
}
.desc h2{
margin:4px 0 6px -1px
}



/*FIX FOR CSS FLOATS*/
.productsheet:after , .panelbox:after , .desc:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.productsheet, .panelbox, .desc {display: inline-table;}

/* Hides from IE-mac \*/
* html .productsheet, * html .panelbox, * html .desc {height: 1%;}
.producthseet,.panelbox,.desc {display: block;}
/* End hide from IE-mac */