/*
14/05/2008
Mercato dei fiori screen stylesheet
author: Alessandro Chinazzo
*/

/* Reset style - Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------- */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #f2f1f9;
	text-align: center;
}

.errors {
	margin: 20px 0; padding: 10px;
	border: 1px solid red;
}

#content .body .errors p {
	margin: 0; padding: 0;
}

strong { font-weight: bold; }

p a { color: #c75c96; }

.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Layout */

#main {
	width: 973px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 200px;
	position: relative;
	background: url("/images/header.jpg") no-repeat;
}

#content { 
	background: #fff url("/images/bg-content-right.png") repeat-y right top;
	padding: 16px 0 35px 15px;
}

#box-top-home {
	height: 6px;
	background: url("/images/bg-box-top-home.png") no-repeat;
	width: 332px;
}

#box-bottom-home {
	height: 6px;
	background: url("/images/bg-box-bottom-home.png") no-repeat;
	width: 332px;
}

#content-top {
	height: 9px;
	background: url("/images/bg-content-top.png") no-repeat;
}

#content-bottom {
	height: 16px;
	background: url("/images/bg-content-bottom.png") no-repeat;
}

.box-top {
	height: 5px;
	background: url("/images/bg-box-top.png") no-repeat;
}

.box-bottom {
	height: 5px;
	background: url("/images/bg-box-bottom.png") no-repeat;
	margin-bottom: 6px;
}

#content .sub-nav {
	width: 195px;
	float: left;
	margin-right: 12px;
}

#content .left-column {
	width: 195px;
	float: left;
	margin-right: 12px;	
}

#content .body-home {
	width: 385px;
	float: left;
	
}

#content .right-column-home {
	float: right;
	margin-right: 7px;
	display: inline;
}

#content .body {
	width: 500px;
	float: left;
}

#content .body-full {
	width: 940px;
	float: left;
}

#content .body-news {
	width: 730px;
	float: left;
}

#content .right-column {
	width: 222px;
	float: right;
}

#footer {
	padding: 10px 0 20px 15px;
}

/* ------ */

/* Header */

#header #main-nav {
	position: absolute;
	top: 90px;
	width: 100%; height: 46px;
	padding: 0 0 0 10px;
	background: url("/images/bg-menu.png") no-repeat;
	font-family: 'NewsGothicStd', Arial, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

#header #main-nav li {
	float: left;
	margin: 0 2px;
	position: relative;
}

#header #main-nav a {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	padding: 10px 10px 7px 10px;
	color: #0b9f0b;
	text-decoration: none;
}

#header #main-nav a:hover, #header #main-nav a.active {
	color: #dd1a69;
	background-color: #fff;
	
}

#header #main-nav a:hover .topleft, #header #main-nav a.active .topleft {
	width: 5px; height: 5px;
	background: url("/images/bg-menu-item-topleft.png");
	position: absolute;
	top: 0; left: 0;
}

#header #main-nav a:hover .topright, #header #main-nav a.active .topright {
	width: 5px; height: 5px;
	background: url("/images/bg-menu-item-topright.png");
	position: absolute;
	top: 0; right: 0;
}

#header #main-nav a:hover .bottomleft, #header #main-nav a.active .bottomleft {
	width: 5px; height: 5px;
	background: url("/images/bg-menu-item-bottomleft.png");
	position: absolute;
	bottom: 0; left: 0;
}

#header #main-nav a:hover .bottomright, #header #main-nav a.active .bottomright {
	width: 5px; height: 5px;
	background: url("/images/bg-menu-item-bottomright.png");
	position: absolute;
	bottom: 0; right: 0;
}

#header #logo {
	position: absolute;
	top: 10px; right: 20px;
}

#header .subheader {
	position: absolute;
	top: 135px;
}

#header h1 {
	margin: 10px 0 0 15px; padding: 0;
	font-family: 'NewsGothicStd', Arial, Verdana, sans-serif;
	font-size: 2.8em;
	color: #dd1a69;
}

.breadcrumbs {
	margin: 10px 0 0 15px; padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #636262;
}

.breadcrumbs a {
	color: #636262;
}

#user-info {
	margin: 10px 0 0 15px; padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	color: #636262;
}

#logout {
	position: absolute;
	bottom: 30px; right: 10px;
}

/* ------ */

/* Content */

#content .body-home h2 {
	font-family: 'NewsGothicStd', Arial, Verdana, sans-serif;
	font-size: 2.2em;
	color: #00cc00;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#content .body-home p {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #636262;
	margin: 0 0 10px 0;
}

#content .right-column-home #box-right-home {
	width: 312px;
	padding: 10px;
	background-color: #e3e2e2;
	font-size: 1.1em;
	color: #636262;
}

#content .right-column-home #box-right-home .title {
	display: block;
	font-family: 'NewsGothicStd', Arial, Verdana, sans-serif;
	font-size: 2.2em;
	color: #00cc00;
	margin: 0 0 10px 0;
}

#content .right-column-home #box-right-home p {
	line-height: 1.1em;
	color: #636262;
	margin: 0 0 10px 0;
}

#content .sub-nav ul {
	font-size: 1.1em;
	font-weight: bold;
}

#content .sub-nav ul li {
	margin-bottom: 8px;
}

#content .sub-nav ul li a {
	color: #333;
	text-decoration: none;
}

#content .sub-nav ul li a:hover, #content .sub-nav ul li a.active {
	color: #dd1a69;
}

#content .sub-nav ul ul {
	font-size: 1em;
	font-weight: bold;
}

#content .sub-nav #box-reserved {
	padding: 15px 0 0 0;
	border-top: 1px dashed grey;
}

