a.critical {
	color: #f00;
}

a.critical:hover {
	color: #fff;
	background: #f00;
}

optgroup option {
	padding-left: 20px;
}

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

ul {
	list-style: none;
}
a img {
	border: 0px;
}
.clear {
	clear: both;
}

body {
	font-family: Tahoma, Verdana, Arial;
	background-color: #F5F3F3;
}

/* Layout */
#header {
	margin-bottom: 0px;
}

#categories {
	border-top: 1px dashed #fff;
		background-color: #037fc5;
}

#categories ul {
	list-style: none;
}

#categories li {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	border-bottom: 1px dashed #fff;
}

a.side-banner img {
	margin-top: 5px;
	margin-bottom: 15px;
}

a.side-insert-ad img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#categories a {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#categories a:hover {
	text-decoration: underline;
}
#footer {
	width: 808px;
	margin: auto;
	background: url('../img/backgrounds/footer.gif') no-repeat;
	height: 20px;
	margin-bottom: 40px;
	
}
#container {
	width: 790px;
	margin: auto;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 16px;
	background: url('../img/backgrounds/body.gif');
}

#content h1 {
	padding-top: 4px;
	background: url('../img/backgrounds/header.gif');
	height: 31px;
	padding-left: 8px;
	font-size: 18px;
	margin-bottom: 8px;
	color: #fff;
}

#content a {
	color: #333;
}

#logo {
	width: 542px;
	height: 54px;
	border-top: 4px solid #dc3022;
}

#banner {
	margin-bottom: 5px;
	
}

#login {
	margin-left: 9px;
	border-top: 4px solid #dc3022;
	width: 233px;
	background: url('../img/backgrounds/login.gif') no-repeat;
	padding-left: 5px;
	height: 90px;
	
}

#holder {
	margin-top: 5px;	
}

#sidebar {
	float: left;
	width: 242px;
	background-color: #d6e7ef;
}

#content {
	margin-left: 247px;
	background-color: #f4f8fb;
}

#login ul {
	list-style: none;
}

#login a {
	color: #fff;
	font-size: 10px;
}

#navmenu {
	height: 29px;
	background: url('../img/backgrounds/navmenu.gif');
	padding-top: 7px;
	padding-left: 30px;
}

#navmenu a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#navmenu ul {
	list-style: none;
}

#navmenu li {
	float: left;
	margin-right: 25px;
}

/* Sidebar */
#sidebar h2 {
	background-color: #037fc5;
	padding: 4px;
	text-align: center;
	margin-bottom: 20px;
}
#sidebar h2, #sidebar h2 a {
	color: #fff;
	text-decoration: none;
	
}

.sidebar-company {
	width: 73px;
	height: 43px;
	float: left;
	padding: 0px 20px 20px 20px;
}

/* Formularios */

form fieldset {
	border: 0;	
	margin-bottom: 15px;	
}

form legend {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 120%;
}

form ul {
	list-style: none;
}

form dd {
	margin-bottom: 10px;
}

form label.error {
	display: none;
	border: 1px solid #ffa7a4;
	background-color: #fff;
	color: #f00;
	padding: 5px;
	margin-top: 5px;
}

form label em, form legend em, dt em {
	font-weight: bold;
	color: #f00;
}

form dt img {
	display: block !important;
}

form ul li {
	margin-bottom: 2px;
}

form ul li label {
	margin-left: 5px;
}

form input.title {
	font-size: 140%;
	font-weight: bold;
}


form div#submit {
	background-color: #d6e7ef;
	padding: 4px;	
}

/* Anuncio */
#pictures, #actions, #contacts {
	float: right;
	width: 260px;
	clear: right;
}

#adform #price {
	margin-left: 10px;
	padding: 3px;
	background-color: #ddd557;
	color: #000;
	width: 100px;
}
#adform #price-value {
}

#photos, #extras {
	border-left: 3px solid #ccc;
	padding-left: 10px;
}

#ad #pictures .picture-thumb {
	width: 48px;
	height: 48px;
	float: left;
	padding-right: 4px;
	padding-top: 8px;
}

#ad ul {
	list-style: none;
}

#ad h2 {
	background-color: #037fc5;
	padding: 4px;
	color: #fff;
}

#ad #actions,
#ad #contacts {
	margin-top: 10px;
}


/* Listagem de anuncios */
.ad-listing,
.ad-listing-highlight {
	width: 540px;
	border: 1px solid #accde0;
	margin-bottom: 5px;
}

.ad-listing tr th,
.ad-listing-highlight tr th {
	background-color: #0779c0;
	text-align: left;
	padding: 4px;
}

.ad-listing tr th a,
.ad-listing-highlight tr th a {
	color: #fff !important;
	text-decoration: none;
}

.ad-listing tr td.contents,
.ad-listing-highlight tr td.contents,
.ad-listing tr td.image,
.ad-listing-highlight tr td.image {
	padding: 5px;
	color: #5b87a0;
}

.ad-listing tr td.contents a.details,
.ad-listing-highlight tr td.contents a.details {
	background-color: #ebf0f6;
	border: 1px solid #a8cfe0;
	padding: 5px;
	color: #83b1c8 !important;
	text-decoration: none;
	font-weight: bold;
}

.ad-listing tr td.contents a.critical,
.ad-listing-highlight tr td.contents a.critical {
	color: #fff !important;
	background: #f00;
}
.ad-listing-highlight tr td.contents a.details {
	background-color: #f7ebc1;
	border: 1px solid #dccc99;
	}

.ad-listing-highlight tr td.contents,
.ad-listing-highlight tr td.image {
	background-color: #fce8ab;
}

.ad-listing tr td.image{
	width: 130px;
	height: 100px;
	padding: 4px;
}
.ad-listing-highlight tr td.image {
	width: 130px;
	height: 130px;
	padding: 4px;
}

.slideshow-container {
	width: 130px;
	height: 130px;
}

td.image a img {
	border: 1px solid #f00;
}
.prevSlide, .nextSlide {
	text-decoration: none;
}
.pageLinks {
	color: #fff;
}
.ad-listing tr td .slideshowCaption { display: inline; }
.highlight {
	width: 164px;
	height: 150px;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	text-align: center;
	border: 1px solid #f00;
	padding: 4px;
	margin-bottom: 3px;
}

.highlight a {
	color: #7c7c8f;
	text-decoration: none;
	font-size: 10px;
}

#login dt, #login dd {
	float: left;
	width: 80px;
}
#login dd {
	margin-bottom: 2px;	
}

#login dl {
	margin-top: 4px;	
}

#login .submit {
	float: right;
	margin-right: 18px;
	margin-top: 4px;
}

#login label {
	color: #fff;
	font-size: 12px;
}

#ad-image {
	width: 640px;
}

#ad-image tr th {
	background-color: #0779c0;
	text-align: left;
	padding: 4px;
	color: #fff;
}
#ad-image tr.other-thumbs {
	background-color: #d6e7ef;
}

#ad-image tr.other-thumbs td {
	text-align: center;
	padding: 4px;
}

#ad h3 {
	margin-bottom: 8px;	
}

#search {
	background: #0779c0 url('../img/backgrounds/login.gif') no-repeat;

}

#search label {
	color: #fff;
}

#search a {
	color: #fff;
	font-size: 10px;
}

#ad-special-details {
	/* width: 280px; */
	width: 270px;
}

#ad-special-details th {
	color: #fff;
	background: #E4C556;
}

#ad-special-details td.title {
	width: 140px;
}

.terms {
	padding: 10px 10px 10px 25px;
}
.terms ol {
	margin-left: 25px;
}
.terms li{
	margin-bottom: 8px;
}