/* CSS Reset */
body {padding: 0;margin: 0;font: 12px Arial, Helvetica, Garuda, sans-serif;*font-size: small;*font: x-small;}
h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {padding: 0;margin: 0;line-height: 1em;font-size: 100%;font-style: normal;}
table {font-size: inherit;font: 100%;}

img {border: 0;}
p {margin: 0.2em 0 0.9em;}
strong {font-weight: bold;}
/***************************************************************/
/*   General  				                                   */
/***************************************************************/
body {
	background: #ffaff5 url(img/background.jpg) fixed top center;
}
#container {
    position: relative;
    width: 950px;
    margin: 0 auto;
}
#logo {
    margin: 10px 0px 0;
}
#link-right {
    position: absolute;
    top: 0;
    right: 0;
    padding: 50px 20px 0;
}
#green-line {
    height: 12px;
    background: url(img/green-line.jpg) repeat-x top center;
}
h2 { margin: 0 20px 0; padding: 0 0 5px; color: #36a70a; border-bottom: 1px dotted #c5439a;clear: both; font-size: 18px;}
/* header */
#header {
    position: relative;
    margin: -4px 0 0 0;
    width: 945px;
    height: 50px;
    background: url(img/bg-menu-trans.png) no-repeat top center;
}
/* menu */

#menu{
    position: relative;
    top: -4px;
    padding: 0 17px 0px;
    font-size: 15px;
    font-weight: normal;
}
/*********** MODIFICHE/AGGIUNTE DI GASPARE ***************/
#menu span{
    display: block;
