/* General */
html {
	padding: 0px;
	margin:0px;
	height: 100%;
	width: 100%;
}

body{
	font-size: 9pt;
	font-family: Arial, serif;
	color: #333;
	background: #fff;
	width: 960px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

h2 {
	font-size: 24pt;
	font-weight: bold;
}

h1#indexH1 {
	position: absolute;
	font-size: 7pt;
	color: #bfbfbf;
}

a			{text-decoration: none; color: #3c799d;}
a:link		{text-decoration: none; color: #3c799d;}
a:visited	{text-decoration: none; color: #3c799d;}
a:hover		{text-decoration: none; color: red; cursor: pointer;}
a img		{border: none;}

b.niftycorners {	/* Niftycorners Cube: fix for floated elements inside rounded containers */
	clear: both;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.show, .block {
	display: block;
}

.show-inline {
	display: inline;
}

.hide {
	display: none;
}

.column {
	float: left;
	height: 100%;
	display: inline;
}

.breadcrumbs {
	font-size: 11pt;
	font-weight: bold;
}

#container {
	clear: both;
	background: #f2f2f2;
	padding: 10px;
	width: 940px;
}
 
#center {
	width: 680px;
}

#sidebar {
	width: 220px;
	margin-right: 10px;
}

.strong {
	font-weight: bold;
}

.highlighted {
	color: #005;
	font-weight: bold;
}

.grayed-small {
	font-size: 8pt;
	color: #aaa;
}

input.remaining {
	border: 0px !important;
	font-weight: bold;
	font-size: 8pt;
	color: #444;
	vertical-align: middle;
	background: transparent;
}

div.hr {
	height: 4px;
	font-size: 1px;
	background: #f2f2f2;
	border: 0px;
}


/* Banners */
div.banner {
	clear: both;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	background: none;
/*	text-align: center;*/
	width: 100%;
}

div.banner-index {
	padding: 0;
	text-align: center;
}
	div#banner-index-center-top {}
	div#banner-index-center-bottom {}

div.banner-category {
	padding: 0;
	text-align: center;
}
	div#banner-category-center-top {
		text-align: left;
	}
	div#banner-category-center-bottom {
		text-align: left;
	}
	div#banner-category-sidebar-top {
		padding: 0 0 10px;
	}
	div#banner-category-sidebar-middle {
		padding: 10px 0;
	}
	div#banner-category-sidebar-bottom {
		padding: 10px 0 0;
	}

div.banner-search {
	padding: 0;
	text-align: center;
}
	div#banner-search-center-top {
		text-align: left;
	}
	div#banner-search-center-bottom {
		text-align: left;
	}
	div#banner-search-sidebar-top {
		padding: 0 0 10px;
	}
	div#banner-search-sidebar-middle {
		padding: 10px 0;
	}
	div#banner-search-sidebar-bottom {
		padding: 10px 0 0;
	}

div.banner-post {
	padding: 0;
	text-align: center;
}
	div#banner-post-center-top {
		text-align: left;
	}
	div#banner-post-center-middle {
		text-align: left;
	}
	div#banner-post-center-bottom {
		text-align: left;
	}
	div#banner-post-sidebar-top {
		padding: 0 0 10px;
	}
	div#banner-post-sidebar-middle {
		padding: 10px 0;
	}
	div#banner-post-sidebar-bottom {
		padding: 10px 0 0;
	}


/* Header */
div#logo {
	float: left;
	background: #fff url(../media/webart/sprites.png) top left no-repeat;
	background-position: -67px -67px; /* logo-background.png */
	width: 177px;
	height: 90px;
	margin: 5px 0px;
	cursor: pointer;
}

div.img-separator {
	background: #fff url(../media/webart/sprites.png) top left no-repeat;
	background-position: -67px -1930px; /* separator.gif */
	width: 10px;
	height: 50px;
	float: left;
	margin: 30px 10px;
}

