	body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #2d2d2d;
	margin: 0px;
	padding: 0px;
	/*background: url(images/bg_1.png) repeat #ffffff;*/
	background: #ebe8d8;
}

td {
	font-size: 13px;
}

hr {color: #fff; background-color: #fff; border: 1px dotted #000; border-style: none none dotted; }

li {
	font-size: 10px;
	text-transform: uppercase;
}


a {
	color: #2d2d2d;
	text-decoration: none;
}

a:focus {outline:none}

a:hover {
	color: #df7e00;
	text-decoration: underline;
}

#postmax {
   width: expression( document.body.clientWidth > 879 ? "880px" : "auto" ); /* sets max-width for IE */
   max-width: 880px; /* this sets the max-width value for all standards-compliant browsers */
}

#titulo_preco {

	background: #f0f7db;
	float:right;
	padding: 0px;
	vertical-align:top;
	font-weight: bold;
	font-size: 22px;
}

#titulo_anuncio {

	background: #f0f7db;
	border-right: 1px solid #a9d250;
	border-left: 1px solid #a9d250;
	border-top: 1px solid #a9d250;
	border-bottom: 1px solid #a9d250;
	float:top;	
	width: 97%; 
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: 20px;
}

#seleccao_cidade {

	background: #f0f7db;
	border-right: 1px solid #a9d250;
	border-left: 1px solid #a9d250;
	border-top: 1px solid #a9d250;
	border-bottom: 1px solid #a9d250;
	padding: 0px;
	/*font-weight: bold;*/
	font-size: 12px;
	text-align: left; 
}


#contacto {

	font-weight: bold;
	font-size: 16px;
}

#titulo_anuncio_sub {

	width: 100%; 
	padding: 0px;
	font-weight: bold;
	font-size: 20px;
}

#rebordo {

	/*background: #f0f7db;
	border-right: 1px solid #a9d250;
	border-left: 1px solid #a9d250;
	border-top: 1px solid #a9d250;
	border-bottom: 1px solid #a9d250;*/
	float:left;	
	padding: 5px;
	text-align: justify; 
}


#info_topo {

	background: #ffffda;
	border-right: 1px solid #ffd324;
	border-left: 1px solid #ffd324;
	border-top: 1px solid #ffd324;
	border-bottom: 1px solid #ffd324;
	float:top;	
	width: 90%; 
	margin: 0 auto;
	font-size: 9px;
	padding: 10px 10px 10px 10px;
	text-align: justify; 
}

#info_botoes {

	background: #ffffda;
	border-right: 1px solid #ffd324;
	border-left: 1px solid #ffd324;
	border-top: 1px solid #ffd324;
	border-bottom: 1px solid #ffd324;
	float:top;	
	width: 97%; 
	padding: 0px 0px 3px 0px;
	text-align: justify; 
}

#info_esquerda {
	width: 670px;
	float:left;	
	padding: 0px;
}


#info_direita {

	background: #ffffda;
	border-right: 1px solid #ffd324;
	border-left: 1px solid #ffd324;
	border-top: 1px solid #ffd324;
	border-bottom: 1px solid #ffd324;
	float:right;	
	width: 180px; 
	padding: 10px 10px 10px 10px;
	text-align: left; 
	
}

.container {
	padding: 0px;
	margin: 20px 0 20px 0;
	background: #fff;
	}


#footer {
	width: 900px; 
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto ;
	margin-right: auto ;
	font-size: 10px;
	color: #000000;
}

#copyright {

	margin: 0 auto;
	width: 890px; 	
	background: #f0f7db;
	border-right: 1px solid #a9d250;
	border-left: 1px solid #a9d250;
	border-top: 0px solid #a9d250;
	border-bottom: 1px solid #a9d250;
	margin-top: 0px;	
	font-size: 10px;
	padding: 5px;
	text-align: left; 
	
}

h1 {
	color: #2d2d2d;
	font-size: 16pt;
	margin: 0px;
}