/*    padding: 20px; */
    float: left;
}
#menu div.TopMenuBar {
    position: relative;
}
#menu span.TopMenuItemSelected{
    background: url(img/bg-menu-current.jpg) repeat-x 5px 6px;
    padding: 20px;
}
#menu span.TopMenuItemSelected a:hover{
    color: white;
    border: none;
}
#menu span.Link{
    padding: 20px;
}
#menu span.Link a:hover{
    color: white;
    border: none;
}
/***************** FINE ***********************/
#menu span a{
    color: white;
    text-decoration: none;
}
#menu span a:hover {
    border-bottom: 1px solid #b2dca1;
}
#content{
    min-height: 300px;
}
/* Menu Verticale */
.inventua_sidemenu {
    padding: 2px 0 0;
    width: 245px;
    float: left;
}
/*********** AGGIUNTO DA GASPARE, TOGLIE IL MENU DI PRIMO LIVELLO DA SX ***************/
.MenuHdr0 {
  display:none;
}
/****************** FINE **********************/
.MenuHdr0 a, .MenuItem1 a{
    display: block;
    padding: 10px 0 10px;
    margin: 0px 20px 0px;
    border-bottom: 1px dotted #C5439A;
    text-transform: normal;
    color: #DE038B !important;
}
.MenuHdr0 a:hover, .MenuItem1 a:hover{
    text-decoration: underline !important;
}
.currentHeaderHighlight0 a:hover, .currentItemHighlight1 a:hover{
    text-decoration: none !important;
}
.currentHeaderHighlight0 a, .currentItemHighlight1 a{
    color: #DE038B !important;
    font-weight: bold;
}
/* Navigazione */
.breadcrumbs {
    margin-top: -5px;
    margin-bottom: -23px;
    color: #DE038B !important;
}
.breadcrumbs a{
    color: #DE038B !important;
}
/* content */
#content-top {
    position: relative;
    left: -5px;
    margin: 20px 0 0;
    height: 5px;
    width: 939px;
    background: url(img/content-top-trans.png) no-repeat top center;
}
#content-repeat {
    position: relative;
    left: -5px;
    width: 939px;
    background: url(img/content-repeat-trans.png) repeat-y top center;
    padding: 15px 0;
    font-family:Arial,Helvetica,Garuda,sans-serif;  /*********** MODIFICATO DA GASPARE ***************/
}
#content-repeat.sidebar h1{
    font-size: 22px;
    color: #36a70a;
    border-bottom: 1px dotted #c5439a;
    padding: 0 0 15px;
    margin: 0 32px 0 250px;
}
#content-repeat.sidebar h2{
    color: #36a70a;
    border-bottom: 1px dotted #c5439a;
    padding: 0 0 5px;
    margin: 24px 32px 0 250px;                      /*********** MODIFICATO DA GASPARE ***************/
}
#content-repeat.sidebar p{
   padding:  5px 32px 5px 250px;                    /*********** MODIFICATO DA GASPARE ***************/
   line-height: 23px;
   font-size: 13px;
   color: #6b6b6b;
   text-align: justify;
   margin: 0;
}
#content-repeat h1{
    font-size: 22px;
    color: #36a70a;
    border-bottom: 1px dotted #c5439a;
    padding: 0 0 15px;
    margin: 0 32px 0;
}
#content-repeat h2{
    color: #36a70a;
    border-bottom: 1px dotted #c5439a;
    padding: 0 0 5px;
    margin: 24px 32px 0;                      /*********** MODIFICATO DA GASPARE ***************/
}
#content-repeat p{
   padding:  5px 32px 5px;                    /*********** MODIFICATO DA GASPARE ***************/
   line-height: 23px;
   font-size: 13px;
   color: #6b6b6b;
   text-align: justify;
}
#content-repeat a{
    color: #DE038B;
    text-decoration: none;
}
#content-repeat.sidebar ul {
    padding: 0px 0 0 270px;
    color: #6B6B6B;
    font-size: 13px;
}
/*********** MODIFICATO DA GASPARE ***************/
#content-repeat.sidebar ul li {
    padding: 4px 32px 3px 0;
    line-height: 23px;
}
/******************* FINE ***********************/
#content-repeat.sidebar ol {
    padding: 0px 0 0 270px;
    color: #6B6B6B;
    font-size: 13px;
}
/*********** MODIFICATO DA GASPARE ***************/
#content-repeat.sidebar ol li {
    padding: 4px 32px 3px 0;
    line-height: 23px;
}
/******************* FINE ***********************/
#content-repeat ul {
    padding: 0px 0 0 50px;
    color: #6B6B6B;
    font-size: 13px;
}
/*********** MODIFICATO DA GASPARE ***************/
#content-repeat ul li {
    padding: 4px 32px 3px 0;
    line-height: 23px;
}
/******************* FINE ***********************/
#content-repeat ol {
    padding: 0px 0 0 55px;
    color: #6B6B6B;
    font-size: 13px;
}
/*********** MODIFICATO DA GASPARE ***************/
#content-repeat ol li {
    padding: 4px 32px 3px 0;
    line-height: 23px;
}
/******************* FINE ***********************/
#content-bottom{
    position: relative;
    left: -5px;
    height: 4px;
    width: 939px;
    background: url(img/content-bottom-trans.png) no-repeat bottom center;
    margin: 0 0 20px;
}
#content-top, #content-repeat, #content-bottom {
    margin-left: 8px;
}
.img-right{
    border: 1px solid #A9A9A9;
    float: right;
    margin: 5px 0 0 15px;
    padding: 5px;
}
.img-left{
    border: 1px solid #A9A9A9;
    float: left;
    margin: 5px 15px 0 0;
    padding: 5px;
}
/* home */
#flash {
    margin-left: 15px;
}
.sottolineato{
    position: relative;
    margin-top: -15px;
    margin-bottom: -19px;    
    left: 15px;
}
#home-text{
    position: absolute;
    top: 280px;
    left: 300px;
    text-align: right;
}
#home-text h1{
    font-size: 40px;
    color: #36a70a;
    font-family:Arial, Helvetica, Garuda, sans-serif;    /*********** AGGIUNTO DA GASPARE ***************/
    font-weight:bold;                                    /*********** AGGIUNTO DA GASPARE ***************/
}
#home-text h2{
    margin: 0;
    font-size: 30px;
    border:0;    
    padding-top: 0px;
    font-family:Arial, Helvetica, Garuda, sans-serif;    /*********** AGGIUNTO DA GASPARE ***************/
    font-weight:bold;                                    /*********** AGGIUNTO DA GASPARE ***************/
}
#home-text p {
    font-size: 18px;
    font-weight: bold;
    color: #684b84;
}
/*********** AGGIUNTO DA GASPARE ***************/
#home-text p a{
    font-size: 18px;
    font-weight: bold;
    color: #684b84;
}
#home-text .Normal{
    font-family: Arial, Helvetica, Garuda, sans-serif;
    font-size:inherit;
    font-weight:inherit;
}
#home-text h1 a{
    color: #36a70a;
}
#home-text a{
    text-decoration: none !important;
}
/***************** FINE ***********************/
#infezioni, #vulvovaginiti {
    display: block;
    width: 460px;
    height: 150px;
    float: left;
}
#infezioni h2, #vulvovaginiti h2{
    font-family: arial;
    margin: 0;
    padding: 25px 0 0 30px;
    border: none;
    font-size: 26px;
    font-weight:bold;                                /*********** AGGIUNTO DA GASPARE ***************/
}
/*********** AGGIUNTO DA GASPARE ***************/
h2{
    font-family:Arial, Helvetica, Garuda, sans-serif;    
    font-weight:bold;
}
/***************** FINE ***********************/
#infezioni h2 a, #vulvovaginiti h2 a{
    color: #36a70a;
}
#infezioni p, #vulvovaginiti p{
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 30px;
    margin: -15px 0 0;
    font-family:Arial, Helvetica, Garuda, sans-serif;    /*********** AGGIUNTO DA GASPARE ***************/
}
#infezioni p a, #vulvovaginiti p a{
    color: #684b84;
}
#infezioni h2 {
    padding: 25px 0 0 20px;
}
#infezioni p{
    padding: 0 0 0 20px;
}
#infezioni a, #vulvovaginiti a{
    text-decoration: none !important;
}
#natalben {
    float: left;
    margin: 10px 20px 20px;
    background: url(img/bg-banner-trans.png) no-repeat top center;
}
#natalben:hover {
    background: url(img/bg-banner-hover-trans.png) no-repeat top center;
}
#folindex {
    float: left;
    margin: 10px 18px 20px;
    background: url(img/bg-banner-trans.png) no-repeat top center;
}
#folindex:hover {
    background: url(img/bg-banner-hover-trans.png) no-repeat top center;
}
#natalben strong, #folindex strong {
    display: block;
    padding: 12px 0 0;
    font-size: 14px;
    color: #684b84;
    font-family:Arial, Helvetica, Garuda, sans-serif;    /*********** AGGIUNTO DA GASPARE ***************/
}
#natalben a, #folindex a {
    text-decoration: none;
}
/* footer */
#footer {
    clear: both;
    border-top: 1px dotted #c5439a;
    width: 910px;
    margin-left: 21px;
    color: #4B4B4B;
}
/*********** AGGIUNTO DA GASPARE ***************/
#footer .Normal{
    font-size:12px;
    font-family: Arial, Helvetica, Garuda, sans-serif;
}
#footer div#menu_footer{
    padding: 12px 0 0;
    margin: 0 0 0 -21px;
    text-align: left;
    float:left;
}
#footer div#menu_footer a{
    color: black;
    padding: 20px 20px 10px;
    color: #4B4B4B;
    text-decoration: underline;
}
#footer div#menu_footer a:hover{
    color: blue;
    text-decoration: none;
}
#footer div#copyright_footer {
    padding: 12px 0 0;
    margin: 0;
    float:right;
}
/***************** FINE ***********************/
/* Form */
#search {
    position: absolute;
    right: 15px;
    top: 11px;
}
/*********** AGGIUNTO DA GASPARE ***************/
div#search input.NormalTextBox {
    font-size:14px;
    font-family: Arial, Helvetica, Garuda, sans-serif;
    margin:0 -7px 0 0;
    padding:4px 5px 3px 5px;
    width: 250px;
    height:17px;
    color: #de038b;
    position: relative;
    top: -8px;
    z-index: 9999;
}
/***************** FINE ***********************/
.submit {
    position: relative;
    z-index: 9999;
    background: transparent url(img/btn-search.jpg) repeat-x 0 0;
    height: 26px;
    width: 70px;
    color: white;
    border: none;
    font-weight: bold;
}
.submit2 {
    background:transparent url(img/btn-submit.jpg) no-repeat 0 0;
	width: 181px;
	height: 31px;
	color: white;
	font-weight: bold;
	border: none;
	padding: 0 0 0px;
	margin: 10px 0;
}
.form-input {
    font-size:14px;
    margin:0 -4px 0 0;
    padding:4px 5px 3px;
    width: 250px;
    color: #de038b;
}
label {
	display: block;
	font-size: 14px;
  color: #6b6b6b;
	padding: 15px 0 0;
}
textarea {
	width: 90%;
    color: #de038b;
    padding: 8px;
}

