body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #FFFFFF url(../images/bkg.jpg) repeat-x;
}

*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

a, a:visited{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: underline;
	color: #F26846;
}

input {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #D3D3D3;
}

textarea {
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}

select {
	border: 1px solid #D3D3D3;
}

#contenitore {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 100%;
	height: 160px;
	margin: 0 auto;
}

#search {
	text-align: left;
	padding-left: 5px;
	height: 25px;
}

.categorie {
}

.categorie a {
	color: orange;
	font-weight: bold;
	text-decoration: none;
}

.categorie a:hover {
	color: orange;
	font-weight: bold;
	text-decoration: none;
}


.allarme{
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;	
}

/*** Footer ***/
#footer {
	font:100% arial, sans-serif;
	font-size:11px;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	margin-top: 5px;
}

#contenutoFooter {
	width: 100%;
	background: url(../images/footer_bkg.jpg) repeat-x;
}

#contenutoFooter .footerbox {
	width: 170px;
	margin-left: 20px;
}

#image_footer_up {
	height: 39px;
	background: url(../images/footer_up.png) repeat-x;
}

#legal_footer {
	padding-top: 5px;
	text-align: center;
	background: url(../images/footer_down.png) repeat-x;
	height: 30px;
}

.collegamento {
	font:100% arial, sans-serif;
	font-size:11px;
	text-align: left;
	border-bottom: 1px dotted silver;
}

.collegamento .titolo {
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
}

.collegamento a {
	text-align: right;
	color: #333;
	text-decoration: none;
}

.collegamento a:hover {
	text-align: right;
	color: #65948A;
	text-decoration: none;
	border-left: 3px solid #65944A;
	padding-left: 3px;
}

/*** Contenuto della pagina ***/
.post {
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
}

#sidebarDX {
	float: right;
	width: 190px;
	padding: 10px 5px;
}

/*#sidebarSX {
	float: left;
	width: 195px;
	padding: 10px 5px;
	padding-top:0px;
	border: 1px solid silver;
	margin-left:5px;
	margin-bottom: 10px;
	text-align: left;
}*/

/* sidebar menu */
#sidebarDX ul.sidemenu {
	list-style:none;
	/*margin: 10px 0 15px 0;*/
	margin: 0px;
	padding: 0;
}
#sidebarDX ul.sidemenu li {
	padding: 0px 10px;
}
#sidebarDX ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	text-decoration:none;
}
#sidebarDX ul.sidemenu a.top {
	border-top: 1px dashed #D4D4D4;
}
#sidebarDX ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid #65944A;
}
#sidebarDX {
	float: right;
	width: 200px;
	padding: 10px 5px 5px 5px;
}

#sidebarDX .nome-creativo{
	margin-bottom: 10px;
	font-weight: bold;
	color: #F26846;
}

#sidebarDX .elenco-creativi{
	margin: 0px auto;
	width: 175px;
	text-align: center; 
	margin-bottom: 10px;
	border-bottom: 1px dotted silver;
}

.sidebox {
	margin-bottom: 10px;
	padding-left: 3px;
}
/* sidebar menu */

/* #sidebarSX ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	border-bottom: 1px dashed silver;
}
#sidebarSX ul.sidemenu li {
	padding: 0px 0px;
}
#sidebarSX ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	text-decoration: none;
}
#sidebarSX ul.sidemenu a.top {
	border-top: 1px dashed #D4D4D4;
}
#sidebarSX ul.sidemenu a:hover {
	border-left: 5px solid #65944A;
	color: #65944A;
}
#sidebarSX ul.sidemenu .titolo {
	font-weight: bold;
} */

#sidebarSX {
	float: left;
	width: 195px;
	margin-bottom: 10px;
	margin-left: 3px;
	text-align: left;
}

#sidebarSX .elenco-link{
	width: 190px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
}

#sidebarSX ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}
	
#sidebarSX ul li {
	position: relative;
	}
	
#sidebarSX li ul {
	position: absolute;
	left: 191px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#sidebarSX ul li a {
	display: block;
	text-decoration: none;
	/*color: #777;*/
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html #sidebarSX ul li { float: left; height: 1%; }
* html #sidebarSX ul li a { height: 1%; }
/* End */

#sidebarSX li:hover ul, li.over ul { display: block; color: green; } /* The magic */

