/* CSS Document */
/**
 *	TAGS DI BASE
 */
html {
}

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:97%;
	margin:0 auto 0 auto;
}

.forprint {
	display:none;
}

a {
	text-decoration: none;
	color: #000066;
}

img {
	border: 0 none;
}

p {
	margin-bottom: .5em;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

/*fieldset {
	border: none;
}*/

legend { padding: 0 10px 0 10px; font-size: 13px; font-weight: bold;}
fieldset { ; border: 1px solid #CCCCCC; margin: 0 0 0 0; padding: 10px;}

#wrapper{
}

#container { 
	min-width:980px;
}

* html #container {
	border-right: 980px solid #FFFFFF;
}

* html #wrapper {
	display: inline-block; 
	position: relative; 
	margin-right: -980px;
}
/* ********** CLEARFIX */
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http: //www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";             /* the period is placed on the page as the last thing before the div closes */
    display: block;           /* inline elements don't respond to the clear property */
    height: 0;                /* ensure the period is not visible */
    clear: both;              /* make the container clear the period */
    visibility: hidden;       /* further ensures the period is not visible */
}
.clearfix {display: inline-block}   /* a fix for IE Mac */
/* Hides from IE-mac \*/
.clearfix {display: block}
/* End hide from IE-mac */

/* Clearing with overflow */
.floatbox { overflow:hidden; }

/* .floatbox adjustment for IE */
* html .floatbox {width:100%;}


/**
 *	LAYOUT
 */
#header {
	margin:0 0 20px 0;
	height:156px;
	background-image:url(../img/libreria-universo.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
}
#header #menu {
	display:block;
	margin:0 0 0 249px;
	height:49px;
}
#header #menu ul {
	margin:0px;
	padding:20px 0 0 0;
}
#header #menu ul li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}
#header #menu ul li a {
	display:block;
	height:29px;
	background-repeat:no-repeat;
	background-position:top;
}
#header #menu ul li a.home {
	background-image:url(../img/menu/home.gif);
	width:54px;
}
#header #menu ul li a.home-current {
	background-image:url(../img/menu/home.gif);
	width:54px;
	background-position:bottom;
}
#header #menu ul li a.chisiamo {
	background-image:url(../img/menu/chisiamo.gif);
	width:85px;
}
#header #menu ul li a.chisiamo-current {
	background-image:url(../img/menu/chisiamo.gif);
	width:85px;
	background-position:bottom;
}
#header #menu ul li a.dovesiamo {
	background-image:url(../img/menu/dovesiamo.gif);
	width:93px;
}
#header #menu ul li a.dovesiamo-current {
	background-image:url(../img/menu/dovesiamo.gif);
	width:93px;
	background-position:bottom;
}
#header #menu ul li a.contatti {
	background-image:url(../img/menu/contatti.gif);
	width:71px;
}
#header #menu ul li a.contatti-current {
	background-image:url(../img/menu/contatti.gif);
	width:71px;
	background-position:bottom;
}
#header #menu ul li a.acquistare {
	background-image:url(../img/menu/acquistare.gif);
	width:91px;
}
#header #menu ul li a.acquistare-current {
	background-image:url(../img/menu/acquistare.gif);
	width:91px;
	background-position:bottom;
}
#header #menu ul li a.aiuto {
	background-image:url(../img/menu/aiuto.gif);
	width:61px;
}
#header #menu ul li a.aiuto-current {
	background-image:url(../img/menu/aiuto.gif);
	width:61px;
	background-position:bottom;
}
#header #menu ul li a:hover {
	display:block;
	height:29px;
	background-repeat:no-repeat;
	background-position:bottom;
}


#header #search {
	height:46px; /* 44 */
	padding:5px 0 0 0;
	margin:0 0 0 249px;
	background-color:#6699cc;
	border-bottom:1px solid #ffffff;
}
#header #search strong {
	color:#ffffff;
	font-size:12px;
}
#header #search form {
	margin:0px;
	padding:0px;
}
#header #search form select {
	margin:0 5px 0 0;
	/*height:12px;*/
	width:95%;
}
#header #search form input {
	padding:1px;
	width:95%;
	border:1px solid #000066;
}
#header #search form #ricerca {
	width:50px;
	font-weight:bold;
	background-color:#ffffff;
	border:1px solid #ffffff;
	cursor: pointer;
	cursor: hand;
}

