body
{
    margin:0;
    padding:0;
    background-color:#fff;
    color:#033;
    font-size:12px;
    font-family:Arial,sans-serif;
}
a
{
    color:#660;
    text-decoration:none;
    font-weight:bold;
}
img { -ms-interpolation-mode: bicubic; } 
a img
{border:none;}
.alt, .cake-sql-log
{display:none}
.clear
{
    display:block;
    visibility:hidden;
    clear:both;
}
*::-moz-selection {
background:#E96912 none repeat scroll 0 0;
color:#fff;
}
#flashMessage
{
    margin-bottom:10px;
    padding:10px;
    border-bottom:3px solid #626F06;
    background-color:#A6B534;
    font-size:16px;
    color:#fff;
}

#dialogosuifarmaci
{
    background-image:url(../img/bg_body.jpg);
    background-position:top left;
    background-repeat:repeat-y;
}
body.pages #dialogosuifarmaci
{
    background-image:url(../img/bg_body_int.jpg);
}
#main-wrapper
{
    width:1024px;
}
#header
{
    height:125px;
    width:1024px;
    position:absolute;
    background-image:url(../img/top1.jpg);
    background-position:top left;
    background-repeat:no-repeat;
}
#header #logo img
{
    display:none;
}
#header #logo
{
    display:block;
    height:120px;
    width:270px;
}
#nav
{
    background-color:#eee;
    padding-top:125px;
}
#nav ul
{
    margin:0;
    padding:0;
    list-style-type:none;
    width:1024px;
    height:30px;
    font-size:12px;
    
}
#nav ul li
{
    float:left;
    margin-left:10px;
    margin-right:10px;
}
#nav ul li a
{
    display:block;
    padding:8px;
    font-weight:normal;
    text-transform:uppercase;
    color:#022;
}
#nav ul li a:hover, #nav ul li.active
{
    color:#f60;
    background-color:#fff;
}
#nav ul li ul
{
    clear:left;
    float:left;
    position:absolute;
    right:auto;
    width:auto;
    z-index:10;
    height:auto;
    /*margin-top:30px !important;
    margin-top:auto;*/
    background-color:#a7b635;
    border-bottom:2px solid #a7b635;
    display:none;
}
#nav ul li ul li
{
    clear:left;
    margin:0;
    border-top:2px solid #fff;
}
#nav ul li ul li a
{
    clear:left;
    display:block;
    width:144px;
    margin:0;
    padding:3px;
    color:#fff;
    text-transform:lowercase;
}
#nav ul li ul li a.private
{
    background-color:#ced68d;
}
#nav ul li ul li ul
{
    margin-top:0;
}
#nav ul li ul li ul li a
{
    padding-left:12px;
    
}

#content
{
    border-top:3px solid #fff;
    border-bottom:3px solid #f60;
    clear:both;
}
#content .column
{
    float:left;
    overflow:hidden;
}
#content .uno
{
    width:199px;
}
#content .due
{
    width:440px;
}
#content .tre
{
    width:384px;
}
body.pages #content .due
{
    width:620px;
}
body.pages #content .tre
{
    width:200px;
}
#content .quattro
{
    width:200px;
}
#content .column .content
{
    padding:10px;
}
#footer
{
    clear:both;
    padding:20px;
    border-top:3px solid #fff;
    background-color:#660;
    color:#fff;
    font-size:10px;
}
#footer a
{
    color:#fff;
}
#footer a.nav
{
    position:absolute;
    left:980px;
}
#header .date
{
    color:#fff;
    position:absolute;
    top:2px;
    right:10px;
    width:auto;
    overflow:hidden;
    text-align:right;
    color:#fff;
}
#header .login
{
    color:#fff;
    position:absolute;
    top:20px;
    right:10px;
    width:auto;
    overflow:hidden;
    text-align:right;
    color:#fff;
}
#header .login a
{
    color:#fff;
}
#header .search
{
    position:absolute;
    top:85px;
    left:800px;
    width:230px;
}
#header .search input.text
{
    margin:0;
    padding:6px;
    border:1px solid #fff;
    background-color:#717F0F;
    color:#fff;
}
#header .search input.submit
{
    position:absolute;
    margin-left:10px;
}

