html, body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-image: url(../images/ly/page-mid-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 130px;
	background-color: #eeeeee;
}

h1, h2, h3, h4, h5 {
	color: #73716D;
	text-transform: capitalize;
	margin-top: 0px;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	clear: both;

}

h1 {
	font-size: 130%;
}
h2 {
	font-size: 100%;
}
h3 {
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	font-size: 110%;
	margin-top: 5px;
}
h4 {
	font-size: 120%;
}


a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a img {
	border-style: none;
}
.clear {
	clear: both;
}
.center {
	margin-right: auto;
	margin-left: auto;
}

.image {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.modulo {
	background-color: #F8F8F8;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#logo {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
#prodotti {
}
#prodotti .prodotti-left {
	text-align: center;
	width: 120px;
	padding-right: 10px;
}
#prodotti .prodotti-right {
	vertical-align: top;
}

#prodotti .nome {
	font-weight: bold;
	font-size: 110%;
}
#prodotti .desc a {
	text-decoration: none;
	color: #000000;
}
#prodotti .desc a:hover {
	text-decoration: underline;
	color: #000000;
}
#prodotti .desc a .continua {
	color: #006699;
	text-decoration: underline;
	font-style: italic;
}
#prodotti .desc {
	margin-top: 10px;
	margin-bottom: 10px;
}

#prodotti .anno {
	font-weight: normal;
}
#prodotti .rif {
	font-style: italic;
}

.lista {
}
.lista .lista-left {
	text-align: center;
	width: 120px;
	padding-right: 10px;
}
.lista .lista-right {
	vertical-align: top;
}

.lista .nome {
	font-weight: bold;
}
.lista .desc a {
	text-decoration: none;
	color: #000000;
}
.lista .desc a:hover {
	text-decoration: underline;
	color: #000000;
}
.lista .desc a .continua {
	color: #006699;
	text-decoration: underline;
	font-style: italic;
}
.lista .desc {
	margin-top: 10px;
	margin-bottom: 10px;
}
.lista .nav {
 float: right;
	text-align: right;
}

.lista .prezzo {
	font-weight: bold;
	color: #990000;
	margin-top: 5px;
	margin-bottom: 5px;
}

.lista .sepa {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	overflow: hidden;
	height: 10px;
}
.lista-right .data {
	font-size: 80%;
	color: #000000;
}

.box-error {
	color: #CC0000;
	background-color: #FFEAEA;
	border: 1px solid #CC0000;
	margin-bottom: 10px;
	background-image: url(../images/icone/error.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 36px;
}
.box-error .title {
	font-weight: bold;
}

.box-note {
	color: #666666;
	background-color: #FFFFCC;
	border: 1px solid #666666;
	margin-bottom: 8px;
	background-image: url(../images/icone/note.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 36px;
}
.box-note .title {
	font-weight: bold;
}

.box-ok {
	color: #009933;
	background-color: #EEF7DD;
	padding: 8px;
	border: 1px solid #339933;
	margin-bottom: 8px;
}
.box-ok .title {
	font-weight: bold;
}

.box-msg {
	color: #006699;
	background-color: #ECF9FF;
	border: 1px solid #006699;
	margin-bottom: 10px;
	background-image: url(../images/icone/msg.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 36px;
}
.box-msg .title {
	font-weight: bold;
}
#rivenditori {
	position: relative;
	height: 264px;
	overflow-x: auto;
	overflow-y: scroll;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rivenditori {
}

.rivenditori .zona {
}
.rivenditori .zona h2 {
	font-size: 110%;
	color: #000000;
	font-weight: bold;
}
.rivenditori .zona h3 {
	font-size: 105%;
	font-weight: bold;
}
.rivenditori .rivenditore {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#italia {
	margin-top: 20px;
	margin-right: 20px;
}
#privacy {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 90%;
	padding: 5px;
}
#privacy-disclaimer {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 85%;
	padding: 5px;
	height: 100px;
	overflow: auto;
}

.noTopMargin {
	margin-top: 0px;
}
.noBotMargin {
	margin-bottom: 0px;
}
textarea.form {
	width: 99%;
}


#ricerca {
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top:5px;
}

#header-wrap {
	background-image: url(../images/ly/page-top-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 11px;
	height: 119px;
}
#header {
	width: 906px;
	margin-right: auto;
	margin-left: auto;
	height: 119px;
}
#header-newsletter-top {
	background-image: url(../images/ly/newsletter-bg.jpg);
	height: 5px;
	width: 356px;
	margin-left: 525px;
	overflow: hidden;
	background-color: #900000;
}
#header-newsletter {
	background-image: url(../images/ly/newsletter-bg.jpg);
	height: 75px;
	width: 356px;
	background-position: 0px -5px;
	float: right;
	margin-right: 25px;
	background-color: #900000;
	color: #FFFFFF;
	font-size: 10px;
}
#header-newsletter .inner {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header-newsletter input {
	background-color: #990000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 11px;
}
#header-newsletter #nome {
	width: 135px;
}