div.menu {
	width: 100%;
	background: #f2f2f2;
	border-bottom: 1px solid #333;
	height: 30px;
	text-align: right;
	color: #333;
}
	div.menu a {
		margin: 0px 15px;
		line-height:30px;
		font-weight: bold;
	}
	div.menu a:link 	{color: #333;}
	div.menu a:visited	{color: #333;}
	div.menu a:hover 	{color: #999;}

div#siteLinks {
	text-align: left;
	clear: both;
}

div#newPost {
	float: right;
	width: 420px;
	color: #777;
	margin-top: 10px;
}
	div#newPost div.img-separator {
		background: #fff url(../media/webart/sprites.png) top left no-repeat;
		background-position: -67px -1930px; /* separator.gif */
		width: 10px;
		height: 50px;
		display: inline;
		margin: 0px 25px;
		position: relative;
		top: 20px;
	}

	div#newPost div.img-arrow-right {
		background: #fff url(../media/webart/sprites.png) top left no-repeat;
		background-position: -67px -1760px; /* arrow-right.png */
		width: 24px;
		height: 37px;
		float: left;
		margin: 0px 5px;
		position: relative;
		top: 25px;
	}

	div#newPost p {
		float: left;
		font-size: 8pt;
		width: 160px;
		position: relative;
		top: 25px;
	}

	div#newPost a, div#newPost a:link {
		text-decoration: underline;
		float: left;
		display: block;
		width: 160px;
		height: 67px;
		background: #fff url(../media/webart/sprites.png) top left no-repeat;
		background-position: -67px -290px; /* new-ad-button.png */
		text-align: center;
		padding-top: 20px;
		margin-top: 0px;
		color: white;
		font-size: 11pt;
		font-weight: bold;
	}
	div#newPost a:hover {
		text-decoration: none;
		background: #fff url(../media/webart/sprites.png) top left no-repeat;
		background-position: -67px -290px; /* new-ad-button.png */
	}
	
	div#newPost a span.strong {
		font-size: 20pt;
		font-weight: normal;
		font-family: Impact, sans-serif;
	}

form#search {
	float:left;
	width: 300px;
	background: #fff;
}
	form#search label {
		display: inline-block;
		font-size: 8pt;
		margin-top: 7px;
		font-weight: bold;
	}
	form#search select {
		width: 200px;
		height: 25px;
		color: #fd0101;
	}
	form#search input.text {
		background: #fff url(../media/webart/field.jpg) top repeat-x;
		width: 200px;
		height: 23px;
		line-height: 23px;
		color: #fd0101;
	}
	form#search input.button {
		display: inline;
		width: 75px;
		height: 25px;
		vertical-align: top;
	}

/* Forms */
div.formItem {
	display: block;
	margin: 15px;
	font-size: 11pt;
	font-weight: bold;
}
	div.formItem label small {
		font-size: 8pt;
		font-weight: bold;
		color: #666;
		margin-bottom: 15px;
	}
	
label {
	display: block;
	margin-right: 10px;
}

img#youtube {
	vertical-align:middle;
	padding-bottom: 3px;
}

select {
	border: 1px solid #666;
	background: #fff url(../media/webart/field.jpg) top repeat-x;
	color: #1e3c4d;
	font-size: 10pt;
	padding-top: 2px;
	font-weight: bold;
}

input[disabled] {
	color: #999 !important;
}

.text, textarea {
	border: 1px solid #666;
	background: #fff url(../media/webart/field.jpg) top repeat-x;
	color: #1e3c4d;
}

.text {
	text-indent: 5px;
	height: 22px;
	width: 500px;
	font-size: 14pt;
}

input.button, button {
	background: #787878 url(../media/webart/button-background.gif) center repeat-x;
	border: 1px solid #666;
	color: white;
	font-weight: bold;
}

textarea.mceEditor {
	width: 500px;
	height: 400px;
}

span.required {
	font-size: 8pt;
	font-weight: bold;
	color: #b00;
}

/* Sections */
div#sections {
	background: #f2f2f2;
	padding: 0px;
}
	div#sections ul {
		background: url(../media/webart/sprites.png) no-repeat;
		display: inline; /* IE6 double margin float bugfix */
		float: left;
		padding: 37px 15px 0px 0px;
		width: 205px;
		height: 96px;
		margin: 10px;
		list-style: none outside;
		text-align: right;
		cursor: pointer;
	}
		div#sections ul a {
			color: white;
			text-transform: uppercase;
			font-family: Arial;
			font-size: 10px;
			line-height: 15.3px;
		}
		div#sections ul a:hover {
			color: red;
		}
		div#sections ul#sectionPropiedades	{background-position: -67px -1042px;}
		div#sections ul#sectionRodados		{background-position: -67px -1308px;}
		div#sections ul#sectionEmpleos		{background-position: -67px -776px;}
		div#sections ul#sectionArticulos	{background-position: -67px -510px;}

/* Select Category */
body#selectCat {
}
	body#selectCat div.subCat, body#selectCat div#zoneList, body#selectCat div#subCatList {
		display: none;
	}	
	body#selectCat div.column {
		width: 270px;
		background: #fafafa;
		padding: 10px 11px;
		margin: 10px;
	}
		body#selectCat div.column p {
			font-weight: bold;
		}

