body {
  margin: 10px 0 30px 0;
  padding: 0;
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 12px;
  color: #888888;
  background: url('./images/background.png') repeat-x;
}

img {
	border: 0;
}

span.required {
	color: #FF0000;
}

hr {
  height: 1px;
  width: 100%;
  background-color: #CCCCCC;
  border: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

a {
  color: #6095D9;
  text-decoration: none;
}

a:hover {
  color: #666666;
}

div#container {
  width: 900px;
  margin: 0 auto;
}

div#header {
  width: 435px;
  height: 75px;
  background: url('./images/logo.png') no-repeat;
}

div#header:hover {
  cursor: pointer;
}

div#body {
  width: 900px;
  margin:10px 0;
}

div#footer {
  width: 900px;
  height: 75px;
  font-size: 11px;
  padding:5px;
  text-align: center;
  margin: 20px 0 0 0;
}

hr.footer {
	margin: 0 auto;
  height: 1px;
  width: 50%;
  background-color: #CCCCCC;
  border: 0;
}

td#left {
  vertical-align: top;
  width: 150px;
}

td#right {
  vertical-align: top;
  width: 725px;
  padding: 0 5px;
}

input.text {
  border: 1px solid #CCCCCC;
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  margin: 0 0 5px 0;
  background-color: #FEFEFE;
}

input.text-search {
  width: 128px;
  border: 1px solid #CCCCCC;
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  margin: 0 0 5px 0;
  background: url('./images/icons/search.png') no-repeat center left;
  padding: 2px 2px 3px 18px;
  background-color: #FEFEFE;
}

select.text {
	width: 146px;
  border: 1px solid #CCCCCC;
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  margin: 0 0 5px 0;
}

textarea.text {
  border: 1px solid #CCCCCC;
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  margin: 0 0 5px 0;
}

input.button {
  border: 0;
  height: 30px;
  width: 80px;
  background: url('./images/button.gif');
  color: #6095D9;
  padding: 2px 10px;
  font-weight: bold;
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
}

input.button {
  cursor: pointer;
}

div.block-header {
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: url('./images/block-header.png') no-repeat;
}

div.block-body {
  padding: 5px;
  background: url('./images/block-body.png') repeat-y;
}

div.block-footer {
  height: 18px;
  background: url('./images/block-footer.png') no-repeat;
}

div.block-right {
	margin: 0 auto;
	width: 700px;
}

div.block-header-right {
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  text-align: center;
  margin: 0 0 20px 0;
  background: url('./images/block-header-right.png') no-repeat;
}

div.block-header-right h2 {
  font-size: 13px;
}

div.center-header {
	height: 18px;
	background: url('./images/center-header.png') no-repeat;
}

div.center-body {
  text-align: justify;
	padding: 0 30px;
	background: url('./images/center-body.png') repeat-y;
}

div.center-footer {
	height: 18px;
	background: url('./images/center-footer.png') no-repeat;
}

div.menu-element {
  border-bottom: 1px solid #CCCCCC;
}

div.menu-element a {
	height: 18px;
  line-height: 18px;
	padding: 5px 5px 5px 21px;
	display: block;
}

div.menu-element:hover {
	background-color: #D4E4F1;
}

div.menu-element-rss a {
  background: url('./images/icons/rss.png') no-repeat left center;
  width: 120px;
  height: 32px;
  padding: 0 0 0 37px;
  display: block;
  margin: 0 0 5px;
}

div.success {
	width: 400px;
	height: 48px;
	line-height: 48px;
	padding: 0 0 0 48px;
	border: 1px solid #00BA00;
	margin: 0 auto;
	color: #FFFFFF;
	background: url('./images/success.png') #88D30D no-repeat;
	font-weight: bold;
	text-align: left;
}

div.error {
	width: 400px;
	height: 48px;
	line-height: 48px;
	padding: 0 0 0 48px;
	border: 1px solid #BA0000;
	margin: 0 auto;
	color: #FFFFFF;
	background: url('./images/error.png') #D3430D no-repeat;
	font-weight: bold;
	text-align: left;
}

div.warning {
	width: 400px;
	height: 48px;
	line-height: 48px;
	padding: 0 0 0 48px;
	border: 1px solid #FFBB00;
	margin: 0 auto;
	color: #7C5610;
	background: url('./images/warning.png') #FFE14C no-repeat;
	font-weight: bold;
	text-align: left;
}

table.ad {
  border: 1px #CCCCCC solid;
}

span.ad-header {
	font-weight: bold;
	font-size: 10px;
}

span.price {
	font-weight: bold;
	font-size: 12px;
	color: #00BA00;
}

span.title {
	font-size: 11px;
}

td.ad-info {
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px;
}

td.ad-menu {
	padding: 5px;
}

td.caption {
  background-color: #EBECED;
  height: 30px;
  width: 100px;
  padding: 2px;
  font-weight: bold;
}

fieldset {
  border: 1px solid #CCCCCC;
  text-align: left;
  font-weight: bold;
  padding: 20px;
  margin: 0 0 20px 0;
}

span.small-desc {
  font-weight: bold;
  font-size: 10px;
}

span.small-desc-red {
  font-weight: bold;
  font-size: 10px;
  color: #FF0000;
}

/* Annunci random */

td.ad-random {
	padding: 0 21px 0 0;
	width: 340px;
}

div.ad-random-header {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	width: 340px;
	height: 3px;
  background: url('./images/ad-random-header.gif') no-repeat;
  padding: 2px 0 0;
}

div.ad-random-body {
	padding: 5px;
  background: url('./images/ad-random-body.gif');
}

div.ad-random-footer {
	width: 340px;
	height: 5px;
  background: url('./images/ad-random-footer.gif') no-repeat;
}

div.ad-random-element {
  border-bottom: 1px solid #CCCCCC;
}

div.ad-random-body a {
	height: 16px;
  line-height: 16px;
	padding: 2px 0 2px 21px;
	display: block;
}

td.ad-random-block-image{
  text-align: center;
  padding: 2px 5px;
}

td.ad-random-block-oggetto{
  border-bottom: 1px solid #CCCCCC;
}

/* Annunci random */

table#ad-detail {
	font-weight: normal;
}

table#ad-detail td#description {
	text-align: justify;
}

table#ad-detail td#pubblicita {
	text-align: center;
}

img.thumbnail {
	width: 100%;
	margin: 0;
}

table#ad-gallery {
	border: 1px solid #CCCCCC;
}

span.important {
	font-weight: bold;
	color: #606060;
}