﻿a
{
  text-decoration:none;
  color: #E6690D;
}
a:hover
{
  text-decoration: none;
  color: #5388D4;
}
hr
{
  border: 0;
  height: 1px;
  color: #C1C1C1;
  background-color: #C1C1C1;
}

.large_text
{
	font-family:Arial;
	font-size:13px;
	color: #686868;
}

.standard_text
{
  font-family:Arial;
  font-size:12px;
  color: #686868;
}

.small_text
{
	font-family:Arial;
	font-size:11px;
	color: #686868;
}

.verysmall_text
{
	font-family:Arial;
	font-size:10px;
	color: #686868;
}

.input_text
{
  border: 1px solid #7F9DB9;
  font-family: Arial;
  font-size: 12px;
}

.a_button
{
  color:white;
}
.a_button:hover
{
  color:yellow;
}

.prezzo
{
	color: #A82019;
}
.sconto {
	color:#686868;
}

/*************************/
/*        Body           */	
/*************************/	
/* Sfondo del body */
.sfondo_body
{
	background-image:url("sfondo.png");
	background-repeat: repeat-x;
	background-color:#a8a9a9;
} 

/*************************/
/*        Menù           */	
/*************************/	
.menu
{
	background-image:url("menu.png");
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
}
.menu_voci
{
	background-image:url("menu_sep.png");
	background-repeat: no-repeat;
	background-position: center right;	
	width: 100px;
} 
.submenu_sfondo /*Opaco*/
{
	background-image:url("sfondo.png");
	background-repeat: repeat-x;
	background-color:#a8a9a9;
	position: absolute;
	width:200px;
	border-color:Gray;
	border-width:1px;
	border-style:dotted;
	text-align:left;
}
.submenu_voci /*Trasparente*/
{
	position:relative;
	top:0px; 
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}

/*************************/
/*     Pulsanti          */	
/*************************/	
.button_l
{
	background:url("button_l.png") no-repeat;
	height: 24px;
	width: 10px;
}
.button_c
{
	background:url("button_c.png") repeat-x;
	height: 24px;
} 

.button_r
{
	background:url("button_r.png") no-repeat;
	height: 24px;
	width: 10px;
} 


/*************************/
/* Struttura Grafica Box */	
/*************************/	

/* intestazione */
.box_cap_l /* margine sinistro */
{
	background-image:url('box_cap_l.png');	
	background-repeat: no-repeat;	
	width:10px;
	height:27px;
} 	
.box_cap_c /* sfondo centrale */
{
	background-image:url('box_cap_c.png');
	background-repeat: repeat-x;
	height:27px;
} 
.box_cap_r /* margine destro */
{
	background-image:url('box_cap_r.png');
	background-repeat: no-repeat;
	width:10px;
	height:27px;	
} 
/* bordi laterali */
.box_bor_l /* sinistro */
{
	background-image:url('box_bor_l.png');
	background-repeat: repeat-y;
	width:10px;
} 	
.box_bor_r /* destro */
{
	background-image:url('box_bor_r.png');
	background-repeat: repeat-y;
	width:10px;
} 
/* piede pagina */
.box_bot_l /* margine sinistro */
{
	background-image:url('box_bot_l.png');
	background-repeat: no-repeat;
	width:10px;
	height:10px;	
} 	
.box_bot_c /* sfondo centrale */
{
	background-image:url('box_bot_c.png');
	background-repeat: repeat-x;
	height:10px;
} 
.box_bot_r /* margine destro */
{
	background-image:url('box_bot_r.png');
	background-repeat: no-repeat;
	width:10px;
	height:10px;	
} 