TABLE#searchel {
	padding:0px;
	margin:0px;
	border:0px none;
	width:100%;
}
TABLE#searchel td {
}

TABLE#searchel .left {
	vertical-align:center;
	font-weight:bold;
	color:#ffffff;
	width:15%;
}
TABLE#searchel .center {
	vertical-align:center;
	padding:0;
	width:30%;
}
TABLE#searchel .right {
	vertical-align:center;
	padding:0;
}
TABLE#searchel .right-last {
	vertical-align:center;
	padding:0;
	width:120px;
}
#header #search .advanced {
	color:#ffffff;
	font-weight:bold;
	margin:5px 0 0 0;
	height:15px;
	font-size:12px;
}
#header #search .advanced a:hover {
	color:#ffffff;
	text-decoration:underline;
}


#header #vetrine {
	height:31px;
	background-image:url(../img/bgs/bg-vetrine.gif);
}
#header #vetrine #tit {
	display:block;
	width:179px;
	height:31px;
	float:left;
	background-image:url(../img/nostre-vetrine.gif);
	background-repeat:no-repeat;
}
#header #vetrine ul {
	margin:0 0 0 200px;
	padding:9px 0 0 0;
}
#header #vetrine ul li {
	margin:0 25px 0 0;
	padding:0px;
	list-style-type:none;
	float:left;
}
#header #vetrine ul li a {
	display:block;
	color:#ffffff;
	padding:0 0 0 15px;
	font-weight:bold;
	font-size:12px;
}
#header #vetrine ul li a.red {
	background-image:url(../img/sections/red.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
}
#header #vetrine ul li a.violet {
	background-image:url(../img/sections/violet.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
}
#header #vetrine ul li a.green {
	background-image:url(../img/sections/green.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
}
#header #vetrine ul li a.yellow {
	background-image:url(../img/sections/yellow.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
}
#header #vetrine ul li a.orange {
	background-image:url(../img/sections/orange.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
}
#header #vetrine ul li a.cian {
	background-image:url(../img/sections/cian.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
}


#footer {
	padding:10px;
	border-top:1px dotted #7184ae;
}
TABLE#contents {
	padding:0px;
	margin:0px;
	border:0px none;
	width:100%;
}
TABLE#contents #left {
	width:213px;
	vertical-align:top;
}
TABLE#contents #center {
	vertical-align:top;
}
TABLE#contents #right {
	width:213px;
	vertical-align:top;
}

/* BLUE BOX */
.bluebox {
	width:195px;
	margin:0 auto 0 auto;
}
.bluebox a {
	font-weight:bold;
}
.bluebox .blockhead {
	display:block;
	width:195px;
	height:38px;
	background-image:url(../img/bgs/bblockhead.gif);
	background-repeat:no-repeat;
}
.bluebox .blockcont {
	border-left:1px solid #7184ae;
	border-right:1px solid #7184ae;
}
.bluebox .blockfoot {
	display:block;
	width:195px;
	height:29px;
	background-image:url(../img/bgs/bblockfoot.gif);
	background-repeat:no-repeat;
}