#content .sub-nav #box-reserved p {
	font-size: 1.1em;
	margin: 0 0 8px 0; padding: 0;
}

#content .body h2, #content .body-news h2, #content .body-full h2 {
	font-family: 'NewsGothicStd', Arial, Verdana, sans-serif;
	font-size: 2.2em;
	color: #00cc00;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#content .body h3, #content .body-news h3, #content .body-full h3 {
	font-family: 'NewsGothicStd', Arial, Verdana, sans-serif;
	font-size: 1.8em;
	color: #00cc00;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#content .body-news .date {
	font-size: 1em;
	color: #636363;
}

#content .body-news h3 {
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	margin: .5em 0;
}

#content .body p, #content .body-news p, #content .body-full p {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #636262;
	margin: 0 0 10px 0;
}

#content .right-column .box-right, #content .right-column .box-gmaps {
	width: 195px;
	padding: 10px;
	background-color: #e3e2e2;
	font-size: 1.1em;
	color: #636262;
}

#content .right-column .box-right .title {
	display: block;
	font-family: 'NewsGothicStd', Arial, Verdana, sans-serif;
	font-size: 2.2em;
	color: #00cc00;
	margin: 0 0 10px 0;
}

#content .right-column .box-gmaps .title {
	display: block;
	font-family: 'NewsGothicStd', Arial, Verdana, sans-serif;
	font-size: 1.2em;
	color: #00cc00;
	margin: 0 0 10px 0;
}

#content .right-column .box-gmaps p {
	line-height: 1.1em;
	color: #636262;
	margin: 0 0 10px 0;
}

#content .right-column .box-right p {
	line-height: 1.1em;
	color: #636262;
	margin: 0 0 10px 0;
}

#content .right-column .box-right p a, 
#content .right-column .box-gmaps p a {
	color: #c75c96;
}

/*#content .tabs {
	margin: 0 0 2px 0px;
}

#content .tabs a {
	float: left;
	display: block;
	margin: 0 5px 0 0;
	padding: 5px 30px 5px 5px;
	border: 1px solid #00cb00;
	font-size: 1.3em;
	color: #00cb00;
	font-weight: bold;
	text-decoration: none;
}

#content .tabs a:active, #content .tabs a.active, #content .tabs a:hover {
	background-color: #00cb00;
	color: #fff;
}

#content .filters {
	width: 384px;
	padding: 8px;
	background-color: #00cb00;
	font-size: 1.1em;
	color: #444;
	font-weight: bold;
}

#content button {
	padding: 0;
	border: 0;
	background-color: #00cb00;
}

#content .products {
	width: 400px;
	font-size: 1.1em;
	border-spacing: 1px;
}

#content caption {
	font-size: 1.1em;
	color: #02c902;
	font-weight: bold;
	background-color: #dfdfdf;
	padding: 10px 8px 8px 8px;
}

#content .products th {
	font-weight: bold;
	color: #444;
	background-color: #cfcfcf;
	padding: 12px 8px 8px 8px;
	border-collapse: collapse;
}

#content .products tr.odd {
	background-color: #ececec;
}

#content .products tr.even {
	background-color: #dfdfdf;
}

#content .products td {
	color: #313131;
	padding: 3px 8px;
	border-collapse: collapse;
}*/

#content .logon {
	width: 180px;
}

#content .logon, #content .logon td {
	font-size: 1.05em;
	color: #636262;
}

#content .logon td {
	padding: 3px 5px;
}

#content .logon input {
	width: 100px;
}

#content button {
	padding: 2px 5px;
	border: 0;
	font-size: .9em;
	color: #fff;
	background-color: #00cb00;
	cursor: pointer;
}

#content .news-item {
	padding: 0 0 1em 0;
	margin: 0 0 1.5em 0;
	border-bottom: 1px solid #e2e2e2;
}

#content .news-item .date {
	font-size: 1em;
	color: #636363;
}

#content .news-item h3 {
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	margin: .5em 0;
}

#content .news-item p {
	padding: 0;
	margin: 0 0 .7em 0;
}

#content .news-item .btn-readon {
	color: #dd1a69;
	text-decoration: none;
	font-weight: bold;
}

#content .news-item .img-news {
	float: left;
	margin: 0 10px 10px 0;
}

#content #page-entries {
	float: left;
	font-size: 1.1em;
	color: #636363;
}

/* ------ */

/* Footer */

#footer p {
	font-size: 1.1em;
	color: #636262;
}

/* ------ */

/* Paginazione */

#content .pagination {
    margin: 10px 0 0 0;
	font-size: 1.1em;
	text-align: center;
  }

#content .pagination a {
    padding: 1px 4px 1px 4px;
    margin: 1px;
    text-decoration: none;
    color: #626262;
  }

#content .pagination a:hover, .pagination a:active {
	color: #fff;
	background-color: #dd1a69;
}

#content .pagination span.current {
    padding: 1px 4px 1px 4px;
    margin: 1px;
    color: #fff;
	background-color: #dd1a69;
}

#content .pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 0;
    color: #626262;
}

#content .pagination span.prev_page, #content .pagination span.next_page,
#content .pagination a.prev_page, #content .pagination a.next_page {
	border: none;
    margin: 1px;
	color: #dd1a69;
	font-weight: bold;
}

#content .pagination a.next_page:hover, 
#content .pagination a.prev_page:hover,
#content .pagination a.next_page:active,
#content .pagination a.prev_page:active {
	color: #dd1a69;
	background-color: transparent;
}

#content .pagination span.prev_page, 
#content .pagination a.prev_page {
	margin-right: 20px;
}

#content .pagination span.next_page, 
#content .pagination a.next_page {
	margin-left: 24px;
}

/* --------- */