h2 {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	color: #2d2d2d;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

th {
	font-size: 12px;
	text-align: left;
}

/* FORMS */

form {
	margin: 0px;
}



input, textarea {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background: #ffffff;
}

input, textarea {
	font-size: 13px;	
	padding: 0px 3px;
	border : 1px solid #f0f7db;
}

input {
	background: #ffffff;
}

input:hover, textarea:hover, select:hover {
 	border: 1px solid #a9d250;
}

/*button:hover {
 	border: 1px solid #000000;*/
}

input[type=file] {
	color: #000000;
	background: #ffffff;
}

/*button, */select {
	background: #FF7400;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border : 1px solid #f0f7db;
	cursor: pointer;
	/*padding: 3px;*/
}

select {
	background: #fff;
	font-size: 13px;
	color: #000;
	border : 1px solid #f0f7db;
	cursor: pointer;
}

pre {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

.err {
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

.imp {
	color: #CC3300;
	font-weight: bold;
	margin-bottom: 5px;
}

.msg {
	color: #6C9D31;
	margin-bottom: 5px;
}

.marker {
	color: red;
	font-weight: bold;
}

.hint {
	font-size: 10px;
	font-style: italic;
	color: #353535;
	padding-top: 5px;
	padding-bottom: 5px;
}

#header {
	padding: 0px;
	color: #000000;
}

#logo {
	font-size: 10px;
	color: #000000;
	padding: 5px;
}

#logo a {
	color: #000000;
	text-decoration: none;
}

#logo a:hover {
	color: #000000;
	text-decoration: none;
}

#cidade {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	background: #f0f7db;
	border-bottom: 2px solid #a9d250;
	margin-bottom: 15px;
	padding: 4px;
	text-align: center;
}

#logo a:hover {
	color: #BBBDC0;
	text-decoration: none;
}


#today {
	padding: 3px;
	text-align: center;
	font-size: 10px;
}

#bookmarking {
	text-align: left;
	font-size: 10px;
}

#nav {
	text-align: right;
}

#city {
	font-weight: ;
	font-size: 14px;
	display: ;
}

#listagem_anuncios 
.anuncio 
.anuncio .ctg { font-size:11px;color:#439e03;}
.anuncio .ctg a{ color:#439e03;}
.anuncio .ctg a:hover{color:#0792e5;}
.anuncio h1 { font-size:18px;}
.anuncio h1 a{ font-size:18px; font-weight:normal; color:#0592e4; text-decoration:none; }
.anuncio h1 a:hover{ text-decoration:underline; }
.anuncio .data_anuncio { float: right; display: inline; color:#888888; font-style:italic; font-size:11px; margin:0px 0px;}
.anuncio .data_anuncio2 { display: inline; color:#888888; font-style:italic; font-size:11px; margin:0px 20px;}
.anuncio img.thumb {  float:right;}


/*.buttons td {
	text-align: center;
	vertical-align: middle;
	background: #ffffff;
	height: 30px;
}

.buttons a {
	display: block;
	font-weight: bold;
	color: black;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

.buttons a:hover {
	display: block;
	font-weight: bold;
	line-height: 30px;
	background-color: #63cf60;
}
*/

/*#sidebar_right_cities {
	background-color: #ffffff;
	border-right: 0px solid #f0f7db;
	border-left: 0px solid #f0f7db;
	border-top: 0px solid #f0f7db;
	border-bottom: 0px solid #f0f7db;
	padding: 0px 0px 0px 0px;
}

#sidebar_right {
	background-color: #ffffff;
	border-left: 0px solid #f0f7db;
/*	border-top: 0px solid #E0E0E0;
	border-bottom: 0px solid #E0E0E0; */
	/*padding: 0px 0px 0px 0px;
}

#sidebar_right a {
}*/

.citylist_country { 			/* Текст страны в правом столбце */
	display: inline;
	color: #2d2d2d;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 2px;
}

.citylist_city { 			/* Текст города в правом столбце */
	color: #48004b;
	/*text-transform: uppercase;*/
	font-size: 11px;
	padding: 5px 5px 5px 5px;	
	
}

#sidebar_left {
	background-color: #ffffff; /*#F0F4FB*/
	border-right: 0px solid #f0f7db;
	border-left: 0px solid #f0f7db;
	border-top: 0px solid #f0f7db;
	border-bottom: 0px solid #f0f7db;
	padding: 0px 0px 0px 0px;
}

.nao_seleccao {
	padding: 2px;
	font-weight: bold;
	float:left;
	text-transform: uppercase;
	font-size: 12px;	
	text-align: center; }

.seleccao {
	color: #48004b;
	background: #ffce71;
	border-right: 1px solid #ff6500;
	border-left: 1px solid #ff6500;
	border-top: 1px solid #ff6500;
	border-bottom: 1px solid #ff6500;
	padding: 2px;
	/*font-weight: bold;*/
	float:left;
	text-transform: uppercase;
	font-size: 12px;	 }

#sidebar_left .head {
	font-size: 12px;
	font-weight: bold;
}

div .head {
	font-weight: bold;
}

#sidebar_left table.linkbox {
	margin-bottom: 15px;
}

#sidebar_left table.linkbox a {
	display: block;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #f0f7db;
}

table.sidebox {
	margin-bottom: 10px;
}

table.sidebox td {
	text-align: left;
}

#contentcell { /*центральная часть*/
	border-right: 0px solid #f0f7db;
	border-left: 0px solid #f0f7db;
	border-top: 0px solid #f0f7db;
	border-bottom: 0px solid #f0f7db;
	background-color: #ffffff;
	padding: 3px;
}

#contentcellfull { /*центральная часть*/
	border-right: 0px solid #f0f7db;
	border-left: 0px solid #f0f7db;
	border-top: 0px solid #f0f7db;
	border-bottom: 0px solid #f0f7db;
	background-color: #ffffff;
	padding: 10px;
}