/* GRAY BOX */
.graybox {
	width:195px;
	margin:0 auto 0 auto;
	color:#333333;
}
.graybox strong {
	font-size:12px;
}
.graybox .blockhead {
	display:block;
	width:195px;
	height:31px;
	background-image:url(../img/bgs/gblockhead.gif);
	background-repeat:no-repeat;
}
.graybox .blockcont {
	border-left:1px solid #bababa;
	border-right:1px solid #bababa;
	background-image:url(../img/bgs/bgcontent.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.graybox .blockfoot {
	display:block;
	width:195px;
	height:10px;
	background-image:url(../img/bgs/gblockfoot.gif);
	background-repeat:no-repeat;
}
.graybox .blockhead .title {
	padding:7px 0 0 10px;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.graybox .blockcont .content {
	margin:0 5px 0 5px;
}
.graybox .blockcont ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.graybox .blockcont ul li {
	padding:5px 0;
	margin:0px;
	border-bottom:1px dotted #000066;
	clear:left;
}
.graybox .blockcont ul li img {
	float:right;
	margin:0 0 0 5px;
}
.graybox .blockcont ul li a.infos {
	font-weight:bold;
	display:block;
	margin:5px 0 0 0;
	padding:4px 0 4px 14px;
	background-image:url(../img/links/freccina.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

/* RISPARMIA HOME */
.risparmia-home {
	width:195px;
	margin:0 auto 0 auto;
	color:#333333;
}
.risparmia-home strong {
	font-size:13px;
	color:#FF6600;
}
.risparmia-home .blockhead {
	display:block;
	width:195px;
	height:31px;
	background-image:url(../img/bgs/gblockhead-o.gif);
	background-repeat:no-repeat;
}
.risparmia-home .blockcont {
	border-left:1px solid #bababa;
	border-right:1px solid #bababa;
	background-image:url(../img/bgs/bgcontent.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.risparmia-home .blockfoot {
	display:block;
	width:195px;
	height:10px;
	background-image:url(../img/bgs/gblockfoot.gif);
	background-repeat:no-repeat;
}
.risparmia-home .blockhead .title {
	padding:7px 0 0 10px;
	font-size:14px;
	color:#000066;
	font-weight:bold;
}
.risparmia-home .blockcont .content {
	margin:0 5px 0 5px;
}
.risparmia-home .blockcont ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.risparmia-home .blockcont ul li {
	padding:5px 0;
	margin:0px;
	border-bottom:1px dotted #000066;
	clear:left;
}
.risparmia-home .blockcont ul li img {
	float:right;
	margin:0 0 0 5px;
}
.risparmia-home .blockcont ul li a.infos {
	font-weight:bold;
	display:block;
	margin:5px 0 0 0;
	padding:4px 0 4px 14px;
	background-image:url(../img/links/freccina.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

/* MAILING HOME */
.mailing-home {
	width:195px;
	margin:0 auto 0 auto;
	color:#333333;
}
.mailing-home strong {
	font-size:13px;
	color:#FF6600;
}
.mailing-home .blockhead {
	display:block;
	width:195px;
	height:31px;
	background-image:url(../img/bgs/gblockhead-o.gif);
	background-repeat:no-repeat;
}
.mailing-home .blockcont {
	border-left:1px solid #bababa;
	border-right:1px solid #bababa;
	background-image:url(../img/bgs/bgcontent.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.mailing-home .blockfoot {
	display:block;
	width:195px;
	height:10px;
	background-image:url(../img/bgs/gblockfoot.gif);
	background-repeat:no-repeat;
}
.mailing-home .blockhead .title {
	padding:7px 0 0 10px;
	font-size:14px;
	color:#000066;
	font-weight:bold;
}
.mailing-home .blockcont .content {
	margin:0 5px 0 5px;
}
.mailing-home .blockcont ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.mailing-home .blockcont ul li {
	padding:5px 0;
	margin:0px;
	border-bottom:1px dotted #000066;
	clear:left;
}
.mailing-home .blockcont ul li img {
	float:right;
	margin:0 0 0 5px;
}
.mailing-home .blockcont ul li a.infos {
	font-weight:bold;
	display:block;
	margin:5px 0 0 0;
	padding:4px 0 4px 14px;
	background-image:url(../img/links/freccina.gif);
	background-repeat:no-repeat;
	background-position:left center;
}


/* LOGIN BOX */
.loginbox {
	width:195px;
	margin:0 auto 0 auto;
	color:#333333;
}
.loginbox strong {
	font-size:12px;
}
.loginbox .blockhead {
	display:block;
	width:195px;
	height:51px;
	background-image:url(../img/bgs/oblockhead.gif);
	background-repeat:no-repeat;
}
.loginbox .blockcont {
	border-left:1px solid #7184ae;
	border-right:1px solid #7184ae;
	background-image:url(../img/bgs/bgcontent.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.loginbox .blockfoot {
	display:block;
	width:195px;
	height:37px;
	background-image:url(../img/bgs/oblockfoot.gif);
	background-repeat:no-repeat;
}
.loginbox .blockhead .title {
	padding:17px 0 0 10px;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}
.loginbox .blockcont .content {
	margin:0 5px 0 5px;
}
.loginbox .blockcont .content .cont {
	border-top:1px dotted #7184ae;
	clear:both;
	padding:5px 0;
}
.loginbox .blockcont .content .cont .label {
	font-size:10px;
	width:60px;
	margin:3px 0 0 0;
	float:left;
}
.loginbox .blockcont .content .cont .campo {
	margin:0 0 0 60px;
}
.loginbox .blockcont .content .butt {
	border-top:1px dotted #7184ae;
	clear:both;
	padding:5px 0;
}
.loginbox .blockcont .content .butt input {
	width:80px;
	padding:1px;
	margin:0 0 0 50px;
	border:1px solid #ff6a07;
	background-color:#ffffff;
}
.loginbox .blockcont .content .cont .campo input {
	width:115px;
	padding:1px;
	border:1px solid #ff6a07;
}

.loginbox .blockfoot a.infos {
	font-weight:bold;
	display:block;
	margin:0 0 0 5px;
	padding:0 0 2px 14px;
	background-image:url(../img/links/freccina.gif);
	background-repeat:no-repeat;
	background-position:left center;
}


/* CONTENUTI */
.blockhead .title {
	padding:5px 0 0 10px;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}

.blockcont .content {
	margin:0 5px 0 5px;
}
.blockcont ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.blockcont ul li {
	padding:5px 0;
	margin:0px;
	border-bottom:1px dotted #000066;
	clear:left;
}
.blockcont ul li img {
	float:left;
	margin:0 5px 0 0;
}

.blockfoot .foot {
	text-align:right;
	padding:8px 5px 0 0;
}
.blockfoot .foot a {
	font-weight:bold;
	display:block;
	padding:0 14px 0 0;
	background-image:url(../img/links/freccina.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

/* SEGNALA */
#segnala {
	border:1px solid #4167b1;
	/*background-color:#ebebeb;*/
	padding:6px;
	display:table;
}
#segnala .copertina {
	float:left;
	margin:0 10px 10px 0;
}
#segnala .testo {
	display:block;
	margin:0 0 0 160px;
}
#segnala .scontoprezzo {
	padding:5px 0;
	margin:5px 0 0 0;
	font-size:14px;
	font-weight:bold;
}
#segnala .sconto {
	padding:5px;
	margin:0 8px 0 0;
	background-color:#ff0000;
	color:#ffffff;
	display:table;
	float:left;
}
#segnala a {
	font-weight:bold;
	font-size:13px;
	padding:0 0 5px 0;
	text-decoration:underline;
}

.clear {
	clear:left;
}


/* EDITORIALI */
#editorial {
	font-size:12px;
	line-height:130%;
}
#editorial h1 {
	font-size:18px;
	font-weight:bold;
	padding:0 0 8px 0;
	margin:0px;
	color:#ff0000;
}
#editorial h2 {
	font-size:13px;
	font-weight:bold;
	padding:10px 0 3px 0;
	margin:0px;
	color:#ff0000;
}
#editorial p {
	margin:0px;
	padding:0px;
}


/* SEGNALA */
#libro {
	font-size:12px;
}
#libro h1 {
	font-size:15px;
	font-weight:bold;
	padding:0 0 8px 0;
	margin:0px;
	color:#000066;
}
#libro .copertina {
	float:left;
	margin:0 10px 10px 0;
}
#libro .testo {
	display:block;
	margin:0 0 0 230px;
}
#libro .scontoprezzo {
	padding:5px 0;
	margin:5px 0 0 0;
	font-size:13px;
	font-weight:bold;
}
#libro .sconto {
	padding:5px;
	margin:0 8px 0 0;
	background-color:#ff0000;
	color:#ffffff;
	width:140px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#libro .addcarrello, #doublelist .addcarrello {
	/*width:144px;*/
	float:left;
}
#libro .addlibri {
	width:144px;
	float:left;
	margin:0 0 0 10px;
	padding:3px 0 0 0;
}
#doublelist .addlibri {
	width:144px;
	float:left;
	margin:0 0 0 5px;
	padding:0 0 0 0;
}
#libro .disponibile {
	display:block;
	/*width:149px;*/
	height:27px;
	background-image:url(../img/bgs/disponibile.gif);
	background-repeat:no-repeat;
	float:left;
	margin:0 0 0 7px;
}
#libro .disponibile div.txt {
	margin:7px 0 0 35px;
	font-size:12px;
	color:#1952FF;
	font-weight:bold;
}

