@charset "UTF-8";
/* CSS Document */


/* Impostazioni generiche */

body
{
	background-color:#E3E3E6;
	font-family:Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:smaller;
}

a img
{
	border:0;
	text-decoration:none;
}

h1
{
	margin-top:0px;
}

small
{
	font-size:xx-small;
}

td > input
{
	width:80%;
}

form
{
	margin-left:5%;
}

form > table
{
	width:90%;
	margin-left:5%;
}

.indentdx
{
	margin-left:10px;
	margin-top:10px;
}



/* Impostazioni di layout */

div#container
{
	background-color:#FFFFFF;
	margin:10px auto;
	width:768px;
}

div#header
{
	background-image:url(../images/slices/pageheader.png);
	height:182px;
}

	img#headerlogo
	{
		margin-top:24px;
		margin-left:184px;
	}
	
	img#headerslogan
	{
		margin-top:20px;
		margin-left:172px;
	}

div#pagecontent
{
	background:url(../images/slices/pagebody.png) repeat-y;
	height:100%;
}

	div#menubox
	{
		float:left;
		margin-left:15px;
		margin-top:10px;
		margin-bottom:10px;
		width:224px;
	}
	
		div.firstmenuboxheader
		{
			background:url(../images/slices/menufirstheader.png);
			height:34px;
			width:224px;
		}
		
		div.othermenuboxheader
		{
			background:url(../images/slices/menuotherheader.png);
			height:33px;
			width:224px;
		}
		
		.menuboxheadercontent
		{
			text-align:center;
			vertical-align:middle;
			font-size:small;
			font-weight:bold;
			height:100%;
			width:100%;
		}
		
		div.menuboxcontent
		{
			background:url(../images/slices/menubody.png) repeat-y;
			width:224px;
		}
		
			table.linklist
			{
				padding-top:4px;
				padding-bottom:10px;
			}
			
			table.linklist tr td
			{
				padding-top:4px;
				padding-left:15px;
			}
			
			a.menulink
			{
				font-size:small;
				font-weight:normal;
				text-decoration:none;
				color:#333333;
			}
		
		div.menuboxfooter
		{
			background:url(../images/slices/menufooter.png);
			height:19px;
			width:224px;
		}
	
	div#actualcontent
	{
		margin-left:255px;
		margin-right:10px;
		padding-top:20px;
		padding-bottom:20px;
		width:486px;
		text-align:justify;
	}
	
	div#clearer
	{
		clear:both;
	}

div#footer
{
	background-image:url(../images/slices/pagefooter.png);
	height:69px;
}

	.footercontentdisposer
	{
		width:730px;
		height:60px;
		margin:auto auto auto 16px;
	}
	
	.legaldata
	{
		text-align:left;
		font-size:small;
		vertical-align:middle;
		margin-top:20px;
		margin-right:10px;
	}
	
	.axantadv
	{
		text-align:right;
		font-size:x-small;
		vertical-align:middle;
		margin-right:10px;
	}
	
	.axantadv p { margin-top:0; margin-bottom:1px; }
	
	img.axantlogo
	{
		height:auto;
		width:auto;
		margin:0px -1px auto auto;
	}
	
	
	
	
	
.logout
{
	font-weight:bold;
	color:#CC0000;
}

hr.separator
{
	width:35%;
}

div.specialoffer
{
	width:180px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:15px;
}

table.listino
{
	width:100%;
	margin:auto;
}
    
    table.listino td.voce
    {
        text-align:left;
        padding-right:20px;
    }
    
    table.listino td.prezzo
    {
        text-align:right;
        
    }

.informativa
{
	width:85%;
	margin:auto;
	text-align:justify;
}

.productlist
{
	width:inherit;
	margin:auto;
}

.producttitle
{
	vertical-align:bottom;
}

/*.productimage
{
	width:80px;
	vertical-align:top;
	text-align:right;
}*/

.productdescription
{
	width:450px;
	padding-left:20px;
	text-align:justify;
}

.mappa
{
	width:425px;
	height:auto;
	margin-left:30px;
	border:solid 5px #CCCCCC;
}

table.homeimages
{
	width:360px;
	margin:auto;
}

.homesectiontext
{
	width:260px;
	text-align:left;
	vertical-align:middle;
}

.homesectionimage
{
	width:100px;
	height:100px;
	text-align:center;
	vertical-align:middle;
}

.categoryheader
{
	width:486px;
}

.categoryintro
{
	width:260px;
}

.categoryimage
{
	width:205px;
	text-align:right;
}

