/* CSS Document */

body

{
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	text-align: left;
	background-color: #FFFFFF;
	border: thin solid #D9D9D9;
	width: 984px;
	margin: auto;	
	
}

div.left

{
	width: 10%;
	float:left;
	vertical-align:top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

div.corpo
{
	width: 79%;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-left-width: thin;
	border-left-color: #DDDDDD;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 20px;
	}
	
	div.right

{
	width: 10%;
	float:right;
	vertical-align:top;
	margin-top: 0;
	margin-bottom: 0;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

	
div.bottom
{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
	
}

.descrvetrina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #080160;
	text-align: center;
}

.titolopagina {
	font-family: Tahoma;
	color: #266ca6;
	font-size: 18px;
	font-weight: bold;
}

.testoVetrina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.thumbnail{
	padding: 3px 3px 4px 3px;
	background-color: #E20A19;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;

	}	

.section{
	/*border-top: 4px solid #3d3d33;*/
	padding: 1.4em 0 1.4em 0;
	overflow: auto;
	width: 100%;


	}