#libro .risparmi {
	color:#ff6600;
	border-top:1px dotted #aeaeae;
	border-bottom:1px dotted #aeaeae;
	padding:4px 0 4px 0;
	font-weight:bold;
}

/*#libro a.gruppi {
	display:block;
	padding:5px 5px 5px 30px;
	margin:0 0 2px 0;
	background-color:#e5e5e5;
	background-image:url(../img/bgs/ico-gruppi.gif);
	background-repeat:no-repeat;
	background-position:3px center;
	font-size:14px;
	font-weight:bold;
}*/

#libro .bacchetta {
	margin:0 0 2px 0;
	font-size:14px;
	font-weight:bold;
	color:#000066;
}
#libro .bacchetta div.gruppiac {
	display:block;
	padding:5px 5px 5px 30px;
	background-color:#e5e5e5;
	background-image:url(../img/bgs/ico-gruppi.gif);
	background-repeat:no-repeat;
	background-position:3px center;
}
#libro .bacchetta div.accomb {
	display:block;
	padding:5px 5px 5px 30px;
	background-color:#e5e5e5;
	background-image:url(../img/bgs/ico-combinati.gif);
	background-repeat:no-repeat;
	background-position:3px center;
}
#libro .bacchetta:hover {
	color:#000000;
	text-decoration:none;
	background-image:url(../img/bgs/ico-gruppi.gif);
	background-repeat:no-repeat;
	background-position:3px center;
	cursor:pointer;
}
#libro .bacchetta-content {
	padding:5px 8px 5px 8px;
	margin:0 0 1px 0;
	color:#000000;
	background-color:#efefef;
	display:block;
}



