﻿.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: inline;
margin: 0;


}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
margin-left: 0px;
border: 1px solid gainsboro;
color: black;
text-transform:capitalize;
background: #f3f3f3;

/*background: white url(../dhtml/tab/shade.gif) top left repeat-x;*/
/*background:#DAE0D2 url("../images/right.gif") no-repeat left top;*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;

}

.shadetabs li.selected a{ /*selected main tab style */
background-color:white;
border-bottom-color: white;
font-weight:bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/********************************/
/*stile tab per pagina products*/
/********************************/

.shadetabsProducts{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabsProducts li{
display: inline;
margin: 0;


}

.shadetabsProducts li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
margin-left: 0px;
border: 1px solid gainsboro;
color: black;
text-transform:capitalize;
background: #f3f3f3;

/*background: white url(../dhtml/tab/shade.gif) top left repeat-x;*/
/*background:#DAE0D2 url("../images/right.gif") no-repeat left top;*/
}

.shadetabsProducts li a:visited{
color: #2d2b2b;
}

.shadetabsProducts li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabsProducts li.selected{
position: relative;
top: 0px;

}

.shadetabsProducts li.selected a{ /*selected main tab style */
background-color:white;
border-bottom-color: white;
font-weight:bold;
}

.shadetabsProducts li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyleProducts{
	border: 1px solid gainsboro;
	width: 96%;
	height: 130px;
	margin-bottom: 1em;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;	
	background-color:white;
	
}


.tabcontentstyleUsedMachines{
	border: 1px solid gainsboro;
	width: 290px;
	height: 230px;
	margin-bottom: 1em;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;	
	background-color:white;
	
}


/********************************/
/********************************/

.tabcontentstyle{ /*style of tab content container*/
border: 1px solid gainsboro;
width: 95%;
height: 450px;
margin-bottom: 1em;
padding-top: 4px;
padding-right: 4px;
padding-left: 4px;
/*background-color:#f4f3ed;*/
background-color:white;
overflow:auto;

}

.tabcontent{
display:none;
}
.testoTab{
color:Black;	
padding:5px;
text-align:left;
vertical-align:top;
}
.imgwithborder_Left {
	border: 1px solid black;
	margin: 4px 6px 0px 0px;
	
}
.tblImageTab{
	border: solid 1px gainsboro;
	width:215px;	
}
.tdEnlargeImage{
	background-color:whitesmoke;
	color:orangered;
	border-top: 1px solid gainsboro;
	padding:5px;
}

.tblTechData{
	border: 1px solid gainsboro;
	background-color:ivory;
	font-size:90%;	
}
.tblTechData td{
	border: 1px solid gainsboro;	
}

.tdAlternatingTblTechData{
	border: 1px solid gainsboro;	
}

@media print {
.tabcontent {
display:block!important;
}
}


/**************************************/
#header {
  float:left;
  width:100%;
  background:#DAE0D2 url("../images/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background: url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background: url("../images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image: url("../images/left_on.gif");
  }
#header #current a {
  background-image: url("../images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
  
