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}
hr { height:1px; margin:5px 0; padding:0; color:#CCCCCC; border: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:top left;
    background-repeat:no-repeat;
    padding-top: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:220px;
    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
{
   	background-color:#EEEEEE;
	padding:10px 0;
}
#content .newsletter-subscribe h2
{
    color:#FF4B00;
    font-weight:bold;
    padding:4px 0;
	margin-left:10px;
}
#content .newsletter-subscribe p
{
    width:160px;
    margin-left:10px;
}
#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;
}
#content .newsletter-subscribe form input[type=submit]
{
background-color: #660;
color: white;
border: none;
line-height:25px;
width:170px;
margin-top: 10px;
font-size: 18px;
}

#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;
}

#userList label {
	color: #678;
	display: inline !important;
	float: none !important;
}

/*
*
*  FARMACI
*
*/
body .elencofarmaci {
	background: url(../img/bg_body_int_farmaci.jpg) repeat-y left top transparent !important;
}

#farmaci .hidden {
	display: none;
}
#farmaci {
	float:left;
	width:794px;
	background-color:#FFF;
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;
}

#farmaci h2 {
	background-color: #666600;
	color: #FFFFFF;
	margin-top: 15px;
	padding: 5px;
}
#farmaci h3 {
	color: #666600;
	margin: 0;
	padding: 0 0 4px 0;
}

#farmaci h4 {
	display:inline;
	width:auto;
}

#farmaci table {
	width:519px;
	border:1px solid #666;
	border-bottom:none;
}
#farmaci td {
	margin:0;
	padding:3px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
#farmaci td p {
	display:inline;
	width:auto;
}

#farmaci p {
    padding: 0 0 10px 0;
	width:auto;
}

#farmaci dl {
	margin:0;
	padding:0;
	border-top:3px solid #FFFFFF;
	overflow:hidden;
}
#farmaci dt {
	clear:right;
	float:left;
	width:250px;
	padding:5px;
	font-weight:bold;
}
#farmaci dd {
	float:right;
	width:521px;
	padding:5px;
	margin:0;
}
#farmaci dd p{
	width:521px;
}
#farmaci dd img {
	max-width:521px;
	height:auto;
}


#farmaci .center {
	text-align: center;
}
#farmaci .input label {
	width: 220px;
}
#farmaci select {
	width: 320px;
}
#farmaci form input, #farmaci form textarea {
	width: 310px;
}
#farmaci form input[type=submit] {
	float:right;
	margin-bottom:30px;
}
#farmaci .uppercase {
	text-transform: uppercase;
}
#farmaci .paging div {
	display: inline;
}
#farmaci .paging {
	width:100%;
	text-align:right;
	font-size:10px;
	color:#CCCCCC;
}
#farmaci .paging a {
	color:#660;
	font-weight:bold;
}
#farmaci th {
	text-align:left;
	font-size:14px;
	color: #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	background:#A3B32E url(/img/sort.gif) no-repeat 3px 7px;
	padding:0 3px 0 15px;
	font-weight:normal;
}
#farmaci th a{
	color:#FFFFFF;
}
#farmaci td {
	padding:3px;
	font-size:11px;
}
#farmaci .altrow {
	background-color:#EEEEEE;
}

#farmaci .alfabeto {
	text-align:center;
	font-size:14px;
	margin:20px 0;
	overflow:hidden;
}
#farmaci .alfabeto a {
	display:block;
	float:left;
	padding:0 7px;
}
#farmaci a:hover {
	color:#333333;
}
#farmaci .counter {
	width:100%;
	text-align:right;
	color:#666666;
	font-size:11px;
}

.titolo {
	background-color: #666600;
	color: #FFFFFF;
	margin-top: 15px;
	padding: 5px;
}
	