#header-newsletter #email {
	width: 135px;
}
#header-newsletter #iscriviti {

}

#header-newsletter td {
	font-style: italic;
	padding-right: 4px;
	font-size: 10px;
}

#header-newsletter h2 {
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#header-title {
	background-color: #FFFFFF;
	background-image: url(../images/ly/header-bg.jpg);
	height: 114px;
}
#header-logo img {
	margin-top: 23px;
	margin-left: 17px;
}
#header-logo {
	float: left;
}
#banner {
	width: 906px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
}
#sized {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-right: 4px;
	padding-left: 2px;
	padding-top: 7px;
}
#content {

}
#content td {
	vertical-align: top;
}

#content td td {
	vertical-align: middle;
	/*vertical-align: middle;*/
}

#content #h-usato {
	width: 25%;
	padding-left: 10px;
}

#h-usato .img {
	line-height: 406px;
	background-image: url(../images/ly/usato-bg.jpg);
	background-repeat: no-repeat;
	height: 406px;
	width: 406px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
#h-usato  .nome {
	margin-top: 3px;
	margin-bottom: 10px;
	font-weight: bold;
}
#h-usato .nav {
	float: right;
}

#content #h-offerte {
	width: 50%;
}
#content #h-news {
	padding-left: 10px;
	width: 25%;
}
#content #c-left {
	width: 30%;
}
#content #c-content {
	width: 70%;
	padding-left: 10px;
}

#servizi {
	margin-top: 4px;
	width: 906px;
	margin-right: auto;
	margin-left: auto;
}
#servizi .servizio {
	height: 110px;
	width: 300px;
	float: left;
	margin-right: 3px;
}
#servizi .servizio p {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#servizi .cliccabile {
	height: 50px;
	width: 100%;
}


#servizi .last {
	margin-right: 0px;
}
#servizi #s-noleggio {
	background-image: url(../images/ly/b-noleggio.jpg);
	background-repeat: no-repeat;
	background-color: #039936;
}
#servizi #s-vendita {
	background-image: url(../images/ly/b-vendita.jpg);
	background-repeat: no-repeat;
	background-color: #FE9900;
}
#servizi #s-assistenza {
	background-image: url(../images/ly/b-assistenza.jpg);
	background-color: #35349A;
	background-repeat: no-repeat;
}
#marchi {
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#marchi ul {
	margin: 0px;
	padding: 0px;
}
#marchi li {
	list-style-type: none;
	float: left;
	border: 1px solid #CCCCCC;
	height: 40px;
	margin-right: 5px;
	line-height: 40px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#marchi h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
#marchi li img {
}

#marchi-table {
	width: 100%;

}

#marchi-table .cell{
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	padding: 4px;
	width: 12.5%;

}

#footer {
	background-image: url(../images/ly/footer-bg.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	color: #FFFFFF;
	background-color: #939393;
}
#footer td {
	vertical-align: top;
}
#footer table {
	margin-top: 10px;
}

#footer .left {
	background-image: url(../images/ly/footer-left.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#footer .right {
	background-image: url(../images/ly/footer-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 220px;
	padding-right: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#footersub {
	margin-top: 10px;
	background-image: url(../images/ly/footersub-bg.jpg);
	background-repeat: no-repeat;
	color: #666666;
	padding-bottom: 20px;
	padding-top: 20px;
}#footersub p {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 98%;
}
#net {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
}
#net-logo {
	float: left;
	margin-right: 10px;
}
#net-link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top: 5px;
}
.form {
	background-color: #F1EFE2;
	border: 1px solid #7F9DB9;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.formFocus {
	background-color: #FFFFFF;
	border: 1px solid #990000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.sitemap {
}
.sitemap li {
	margin-bottom: 2px;
	margin-top: 2px;
}
.sitemap  li a {
	text-decoration: none;
	font-weight: bold;
}
.sitemap li li a {
	text-decoration: none;
	font-weight: normal;
}
#slide-mask {
	height: 240px;
	width: 195px;
	overflow: hidden;
	position: relative;
}
#slide {
	position: absolute;
}
#slide .slide-element {
	float: left;
	height: 240px;
	width: 195px;
}