/*#libro a.combinati {
	display:block;
	padding:5px 5px 5px 30px;
	background-color:#e5e5e5;
	background-image:url(../img/bgs/ico-combinati.gif);
	background-repeat:no-repeat;
	background-position:3px center;
	font-size:14px;
	font-weight:bold;
}*/


#doublelist a.aggiungi {
	/*background-image:url(../img/bgs/ico-add.gif);
	background-repeat:no-repeat;*/
	display:block;
	padding:2px;
	margin:5px auto;
	text-decoration:none;
	text-align:center;
	border:1px solid #aeaeae;
	font-size:11px;
}

#libro .ops {
	border-top:1px dotted #4167b1;
	border-bottom:1px dotted #4167b1;
	padding:8px 0;
	height:20px;
}
#libro .ops a {
	display:block;
	float:left;
	height:20px;
	padding:3px 0 0 22px;
	text-decoration:underline;
}
#libro .ops a.stampa {
	width:140px;
	background-image:url(../img/bgs/ico-stampa.gif);
	background-repeat:no-repeat;
}
#libro .ops a.invia {
	width:200px;
	background-image:url(../img/bgs/ico-invia.gif);
	background-repeat:no-repeat;
}
#libro .ops a.aggiungi {
	background-image:url(../img/bgs/ico-add.gif);
	background-repeat:no-repeat;
}
#libro .ops a.pref {
	width:140px;
	background-image:url(../img/bgs/ico-pdf.gif);
	background-repeat:no-repeat;
}
#libro .ops a.indice {
	width:110px;
	background-image:url(../img/bgs/ico-pdf.gif);
	background-repeat:no-repeat;
}
#libro .ops a.pdf {
	background-image:url(../img/bgs/ico-pdf.gif);
	background-repeat:no-repeat;
}