#content {
	padding: 0px 0px 0px 0px;
}

#completo {
	background-color: #ffffff;
	padding: 0px;
	margin: 0 auto;
	width: 900px; 	
	border-top: 4px solid #B8B6B8;
	border-bottom: 1px solid #B8B6B8;
	border-left: 1px solid #B8B6B8;
	border-right: 1px solid #B8B6B8;
}

#banner {
	float: right;
	padding-right: 20px;
	margin-right: 20px;
}

#completo_topo {
	background-color: #ffffff;
	padding: 0px;
	margin: 0 auto;
	width: 900px; 	
}

#path { /*полоска со страной городом и кнопками главной и добавить */
	background-color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f0f7db;
}

#path td {
	padding: 5px 5px 5px 5px;
}

#path a { /*Буквы страны города и кнопок главной и добавить */
	color: #2d2d2d;
	text-decoration: none;
}

#path a:hover { /*Буквы страны города и кнопок главной и добавить ри наведении мышки */
	color: #63cf60;
	text-decoration: none;
}

table.searchbox {
	background-color: #FF0000;
	border: 1px solid #f0f7db;
	margin-bottom: 20px;
}

table.searchbox td {
	padding: 10px;
}

.eventnav {
	border-bottom: 1px solid #f0f7db;
	margin-bottom: 10px;
}

table.dir {    /* таблица категоризатора */
	padding: 0px 0px 0px 0px;
	
}

table.dir_tugazuka {

	border-right: 2px solid #fcbbff;
	border-left: 2px solid #fcbbff;
	border-top: 2px solid #fcbbff;
	border-bottom: 2px solid #fcbbff;	
	background-color: #fdceff;
	padding: 3px 3px 3px 3px;
}	

dir_cat_header {
	
}


table.dir_cat {

	border-right: 2px solid #f0f7db;
	border-left: 2px solid #f0f7db;
	border-top: 2px solid #f0f7db;
	border-bottom: 2px solid #f0f7db;	
}

table.dir_cat th {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 1px 3px 1px 3px;
	background-color: #f0f7db;
}

