/*------------stili per il layout fisso con posizionamenti assoluti*/
html, body{
	margin: 20px 0 0 0; 
	padding: 0;
	height: 100%
	}
	
body{
	font-family: verdana,sans-serif;
	font-size: 10px;
	text-align: center;
	background-color:#fff;
	color: #000;
	scrollbar-arrow-color:#0072BC; 
    scrollbar-base-color:#FFF; 
    scrollbar-shadow-color:#FFF; 
    scrollbar-face-color:#FFF; 
    scrollbar-highlight-color:#0072BC; 
    scrollbar-dark-shadow-color:#FFF; 
    scrollbar-3d-light-color:#FFF; 
	}

        
/*------------ stili per le pagine -------------*/
div#container{
	background-color:#fff;
	position: relative; 
	width: 720px;
	margin: 0 auto;
	top:0;
	float: center;
	text-align: center;
    height: 100%; 
    min-height: 100%
        }

body>div#container{
	height: auto; 
	min-height: 100%
	}

table#menu {
	table-layout : fixed;
	width : 109px;
	background : #fff;
	border-collapse: collapse;
	font-family: verdana,sans-serif;
	font-size: 10px;
	text-align: justify;
	line-height: 1.5
	}

td.menu {
	text-align: center;
	width: 109px;
	height: 30px; 
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;	
	background: #0DB14B;
	font-family: verdana,sans-serif;
	font-size: 10px
	}

td.menu a:link{
	color: #fff;
	font-weight: bold;
	text-decoration: none
	}

td.menu a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none
	}
	 
td.menu a:hover{
	color: #FF9600;
	font-weight: bold;
	text-decoration: none
	}

div#menu{
	float: left;
	width: 120px;
  	vertical-align: baseline
	}

div#pagina{
	float: right;
	width: 560px;
	padding: 4px;
	margin: 0 auto;
	font-family: verdana,sans-serif;
	font-size: 10px;
	text-align: center
	}
	
/*--------------------------stili per la pagina prodotti ----------------------------*/

table#prodotti {
	table-layout : fixed;
	width : 540px;
	background : #fff;
	border-collapse: collapse;
	font-family: verdana,sans-serif;
	font-size: 10px;
	text-align: justify;
	line-height: 1.5
	}

td.prodotti {
	text-align: left;
	width: 540px;
	height: 150px; 
	vertical-align: top;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #fff;
	border-top: 1px solid #fff;
	background: url('../images/store/sf_prod540.gif') no-repeat;
	font-family: verdana,sans-serif;
	font-size: 10px
	}
	
td.prodotto{
	text-align: left;
	width: 538px;
	height: 150px; 
	vertical-align: top;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #666;
	border-top: 1px solid #fff;
	background: url('../images/store/sf_prod540.gif') no-repeat;
	font-family: verdana,sans-serif;
	font-size: 10px
	}
	
td.td01{
	color: #555;
	width: 116px;
	float: left;
	padding: 0;
    text-align: justify;
	font-size: 10px
	}
	
td.td02{
	color: #555;
	width: 300px;
	float: left;
	padding: 0;
    text-align: justify;
	font-size: 10px
	}
	
td.td03{
	color: #555;
	width: 110px;
	float: right;
	padding: 0;
	margin: 0;
    text-align: justify;
	font-size: 10px
	}
	
	
td.ordine{
	color: #555;
	padding: 0;
	font-size: 10px
	}
	
img.sponsor{
	align: center;
	width: 468px;
    height: 60px; 
	border: 1px solid #777;
	margin: 20px
	}
	

/*-------------------------- verde ----------------------------*/

h2.verde{
	color: #0DB14B;
	padding: 2px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-align: right
	}

img.fotinaverde {
	float: left;
	height: 100px;
	border: 2px solid #0DB14B;
	margin: 8px 2px 2px 4px
	}

img.fotonaverde {
	float: left;
	height: 200px;
	border: 2px solid #0DB14B;
	margin: 6px
	}

img.imgscheda{
	border: 0px none;
	margin: 1px
	}

p.titoloverde{
	color: #0DB14B;
	width: 540px;
	border-bottom: 2px solid #0072BC;
	font-size: 18px;
	font-weight: bold;
	text-align: right
	}

p.ti_prodv{
	color: #0DB14B;
	width: 300px;
	float: left;
	padding: 4px 2px 0 0;
	font-size: 13px;
	font-weight: bold
	}
	
td.infoprod{
	color: #666;
	border-bottom: 1px solid #ccc;
	width: 350px;
	text-align: justify;
	padding: 4px;
	font-size: 10px
	}

td.descrizione{
	color: #666;
	border-bottom: 1px solid #ccc;
	width: 5200px;
	text-align: justify;
	padding: 10px;
	font-size: 10px
	}

input.aggcampo {
    background: #fff;
    padding: 2px;
    width: 30px;
    height: 20px;
    border: 1px solid #666;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #666;
    }

input.aggbutton {
    background: #fff;
    padding: 2px;
    width: 140px;
    border: 1px solid #666;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #666;
    }

/*-------------------------- footer ----------------------------*/

td.footer{
	color: #555;
	background-color:#e6f3ff;
	width: 100%;
	padding: 0;
    text-align: center;
	font-size: 10px
	}
	
	