/* ##### tabella lista home ##### */
TABLE#doublelist {
	padding:0px;
	margin:0px;
	border:0px none;
	width:100%;
}
TABLE#doublelist td {
	width:47%;
	padding:10px 1% 0 1%;
	vertical-align:top;
	border-bottom:1px dotted #aeaeae;
}
TABLE#doublelist td  .copertina {
	float:right;
	margin:0 10px 10px 0;
}
TABLE#doublelist td  .testo {
	display:block;
}
TABLE#doublelist td  .prezzo {
	font-size:14px;
	font-weight:bold;
	padding:3px 0;
}
TABLE#doublelist td .sconto {
	padding:5px;
	margin:0 8px 0 0;
	border:1px solid #ff0000;
	color:#ff0000;
	width:70px;
	text-align:center;
	font-weight:bold;
}
TABLE#doublelist td .aggiungi {
	margin:5px auto 2px;
	width:138px;
	padding:0px;
}
TABLE#doublelist td  a {
	font-weight:bold;
	font-size:13px;
	padding:0 0 5px 0;
	display:block;
	text-decoration:underline;
}

/* ##### tabella lista ##### */
TABLE#singlelist {
	padding:0px;
	margin:0px;
	border:0px none;
	width:100%;
}
TABLE#singlelist td {
	padding:10px 2% 0 2%;
	vertical-align:top;
	border-bottom:1px dotted #aeaeae;
}
TABLE#singlelist td  .copertina {
	float:right;
	margin:0 10px 10px 0;
}
TABLE#singlelist td  .testo {
	display:block;
}
TABLE#singlelist td .prezzo {
	font-size:14px;
	font-weight:bold;
	padding:3px 0;
}
TABLE#singlelist td .sconto {
	padding:5px;
	margin:0 8px 0 0;
	border:1px solid #ff0000;
	width:70px;
	text-align:center;
	font-weight:bold;
}
TABLE#singlelist td .aggiungi {
	width:140px;
	margin:5px auto;
}
TABLE#singlelist td  a {
	font-weight:bold;
	font-size:13px;
	padding:0 0 5px 0;
	display:block;
	text-decoration:underline;
}

/*##### PATH ##### */
TABLE#path {
	padding:0px;
	margin:0px;
	border:0px none;
	width:100%;
}
TABLE#path .left {
	background-color:#75a3d1;
	vertical-align:center;
	padding:0 0 0 5px;
	font-weight:bold;
	color:#ffffff;
}
TABLE#path .center {
	width:41px;
	height:27px;
	vertical-align:bottom;
	padding:0;
}
TABLE#path .right {
	width:213px;
	padding:0;
}
TABLE#path .right .carrello {
	display:block;
	width:108px;
	height:27px;
	background-image:url(../img/bgs/bgcarrello.gif);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	margin:0 0 0 10px;
}
TABLE#path .right .carrello img {
	float:left;
}
TABLE#path .right .carrello .number {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding:6px 0 0 85px;
}

/*##### PATH ##### */



/* ##### SECTIONS RED ##### */
.section-Medicina {
	width:100%;
	display:block;
	height:10px;
	background-image:url(../img/sections/bg-Medicina.gif);
	text-align:right;
	margin:0 0 1px 0;
}
.section-Medicina-Alternativa {
	width:100%;
	display:block;
	height:10px;
	background-image:url(../img/sections/bg-MedicinaAlternativa.gif);
	text-align:right;
	margin:0 0 1px 0;
}
.section-Medicina-alternativa {
	width:100%;
	display:block;
	height:10px;
	background-image:url(../img/sections/bg-MedicinaAlternativa.gif);
	text-align:right;
	margin:0 0 1px 0;
}
.section-Scienze-Infermieristiche {
	width:100%;
	display:block;
	height:10px;
	background-image:url(../img/sections/bg-ScienzeInfermieristiche.gif);
	text-align:right;
	margin:0 0 1px 0;
}
.section-Odontoiatria {
	width:100%;
	display:block;
	height:10px;
	background-image:url(../img/sections/bg-Odontoiatria.gif);
	text-align:right;
	margin:0 0 1px 0;
}
.section-Veterinaria {
	width:100%;
	display:block;
	height:10px;
	background-image:url(../img/sections/bg-Veterinaria.gif);
	text-align:right;
	margin:0 0 1px 0;
}

