﻿*
{
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: 0;
}
html
{
    background: #2a3e19;
    font: 76%/1.3 Verdana;
}
/*STRUTTURA TEMPLATE*/
#site
{
    width: 980px;
    margin: 0 auto;
    text-align: left;
}
#header
{
    float: left;
    width: 100%;
    margin: 20px 0;
}
#topbanner
{
    float: right;
}
#footer
{
    clear: both;
    margin: 0 0 20px 0;
    padding: 8px 0;
    text-align: center;
    background: #d3eda1;
    font-size: .8em;
}
/*BOX WIDGET*/
.box_ct
{
    float: left;
    background: #d3eda1;
}
.box, .triple div
{
    float: left;
    background: #fff url(/images/temp_linguetta.png) no-repeat top right;
    border: 5px solid #d3eda1; /*eae6da*/
    padding: 10px;
}
.box img
{
    border: 2px solid #ddd;
}
.left img
{
    float: left;
    margin: 0 10px 0 0;
}
.triple
{
    float: inherit;
}
.triple div
{
    width: 183px;
    height: 190px;
}

.triplecontainer
{
    background: #d3eda1;
    margin-bottom: 10px;
    width:100%;
}

.right img
{
    float: right;
    margin: 0 0 0 10px;
}
.box div
{
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.space
{
    margin: 0 0 10px 0;
}
/*STRUTTURA COLONNE*/
#content
{
    float: left;
    background: #778c62;
    padding: 5px 10px 10px 10px;
}
#content .box
{
    width: 610px;
}
#contentsx
{
    width: 640px;
    float: left;
    margin: 0 10px 0 0;
}
#contentsx #colonnasx
{
    float: left;
    width: 350px;
}
#contentsx #colonnasx .box
{
    float: left;
    width: 320px;
}
#contentsx #colonnadx
{
    float: right;
    width: 290px;
}
#contentsx #colonnadx .box
{
    float: right;
    width: 260px;
}
#contentdx
{
    width: 310px;
    float: right;
}
#contentdx .box
{
    float: left;
    width: 280px;
    margin: 0 0 10px 0;
}
/*MENU PRINCIPALE*/
#menu
{
    clear: both;
    font-size: 1.1em;
}
#menu li
{
    float: left;
    list-style-type: none;
    height: 34px;
    background: #4b662f url(/images/menu.png) no-repeat top left;
    margin: 0 2px 0 0;
    padding: 0 0 0 25px;
}
#menu li a
{
    float: left;
    height: 27px; /*34*/
    display: block;
    padding: 7px 18px 0 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #4b662f url(/images/menu.png) no-repeat bottom right;
}

#menu li.active
{
    background: #758a61 url(/images/menuactive.png) no-repeat top left;
}

#menu li.active a
{
    background: #758a61 url(/images/menuactive.png) no-repeat bottom right;
}

#menu li.special
{
    float: right;
    margin: 0;
    background: #a10202 url(/images/menuspecial.png) no-repeat top left;
}
#menu li.special a
{
    background: #a10202 url(/images/menuspecial.png) no-repeat bottom right;
    padding-left: 10px;
    width:150px;
}
#menu li a:hover
{
    color: #ddd;
}
#menu li a:focus
{
    outline: 0;
}
#lingua a
{
    float: right;
    display: inline-block;
    width: 20px;
    height: 13px;
    background: url(/images/flag_ita.png) no-repeat top left;
    text-indent: -9999px;
    margin: 10px 15px 0 0;
}
#lingua a#italiano
{
    background: url(/images/flag_ita.png) no-repeat top left;
}
#lingua a#inglese
{
    background: url(/images/flag_eng.png) no-repeat top left;
    margin-right: 5px;
}
/*CONTENUTI*/
#titolo_pagina
{
    height: 90px;
    float: left;
    position: relative;
}
h1 a
{
    float: left;
    width: 240px;
    height: 44px;
    display: block;
    cursor: pointer;
    margin: 45px 0 0 0;
    background: url(/images/logo.png) no-repeat scroll left bottom;
}
h1 span
{
    display: none;
}
h2
{
    font-family: Georgia;
    margin: 0 0 5px 0;
    font-size: 2em;
    color: #333;
}
h2 a
{
    font-family: Georgia;
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 0.5em;
}
h3
{
    font-family: Georgia;
    font-size: 1.4em;
    color: #de6609;
    margin: 0 0 5px 0;
}
h3 a
{
    color: #de6609;
    font-weight: normal;
}
h3 a:hover
{
    background: #eee;
    text-decoration: underline;
}
p
{
    margin: 0 0 5px 0;
}
p a, .paginazione li a, dt a, dl a
{
    font-weight: bold;
    color: #4b662f;
    margin: 0 0 5px 0;
}
p a:hover
{
    color: #82a193;
    text-decoration: underline;
}
li a
{
    color: #000;
}
li a:hover
{
    color: #5d5d5d;
    text-decoration: underline;
}
button
{
    border: 1px solid #ddd;
    height: 29px;
    background: #e26609;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    margin: 3px 0;
}
/*TAG*/
fieldset legend
{
    display: none;
}
input, textarea, select
{
    border: 1px solid #ddd;
}
textarea
{
    padding: 2%;
}
/*COMMON WIDGET*/
/*RICERCA*/
#search
{
    clear: left;
    background: #a10202;
    padding: 0 10px;
}
#search fieldset
{
    padding: 10px 0;
    text-align: center;
}

#search fieldset #ricerca
{
    width: 470px;
    height: 25px;
    padding: 2px 10px;
    border: 0;
    color: #666;
    font-size: 1.6em;
    vertical-align: middle;
    background: #fff url(/images/form_curved.png) no-repeat left;
}
#search fieldset .button
{
    width: 78px;
    height: 29px;
    background: #e26609;
    vertical-align: middle;
    color: #fff;
}
/*RATING*/
.rating
{
    width: 80px;
    height: 16px;
    padding: 0;
    list-style: none;
    position: relative;
    background: url(/images/rating.gif) no-repeat 0 0;
}
.nostar
{
    background-position: 0 0;
}
.onestar
{
    background-position: 0 -16px;
}
.twostar
{
    background-position: 0 -32px;
}
.threestar
{
    background-position: 0 -48px;
}
.fourstar
{
    background-position: 0 -64px;
}
.fivestar
{
    background-position: 0 -80px;
}
ul.rating li
{
    cursor: pointer;
    float: left;
    text-indent: -999em;
}
ul.rating li a
{
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    text-decoration: none;
    z-index: 200;
}
ul.rating li.one a
{
    left: 0;
}
ul.rating li.two a
{
    left: 16px;
}
ul.rating li.three a
{
    left: 32px;
}
ul.rating li.four a
{
    left: 48px;
}
ul.rating li.five a
{
    left: 64px;
}
ul.rating li a:hover
{
    z-index: 2;
    width: 80px;
    height: 16px;
    overflow: hidden;
    left: 0;
    background: url(/images/rating.gif) no-repeat 0 0;
}
ul.rating li.one a:hover
{
    background-position: 0 -96px;
}
ul.rating li.two a:hover
{
    background-position: 0 -112px;
}
ul.rating li.three a:hover
{
    background-position: 0 -128px;
}
ul.rating li.four a:hover
{
    background-position: 0 -144px;
}
ul.rating li.five a:hover
{
    background-position: 0 -160px;
}
/*RATING BIG*/
.star-rating
{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0px;
    width: 150px;
    height: 30px;
    position: relative;
    background: url(/images/rating_big.gif) top left repeat-x;
}
.star-rating li
{
    padding: 0px;
    margin: 0px;
    float: left;
}
.star-rating li a
{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    overflow: hidden;
}
.star-rating li a:hover
{
    background: url(/images/rating_big.gif) left center;
    z-index: 2;
    left: 0px;
    border: none;
}
.star-rating a.one-star
{
    left: 0px;
}
.star-rating a.one-star:hover
{
    width: 30px;
}
.star-rating a.two-stars
{
    left: 30px;
}
.star-rating a.two-stars:hover
{
    width: 60px;
}
.star-rating a.three-stars
{
    left: 60px;
}
.star-rating a.three-stars:hover
{
    width: 90px;
}
.star-rating a.four-stars
{
    left: 90px;
}
.star-rating a.four-stars:hover
{
    width: 120px;
}
.star-rating a.five-stars
{
    left: 120px;
}
.star-rating a.five-stars:hover
{
    width: 150px;
}
.star-rating li.current-rating
{
    background: url(/images/rating_big.gif) left bottom;
    position: absolute;
    height: 30px;
    display: block;
    z-index: 1;
    text-indent: 158px;
    color: #999;
}
.star-rating li.current-rating span
{
    margin: 7px 0 0 0;
    display: block;
}
.star-rating li.one
{
    width: 30px;
}
.star-rating li.two
{
    width: 60px;
}
.star-rating li.three
{
    width: 90px;
}
.star-rating li.four
{
    width: 120px;
}
.star-rating li.five
{
    width: 150px;
}
/*CARTINA*/
#cartina
{
    background: #86a73e;
}
#cartina form
{
    float: left;
    width: 50%;
    text-align: center;
    background: #fff;
    padding: 10px 0;
}
#cartina form fieldset legend
{
    display: block;
    font-weight: bold;
    padding: 0 0 5px 10px;
    font-size: 1.5em;
}
#cartina form fieldset input, #cartina form fieldset select
{
    width: 90%;
    margin: 3px auto;
}
#cartina form div
{
    border: 0;
}
#cartina form div button
{
    width: 70%;
    margin: 15px 0 0 0;
}
/*CATEGORIA*/
.categoria
{
    border: 0;
}
.categoria h3
{
    font-size: 1.9em;
    margin: 0 0 3px 0;
}
/*RIEPILOGO*/
#riepilogo .ricetta
{
    width: 79%;
    height: 75px;
}
#riepilogo .ricetta h3
{
    margin: 0;
}
#riepilogo .ricetta p
{
    font-size: .9em;
    margin: 0 10px 0 0;
}
#riepilogo .ricetta p.inviata
{
    margin: 4px 0 0 70px;   
    font-weight: bold;
}
#riepilogo .dettagli
{
    float: left;
    width: 20%;
    height: 75px;
}
#riepilogo .dettagli ul
{
    margin: 10px 0;
}
#riepilogo .dettagli p
{
    font-size: .8em;
}
#riepilogo .dettagli p span
{
    font-weight: bold;
}
/*MENU CATEGORIE*/
#menu_categorie
{
    clear: both;
    float: left;
    width: 960px;
    border-color: #758a61;
    border-width: 5px 10px;
    background: #fff none;
    padding: 0;
    margin: 0;
}
#menu_categorie .titoli
{
    width: 100%;
    background: #758a61;
    border: 0;
    padding: 0;
    margin: 0;
}
#menu_categorie .titoli
{
    float: left;
    list-style-type: none;
}
#menu_categorie .titoli li
{
    float: left;
    padding: 5px;
    background: #4b662f;
    font-weight: bold;
    margin: 0 2px 0 0;
    font-size: .8em;
}
#menu_categorie
{
    background: #d3eda1;
}
#menu_categorie .titoli li a
{
    color: #fff;
}
#menu_categorie .titoli li.select
{
    background: #d3eda1;
}
#menu_categorie .titoli li.select a
{
    color: #758a61;
}
#menu_categorie .categoria
{
    float: left;
    width: 30%;
    margin: 5px 1% 10px 1%;
    border: 0;
}
#menu_categorie h3 a
{
    font-size: .7em;
}
/*MENU TAB*/
#menu_tab
{
    list-style-type: none;
}
#menu_tab li
{
    float: left;
    padding: 8px 10px;
    background: #4b662f;
    font-weight: bold;
    margin: 0 2px 0 0;
}
#menu_tab li a
{
    color: #fff;
}
#menu_tab li.select
{
    background: #d3eda1;
}
#menu_tab li.select a
{
    color: #000;
}
/*PAGINAZIONE*/
.paginazione
{
    width: 100%;
    float: left;
    display: block;
    margin: 0 0 15px 0;
}
ul.up
{
    border-bottom: 5px solid #ddd;
    padding: 0 0 12px 0;
}
ul.down
{
    border-top: 5px solid #ddd;
    padding: 12px 0 0 0;
}
.paginazione li
{
    float: left;
    display: block;
    margin: 0 2px;
    font-weight: bold;
}
.paginazione li a
{
    font-weight: normal;
}

.paginazione img {
	border: 0px;
	}
.paginazione .inizio, .paginazione .precedente, .paginazione .successiva, .paginazione .fine
{
    width: 19px;
    height: 15px;
    background: url(/images/paginazione.png) no-repeat left top;
    text-indent: -9999px;
}
.paginazione .precedente
{
    background: url(/images/paginazione.png) no-repeat left bottom;
}
.paginazione .successiva
{
    background: url(/images/paginazione.png) no-repeat right bottom;
}
.paginazione .fine
{
    background: url(/images/paginazione.png) no-repeat right top;
}
/*LINKBAR*/
#linkbar
{
    float: left;
    background: #ffc;
}
#linkbar p
{
    float: left;
    width: 30%;
    margin: 0 1%;
}
/*LINK*/
.guardatutti
{
    clear: both;
    text-align: right;
    padding: 2px 15px;
    color: #4b662f;
    font-weight: bold;
    font-size: .9em;
    margin: 0;
}
/*ELENCO RICETTE*/
#elencoricette ul
{
    float: left;
    margin: 0 8px;
    padding: 0;
    width: 280px;
    list-style-type: none;
}
#elencoricette ul li a
{
    display: block;
    margin: 0 0 3px 0;
    font-size: 1em;
    border-bottom: 1px solid #ddd;
    padding: 2px 0;
}
/*COMMENTI*/
#tab-commenti
{
    float: none;
    width: 550px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

#tab-commenti .commento
{
    border-bottom: 10px solid #ddd;
    margin: 0 0 10px 0;
}

#tab-commenti .commento h3
{
    padding: 4px;
    font-size: .9em;
    background: #86a73e;
    color: #fff;
}
/*TOOLTIP*/
#DHTMLgoodies_formTooltipDiv
{
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    line-height: 120%;
    text-align: center;
}
.DHTMLgoodies_formTooltip_closeMessage
{
    color: #fff;
    font-weight: normal;
    font-size: 0.9em;
}
/*BREAD CRUMBS*/
#breadcrumbs
{
    float: left;
    width: 100%;
    font-size: .9em;
    border-bottom: 0;
    border-top: 0;
    margin: 4px 0;
}
#breadcrumbs li
{
    list-style-type: none;
    float: left;
    color: #000;
    margin: 0 10px 0 0;
    font-weight: bold;
}
#breadcrumbs li a
{
    color: #999;
    border-right: 1px solid #999;
    padding: 0 10px 0 0;
    font-weight: normal;
}
/*TAB SEZIONI*/
.tab_sezioni
{
    float: left;
    width: 100%;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
}
.tab_sezioni li
{
    float: left;
    margin: 0 0.2em;
}
.tab_sezioni a
{
    float: left;
    padding: 0 0 0 1em;
    background: url(/images/tab.png) no-repeat top left;
    text-decoration: none;
    color: #222;
}
.tab_sezioni span
{
    float: left;
    padding: 0.4em 1em 0.3em 0;
    background: url(/images/tab.png) no-repeat top right;
    cursor: pointer;
}
.tab_sezioni li.current a, .tab_sezioni a:hover
{
    background: url(/images/tab2.png) no-repeat top left;
}
.tab_sezioni li.current span, .tab_sezioni a:hover span
{
    background: url(/images/tab2.png) no-repeat top right;
}


/*EXTRA*/
#mappacolori
{
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 200px;
    cursor: help;
}
#mappacolori a
{
    display: block;
    width: 50%;
    height: 100%;
    height: 10px;
    color: #2a3e19;
}
#mappacolori #lista
{
    float: left;
    background: #fff;
}
#mappacolori .campione
{
    float: left;
    border: 2px solid #ddd;
    width: 50px;
    height: 50px;
    margin: 5px;
    font-size: 0.7em;
    text-align: center;
    background: #fff;
}
#mappacolori .campione .color
{
    width: 48px;
    height: 35px;
    border-bottom: 2px solid #ddd;
    color: #000;
}
/*CONTENUTO UNO*/
#contenuto1
{
    width: 630px;
    height: 215px;
    padding: 0;
    border: 5px solid #fff;
    background: url(/images/temp_piatto.png);
}

/*COMMON*/
#viniconsigliati .vino
{
    padding: 0 0 25px 0;
}
/*SCHEDA RICETTA*/
#schedaricetta #introduzione
{
    float: left;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}
#contenuto
{
    float: left;
    margin: 0;
}
#menu_servizi
{
    float: right;
    width: 95%;
    list-style-type: none;
    margin: 0 20px 10px 0;
}
#menu_servizi li
{
    float: right;
    margin: 0 15px 0 0;
    font-size: .9em;
}
#menu_servizi li a
{
    display: block;
    padding: 0 0 0 18px;
}
#menu_servizi li a.invia
{
    background: url(/images/menu_servizi.png) no-repeat left top;
}
#menu_servizi li a.stampa
{
    background: url(/images/menu_servizi.png) no-repeat 0 -60px;
}
#menu_servizi li a.pdf
{
    background: url(/images/menu_servizi.png) no-repeat 0 -80px;
}
#menu_servizi li a.preferiti
{
    background: url(/images/menu_servizi.png) no-repeat 0 -21px;
}
#menu_servizi li a.commenta
{
    background: url(/images/menu_servizi.png) no-repeat 0 -40px;
}
#schedaricetta div
{
    border: 0;
}
#introduzione h2
{
    font-size: 2.2em;
    margin: 0;
}
#introduzione p.sottotitolo
{
    font-size: .9em;
    margin: 0 0 10px 0;
    font-style: italic;
}
#schedaricetta #tab-descrizione
{
    padding: 0 10px 0 0;
}
#schedaricetta #tab-descrizione #riepilogo
{
    float: left;
    width: 460px;
}
#schedaricetta #tab-descrizione #riepilogo dl
{
    float: left;
    width: 170px;
    font-size: .9em;
    margin: 0 10px 0 0;
}
#schedaricetta #tab-descrizione #riepilogo dl.altro
{
    float: right;
    width: 270px;
    margin: 0;
}
#schedaricetta #tab-descrizione #riepilogo.ristorante dl
{
    width: 270px;
}
#schedaricetta #tab-descrizione #riepilogo.ristorante dl.altro
{
    width: 170px;
}
#schedaricetta #tab-descrizione #riepilogo.ristorante dl dt
{
    width: 40%;
}
#schedaricetta #tab-descrizione #riepilogo.ristorante dd
{
    width: 60%;
}
#schedaricetta #tab-descrizione #riepilogo dl dt
{
    float: left;
    width: 60%;
    padding: 4px 0;
    border-bottom: 1px dotted #ddd;
}
#schedaricetta #tab-descrizione #riepilogo dl dd
{
    float: left;
    font-weight: bold;
    width: 40%;
    padding: 4px 0;
    border-bottom: 1px dotted #ddd;
}
#schedaricetta #tab-descrizione #riepilogo dl dt.vota
{
    height: 16px;
}
#schedaricetta #tab-descrizione #riepilogo dl dd ul
{
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}
#schedaricetta #tab-descrizione #servizi
{
    float: right;
    list-style-type: none;
    margin: 0 10px 0 0;
}
#schedaricetta #tab-descrizione #servizi li a
{
    color: #4b662f;
    border: 1px solid #ddd;
    margin: 2px 0;
    padding: 3px 10px;
    font-weight: bold;
    display: block;
    font-size: .8em;
}
#schedaricetta #tab-descrizione #servizi li a:hover
{
    background: #4b662f;
    color: #fff;
    text-decoration: none;
}
#schedaricetta #tab-descrizione h3, #schedaricetta #tab-descrizione h4
{
    margin: 10px 0 0 0;
}
#schedaricetta #tab-descrizione h3
{
    margin: 0;
    font-size: 1.8em;
}
#schedaricetta #tab-descrizione #ingredienti
{
    margin: 5px auto;
}
#schedaricetta #tab-descrizione #ingredienti ul
{
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    display: block;
}
#schedaricetta #tab-descrizione #ingredienti ul li
{
    display: block;
    float: left;
    margin: 2px 1%;
    list-style-type: none;
    width: 70%;
    font-weight: bold;
    border-bottom: 1px dotted #ddd;
    padding: 3px 0;
}
#schedaricetta #tab-descrizione #ingredienti ul li span
{
    display: inline-block;
    text-align: right;
    width: 120px;
    font-weight: normal;
    padding-right: 20px;
}
#commenta
{
    background: #86a73e;
}
#commenta fieldset
{
    width: 90%;
    margin: 0 auto;
}
#commenta legend
{
    display: block;
    font-family: Georgia;
    margin: 0 0 5px 0;
    font-size: 1.3em;
    color: #fff;
    padding: 10px 0 0 0;
    font-weight: bold;
}
#commenta textarea
{
    width: 96%;
    height: 70px;
    display: block;
}
#commenta div
{
    border: 0;
    margin: 0;
    padding: 0;
}
#commenta button
{
    margin: 7px auto;
    display: block;
    padding: 0 70px;
}
div#voto_ristoranti
{
    float: right;
    width: 25%;
    border: 1px solid #ddd;
    padding: 3%;
}
#voto_ristoranti h3
{
    font-size: 1em;
    margin: 0 0 2px 5px;
    color: #4b662f;
}
#voto_ristoranti ul
{
    margin: 0 0 13px 0;
}
#voto_ristoranti span
{
    text-indent: -9999px;
}
div#informazioni
{
    float: left;
    width: 60%;
    margin: 0 2% 0 2%;
    border: 1px solid #ddd;
    padding: 7px;
}
#informazioni dt
{
    font-weight: bold;
}
#informazioni dt, #informazioni dd
{
    float: left;
    width: 35%;
    padding: 3px 0;
}
#informazioni dd
{
    width: 65%;
}
.preparazione
{
    line-height: 19px;
}
/*LOGIN*/
#login
{
    padding: 10px;
    height: 123px;
    background: #d3eda1 url(/images/box_login.png) no-repeat center top;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
#login label
{
    width: 70px;
    display: inline-block;
    text-align: right;
    margin: 0 5px 0 0;
}
#login input
{
    width: 180px;
    margin: 2px 0;
}
#login p
{
    margin: 10px 0 0 0;
}
#login p a
{
    text-align: center;
    color: #fff;
}
/*VIDEO*/
#video
{
    height: 250px;
    background: url(/images/temp_video.gif) no-repeat bottom left;
}
/*ALTRI VIDEO*/
#altrivideo img
{
    margin: 0 3px 5px 3px;
}
/*INGREDIENTI*/
#lista_ingredienti dl
{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
#lista_ingredienti dt
{
    float: right;
    width: 78%;
    font-style: italic;
}
#lista_ingredienti dd
{
    float: right;
    text-align: center;
    width: 14%;
    border-right: 1px solid #ddd;
    font-style: italic;
}
#lista_ingredienti .title
{
    font-weight: bold;
}
#lista_ingredienti dt, #lista_ingredienti dd
{
    border-bottom: 1px solid #ddd;
    padding: 3px 5px;
}
/*BANNER1*/
.banner
{
    width: 100%;
    text-align: center;    
    margin: 10px 0;
}
/*TAG CLOUD*/
#tagcloud
{
    background: #fff;
    padding: 10px;
    line-height: 30px;
}
#tagcloud p
{
    text-align: justify;
}

#tagcloud a.lvl1
{
    color: #999;
    font-size: 1em;
}
#tagcloud a.lvl2
{
    font-size: 1.2em;
}
#tagcloud a.lvl3
{
    color: #ff6d00;
    font-size: 1.5em;
}
/* I PIU VOTATI*/
#ipiuvotati h3
{
    font-size: 1em;
}
.modify-button{position:fixed;background-color:#a10202;left:0;bottom:0;padding:10px;width:100%;z-index:500;}
.modify-button a{display:block;font-weight:bold;color:#FFFFFF;}
.modify-button a:visited{color:#FFFFFF;}
.modify-button a:link{color:#FFFFFF;}

/* UI TABS */


/*UI tabs*/
.ui-tabs-nav {
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #4B662f;
	bottom: -1px;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #4B662f;
	border-right: none;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #444444;
	background: #758A61 url(images/758A61_40x100_textures_02_glass_80.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover {
	background: #f9f9f9 url(images/f9f9f9_40x100_textures_02_glass_100.png) 0 50% repeat-x;
	color: #0b5b98;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #4B662f;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #4B662f url(images/4B662f_40x100_textures_02_glass_50.png) 0 50% repeat-x;
	color: #ffffff;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	clear:left;
	border: 1px solid #4B662f;
	background: #f9f9f9 url(images/f9f9f9_40x100_textures_04_highlight_hard_100.png) 0 0 repeat-x;
	color: #362b36;
	padding: 1.5em 1.7em;	
	font-size: 1.1em;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}


.photogallery  {margin-top:5px;margin-left:6px;margin-bottom:20px;}
.photogallery  li {list-style-type:none;margin:4px;border:solid 1px #E6E6E6;float:left;width:114px;height:114px;-khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-border-radius:4px;}
.photogallery  li a img{display:block;margin-top:5px;margin-left:5px;}
.photogallery  li img{width:100px;height:100px;}
.photogallery  li.over{ background-color: #EBEBEB; }

.ui-effects-transfer { border: 2px dotted gray; }