/* contenuti */
.areapromo
{
    background-color:#f93;
    background-image:url(../img/area_promo.jpg);
    background-position:bottom right;
    background-repeat:no-repeat;
    padding-bottom:30px;
    border-top:3px solid #fff;
    border-bottom:3px solid #fff;
    color:#fff;
}
.foglio
{
    width:199px;
    background-image:url('../img/foglio.jpg');
    background-position:center 20px;
}
#content .column .foglio .content
{
    background-image:url('../img/foglio_h.jpg');
    background-position:top center;
    background-repeat: no-repeat;
    padding-top:35px;
}


.banner
{
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
}

/* breadcrumbs */
#breadcrumbs ul
{
    list-style-type:none;
    list-style-position:outside;
    margin:0;
    padding:0;
    position:relative;
    top:-10px;
    z-index:1;
}
#breadcrumbs ul li
{
    float:left;
    margin:0;
    padding:0;
}
#breadcrumbs ul li a
{
    display:block;
    float:left;
    padding:0px;
    padding-left:10px;
    padding-right:8px;
    background-color:#A3B32E;
    color:#fff;
    border-right:1px solid #fff;
    background-image:url(../img/1rightarrow.png);
    background-position:center left;
    background-repeat:no-repeat;
}

/* form */
#content form
{
    padding-top:15px;
    padding-bottom:15px;
}
#content .input
{
    padding:1px;
    margin-bottom:5px;
    clear:left;
}
#content .input:hover
{
    background-color:#A6B534;
}
#content .input label
{
    display:block;
    float:left;
    width:100px;
    padding:7px;
}
#content form .checkbox
{
    padding:10px;
}
#content form .checkbox input
{
    position:relative;
    
    width:auto;
    border:none;
}
#content form input, #content form  textarea
{
    padding:5px;
    border:1px solid #A6B534;
    width:200px;
}
#content form input[type=checkbox]
{
    padding:5px;
    border:none;
    width:auto;
}
#content form input.submit
{
    width:auto;
    border:none;
    padding:0;
    position:relative;
    top:10px;
}

#content form  textarea
{
    width:350px;
    height:100px;
}
#content .submit
{
    
}
#content .submit input
{
    width:auto;
}

/* imapginazione archivio */
.archivio_list h3
{
    font-size:16px;
    margin-top:30px;
    padding-bottom:4px;
    margin-bottom:4px;
    border-bottom:1px solid #636E06;
}
.archivio_list ul
{
    margin:0;padding:0;
    margin-bottom:10px;
    list-style-type:none;
    list-style-position:inside;
}
.archivio_list li
{
     margin:0;padding:0;
    color:#636E06;
}
.archivio_list li img
{
    position:relative;
    top:10px;
}
.archivio .rivista
{
    width:130px;
    float:left;
    margin:5px;
    text-align:center;
    background-color:#F9FAF2;
    border-bottom:3px solid #636E06;
}
.archivio .rivista .content
{
    padding:10px;
}

#meerkat-close
{
    float:right;
    border:1px solid #666;
    margin:10px;
    margin-right:20px;
    padding: 5px 15px;
    font-size: 20px;
    background:#B9CA6A;
}

#content .newsletter-subscribe h2
{
    color:#FF4B00;
    font-weight:bold;
    padding:4px;
}
#content .newsletter-subscribe form input
{
    width:160px;
    margin-left:10px;
}
#content .newsletter-subscribe form .checkbox
{
    clear:both;
    width:auto;
    overflow:hidden;
}
#content .newsletter-subscribe form .select label
{
    width:170px;
}
#content .newsletter-subscribe form .checkbox
{
    padding:0;
}
#content .newsletter-subscribe form .checkbox input
{
    width:auto;
    float:left;
}
#content .newsletter-subscribe form .checkbox label
{
    float:left;
    width:auto;
}

#ricercaavanzata {
	/*background:#F6F6EA;border:1px solid #666600;*/
	padding:5px;	
	line-height:25px;
	overflow:hidden;
}
#ricercaavanzata form {
	padding:0;
}
#ricercaavanzata input, select {
	border:1px solid #A6B534;
	padding:5px;
	width:150px;
}

.expander {
	display:block;
	cursor:pointer;
	background:#666600 url(/img/footer_arrow.png) no-repeat center right;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	padding:3px;
	margin:5px 0;
}