﻿@import url(menu.css);
@import url(macagi_strutture.css);

/*Le parti soggette a modifiche sono ******* "body", "#panel_info h1", "#columx_dx h1" ".tbl_prod_info"*/

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	background: #FFF url(../images/bg_park.gif) repeat-x;
}

img {border: 0;}
form { margin: 0;}

a, a:link, a:active, a:visited{
	color: #4d4d4d;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}


/****************************/
/* Livello 1 Menu e Immagine */

#container_level1 {
	margin: 0 auto;
	width: 876px;
	height: 320px;
	/*background: #F00;*/
	padding: 0 0 0 20px;
}
	#container_nav{
		width:194px;
		height:320px;
		float: left;
	}
		#logo {
			width:194px;
			height:95px;
		}
		#topmenu {
			width:194px;
			height: 210px;
		}	
		
		#topmenu a, #topmenu a:link, #topmenu a:active, #topmenu a:visited{
			display: block;
			width:176px;
			height: 24px;
			padding: 0 0 0 18px;
			font-family: "Trebuchet MS";
			color: #000;
			text-decoration: none;
			background: url(../images/bg_link_topmenu.gif);
		}
		
		#topmenu a:hover{
			text-decoration: none;
			background: url(../images/bg_link_topmenu_on.gif);
		}
		
	#container_topimage {
		width: 681px;
		height: 320px;
		float: right;
	}
		#flag {
			width: 100px;
			padding: 10px 0 0 0;
			float: right;
			font-size: 1px;
		}
		#flag img{ margin: 0 8px 0 0;}
		
		#topimage {
			position: relative;
			width: 680px;
			height: 282px;
			padding: 10px 0 0 0;
			clear: both;
			font-size: 1px;
		}
		#border_page {
			position:relative;
			width:681px;
			height:290px;
			margin-top: -282px
		}


/****************************/
/* Livello 2 Login e Linee */

#container_level2 {
	margin: 0 auto;
	width: 886px;
	height: 115px;
	padding: 0 0 0 10px;
}
	#login {
		width: 185px;
		height: 114px;
		float: left;
		padding: 0 0 0 10px;
		font-size: 0.7em;
		background: url(../images/bg_login.png);
	}
	#loginfix {
		position: relative;
		top: 0;
		left: 0;
	}
		#login img {vertical-align: middle;}
		#login h1{
			font-family: "Trebuchet MS";
			font-size: 1.5em;
			color: #4d4d4d;
			font-weight: normal;
			margin: 0;
		}
		.user {
			color: #000;
			font-size: 11pt;
		}
		#login input{
			width: 80px;
			color: #4d4d4d;
			font-size: 8pt;
			margin: 2px;
			vertical-align: middle;
			border: 1px solid #4d4d4d;
		}

	#panel_linee {
		width: 681px;
		height: 100px;
		float: right;
		background: url(../images/bg_panel_linee_page.gif) no-repeat;
	}


/****************************/
/* Livello 3 Conenuti */

#container_level3 {
	margin: 0 auto;
	width: 886px;
	height: auto !important;  /* per i browser moderni */
	height: 500px;      /* per IE5.x e IE6 */
	min-height: 500px;  /* per i browser moderni */
	padding: 0 0 0 10px;
	background: url(../images/bg_column.gif) repeat-y;
}

	#column_sx {
		width: 195px;
		float: left;
	}
		#panel_carrello {
			width: 154px;
			height: 49px;
			padding: 8px 0 0 40px;
			font-size: 0.7em;
			background: url(../images/bg_carrello.gif);
		}
		
		#panel_carrello a, #panel_carrello a:link, #panel_carrello a:active, #panel_carrello a:visited{
			color: #FFF;
			text-decoration: none;
		}
		panel_carrello a:hover{
			text-decoration: none;
		}

		#panel_info {
			width: 180px;
			padding: 10px 4px 0 10px;
			font-size: 0.7em;
		}
			#panel_info h1{
				font-family: "Trebuchet MS";
				font-size: 1.5em;
				color: #007e3d;
				font-weight: normal;
				margin: 0;
			}


	#columx_dx {
		width: 670px;
		height: auto !important;  /* per i browser moderni */
		height: 500px;      /* per IE5.x e IE6 */
		min-height: 500px;  /* per i browser moderni */
		float: left;
		padding: 15px 0 0 20px;
		font-size: 0.8em;
		line-height: 1.4em;
	}
		#columx_dx h1{
			font-family: "Trebuchet MS";
			font-size: 1.8em;
			color: #007e3d;
			font-weight: normal;
			clear: both;
			margin: 0;
		}
		#columx_dx h1 a{
			color: #007e3d;
		}

	#footer {
		margin: 0 auto;
		padding: 30px 0 10px 215px;
		clear: both;
		font-size: 0.65em;
	}
	
/* Tabelle gestione Informazioni Prodotto */

.tbl_prod_info {
	width: 230px;
}
	.tbl_prod_info td.art{
		height: 45px;
		color: #FFF;
		font-weight: bold;
		text-indent: 5px;
		border-bottom: 1px solid #FFF;
		background: #007e3d;
	}
	.tbl_prod_info td.info{
		height: 293px;
		vertical-align: top;
		background: #b2d8c4;
	}

	td.ico{ width: 45px;}