/*********** AGGIUNTO DA GASPARE, RIPRISTINA LO STYLE DEL PANNELLO DI DNN ***************/
span.SubHead label{
  display:inline;
	font-size: 11px;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-weight: bold;
	color: #003366;
}
div#formContatti td.SubHead label span a img{
  display:none;
}
div#formContatti td.SubHead label span {
	font-size: 14px;
  color: #6b6b6b;
	padding: 15px 0 0;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-weight: normal;
}
div#formContatti {
  margin-left:32px;
}
div#formContatti table td.SubHead input.NormalTextBox{
    font-size:14px;
    margin:0 -4px 0 0;
    padding:4px 5px 3px;
    width: 250px;
    color: #de038b;
}
div#formContatti td a.CommandButton {
  background:transparent url(img/btn-submit.jpg) no-repeat 0 0;
	width: 181px;
	height: 31px;
	color: white;
	font-weight: bold;
	border: none;
	padding: 0 0 0px;
	margin: 10px 0;
	line-height:30px;
	font-size:13px;
	display:block;
	font-family:Arial,Helvetica,Garuda,sans-serif;
}
div#formContatti td div.Normal div {
	color: #6b6b6b;
	font-weight: normal;
	font-size:11px;
	font-family:Arial,Helvetica,Garuda,sans-serif;
}
div#risultatiRicerca {
  margin-left:32px;
	font-size: 14px;
  color: #6b6b6b;
	padding: 15px 0 0;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-weight: normal;
}
div#risultatiRicerca div.SearchResultsContent  table a.SubHead {
	font-size: 14px;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-weight: bold;
}
div#risultatiRicerca div.SearchResultsContent  table span.SubHead {
	font-size: 14px;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-weight: bold;
	color:#6B6B6B;
}
div#risultatiRicerca div.SearchResultsContent  table span.Normal {
	font-size: 14px;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-weight: normal;
	display: inline;
}
div#risultatiRicerca div.SearchResultsContent table a.CommandButton {
	font-size: 14px;
	font-family: Arial, Helvetica, Garuda, sans-serif;
}
div#risultatiRicerca div.SearchResultsContent span.Normal {
  display:block;
  margin-bottom:20px;
	font-size: 14px;
	font-family: Arial, Helvetica, Garuda, sans-serif;
}
/***************** FINE ***********************/



















