.clear,
.spacer,
.enditem {
	clear: both !important;
	margin:0px !important;
	padding:0px !important;
	height:0px;
	overflow:hidden !important;
	font-size:0px !important;
	line-height:0px !important;
}

.spacer {
	height: 4px;
}

.enditem {
height:3px;
}

.overline {
	white-space: nowrap;
	overflow: hidden;
}

div.hr {
	background: #D3D3D3;
	overflow: hidden;
	height: 2px;
	margin: 3px 0 3px 0;
	font-size: 0px !important;
	width: auto;
	display: block;

	/*in IE già funzia giusto se c'è un box float non 
		ci va sopra ma in FF devo mettere sta roba*/
	-moz-box-sizing: border-box;
	-moz-float-edge: margin-box;
}


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

ul {
	padding:2px;
	margin:0;
	padding-left:8px;
}

li {
	padding:0;
	margin:0;
}

form {
	padding:0;
	margin:0;
}

* {
	padding:0;
	margin:0;
}


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

.reginfo {
	width:300px;
	border: 1px solid silver;
	padding: 5px;
	margin: 4px;
	float: left;
}

.regbox {
	width:370px;
	background:#CCCCCC;
	border: 1px solid silver;
	padding:2px;
	margin: 4px auto;
	float: left;
	text-align: left;
}

.regbox .invalid {
	background: #EFB3B3;
}

.regbox cnt {
	padding:2px;
}

.fbox label,
.regbox label{
	float:left;
	display:inline;
}


.fbox .inputtext,
.fbox .inputpassword,
.fbox select,
.fbox .rightcol,
.regbox .inputtext,
.regbox .inputpassword,
.regbox select,
.regbox .rightcol
{
	float:right;
	display:inline;
	width:210px;
}

.fbox .spacer,
.regbox .spacer {
	height:4px;
}

.inputsubmit,
.fbox .inputsubmit {
	float: right;
	display:inline;
	padding:1px 4px 1px 4px;
	width:auto !important;
}

.inputsubmit {
	font-weight: bold;
	color: black;
	margin:0;
	background: #efefef;
}

.regbox .captcha_reload {
	vertical-align:top;
	cursor:pointer;
}


.regbox fieldset {
	padding: 4px;
	margin-bottom: 5px;
	border-color: #efefef;
}

.regbox fieldset legend {
	font-weight: bold;
}

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

.error_msg {
	color: red;
	font-weight: bold;
	line-height: 18px;
}

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

body,
body * {
	font-family: verdana;
	font-size: 11px;
}

html {
	margin:0;
	padding:0;
	overflow-y: scroll !important;
}

body {
	margin:0;
	padding:0;
	text-align: center;
}

#page {
	text-align: left;
	margin: 15px auto;
	width: 930px;
	/*background: transparent url('images/grad_gray.png') top left repeat-x;*/
}

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

#colleft {
	float:left;
	display:inline;
	width:251px;
	
	background: #f9ffd5;
}

#colmain {
	float:left;
	display:inline;
	overflow:hidden;
	width:679px;
}

.maincnt {
	background: white;
	line-height: 1.1; /*fix bug ie scomparsa testo su div con background-color e roba in float in giro*/
}

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

#logo {
	background: #ffffff;
}

#head {
	background: #ffffff;
}

#head img {
		margin-left:4px;
}


#headspacer {
	background-color: #0076bd;
	line-height: 25px;
	height: 25px;
}

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

#footer {
	background-color: #0076bd;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

#footer,
#footer * {
	color:white;
}


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

ul.menu ul {
	list-style: none;
	margin:0;
	padding:0;
	padding-left:10px;
}

ul.menu,
ul.menu ul.tm_lev0 {
	padding:0;
}

ul.menu img {
	margin: 4px;
	vertical-align: middle;
	float:left;
}

ul.menu img.tm_lev0 {
	margin-top:14px;
}

ul.menu ul.tm_collapsed { display: none; }
ul.menu ul.tm_espanded { display: block; }

ul.menu li {
	list-style: none;
	list-style-position: outside;
}

ul.menu div.tm_title a {
	text-decoration: none;
	color: #222222;
	/*float:left;
	width: 80%;
	line-height: 17px;*/
}

ul.menu div.tm_lev0 a {
	color: #000000;
}

ul.menu div.tm_title {
	line-height: 17px;
}

ul.menu div.tm_lev0 {
	background: transparent url('images/menu_btn2.jpg') top left repeat-y;
	line-height: 34px;
	vertical-align: middle;
}

