body {
	background-color: #757575;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url('../interface/background.jpg');
	background-repeat: repeat-x;
}

body, p, table, tr, td, form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

#thepage {
	width: 980px;
	margin: 0 auto;
}

#header {
}

#lingue {
	width: 960px;
	height: 30px;
	line-height: 30px;
	padding-right: 20px;
	color: white;
	font-size: 11px;
	text-align: right;
}

#logo {
	height: 115px;
	padding-top: 3px;
	text-align: center;
}

#menu {
	height: 38px;
	width: 965px;
	color: white;
	background-image: url('../interface/background_menu.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: left;
	padding: 16px 0 0 25px;
}

#content {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('../interface/sfondo_contenuti.jpg');
	background-repeat: repeat-y;
	min-height: 590px;
}

#left{
	width: 385px;
	background-color: white;
	float: left;
	margin-left: 12px;
	padding-left: 10px;
}

#center {
	border: 1px solid silver;
	background-color: white;
	margin: 0 20px 0 410px;
}

#titolo {
	background-image: url('../interface/sfondo_titolopagina.jpg');
	background-repeat: repeat-x;
	height: 28px;
	font-weight: bold;
	line-height: 28px;
	padding-left: 8px;
}

#pagina {
	padding: 8px;
	min-height: 540px;
}

#footer {
	height: 43px;
	line-height: 43px;
	width: 985px;
	background-image: url('../interface/sfondo_footer.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;
	color: #666666;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 0;
}


hr {
	display: none;
}

.image {
    width: 100px;
    height: 90px;
    margin: 0 6px 8px 0;
    overflow: hidden;
    float: left;
    background-color: #F4F4F4;
}

.commento {
    font-size: 10px;
    color: Gray;
}

.rosa {
    color: #DE137F;
    font-weight: bold;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

a.bianco:link, a.bianco:active, a.bianco:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.bianco:hover {
	text-decoration: underline;
}

a.grigio:link, a.grigio:active, a.grigio:visited, a.grigio:hover {
	text-decoration: underline;
	color: #666666;
}

.imgborder
{
    border: 1px solid silver;
    padding: 1px; 
}

.prodotti-image {
    float: left;
    margin: 0 8px 5px 0;
}

.prodotti-image-r {
    float: right;
    margin: 0 0 5px 8px;
}