/* Navigation */
div#navigation {
	margin: 0px 10px;
}
	div#navigation .breadcrumbs {
		margin-bottom: 10px;
	}
	div#navigation #buttons {
		float: right;
	}
	div#navigation #buttons img {
		cursor: pointer;
	}

/* Pagination */
div#pagination {
	margin: 10px;
	font-size: 9pt;
	font-weight: bold;
}
	div#pagination span#pages{
		display: block;
		text-align: center;
		margin: 0px auto;
		padding: 0 10px;
	}
	div#pagination span.strong {
		color: #777;
		display: block;
		margin-bottom: 5px;
	}
	div#pagination .page {
		display: inline-block;
		text-align: center;
		font-size: 9pt;
		padding: 2px 5px;
		margin: 1px;
		border: 1px solid #f4f4f4;
	}
	div#pagination span#currentPage {
		border: 1px solid #0d3a96;
		background: #4667aa;
		color: white;
	}

a#next {
	float: right;
}
a#prev {
	float: left;
}

/* Post */
div#post-col-top {display:none;}
div#post-col-bottom {display:none;}
div#post {
	background: #fff;
	padding: 15px;
}
	div#post span.postNotice {
		color: #a00;
		font-size: 14pt;
		font-weight: bold;
	}
		div#post span.postNotice img {
			position: relative;
			top: 2px;
			margin: 0px 5px;
		}
	div#post .breadcrumbs {
		margin-bottom: 20px;
	}
	div#post #buttons {
		float: right;
	}
	div#post #buttons img {
		cursor: pointer;
	}
	div#post div.contactPosterButton {
		float: right;
		height: 1%;
		background: #f2f2f2;
	}
	div#post div.contactPosterButton input {
		width: 195px;
		height: 35px;
		margin: 15px;
	}

div#abuseReasons {
	position: absolute;
	display: none;
	background: #fff;
	z-index: 1000;
	width: 230px;
	border: 1px #ccc solid;
}
	div#abuseReasons textarea {
		overflow: hidden;
		font-size: 8pt;
		margin: 4px;
		width: 216px;
		height: 60px;
		color: #999;
		padding: 2px;
	}
	div#abuseReasons div {
		overflow: hidden;
		background: #f2f2f2;
		padding: 4px;
		width: 220px;
		border: 1px solid #fff;
		border-top: 1px solid #e5e5e5;
	}
	div#abuseReasons button {
		float: right;
		font-size: 8pt;
		padding: 1px 6px;
		cursor: pointer;
	}

div.postSection {
	clear: both;
	margin: 20px 0px;
	width: 100%;
}
	div.postSection div.post-icon {
		display: none;
	}
	div.postSection div.hr {
		height: 4px;
		font-size: 1px;
		background: #f2f2f2;
		border: 0px;
	}
	div.postSection h2 {
		color: black;
		font-size: 25pt;
		font-weight: bold;
		margin-bottom: 5px;
	}
	div.postSection h3 {
		color: #1c5173;
		font-size: 14pt;
		font-weight: bold;
		margin-bottom: 5px;
	}
		div.postSection h3 img {
			display:none;
		}
	div.postSection a#externalLink {
		font-size: 12pt;
		font-weight: bold;
	}
	div.postSection div#video {
		width: 425px;
		margin: 0px auto;
	}
	div.postSection div#map {
		width: 90%;
		height: 400px;
		margin: 10px auto;
		border: 2px solid #eee;
	}

div#post-main {}
	div#post-main div#socialMedia {
		clear: right;
		float: right;
		margin: 20px 0 20px 20px;
		text-align: center;
	}
	div#post-main img#mainImage {
		width: 240px;
		float: left;
		margin: 20px;
	}
	div#post-main span#postBody {
/*		float: left;
		width: 630px;*/
		margin: 10px 0px 20px 0px;
	}

div#post-gallery {}
	div#post-gallery ul {
		float: left;
		display: inline;
		width: 300px;
		list-style: none;
		background: #eee;
		padding: 3px;
		margin: 5px 0px 20px 20px;
	}
		div#post-gallery ul li {
			float: left;
			display: inline;
			margin: 3px;
		}
			div#post-gallery ul li img {
				display: block;
				width: 140px;
				height: 100px;
				border: 2px solid #fff;
			}
	div#post-gallery div#image-center {
		float: right;
		display: inline;
		margin: 5px;
		width: 560px;
	}
		div#post-gallery div#image-center span#image {
			display: inline-block;
			background: #eee;
			padding: 5px;
			margin: 0 auto;
		}
			div#post-gallery div#image-center span#image span#galleryCaption {
				display: none;
				padding: 5px;
				font-weight: bold;
			}
			div#post-gallery div#image-center span#image img#galleryImage, div#post-gallery div#image-center span#image span#galleryCaption {
				max-width: 550px;
			}