ul.menu a.tm_lev0 {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

ul.menu div.tm_inpath a {
	text-decoration: underline;
}

ul.menu div.tm_inpath a.tm_lev0,
ul.menu div.tm_selected a.tm_lev0 {
	color: #0000FF;
}

ul.menu div.tm_selected a {
	font-weight:bold;
}

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

.menusep {
	background: #ffffff url('images/menu_sep.jpg') top left no-repeat;
	line-height: 15px;
}

#contactimg {
	background: #ffffff url('images/contact.jpg') top left no-repeat;
	width:236px;
	height: 30px;
	position:relative;
}

#contactimg span {
	position:absolute;
	font-size: 10px;
	color:#838383;
	font-weight:bold;
	margin-top: 40px;
	margin-left: 60px;
}


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

.contact {
	padding:4px;
}

.contact label {
	color: #B33425;
	font-weight: bold;
	float:left;
	width:75px;
}

.contact input,
.contact textarea {
	float:right;
	width:160px;
}

.contact textarea {
	height: 100px;
}

.contact img {
	vertical-align:bottom;
	margin-right: 4px;
	margin-left: 4px;
	height:11px;
}

.contact .head {
	margin:4px;
	padding:3px;
	background: white;
	color: #999999;
	border: 2px solid #999999;
	font-weight: bold;
	text-align: right;
}

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

.contact_soggite {
	padding:4px;
	width: 370px;
}

.contact_soggite label {
	color: #B33425;
	font-weight: bold;
	float:left;
	width:75px;
}

.contact_soggite input,
.contact_soggite textarea {
	float:right;
	width:250px;
}

.contact_soggite textarea {
	height: 100px;
}

.contact_soggite img {
	vertical-align:bottom;
	margin-right: 4px;
	margin-left: 4px;
	height:11px;
}

.contact_soggite .head {
	margin:4px;
	padding:3px;
	background: white;
	color: #999999;
	border: 2px solid #999999;
	font-weight: bold;
	text-align: left;
}

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

.tit,
.tit a {
	text-decoration: none;
	font-size: 14px;
	color: #a7400e;
	font-weight: bold;
}

.tit img {
	border:0;
	vertical-align:bottom;
	margin-right: 5px;
	height:11px;
}

.sum {
	margin-top: 5px;
	color: black;
	font-size: 11px;
	/*font-weight: bold;*/
	line-height: 140%;
	text-align: justify;
}

.desc {
	color: black;
	margin-top: 10px;
	font-size: 11px;
	color: #656565;
	line-height: 140%;
}

.video {
	margin-top:10px;
}

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



.allegati {
	margin-top: 10px;
}

.allegati .title {
	font-weight: bold;
	margin-bottom: 4px;
	color: #5E5E5E;
}

.attach_item {
	padding-right: 5px;
	margin-bottom: 2px;
	float:left;
}

.attach_item a {
	color:black;
}

.attach_item img {
	border: 0;
	vertical-align: top;
	margin-right: 1px;
}

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

a.imgbox3 {
	display: table-cell;
	*display:block;
	vertical-align:middle;
	text-align: center;
	
}

a.imgbox3 img {
	border:0;
	vertical-align:middle;
}

a.imgbox3 span.valign {
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

/*----------------------------------------------------*/
.chitem a.imgbox3 {
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align:top;
	text-align: left;
	text-decoration: none;
	line-height: 16px !important;
}
.chitem .title {
	display:block;
	font-weight: bold;
	color: #FFF8F4;
	text-transform: uppercase;
	margin:10px;
	font-size: 14px;
}

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

.snews {
	padding: 15px;
}

.snews .nitem {
	margin-bottom: 10px;
}

.snews .nitem .sum {
	margin-top:0;
}

.snews .nitem hr {
	margin:7px 0px;
	*margin:0px 0px;
}

.snews a.imgbox3 {
	border: 1px solid #a7400e;
	padding: 1px;
}

.snews .altrow0 a.imgbox3 {
	float:left;
	margin-right: 10px;
}

.snews .altrow1 a.imgbox3 {
	float:right;
	margin-left: 10px;
}




.chcats {
	margin-left:5px;
	margin-bottom:5px;
}

.chcats a.imgbox3 {
	float:left;
}


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

.cat,
.news {
	padding:15px;
}

.rightbox {
	float:right;
	display:inline;
	width:205px;
	margin: 10px;
	margin-right: 0px;
	margin-top: 0px;
}

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

.gallery {
	width: 205px;
	float: right;
	display: inline;
	
	background: #F3B47E;
	/*background: transparent url('images/menu_btn2.jpg') top left repeat-y;*/
	border: 1px solid #A7400E;
	margin-top:10px;
}

.gallery #gallx {
	height: 205px;
}