.slide-buttons  {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.slide-buttons li {
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.slide-buttons li.first {
	border-left-width: 0px;
	border-left-style: none;
}

.slide-buttons a {
	color: #000000;
	text-decoration: none;
}
.slide-buttons a:hover {
	color: #990000;
	text-decoration: underline;
}

#slide-usato .centertd {
	text-align: center;
	vertical-align: middle;
}
#slide-usato {
	width: 100%;
}

.info {
	background-color: #eeeeee;
	width: 200px;
	border: 1px solid #CCCCCC;
	float: right;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.info-slide {
	background-color: #ffffff;
	width: 220px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.info-slide .header {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 110%;
	background-color: #eeeeee;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/menu/m-l2_f2.jpg);
}

.info-slide .content {
	padding: 8px;
}

.info-slide .slide-buttons {
 border-top: dotted 1px #cccccc;
	padding-top: 6px;
}

.rightfloat {
 float: right;
	margin-left:5px;
	margin-bottom:5px;
}
.leftfloat {
 float: left;
	margin-right:5px;
	margin-bottom:5px;
}

.accessori {
	margin-top: 10px;
	margin-bottom: 10px;
}
.accessori td {
	text-align: center;
	vertical-align: middle;
}
.loghi {
	margin-top: 10px;
	margin-bottom: 10px;
}
.loghi td {
	text-align: center;
	vertical-align: middle !important;
}
.loghi img {
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 .toTop {
	float: right;
	text-transform: lowercase;
}
#rss {
}
#rss ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#rss li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
}
#rss a {
	text-decoration: none;
	color: #000000;
}
#rss span.data {
	font-weight: bold;
	display: block;
}

#rss a:hover {
	color: #990000;
	text-decoration: underline;
}
#rss #edilportale {
	text-align: right;
	color: #999999;
	margin-top: 4px;
}
#rss #edilportale a {
	color: #666666;
	text-decoration: none;
}
#rss #edilportale a:hover {
	color: #000000;
	text-decoration: underline;
}
#prodotto-stampa {
	padding: 10px;
	background-color: #FFFFFF;
}
#log {
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #CCCCCC;
	display: none;
	color: #000000;
	width: 300px;
}

#noleggio-province {

}
#noleggio-province ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#noleggio-province li {
	display: inline;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 8px;
	padding-right: 4px;
}
#noleggio-province li.first {
}

.marchi {
}
.marchi .cell {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	height: 60px;
	width: 120px;
}


#noleggio-province a {
	text-decoration: none;
}
#noleggio-province a.this {
	font-weight: bold;
}
#net #med {
	float: right;
	margin-left: 10px;
}
td.center {
	text-align: center;
	vertical-align: middle;
}

#c-content .element {
	clear: both;
	margin-top: 20px;
}

#c-content .element li {
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	list-style-type: none;
}

.corpo .corpo-img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.corpo .data {
	margin-bottom: 10px;
	font-style: italic;
}

.corpo .dati-wrap {
}

.corpo .dati td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
.corpo .dati .name {
	padding-right: 6px;
}
.corpo .dati .value {
	font-weight: bold;
}

.corpo .dati .tit {
	font-weight: bold;
	padding-top: 8px;
}

.corpo .evidenza {
	font-weight: bold;
	color: #990000;
	font-size: 110%;
	margin-top: 20px;
}

#offerte-home .dati td {
	font-size: 10px;
}

#offerte-home .dati .name {
	padding-right: 3px;
}

#offerte-home .dati .tit {
 font-weight:bold;
	padding-top:8px;
}

#offerte-home .evidenza {
	font-weight: bold;
	color: #990000;
	text-align: left;
	font-size: 110%;
}

#offerte-home .nav {
 margin-top:10px;
 /*float:right;*/
}

#offerte-home .mask {
	height: 240px;
	width: 430px;
	overflow: hidden;
	position: relative;
}

#offerte-home .item {
	height: 240px;
	width: 430px;
	position: absolute;
	background-color: #FFFFFF;
}

#offerte-vendita {

}

#offerte-vendita .mask {
	height: 220px;
	width: 210px;
	overflow: hidden;
	position: relative;
}

#offerte-vendita .item {
	height: 220px;
	width: 210px;
	position: absolute;
	background-color: #FFFFFF;
}

#offerte-vendita .img {
 width:100%;
}

#offerte-vendita .img td {
	height: 120px;
	text-align:center;
}

#offerte-vendita .evidenza {
	font-weight: bold;
	color: #990000;
	text-align: left;
	font-size: 110%;
}
#sottocategorie-list {
	list-style-type: none;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 105%;
}
#sottocategorie-list li {
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
	margin-bottom: 2px;
}
#sottocategorie-list li a {
	color: #990000;
	text-decoration: none;
}

#sottocategorie-list li a:hover, #sottocategorie-list li a.this {
	font-weight: bold;

}

