/* CSS Document */
/**
 *	TAGS DI BASE
 */
html {
}

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:98%;
	margin:0 auto 0 auto;
}

.forprint {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


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;
}
#header #menu {
	display:none;
}
#header #search {
	display:none;
}
#header #search form {
	display:none;
}
#header #vetrine {
	display:none;
}

#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;*/
	display:none;
}

/* 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:#333333;
	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;
}


/* LOGIN BOX */
.loginbox {
	display:none;
}


/* CONTENUTI */
.blockhead .title {
	padding:5px 0 0 0;
	font-size:14px;
	color:#333333;
	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 210px;
}
#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:#ffffff;
	border:1px solid #000000;
	color:#333333;
	display:table;
	width:140px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#libro .addcarrello {
	width:144px;
	height:27px;
	float:left;
}
#libro .disponibile {
	display:block;
	/*width:149px;*/
	width:200px;
	height:27px;
	float:left;
	margin:0 0 0 10px;
}
#libro .disponibile div.txt {
	margin:7px 0 0 0;
	font-size:11px;
	color:#000000;
	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 0px;
	margin:0 0 2px 0;
	background-color:#e5e5e5;
	font-size:14px;
	font-weight:bold;
}
#libro a.combinati {
	display:block;
	padding:5px 5px 5px 0px;
	background-color:#e5e5e5;
	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;
*/
	display:none;
}
#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-stampa.gif);
	background-repeat:no-repeat;
}
#libro .ops a.indice {
	width:200px;
	background-image:url(../img/bgs/ico-invia.gif);
	background-repeat:no-repeat;
}
#libro .ops a.pdf {
	background-image:url(../img/bgs/ico-add.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 2% 0 2%;
	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 {
	display:none;
}
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 ##### */
TABLE#searchel {
	display:none;
}
TABLE#searchel .left {
	vertical-align:center;
	font-weight:bold;
	color:#ffffff;
}
TABLE#searchel .center {
	vertical-align:bottom;
	padding:0;
}
TABLE#searchel .right {
	padding:0;
}


/* ##### SECTIONS RED ##### */
.section-Medicina {
	width:100%;
	display:block;
	height:10px;
	background-image:url(../img/sections/bg-Medicina.gif);
	text-align:right;
}
.section-Medicina-Alternativa {
	width:100%;
	display:block;
	height:10px;
	background-image:url(../img/sections/bg-MedicinaAlternativa.gif);
	text-align:right;
}
.section-Scienze-Infermieristiche {
	width:100%;
	display:block;
	height:10px;
	background-image:url(../img/sections/bg-ScienzeInfermieristiche.gif);
	text-align:right;
}
.section-Odontoiatria {
	width:100%;
	display:block;
	height:10px;
	background-image:url(../img/sections/bg-Odontoiatria.gif);
	text-align:right;
}
.section-Veterinaria {
	width:100%;
	display:block;
	height:10px;
	background-image:url(../img/sections/bg-Veterinaria.gif);
	text-align:right;
}

#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;
}
.azz {
	color:#6785c1;
}
.bannerino {
	margin:0 5px 0 0;
}


iframe {
	height:320px;
	border:1px solid #aeaeae;
	width:90%;
}

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;
}


TABLE.carrello {
	margin:0px;
	padding:0px;
	width:98%;
	border:0px none;
}
TABLE.carrello TR.labels TD {
	font-weight:bold;
	padding:3px;
}

TABLE.carrello TR TD {
	padding:3px;
	border-bottom:1px solid #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:#ffffff;
	color:#000000;
}
.longbox .blockcont {
	border:1px solid #333333;
}
.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:5px;
	margin:0 5px 0 0;
	border:1px solid #000066;
	float:left;
	font-weight:bold;
}
ul.pager li.current {
	padding:5px;
	margin:0 5px 0 0;
	border:1px solid #ff0000;
	background-color:#ff0000;
	float:left;
	color:#ffffff;
	font-weight:bold;
}
