/* GENERAL STYLES */
#divilopProducte {
    list-style:none;
	width: auto;
        height: 0px;
	padding: 3px;
        margin: 0px;
}

#divilopProducte li {
    float:left;
    width: auto;
    margin: 0px 0px 0px 0px;
    border: 2px;
    padding: 2px 0px 2px 0px;
}


div.tabArea {
  font-size: 100%;
  font-weight: bold;
}

a.tab {
  background-color: #f0f0f0;
  border: 1px solid #909090;
  border-bottom-width: 0px;
  padding: 2px 1em 4px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  z-index: 100;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: white;
  color: #000000;
  z-index: 102;
}

div.imgProducte {
  width: auto;
  height: 82px;
}

img.imgProducte {
  margin: 0px;
  width: auto;
  height: 82px;
  align: right;
  padding: 0px;
}

div.tabMain {
  width: auto;
  padding: 1em;
  min-height:80px;
}

div.tabIframeWrapper {
  border-top: 1px solid #909090;
  margin-top:15px;
  position: relative;
  z-index: 101;
}

div.ralletaEsquerra {
  min-height:10px;
  border-left: 1px solid #909090;
  position : absolute;
  top: 0px;
  left:0px;
}

div.ralletaDreta {
  min-height:70px;
  border-right: 1px solid #909090;
  position : absolute;
  top: 0px;
  right:0px;
}

iframe.tabContent {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  width: 100%;
}

div.textProducte {
}


table.tbEspecificacions {
  border-collapse:collapse;
}

table.tbEspecificacions caption {
  background-color: #e0e0e0;
  padding:4px;
  text-align: left;
  font-weight:bold;
  border-top:1px solid black;
  border-bottom:1px solid black;
}

table.tbEspecificacions thead {
  background-color: #c0c0c0;
}

table.tbEspecificacions thead {
  background-color: #e0e0e0;
  padding:4px;
}

table.tbEspecificacions thead th,
table.tbEspecificacions thead td {
  padding:4px;
  font-weight: bold;
  border-top:1px solid black;
  border-bottom:1px solid black;
}

table.tbEspecificacions thead th {
  border-right:1px dotted #c0c0c0;
}


table.tbEspecificacions tbody td,
table.tbEspecificacions tbody th {
  border-bottom:1px solid black;
  vertical-align:top;
  padding:4px;
}

table.tbEspecificacions tbody th {
  border-right:1px dotted #c0c0c0;
}

table.tbEspecificacions tbody td p,
table.tbEspecificacions tbody th p,
table.tbEspecificacions thead th p,
table.tbEspecificacions thead td p {
  padding: 0px;
  margin: 0px;
  vertical-align:top;
}





/* EDITOR PROPERTIES */