/* Comments */
div#post-comments {}
	div#post-comments label {
		display: inline;
		float: left;
		font-size: 8pt;
		margin: 5px;
	}
	div#post-comments p#notice {
		font-size: 8pt;
	}
	div#post-comments input, div#post-comments textarea {
		border: 1px solid #bbb;
		background: #fff;
	}
	div#post-comments input {
		width: 195px;
	}
	div#post-comments input.remaining {
		width: 50px;
	}
	div#post-comments textarea {
		width: 400px;
	}
	div#post-comments input.button {
		border: 1px solid #ccc;
		background: #eee;
		color: #333;
		font-size: 8pt;
		padding: 5px 15px;
		margin: 5px;
	}
	div#post-comments ul#commentList {
		list-style: none;
		margin: 18px 10px 10px;
	}
		div#post-comments ul#commentList li {
			clear: both;
			overflow: hidden;
			padding: 7px 0;
			margin: 5px 0px;
			background: #fafafa;
			height: 100%; /* because ie6 stupidity */
		}
			div#post-comments ul#commentList li span.comment-icon {
				float: left;
				display: inline;
				margin: 0 5px;
				background: transparent url(../media/webart/sprites.gif) no-repeat scroll -60px -10px;
				width: 16px;
				height: 16px;
				font-size: 0;	/* fix for ie ¬¬ */
			}
			div#post-comments ul#commentList li div.comment {
				float: left;
				display: inline;
				width: 864px;
			}
				div#post-comments ul#commentList li span.name {
					color: #566f5c;
					font-weight: bold;
				}
				div#post-comments ul#commentList li span.date {
					color: #000;
					font-weight: bold;
					font-size: 8pt;
				}

img#addCommentLoading {
	visibility: hidden;
	vertical-align: middle;
}

/* Zone list */
div#zone-col-top {
	background: transparent url(../media/webart/sprites.gif) no-repeat scroll -50px -50px;
	width: 220px;
	height: 5px;
	font-size: 0;
}
div#zone-col-bottom {
	background: transparent url(../media/webart/sprites.gif) no-repeat scroll -50px -60px;
	width: 220px;
	height: 5px;
	font-size: 0;
}
div#zones {
	background: url(../media/webart/diag-stripes.gif) repeat;
	border-style: solid;
	border-color: #ddd;
	border-width: 0px 1px;
	padding: 10px;
}
	div#zones p {
		font-size: 11pt;
		font-weight: bold;
		padding: 5px 0px;
	}
	div#zones ul {
		height: 100%;
		padding: 0px;
		list-style: none;
	}

	div#zones select {
		background: #fff;
		font-weight: bold;
		margin: 0px 10px 10px 10px;
	}

/* category Zone selector */
div#category-zone-col-top {
	background: transparent url(../media/webart/sprites.gif) no-repeat scroll -50px -50px;
	width: 220px;
	height: 5px;
	font-size: 0;
}
div#category-zone-col-bottom {
	background: transparent url(../media/webart/sprites.gif) no-repeat scroll -50px -60px;
	width: 220px;
	height: 5px;
	font-size: 0;
}
div#categoryZones {
	background: url(../media/webart/diag-stripes.gif) repeat;
	height: 60px;
	border-style: solid;
	border-color: #ddd;
	border-width: 0px 1px;
	padding: 10px;
}
	div#categoryZones p {
		font-size: 11pt;
		font-weight: bold;
		padding: 5px 0px;
	}
	div#categoryZones ul {
		height: 100%;
		padding: 0px;
		list-style: none;
	}
	div#categoryZones select {
		background: #fff;
		font-weight: bold;
		margin: 0px 10px 10px 10px;
	}

/* search Zone selector */
div#search-zone-col-top {
	background: transparent url(../media/webart/sprites.gif) no-repeat scroll -50px -50px;
	width: 220px;
	height: 5px;
	font-size: 0;
}
div#search-zone-col-bottom {
	background: transparent url(../media/webart/sprites.gif) no-repeat scroll -50px -60px;
	width: 220px;
	height: 5px;
	font-size: 0;
}
div#searchZones {
	background: url(../media/webart/diag-stripes.gif) repeat;
	height: 60px;
	border-style: solid;
	border-color: #ddd;
	border-width: 0px 1px;
	padding: 10px;
}
	div#searchZones p {
		font-size: 11pt;
		font-weight: bold;
		padding: 5px 0px;
	}
	div#searchZones ul {
		height: 100%;
		padding: 0px;
		list-style: none;
	}

	div#searchZones select {
		background: #fff;
		font-weight: bold;
		margin: 0px 10px 10px 10px;
	}