.gallery #gprev,
.gallery #gnext {
	cursor: pointer;
	display: inline;
	vertical-align: center;
}

.gallery #gprev img,
.gallery #gnext img {
	border:0;
	vertical-align: center;
}

.gallery #gprev {
	float:left;
}

.gallery #gnext {
	float:right;
}

.gallery .galbar {
	display: block;
	text-align: center;
	vertical-align: center;
	border-top: 1px solid #A7400E;
	background: #EE6F06;
	height: 1.5em;
}

.gallery #gcap {
	color: white;
	line-height: 1.5em;
}





.gallery a.imgbox3{
	float:left;
}


.imgs {
	width: 205px;
	float: right;
	display:block;
	margin-top:10px;
}

.imgs a.imgbox3 {
	float:right;
	clear:both;
	margin-bottom:5px;
	border: 1px solid #cccccc;
	padding: 1px;
}






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

.linkpath {
	margin-left:5px;
}

.linkpath span {
	color:white;
	margin: 0px 5px;
}

.linkpath a {
	color:white;
	text-decoration: none;
}

.linkpath a:hover {
	text-decoration: underline;
}

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


/*
.gallery {
	width: 200px;
	float: right;
	display: inline;
	margin-left: 10px;
	
	background: #cccccc;
	border: 1px solid black;
}

.gallery img {
	border:0;
}

.gallery .showbox {
	height:200px;
}


.gallery .slide {
	position:relative;
	overflow:hidden;
	background: #efefef;
	border: 1px solid red;
}


.gallery .slide img.prev,
.gallery .slide img.next {
	position:absolute;
	top:25px;
	width:15px;
}

.gallery .slide img.prev {
	left:0px;
}

.gallery .slide img.next {
	right:0px;
}

.gallery .slide .thumbs {
	margin-left: 20px;
	width: 160px;
	overflow:scroll;
}

.gallery .slide .thumbs a {
	width: 70px;
	height: 70px;
	line-height: 70px;
	vertical-align:middle;
	display:block;
	text-align:center;
}

.gallery .slide .thumbs a img {
	vertical-align:middle;
}

.gallery .thumbs ul {
	list-style:none;
	width:3000px;
}

.gallery .thumbs ul li {
	float:left;
	display:inline;
	margin: 0px 4px;
	list-style:none;
	list-style-position:outside;
}
*/

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

.netb {
	border-top: 2px solid #999999;
	line-height: 35px;
	padding: 5px;
	margin-top:4px;
}

.netb * {
	vertical-align:middle;
}

.netb a {
	text-decoration:none;
	font-size: 20px;
	font-weight:bold;
	color: #006699;
}

.netb img {
	width: 35px;
	border:0;
}


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





.quickiscrnl {
	border-top: 2px solid #999999;
	position: relative;
	height: 70px;
	background: transparent url(images/newsletter_giardino.jpg);
	color: #B23018;
	font-weight: bold;
}

.quickiscrnl form {
	position: absolute;
	top: 47px;
	left: 40px;
	vertical-align: middle;
}

.quickiscrnl .isubmit {
	border: 2px outset #B23018;
	color: #B23018;
	font-weight: bold;
	cursor: pointer
}


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

.fixbans {
	border-top: 2px solid #EC6F05;
	margin-left:5px;
}

.fixbans img {
	border: 0;
}

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



fieldset.lavora {
	
}


fieldset.lavora legend {
	font-weight: bold;
	/*padding: 0 5px 0 5px;*/
	padding: 5px;
	font-size: 13px;
}

fieldset.lavora ul {
	list-style: none;
}

fieldset.lavora ul li {
	list-style: none;
	list-style-position: outside;
}

fieldset.lavora ul li label {
	display: inline-block;
	width: 150px;
	text-align: right;
	font-weight: bold; 
	float:left;
	margin-right: 10px;
}

fieldset.lavora ul li .iradio{
	vertical-align: middle;
}

fieldset.lavora .esplav .rpt {
	float:left;
}

fieldset.lavora .esplav .rpt .item {
	margin-bottom: 4px;
}

fieldset.lavora .esplav .rpt .item img {
	border: 0;	
}

fieldset.lavora textarea {
	width: 350px;
	height: 6em;
}

fieldset.lavora .esplav .rpt .item textarea {
	width: 350px;
	height: 6em;
}

fieldset.lavora .esplav .rpt .item a.del,
fieldset.lavora .esplav .rpt .item a.add {
	float: right;	
}



fieldset.lavora input.isubmit {
	margin-left: 167px;
}



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

.linkcss {
	float:right;
	margin-right:4px;
	color: white;
	text-decoration: none;
}



















