html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%; 
	color: #000000;
} 
body, table, td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

a img {	border: 0px; }
img { border: 0px; }

a {
	color: #03488c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	background-color: #03488c;	
	color: #ffffff;
	display: block;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	font-size: 20px;
	border: 1px solid #ffffff;
}
h2 {
	color: #03488c;	
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}

.themeMain {
	min-height: 100%; 
	position: relative;
}

.themeTop 
{
	background-color: #ffffff; 
	height: 110px;
	text-align: center;
	font-size: 33px;
	height: 125px;
}
.themeTop a.logo {
	width: 980px;
	height: 105px;
	display: block;
	background: url(logo.jpg) top center no-repeat; 
	margin: 0px auto 0px auto;
}

.themeMenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 15px;
	position: relative;
	top: -15px;
	background: url(menu.jpg) repeat-x top center;
	width: auto;
	margin: 0px auto 0px auto;
	margin: 1px solid #ffffff;
	padding: 3px 0px 0px 0px;
	height: 36px;
}
.themeMenu a 
{
	color: #ffffff;
	display: inline-block;
	padding: 0px 20px 0px 20px;
	line-height: 33px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
.themeMenu a:hover 
{
	background: url(top.png);
}
.themeMenu a.sel {
	color: #03488c;
	background-color: #ffffff; 
	border-bottom: 2px solid #03488c; 
}

.themeContent {
	width: 940px;
	margin: 40px auto 90px auto;
	text-align: justify;
}
.themeContentEx {
	background: url(footer.png) repeat center center;
	border: 1px solid #ffffff;
	padding: 20px 20px 20px 20px;
}

.themeContent .scroller {
	position: relative; 
	width: 450px; 
	height: 102px; 
	overflow: hidden;
}
.themeContent .gallery img {
	border: 1px solid #000000;
	margin: 0px 2px 2px 0px;
	background-color: #000000;
	width: 100px;
	height: 100px;
}
.themeHidden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 500px;
	overflow: auto;
	padding: 10px 10px 10px 10px;
}

.themeFooter {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	background: url(footer.png) top center repeat; 
	text-align: center;
	color: #03488c;
	font-size: 13px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 45px;

}
.themeFooter a {
	color: #03488c;
}
.themeFooter .credits {
	margin-top: 10px;
	margin-right: 10px;
	font-size: 10px;
	float: right;
}
	
.tableList {
	width: 100%;
	margin: 0px auto 0px auto;
}
.tableList td {
	padding: 4px 4px 4px 4px;
	border-bottom: 1px solid #f1f1f1;
}
.tableList th {
	background-color: #03488c;
	color: #ffffff;
	padding: 6px 4px 6px 4px;
	font-weight: bold;
	border-bottom: 2px solid #f1f1f1;
}
.tableList tr {
	background-color: #ffffff;
}
.tableList .Alternato {
	background-color: #eeeeee;
}
.tableList .Promo {
	background-color: #ffcc33;
}
.tableList tr.Venduto {
	color: #999999;
}

.small {
	font-size: 10px;
}
