/* CAMPI FISSI*/

html, body { height:100%; } /*serve per ie*/

body
{
color: #000000;
font-size: 12px;
font-family: Arial, Helvetica;
}

table
{
color: #000000;
font-size: 12px;
font-family: Arial, Helvetica;
}

input
{
font-size: 12px;
color: #666666;
}

textarea
{
font-size: 12px;
color: #666666;
}

select
{
font-size: 12px;
color: #666666;
}

a:link
{
color: #ED650B;
text-decoration: none;
}

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

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


/* ALTRE FORMAZZAZIONI*/

font.message
{
font-weight: bold; color: green;
}

font.error
{
font-weight: bold; color: red;
}

font.titolo
{
COLOR: #ED650B;
font-size: 20px;
font-family: Arial, Helvetica;
font-weight: bold;
}

tr.riga_colorata
{
background-color: #FBDE84;
}

td.menu_sel
{
background-color: #FFBB45;
font-size: 14px;
font-weight: bold;
font-family: Arial, Helvetica;
}

td.menu_no_sel
{
background-color: #F9F35D;
font-size: 14px;
font-weight: bold;
font-family: Arial, Helvetica;
}

td.footer
{
background-color: #F9F35D;
}

/* SHOP --> RIGA COLORATA*/
tbody tr.riga_shop:hover{background-color: #FBDE84;}

/* SHOP --> THUMBNAIL*/

.thumbnail {position: relative;
z-index: 0}

.thumbnail:hover {background-color: transparent;
z-index: 9}

.thumbnail span {/*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none}

.thumbnail span img {/*CSS for enlarged image*/
border-width: 0;
padding: 2px}

.thumbnail:hover span {/*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */}

/* SPONSOR --> REORDER*/

ul.sortable li {
	position: relative;
}

ul.boxy {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica;
}
ul.boxy li {
	cursor:move;
	padding: 0px 0px;
	border: 1px solid #ccc;
	background-color: #eee;
}
.clickable a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
.clickable li:hover {
	background-color: #f6f6f6;
}