/* Category list */
ul.liquidList {
	float: left;
	list-style: none;
}
	ul.liquidList li {
		float: left;
		width: 30%;
		display: inline;
	}

ul#categories {
	background: #fff;
	padding: 15px;
	width: 100%;
	list-style: none;
}
	ul#categories li {
		margin: 9px;
		margin-bottom: 25px;
		background: #fff url(../media/webart/background.jpg) repeat-x top;
		background-position: 0px 53px;
		width: 207px;
	}
		ul#categories li h3 {
			width: 207px;
			height: 53px;
			background: #fff url(../media/webart/sprites.png) top left no-repeat;
			background-position: -67px -1574px; /* cat-header.jpg */
			font-weight: bold;
			font-size: 12pt;
			text-align: left;
			text-indent: 10px;
			line-height: 53px;
		}
			ul#categories li h3 img {
				vertical-align: middle;
				margin-top: 3px;
			}
			ul#categories li h3 small {
				display: none;
				font-size: 8pt;
				color: #999;
			}
		ul#categories li ul li {
			background: url(../media/webart/double-arrow.gif) no-repeat left center;
			background-position: 5px 7px;
			list-style: none;
			text-indent: 0px;
			border-bottom: 1px dashed #ccc;
			margin: 0px;
			padding: 4px;
			padding-left: 15px;
			width: 185px;
		}

/* Filters */
div#filter-col-top {display:none;}
div#filter-col-bottom {display:none;}
div#filters {
	background: #f9f9f9;
	margin: 10px 0px;
	width: 100%;
}
	div#filters ul, div#filters h3 {
		margin: 10px 0px;
	}
	div#filters h3 {
		width: 207px;
		height: 53px;
		font-weight: bold;
		font-size: 12pt;
		text-align: left;
		text-indent: 10px;
		line-height: 53px;
	}
		div#filters h3 img {
			vertical-align: middle;
			margin-top: 3px;
		}
	div#filters ul li {
		list-style: none;
		background: url(../media/webart/double-arrow.gif) no-repeat left center;
		background-position: 5px 7px;
		text-indent: 13px;
		margin: 0px 10px;
		padding: 4px;
		width: 192px;
	}
	div#filters div.control {
		border-top: 1px dashed #ccc;
		padding: 10px;
		margin: 10px;
	}
		div#filters div.control h4 {
			font-weight: bold;
			font-size: 12pt;
		}
		div#filters div.control div {
			height: 20px;
		}
		div#filters div.control a {
			margin-left: 5px;
			font-size: 8pt;
			display: inline-block;
			width: 150px;
			vertical-align: middle;
		}
		div#filters div.control input[type=checkbox] {
			vertical-align: middle;
		}
	div#filters input.button {
		width: 80px;
		padding: 5px;
		margin: 10px 10px 10px 60px;
	}
	div#filters div#sidebarNewPost {
		display: none;
	}
	
.sliderValue {
	border: 0px;
	background: transparent;
	font-weight: bold;
	width: 30px;
	margin: 5px;
	vertical-align: middle;
}

