

body {
	background-color: #FFFBEE;
	margin: 0 0 10px;
	color: #fffeff;
}
td {
	color :#666;
	font: 12px/15px Georgia, "Times New Roman", Times, serif, Helvetica, sans-serif;
}
#logo {
	z-index: 10;
	top: 20px;
	position: relative;
	margin-left: 30px;
}
.cellaTop {
	vertical-align: top;
	text-align: right;
	padding-top: 8px;
}
a:link {
	color: #333;
	text-decoration: underline;
}
  .campiform {
  border:1px solid #666666; width: 180px; 
  font-family: tahoma; 
  color: #ffffff; 
  font-size: 11px;
  background: #333;
  }
  
  .textareas {
  border:1px solid #666666;
  width: 180px; 
  font-family: tahoma; 
  color: #ffffff; 
  font-size: 11px;
  background: #000000;
  }
  
  .button {
  border:1px solid #FFFFFF;
  font-family: Helvetica, sans-serif; 
  color: #FFF; 
  font-size: 12px;
  background: #666;
  }

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;

}
.menu {
vertical-align: middle;
text-align: left;
/*border-bottom: 1px solid #666666;*/
height: 24px;
}
.finestreHome {
vertical-align: top;
text-align: left;
}
.finestreHome2 {
vertical-align: top;
text-align: left;
padding-left:3px;
}

.finestraNuovo a:link {
  color: #F18626;
  text-decoration: underline;
}
.finestraNuovo a:active {
  color: #F18626;
  text-decoration: underline;
}
.finestraNuovo a:visited {
  color: #F18626;
  text-decoration: underline;
}
.finestraNuovo a:hover{
  color: #FFFFFF;
  text-decoration: underline;
}
.finestraUsato a:link {
  color: #F4BD12;
  text-decoration: underline;
}
.finestraUsato a:active {
  color: #F4BD12;
  text-decoration: underline;
}
.finestraUsato a:visited {
  color: #F4BD12;
  text-decoration: underline;
}
.finestraUsato a:hover{
  color: #FFFFFF;
  text-decoration: underline;
}
.finestraUsato img {
	margin-bottom: 15px;
}
.finestraNuovo img {
	margin-bottom: 15px;
}
.pcontatti {
	margin-top: 15px;
}

.bottom {
vertical-align: top;
text-align: center;
border-top: 1px solid #999;
height: 30px;
	padding-top: 10px;
}
.navigatoreTop {
 color: #F18626;
 font-weight: bold;
 font-size: 14px;
}
.titoloProdotto {
vertical-align: middle;
text-align: left;
background-color: #454C4F;
 color: #F18626;
 font-weight: bold;
 font-size: 14px;
 height: 25px;
 padding-left: 5px;
}
#nav {
 color: #FF6600;
 font-size: 12px;
}
#nav a:link {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
#nav a:visited {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
#nav a:active {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
#nav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;

}
.titoloP {
color: #333333;
font-size: 14px;
height: 25px;
font-weight: bold;
vertical-align: middle;
padding-left: 5px;
border-bottom: 1px solid #EEEEEE;
}

.full-box {
	background:#FFF;
	float:left;
	width:100%;
}

.carousel_box {
	border-bottom: 1px solid #FFF;
	background:#FFF;
	height: 220px;
}

.carousel_box2 {
	border-top: 1px solid #ADABA1;
	border-bottom: 1px solid #FFFBEE;
	padding-top:10px;
	height:220px;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 790px;
	height: 378px; /*Height should enough to fit largest content's height*/
	margin:0 auto;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0; /*margin around each panel*/
	width: 790px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