table.dir_cat td {
	border-right: 0px solid #ededed;
	border-left: 0px solid #ededed;
	border-top: 1px solid #ededed;
	border-bottom: 0px solid #ededed;

	padding: 1px 3px 1px 3px;
}

table.dir_cat .count {
	color: #2d2d2d;
	font-size: 10px;
}

table.dir_cat th .count {
	color: #2d2d2d;
	font-size: 10px;
}

table.adlisting {
	border-right: 0px dashed #c0bcc0;
	border-left: 0px dashed #c0bcc0;
	border-top: 0px dashed #c0bcc0;
	border-bottom: 0px dashed #c0bcc0;
}

table.adlisting tr.ad1 {
	background-color: #FFFFFF;	
}

table.adlisting tr.ad2 {
	background-color: #F9F7ED;
}

table.adlisting td {
	padding: 3px;
	border-bottom: 1px dashed #CCCCCC;	
}

table.adlisting td.head, table.adlisting tr.head td {
	font-weight: bold;
	background-color: #ffffff;
}

table.adlisting td.datehead {
	background-color: #ffffff;
}

table.adlisting td.icon {
}

table.adlisting td.icon img {
}

table.adlisting .adtitle {
	font-weight: bold;
}

table.adlisting .date {
	font-style: italic;
}

table.adlisting .ad1 {
}

table.adlisting .ad2 {
	/*background-color: #FAFAFA;*/
}

.adheader {
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 0px solid #f0f7db;
	border-bottom: 1px solid #f0f7db;
}

.adheader .icon {
	/*vertical-align: top;*/
}

.adheader .adtitle {
	font-size: 14px;
	font-weight: bold;
}

.adheader .adarea {
	font-size: 11px;
	font-weight: normal;
}

.ad {
	margin-bottom: 10px;
}

.ad .link_marker {
	color: darkorange;
	font-weight: bold;
}

.disclosures {
	padding: 5px;
}

.disclosure_yes {
	color: green;
}

.disclosure_no {
	color: red;
}

.disclosures b {
}

.adpics {
	margin-bottom: 10px;
	/*border-bottom: 1px solid #DDDDDD;*/
}

.adpics img {
	border: 1px solid #f0f7db;
	padding: 0px;/*
	background-color: #FAFAFA;*/
}

.imglisting {
}

.imgitem {
	margin-bottom: 30px;
}

.imgitem .head {
	font-size: 12px;
	font-weight: bold;
}

.imgitem img.img {
	margin-top: 5px;
	border: 1px solid #f0f7db;
}

.imgitem .caption {
}

.imgitem .poster {
	font-weight: bold;
}

.imgitem .time {
	font-weight: bold;
}

.imgitem .desc {
	margin-top: 5px;
}

.linkbox2 {
	background-color: darkorange;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	color: white;
}

.linkbox2 a {
	display: block;
	color: white;
}

.linkbox2 a:hover {
	color: white;
	text-align: center;
}

.imagecredits {
	padding: 5px;
}

td.head {
	font-weight: bold;
}

.imagecredits a {
}

.imagecredits .count {
	color: #2d2d2d;
	font-size: 10px;
}

.comments {
}

.comments .head {
	font-size: 12px;
	font-weight: bold;
}

.commentitem {
	margin-bottom: 10px;
}

.commentitem .poster {
	font-weight: bold;
	display: block;
}

.commentitem .time {
	color: gray;
	display: block;
}

.commentitem .comments {
	display: block;
}


table.postad {
}

img.thumb {
	border: 1px solid #f0f7db;
}

.postpath {
	width: 870px;
	padding: 5px;
	background-color: #F0F0F0;
	font-size: 12px;
	color: black;
	margin-bottom: 10px;
}

.postpath b {
	color: black;
}

.postpath a {
	font-weight: bold;
	color: #e43b00;
	font-size: 11px;
}

#search_top {
	margin: 10px 0 20px 0;
	padding: 10px;
	background-color: #ffffff;
	border-top: 1px solid #f0f7db;
	border-bottom: 1px solid #f0f7db;
}