/* Result list */
div#results {
	width: 660px;
	padding: 25px;
	background: #fff;
}
	div#results div#resultsList p.title {	
		margin-top: 10px;	
	}
	div#results div#resultsList p.noresults {
		color: #999;
		text-align: center;
		padding: 20px 0px;
		font-weight: bold;
		font-size: 12pt;
	}
	div#results div#resultsList ul {
		list-style: none;
	}
		div#results div#resultsList ul li {
			overflow: hidden;
			border-bottom: 1px dashed #ccc;
			clear: both;
			padding: 7px 0px;
		}
		div#results div#resultsList ul li.featured {
			background: #daf0f3;
			padding: 3px 8px;
			margin-top: 5px;
			border-width: 0px;
		}
			div#results div#resultsList ul li img.thumbnail {
				float: left;
				display: inline;
				margin: 4px 8px 4px 0px;
				width: 70px;
				height: 50px;
			}
			div#results div#resultsList ul li div.postContent {
				float: left;
				display: inline;
				width: 560px;
				margin-top: 4px;
			}
				div#results div#resultsList ul li div.postContent a.title {
					font-size: 11pt;
					font-weight: bold;
				}
				div#results div#resultsList ul li div.postContent a.title:hover span.highlighted {
					color: red;
				}
				div#results div#resultsList ul li div.postContent p.blurb {
					padding: 3px 0px;
				}
				div#results div#resultsList ul li div.postContent div.source {
					display: inline;
					margin-right: 20px;
					font-size: 8pt;
				}
				div#results div#resultsList ul li div.postContent div.source a {
					color: #666;
				}
				div#results div#resultsList ul li div.postContent div.source img {
					vertical-align: middle;
					margin-left: 7px;
				}
				div#results div#resultsList ul li div.postContent div.source span {
					font-weight: bold;
				}
				div#results div#resultsList ul li div.postContent div.date {
					display: inline;
					color: #666;
					font-size: 8pt;
				}
					div#results div#resultsList ul li div.postContent div.date span {
						font-weight: bold;
						color: #333;
					}
	div#results div#resultsList form#alertForm {
		display: block;
		width: 60%;
		margin: 10px auto 0px auto;
	}
		div#results div#resultsList form#alertForm input.text {
			width: 250px;
			vertical-align: middle;
		}
		div#results div#resultsList form#alertForm label {
			width: 4em;
			float: left;
			text-align: right;
			margin-right: 0.5em;
			font-size: 12px;
			font-weight: normal;
			line-height: 27px;
			height: 27px;
			vertical-align: middle;
		}
		div#results div#resultsList form#alertForm input.button {
			height: 27px;
			vertical-align: middle;
		}

img#listing-ajaxloader {
	display: block;
	width: 220px;
	margin: 20px auto;
}

/* Mini Add Post */
form#miniAddPost {
	float: right;
	background: #d3e0e0;
	margin: 10px 0px;
	width: 660px;
	padding: 25px;
}
	form#miniAddPost div#miniAddPost-top {
		margin: 15px 7px;
	}
		form#miniAddPost div#miniAddPost-top h2 {
			font-size: 12pt;
			margin-bottom: 5px;
		}
	form#miniAddPost div#miniAddPost-bottom {
		margin: 15px 7px;
	}
		form#miniAddPost div#miniAddPost-bottom input.button {
			padding: 5px;
		}
	form#miniAddPost div#miniAddPost-mid {
	}
		form#miniAddPost div#miniAddPost-mid div.formItem {
			margin: 7px;
		}
			form#miniAddPost div#miniAddPost-mid div.formItem label {
				font-size: 8pt;
			}
			form#miniAddPost div#miniAddPost-mid div.formItem span {
				margin-left: 5px;
				font-size: 11px;
				font-weight: normal;
				line-height: 21px;
				vertical-align: middle;
			}
			form#miniAddPost div#miniAddPost-mid div.formItem input.text {
				width: 300px;
				height: 19px;
				border-width: 1px;
				font-size: 10pt;
				padding: 0px;
			}
			form#miniAddPost div#miniAddPost-mid div.formItem textarea {
				width: 500px;
				height: 100px;
				border-width: 1px;
				font-size: 10pt;
				padding: 0px;
			}
			form#miniAddPost div#miniAddPost-mid div.formItem select {
				width: 250px;
				height: 21px;
				line-height: 21px;
				border-width: 1px;
				font-size: 10pt;
				font-weight: normal;
				padding: 0px;
			}
			form#miniAddPost div#miniAddPost-mid div.formItem span.inputCaptcha {
				display: inline-block;
				height: 44px;
				margin: 0px;
			}
				form#miniAddPost div#miniAddPost-mid div.formItem span.inputCaptcha img#captchaImage {
					display: inline;
					padding-top: 2px;
					vertical-align: middle;
				}
				form#miniAddPost div#miniAddPost-mid div.formItem span.inputCaptcha input#captcha {
					display: inline;
					border-width: 1px;
					width: 104px;
					height: 37px;
					padding-top: 3px;
					margin-left: 5px;
					font-size: 30px;
					font-weight: bold;
					font-family: "Courier New","DejaVu Sans Mono",Arial;
					text-indent: 6px;
					vertical-align: middle;
				}
				form#miniAddPost div#miniAddPost-mid div.formItem span.inputCaptcha span#captchaRequired {
					display: inline-block;
					color: #b00;
					font-size: 8pt;
					padding: 0px 0px 10px 10px;
					vertical-align: middle;
				}
				form#miniAddPost div#miniAddPost-mid div.formItem span.inputCaptcha img#captchaLoading {
					display: none;
					padding: 0px 0px 10px 10px;
					vertical-align: middle;
				}
				form#miniAddPost div#miniAddPost-mid div.formItem span.inputCaptcha span#captchaLoadingText {
					display: none;
					padding: 0px 0px 10px 10px;
					vertical-align: middle;
				}