#footer a {
	font-weight:bold;
}

#footer .footer-left {
	float:left;
	padding:0 0 20px 0;
}
#footer .footer-right {
	float:right;
	text-align:right;
}

.red {
	font-weight:bold;
	color:#ff0000;
}
.white {
	font-weight:bold;
	color:#ffffff;
}
.azz {
	color:#6785c1;
}
.bannerino {
	margin:0 5px 0 0;
}


iframe {
	border:1px solid #aeaeae;
}

TABLE.mailing {
	margin:0px;
	padding:0px;
	width:98%;
	border:0px none;
}
TABLE.mailing TD.titolo {
	background-color:#ebebeb;
	padding:3px;
	font-weight:bold;
}
TABLE.mailing .avvisi {
	background-color:#ffffff;
	padding:3px;
	font-weight:bold;
	color:#ff0000;
}

TABLE.avanzata {
	margin:0px;
	padding:0px;
	width:98%;
	border:0px none;
}
TABLE.avanzata TD {
	border-bottom:1px dotted#aeaeae;
	padding:5px 2px 5px 2px;
}
TABLE.avanzata TD.titolo {
	padding:5px 2px 5px 2px;
	font-weight:bold;
	width:120px;
}
TABLE.avanzata TD.avvisi {
	background-color:#ffffff;
	padding:3px;
	font-weight:bold;
	color:#ff0000;
}
#sub {
	padding:3px 6px;
	font-weight:bold;
	color:#ffffff;
	background-color:#ff6600;
	border:1px solid #ff6600;
	cursor: pointer;
	cursor: hand;
}


TABLE.carrello {
	margin:0px;
	padding:0px;
	width:98%;
	border:0px none;
}
TABLE.carrello TR.labels TD {
	background-color:#ebebeb;
	font-weight:bold;
	padding:3px;
}

TABLE.carrello TR TD {
	padding:3px;
	border-bottom:1px dotted #aeaeae;
}
TABLE.carrello TR TD a {
	font-weight:bold;
}


/* LONG BOX */
.longbox {
	margin:0 auto 0 auto;
}
.longbox a {
	font-weight:bold;
}
.longbox .blockhead {
	display:block;
	width:350px;
	padding:2px 4px 4px 4px;
	background-color:#225fe6;
}
.longbox .blockcont {
	border:1px solid #225fe6;
}
.longbox .blockfoot {
	display:block;
	height:29px;
}
.longbox .blockcont ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.longbox .blockcont ul li {
	padding:5px 0;
	margin:0px;
	border-bottom:1px dotted #000066;
	clear:left;
}
.longbox .blockcont ul li img {
	float:left;
	margin:0 5px 0 0;
}

ul.pager {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
ul.pager li {
	padding:4px;
	margin:0 5px 2px 0;
	border:1px solid #000066;
	float:left;
	font-weight:bold;
}
ul.pager li.current {
	padding:4px;
	margin:0 5px 2px 0;
	border:1px solid #ff0000;
	background-color:#ff0000;
	float:left;
	color:#ffffff;
	font-weight:bold;
}

.rag {
	display:block;
	clear:left;
	font-size:11px;
}
.rag .sin {
	padding:4px 0;
	margin:0 0 0 0;
	width:180px;
	float:left;
	/* border-bottom:1px dotted #aeaeae;*/
	text-align: right;
	border:1px solid #000000;
}
.rag .des {
	padding:4px 0;
	margin:0 0 0 180px;
	border-bottom:1px dotted #aeaeae;
	font-weight:bold;
	width:150px;
	border:1px solid #000000;
}

.adds a {
	float:left;
	display:block;
	margin:0 3px 0 0;
}
.adds a.r1 {
	float:left;
	display:block;
	margin:0 0 0 0;
}
.phrase-result {
	padding:5px 0;
	border-top:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #ffffff;
    	text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    	background: url(../img/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../img/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../img/bubble.gif) no-repeat bottom;
}