.sideboxSX {
	font:100% arial, sans-serif;
	font-size:11px;
	width: 200px;
	text-align: center;
}
.sideboxcontentSX {
	margin: 0px auto;
	width: 200px;
	text-align: left;
	margin-bottom: 10px;
}
.sidemenuSX {
	margin: 0px auto;
	width: 200px;
	margin-left: 0px;
	font-variant: small-caps;
	text-align: left;
	line-height: 20px;
}
/*** Elenco creativi ***/
.elenco-creativi{
	border-bottom: 1px dashed silver;
	height: 235px;
	width: 98%;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

/*** Elenco laterale categorie ***/
.elenco {
	text-align: left;
	padding-left: 5px;
}
.elenco a {
	margin-top: 5px;
	text-align: left;
	padding-left: 3px;
	color: #65948A;
	font-weight: bold;
	text-decoration: none;
}
.elenco a:hover {
	margin-top: 5px;
	text-align: left;
	padding-left: 3px;
	color: #65948A;
	font-weight: bold;
	text-decoration: none;
}
.form-rowElenco {
	width: 200px;
	clear: both;
	text-align: left;
	height: 20px;
	margin-left: 5px;
	border-bottom: 1px dotted silver;
}
.form-labelElenco {
	float: left;
	width: 200px;
	padding-left: 5px;
	text-align: left;
	padding-top: 3px;
}
.form-labelElenco a {
	color: #919191;
	text-decoration: none;
}
.form-labelElenco a:hover {
	color: #919191;
	text-decoration: underline;
}
.form-widgetElenco {
	float: left;
	text-align: left;
	padding-left: 10px;
}

#mainContent {
	margin: 0 215px 0 215px;
	padding: 5px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* TITOLI */
h1, h2, h3, h4 {
	padding-left: 5px;
	font:100% arial, sans-serif;
	color: #F26846;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
h2, h4 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
}
p, h2, h3 {
	margin: 10px 15px;
}
table.eventi {
	width: 99%;
	margin: 0px auto;
	text-align: left;
	margin-left: 0px;
}
table.eventi tr.row-a {
	background: #F8F8F8;
}
table.eventi tr.row-b {
	background: #EFEFEF;
}
table.eventi tr {
	height:20px;
}
/* Logo */

#logo {
	float: left;
}
#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
}
#logo h1 {
	padding-top: 52px;
	font-size: 4em;
	color: #554D49;
}
#logo h1 a {
	color: #554D49;
}
#logo h2 {
	margin-top: -10px;
	padding-left: 1px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #7F7772;
}
#logo h2 a {
	color: #7F7772;
}
#logo a {
	text-decoration: none;
}

/*** Menu categorie [sinistra] ***/

.menu a {
	border:none;
	font-weight:normal;
}
.menu, .menu ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align: left;
}
.menu {
	width:200px;
}
.menu li {
	display:block;
	margin:0;
	padding:0;
	margin-bottom:1px;
}
.menu a {
	display:block;
	padding:2px 5px;
	color:#000;
	text-decoration:none;
}
.menu a:hover, .menu a:focus, .menu a:active {
	background-color:#FFFF99;
}
.menu ul li {
	padding-left:7px;
}
.menu ul a {
}
.hidden {
	display:none;
}

/*** Menu navigazione a schede ***/
#tabs {
	float: right;
	margin-bottom: 0px;
}
#tabs ul {
	margin: 0;
	padding: 40px 0 0 0;
	list-style: none;
}
#tabs li {
	display: inline;
}
#tabs a {
	display: block;
	float: left;
	width: 128px;
	height: 90px;
	padding-top: 30px;
	background: #73D000 url(../images/botton.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 13px;
	color: #FFFFFF;
}
/*** Elenco 10 prodotti in home page ***/
table.ProdottiHome {
	width: 100%;
}
table.ProdottiHome tr {
	height: 16px;
}
table.ProdottiHome th {
	text-align: left;
	margin-bottom: 5px;
	color: #389039;
	border-bottom: 1px solid orange;
}
table.ProdottiHome td {
	margin-top: 3px;
}
table.elencoProdotti td {
	margin-top: 3px;
	border-bottom: 1px dotted silver;
}
table.elencoProdotti th {
	text-align: left;
	padding-left: 10px;
	height: 41px;
	background-image: url(../images/grey_bg.gif);
}
table.elencoProdotti td a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}
table.elencoProdotti td a:hover {
	color: #65944A;
	text-decoration: none;
	font-weight: normal;
}
table.elencoProdotti strong {
	color: red;
}
/*** Tabelle 10 prodotti index ***/
table.elenco {
	font:100% arial, sans-serif;
	font-size:11px;
	border-spacing: 0px;
}
table.elenco td {
	border-bottom: 1px dotted silver;
}
table.elenco a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}
table.elenco a:hover {
	color: #65944A;
	text-decoration: none;
	font-weight: normal;
}
/*** Tabella scheda artista ***/
table.schedaArtista {
	width: 100%;
	border-spacing: 0px;
	border-color: white;
}
table.schedaArtistaDettagli {
	width: 260px;
	border-spacing: 0px;
	border-color: white;
}
table.schedaArtistaDettagli th {
	font:100% arial, sans-serif;
	font-size:11px;
	width: 80px;
	text-align: right;
	padding-right: 3px;
	background-color: #EAEAEA;
	border-bottom: 1px solid white;
	font-weight: normal;
}
table.schedaArtistaDettagli td {
	width: 180px;
	padding-left: 3px;
	border-bottom: 1px dotted silver;
	background-color: white;
	text-align: left;
}
table.schedaArtistaDettagli tr {
	height: 20px;
}
.highslide-html {
	background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
	display: none;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url(../js/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits, a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
	width: 400px;
	padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../js/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}
/* Highslide rules */
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
/* Numeri per pagina */
.number_page {
	float: left;
	border: 1px solid silver;
	width: 15px;
	height: 15px;
	margin-right: 3px;
}
.number_page a, a:visited {
	text-decoration: none;
}
.number_page a:hover {
	text-decoration: none;
}
/*** elenco degli altri prodotti per artista o scheda prodotto ***/
.elenco_prodotti {
	height: 118px;
	width: 118px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	border: 1px solid silver;
	text-align: center;
	background: #EEEEEE;
}
/*** Centro verticalmente il contenuto del DIV .elenco_prodotti ***/
#v-align {
	width:0;
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
#v-align_container {
	text-align:center;
	width:100%;
	display:inline-block;
	vertical-align:middle;
}