/* Selectable lists */
ul.selectableList {
	list-style: none outside;
}
	ul.selectableList p {
		font-weight: bold;
		margin: 10px 0px; 
	}
	ul.selectableList li {
		margin: 4px 0px;
	}
	ul.selectableList li.unselected {
		text-indent: 4px;
	}
		ul.selectableList li span.zone-border-left {
			vertical-align: top;
			background: transparent url(../media/webart/sprites.gif) no-repeat scroll -50px -10px;
			width: 4px;
			height: 22px;
		}
		ul.selectableList li span.zone-border-right {
			vertical-align: top;
			background: transparent url(../media/webart/sprites.gif) no-repeat scroll -54px -10px;
			width: 4px;
			height: 22px;
		}
		ul.selectableList li.unselected span {
			display: none;
		}
		ul.selectableList li.selected span {
			display: inline-block;
		}
		ul.selectableList li a {
			line-height: 22px;
			font-size: 13pt;
			font-weight: bold;
			text-decoration: underline;
		}
		ul.selectableList li a:visited {
			text-decoration: underline;
		}
		ul.selectableList li.selected a {
			display: inline-block;
			line-height: 22px;
			width: 93%;
			background: #1e92e7;
			color: white;
			text-decoration: none !important;
		}

/* Add post form */
div#addpost-col-top {display:none;}
div#addpost-col-bottom {display:none;}
form#addPost {
	background: #fafafa;
	margin: 20px;
	padding: 10px;
}
	form#addPost input.button{
		padding: 10px 10px;
		margin: 20px 0px;
		width: 150px;
		border-width: 2px;
		font-size: 14pt;
		float: left;
	}
	form#addPost div.formItem div.inputCaptcha {
		display: inline-block;		
		height: 44px;
	}
		form#addPost div.formItem div.inputCaptcha input {
			display: inline;
			border-width: 2px;
			width: 104px;
			height: 37px;
			padding-top: 3px;
			margin-left: 5px;
			font-size: 22pt;
			font-weight: bold;
			font-family: "Courier New","DejaVu Sans Mono",Arial;
			text-indent: 6px;		
		}
		form#addPost div.formItem div.inputCaptcha img {
			display: inline;
			padding-top: 2px;
			vertical-align: top;
		}
		form#addPost div.formItem div.inputCaptcha #captchaRequired {
			display: inline-block;
			color: #b00;
			font-size: 8pt;
			padding: 0px 0px 10px 10px;
			vertical-align: middle;
		}
		form#addPost div.formItem div.inputCaptcha #captchaLoading {
			display: none;
			padding: 0px 0px 10px 10px;
			vertical-align: middle;
		}
		form#addPost div.formItem div.inputCaptcha #captchaLoadingText {
			display: none;
			padding: 0px 0px 10px 10px;
			vertical-align: middle;
		}

input#price {
	width: 150px;
	margin-left: 10px;
}

ul#imageList {
	list-style: none;
}
	ul#imageList li img {
		width: 70px;
		height: 50px;
		vertical-align: middle;
		border: 1px solid #ccc;
		padding: 2px;
		margin: 5px;
	}
	ul#imageList li span {
		display: inline-block;
		vertical-align: middle;
		width: 200px;
		font-weight: bold;
		font-size: 8pt;
		position: relative;	/* Compensates for the hidden "delete" image */
		left: -30px;
	}
	
	ul#imageList li small {
		vertical-align: middle;
	}

	ul#imageList img.delImage {
		width: 20px !important;
		height: 20px !important;
		border: 0px solid !important;
		position: relative;
		top: 15px;
		left: -35px;
		visibility: hidden;
		cursor: pointer;
	}

div#uploadImageDialog {
	margin-top: 7px;
}
	div#uploadImageDialog input.button {
		width: 75px;
		height: 25px;
		font-size: 8pt;
		padding: 0px;
		margin: 0px;
		float: none;
	}
	div#uploadImageDialog textarea {
		overflow: hidden;
		width: 300px;
		vertical-align: middle;
		color: #999;
		padding: 3px;
	}
	div#uploadImageDialog input.remaining {
		height: 12px;
	}

form#addPost div#map {
	width: 600px;
	height: 200px;
	margin: 5px 0px;
	border: 2px solid #f2f2f2;
}