.invoice {
	background-color: #F0F0F0;
	border-right: 1px solid #f0f7db;
	border-top: 1px solid #f0f7db;
}

.invoice td {
	background-color: white;
	padding: 5px;
	border-left: 1px solid #f0f7db;
	border-bottom: 1px solid #f0f7db;
}

.invoice .empty {
	background-color: 225AD9;
	border: 1px solid #f0f7db;
}

.invoice .firstcell {
	font-weight: bold;
}

.invoice .maincell {
	/*background-color: #FAFAFA;*/
	text-align: right;
}

.invoice .totalrow td {
	background-color: #FAFAFA;
}

.invoice .totalrow .totalcell {
	background-color: #F3F3F3;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.featuredad_first, .featuredad_first td {
	background-color: #FFEEC6;
	border-top: 1px solid #f0f7db;
	border-bottom: 1px solid #f0f7db;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}

.featuredad, .featuredad td {
	background-color: #FFEEC6;
	border-bottom: 1px solid #f0f7db;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
}

.featuredad a, .featuredad_first a {
	font-weight: bold;
}

.post_note {
	color: #2A5F00;
}

.latestads {
	margin: 0px 0 0px 0;
	padding: 5px;
}

.latestads .head {
	background-color: #ffffff;
	padding: 0px;
	color: #000000;
	font-size: 12px;
}

.latestads td {
	border-top: 0px solid #f0f7db;
}

.adcat {
	font-size: 11px;
	color: #008C00;
	/*text-decoration: underline;*/
}

table.latestads_table td {
	padding: 1px;
}

table.latestads_table a.featured {
	font-weight: bold;;
}

.catlist .cat {
	font-size: 11px;
	padding: 1px;
	display: block;
}

.catlist .cat a {
	font-weight: bold;
}

.catlist .subcat {
	font-size: 11px;
	padding: 1px;
	display: block;
}

.catlist .count {
	color: #2d2d2d;
}

.adpreview {
	display: block;
	font-size: 11px;
	color: #2d2d2d;
}

.adhover1, .adhover2 {
	background: #f0f7db;
	outline: 1px solid #a9d250;
	/*border-right: 1px solid #a9d250;
	border-left: 1px solid #a9d250;
	border-top: 1px solid #a9d250;
	border: 1px solid #a9d250;*/

}

.borda {
	background: #f0f7db;
	outline: 1px solid #a9d250;
	/*border-right: 1px solid #a9d250;
	border-left: 1px solid #a9d250;
	border-top: 1px solid #a9d250;
	border: 1px solid #a9d250;*/

}

.captcha {
	margin-top: 3px;
}

div.btns{
	zoom:1;
	white-space:nowrap;
}

div.btns:after
{
	display:block;
	clear:both;
	content:'';
}

div.btns a.btn{
	float:left;
	background:buttonface url(images/border-2.gif) no-repeat;cursor:pointer;font-size:0;text-align:center;
	text-align:center;
	display:block;
	_width:75px;
	min-width:75px;
	text-decoration:none;
	font-weight: bold;
	margin:5px 4px;
}

div.btns a.btn:hover span{
	
	opacity:0.6;
	filter:alpha(opacity:80);
}

div.btns a.btn span
{
	padding:3px 8px 4px 8px;
	
	text-align:center;
	position:relative;
	left:1px;top:1px;
	display:block;
	text-decoration:none;
	background:url(images/border.gif) right bottom no-repeat;
	font:small/1 Verdana;
	color:#fff;
	
}

xmp{
	margin:0;
	font-size:1.2em;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(images/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	width: 100%;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

#shadow-container {
	position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;

}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}

	#shadow-container .shadow1 {
		background: #F1F0F1;
	}

	#shadow-container .shadow2 {
		background: #DBDADB;
	}

	#shadow-container .shadow3 {
		background: #B8B6B8;
	}

	#shadow-container .container {
		background: #ffffff;
		border: 0px solid #848284;
		padding: 0px;
	}