div#coordsDefined {
	text-indent: 5px;
	color: #666;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
}
	div#coordsDefined a {
		text-decoration: none;
	}
	div#coordsDefined img {
		vertical-align: middle;
	}

span#showHideCustomFields {
	margin: 15px;
	font-size: 11pt;
	font-weight: bold;
}
	span#showHideCustomFields a {
		text-decoration: none;
	}

div#customFields {
	display: none;
	padding-left: 20px;
}
	div#customFields div.formItem {
		margin: 7px;
		font-size: 9pt;
	}
		div#customFields div.formItem select {
			font-size: 9pt;
			padding: 1px;
			border-width: 1px;
			vertical-align: middle;
		}
		div#customFields div.formItem input.text {
			font-size: 10pt;
			font-weight: bold;
			height: 19px;
			border-width: 1px;
			vertical-align: middle;
			width: 300px;
		}
			div#customFields div.formItem input#price {
				width: 150px;
			}

iframe#uploadFrame {
	display: none;
}

/* Latest Searches */
div#latestSearches {
	background: #fafafa;
	margin: 10px;
	padding: 10px;
}
	div#latestSearches ul {
		list-style: none;
		margin: 10px;
	}
	div#latestSearches ul li {
		margin: 5px;
	}
		div#latestSearches ul li img {
			margin-right: 5px;
		}
		div#latestSearches ul li a {
			font-size: 11pt;
			font-weight: bold;
		}

/* Post to paper */
div#postToPaper {
	background: #fafafa;
	padding: 10px;
	margin: 10px;
	display: none;
}
	div#postToPaper textarea {
		width: 400px;
	}

	div#postToPaper input.button {
		padding: 5px 10px;
		width: 120px;
		border-width: 2px;
		font-size: 14pt;
	}
	
	div#postToPaper select {
		width: 300px;
		display: block;
		margin: 3px;
	}
	
select.activeCategory {
	border: 2px solid #163;
}

form#addPaperPost {
	width: 400px;
	float: left;
}

div#onlinePost {
	width: 400px;
	padding: 20px;
	float: right;
	background: #edf1e2;
}

iframe#coupon {
	background: #fff;
	border: 2px solid #999;
}

/* Send message */
div#sendMessage {
	background: #fafafa;
	padding: 10px;
	margin: 10px;
}
	div#sendMessage textarea, div#sendMessage input {
		width: 600px;
	}
	
	div#sendMessage textarea {
		height: 300px;
	}

	div#sendMessage input.button {
		padding: 5px 10px;
		width: 120px;
		border-width: 2px;
		font-size: 14pt;
	}

/* Footer */
#footer {
	font-size: 8pt;
	text-align: center;
}
#footer p {
	padding: 20px 50px;
}
#zoneLinks {
	font-size: 8pt;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px dashed #ccc;
}
#zoneLinks a {
	margin: 8px;
	white-space: nowrap;
}

/* Dialogs */
div#dialog {
	background: #fafafa;
	width: 900px;
	padding: 10px;
	margin: 10px;
}
	div#dialog img {
		float:left;
		display: inline;
		margin: 0 20px 0 10px;
	}
	div#dialog h2 {
		margin: 20px;
	}
	div#dialog div#dialog-content {
		float: left;
		display: inline;
		width: 732px;
		margin: 0;
	}
	div#dialog div#dialog-content.error strong {
		color: #f00;
	}
	div#dialog div#dialog-content.success strong {
		color: #109602;
	}
	div#dialog div#dialog-content.information strong {
		color: #00f;
	}
		div#dialog div#dialog-content p {
			color: #999;
			font-size: 12pt;
			font-weight: bold;
		}
			div#dialog div#dialog-content p img {
				float: none;
				margin: 0 2px 0 0;
			}
			div#dialog div#dialog-content p span {
				display: block;
				padding: 3px 0;
			}
		div#dialog div#dialog-content p.important {
			padding-top: 30px;
			/*color: #555;*/
			font-size: 11pt;
		}
			div#dialog div#dialog-content p.important span {
				display: inline;
				color: #000;
				padding: 0;
				font-size: 12pt;
			}
		div#dialog div#dialog-content input.button {
			width: 80px;
			padding: 5px;
			margin-right: 10px;
		}

/* CSS Shadow */
html>body div.shadow {		/* Will be ignored by IE6 */
	background: url(../media/webart/shadowAlpha.png) bottom right no-repeat;
}
html>body div.innerDiv {	/* Will be ignored by IE6 */
	position: relative;
	top: -5px;
	left: -5px;
}
div.shadow:after {
	content: " ";
	display: block;
	clear: both;
}
