@import url(lightbox.css);

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #4E412D;
	background: #FFFFFF;
}

a {
	color: #339900;
	font-weight: bolder;
	text-decoration: none;
}

a:hover	{
	color: #44CC00;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

button,
input,
select,
textarea {
	vertical-align: middle;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

textarea.message,
input.field {
    width: 250px;
	padding: 2px 0 0 2px;
	border: 1px solid #CDC3B6;
}

input.field,
input.shortfield,
input.searchfield {
	height: 15px;
}

textarea.shortmessage,
input.shortfield {
    width: 120px;
	padding: 2px 0 0 2px;
	border: 1px solid #CDC3B6;
}

select.shortfield {
    width: 124px;
	border: 1px solid #CDC3B6;
}

input.searchfield {
    width: 76px;
	padding: 2px 0 0 2px;
	border: 1px solid #CDC3B6;
}

select.searchfield {
    width: 80px;
	border: 1px solid #CDC3B6;
}

address {
	padding: 5px;
	background: #FFF;
	border: 1px solid #CDC3B6;
	border-top: 0;
	font-style: normal;
}

small {
	font-size: 0.8em;
}

h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.5em;
	padding: 10px;
	color: #007500;
	background: url(../images/block-bg.gif);
}

h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.3em;
	padding: 10px;
}

h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: url(../images/wrapper.gif) repeat-y;
	border: solid 15px #FFFFFF;
}

#header {
	padding: 0 10px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
}

#logo {
	clear: both;
	padding-top: 10px;
	height: 70px;
}

#logo a {
	display: block;
	width: 200px;
	height: 60px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#lang {
	float: left;
	clear: right;
	width: 200px;
	height: 24px;
	padding-top: 10px;
	text-align: center;
	color: #339900;
	background: #FDFAF7 url(../images/lang-bg.gif) no-repeat top left;
}

#lang a.eng {
	padding-left: 20px;
	background: url(../images/gb.gif) no-repeat center left;
}

#lang a.eng:hover {
	padding-left: 20px;
	background: url(../images/gb-on.gif) no-repeat center left;
}

#lang a.bg {
	padding-left: 20px;
	background: url(../images/bg.gif) no-repeat center left;
}

#lang a.bg:hover {
	padding-left: 20px;
	background: url(../images/bg-on.gif) no-repeat center left;
}

#nav {
	clear: both;
	float: left;
	clear: right;
	width: 540px;
	height: 34px;
	background: #FDFAF7;
}

#nav a {
	display: block;
	height: 24px;
}

#nav ul {
	padding: 10px 10px 0 0;
}

#nav li {
	list-style: none;
	float: right;
	padding-left: 5px;
}

#nav a { width: 74px; text-align: center; line-height: 24px; color: #FFFFFF; background: url("../images/nav.gif"); }

#nav a:hover,
#nav a.active { width: 74px; background: url("../images/nav-active.gif"); }

#body {
	position: relative;
	margin: 0 auto;
	width: 740px;
	background: #FFFFFF;
}

#body:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#image {
	clear: both;
	margin: 0;
	width: 740px;
	height: 165px;
}

#left,
#main,
#main2 {
	float: left;
	clear: right;
}

#left {
	width: 180px;
	margin: 0 10px;
	padding-bottom: 10px;
}

#left h2 {
	margin-top: 10px;
	line-height: 32px;
	padding: 0 10px;
	background: url("../images/menubox.gif") no-repeat top left;
}

#left #mainmenu {
	border: 1px solid #CDC3B6;
	border-top: 0;
}

.treeview ul {
	margin: 0;
	padding-left: 16px;
	line-height: 28px;
}

.treeview li {
	background: white url(../images/menubox-item.gif) repeat-x center left;
	list-style-type: none;
	line-height: 28px;
}

.treeview li a {
	background: white url(../images/bullet-orange.gif) no-repeat center left;
	color: #4E412D;
	padding-left: 16px;
	margin-bottom: 3px;
}

.treeview li a:hover {
	color: #6F6A61;
}

.treeview li strong {
	padding-left: 26px;
}

.treeview li.submenu {
	background: white url(../images/folder.gif) no-repeat 5px 6px;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.submenu ul {
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li {
	cursor: default;
}

#left #search,
#left #extsearch {
	width: 178px;
	margin: 0;
	color: #5C544B;
	border: 1px solid #CDC3B6;
	border-top: 0;
}

#left #search {
	height: 154px;
}

#left #extsearch {
	height: 250px;
}

#left #searchcontent {
	padding: 4px;
}

#left #currencies,
#left #weather,
#left #subscribe {
	padding: 5px;
	line-height: 17px;
	background: #FFF;
	border: 1px solid #CDC3B6;
	border-top: 0;
}

#main {
	width: 520px;
	padding: 10px;
}

#main .propoptions {
	clear: both;
	width: 520px;
	padding: 10px 0;
}

#main .static {
	padding: 0 10px;
}

#main .static p {
	padding: 10px;
	line-height: 16px;
}

#main .static ul {
	padding: 0 10px;
}

#main .static ul li {
	margin-left: 20px;
	line-height: 16px;
}

#maincontent {
	overflow: hidden;
}

#maincontent p {
	padding: 10px;
	text-align: justify;
}

/* main2 is used when there is no left block */

#main2 {
	width: 740px; 
	margin: 0 auto;
}

#footer {
	clear: both;
	padding: 0 10px;
	color: #685C4B;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer a,
#footer a:hover {
	color: #CEBC84;
}

#footer-body {
	padding-top: 25px;
	height: 35px;
}

#footer-left {
	float: left;
	clear: right;
	width: 200px;
}

#footer-right {
	float: left;
	clear: right;
	width: 540px;
	text-align: right;
}

/* green button  */

ul.greenbutton {
    display: inline;
    height: 20px;
    list-style: none;
}

ul.greenbutton li,
button.greenbutton,
input.greenbutton {
	width: 72px !important;
	height: 20px;
	line-height: 18px;
	overflow: hidden;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	background: url(../images/greenbutton.gif) no-repeat center left;
	border: none;
	cursor: pointer;
}

ul.greenbutton li {
	float: right;
	margin-left: 5px;
}

ul.greenbutton a {
	padding: 2px;
	line-height: 20px;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}

ul.greenbutton a:hover {
	color: #FFFFFF;
}

/* messages */

#error {
	width: 480px;
	margin: 0 auto;
	line-height: 24px;
	text-align: left;
	padding-left: 24px;
	background: #eee url(../images/icon_error.gif) no-repeat center left;
	margin-top:1px;
	border:1px solid #007500;
}

#error a,
#error a:hover {
	border:1px solid #cc0000;
	padding: 2px 3px;
	background-color:#ddd;
}

#info {
	width: 480px;
	margin: 0 auto;
	line-height: 24px;
	text-align: left;
	padding-left: 24px;
	background: #eee url(../images/icon_info.gif) no-repeat center left;
	border:1px solid #007500;
	margin-top:1px;
}

/* Listings small */

.listing-small,
.listing-small-hover {
	float: left;
	clear: right;
	width: 164px;
	margin-left: 5px;
	margin-bottom: 1.0em;
	padding-bottom: 1.0em;
	text-align: center;
	color: #4E412D;
	border: 1px dotted #CDC3B6;
}

.listing-small {
	background: #FFFFFF;
}

.listing-small-hover {
	background: #EEEEEE;
}

.listing-small h2,
.listing-small-hover h2 {
	height: 36px;
	text-align: center;
}

.listing-small .photo img,
.listing-small-hover .photo img {
	border: 4px solid #B99660;
	margin: 10px auto;
}

/* Login, registration, recover forms, admin menu */

#adminmenu,
#textfields {
	width: 660px;
	margin: 30px auto;
	line-height: 24px;
}

#loginform,
#regform,
#recoverform {
	width: 520px;
	margin: 10px auto;
	line-height: 24px;
}

#affiliate p {
	padding: 10px;
}

#adminmenu ul {
	height: 24px;
	border-bottom: 1px solid #CDC3B6;
}

#adminmenu li {
	display: inline;
	margin: 0;
	list-style: none;
}

#adminmenu li a {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0 5px;
	line-height: 23px;
	border: 1px solid #CDC3B6;
	background: url(../images/tab.gif) repeat-x center left;
}

#adminmenu li.selected a {
	border-bottom: 1px solid #FFFFFF;
	background: url(../images/tab-active.gif) repeat-x center left;
}

.content {
	width: 480px;
	margin: 5px auto;
}

.content p {
	text-align: justify;
	line-height: 18px;
}

/* About us  */

#aboutus p {
	padding: 10px;
}

/* Contact form  */

#contact p {
	padding: 10px;
}

#contactform {
	margin: 0 120px;
}

#contactform p {
	padding: 10px 0;
}

#contactform h2 {
	padding: 10px 0;
}

#contactform form {
	padding: 0 10px;
}

.picture {
	float: left;
	width: 156px;
	margin-bottom: 22px;
}

.picture img {
	display: block;
	border: 3px solid #E7E7E7;
}

.text {
	float: left;
	width: 360px;
}

.text p {
	margin: 5px 0;
	text-align: justify;

}

.propbottom-left {
	float: left;
	clear: right;
	width: 70%;
	padding: 10px 0;
}

.propbottom-right {
	float: right;
	clear: right;
	width: 30%;
	padding: 10px 0;
	text-align: right;
}

.price {
	color: #7B9F4D;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.line_horizontal {
	position: relative;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 5px 0;
	padding: 0 !important;
	background-color: #CBCBCB;
}

/*  Search form */

#userslist {
	width: 640px;
	margin: 40px auto;
	line-height: 20px;
}

#userslist .tabletitle {
	background: #E8E8E8 url(../images/tabletitle.gif) repeat-x center left;
	text-align: center;
}

#userslist .userline {
	background: #F5F5F5;
	text-align: center;
}

#usersearch {
	width: 440px;
	margin: 40px auto;
	height: 16px;
}

/*  Propert details */

#propertydetails {
	width: 500px;
	margin: 0 auto;
	padding: 10px;
	line-height: 22px;
}

#propertydetails .btn {
	border: 0px;
}

#propertydetails .btn:hover {
	border: 0px;
}

#propertydetails img {
	border: 3px solid #E7E7E7;
}

#propertydetails img:hover {
	border: 3px solid #CEBC84;
}

#propertydetails img.noborder,
#propertydetails img.noborder:hover {
	border: 0px;
}

#propertydetails p {
	padding: 0 10px 10px 0;
	text-align: justify;
}

#propertydetails strong {
	color: #977442;
	font-size:12px;
}

#propertydetails .titleche{
	font-weight:bold;
	font-size:12px;
	color:#990000;
	background-color:#FFFFdd;
	border-top:1px solid #900;
	border-bottom:1px solid #900;
	padding-left:5px;
	margin: 5px 0;
}

#propertydetails .smalltitle{
	font-weight:bold;
	font-size:12px;
	padding-left:5px;
	border:1px solid #990000;
}

#propertydetails .bold{
	color: #990000;
	font-size:12px;
	background-color:#FFFFaa;
	text-decoration:none;
	padding: 0 2px;
}
#enquiry {
	width: 500px;
	margin: 0 auto;
	padding-bottom: 20px;
	line-height: 20px;
}

#enquiry .title {
	background: #E8E8E8 url(../images/tabletitle.gif) repeat-x center left;
	font-weight: bolder;
	text-align: center;
}

/* Faq  */

p.question {
	padding: 10px;
}

p.answer {
	padding: 0 10px;
	line-height: 16px;
	text-align: justify;
}

/* Pagination  */

.pages td {
	width: 14px;
	line-height: 14px;
	text-align: center;
	background: #F5F5F5;
	border: 1px solid #CFCFCF;
}

.pages a {
	display: block;
	clear: right;
	color: #005714;
}

.pages a:hover {
	color: #F5F5F5;
}

.pages td:hover,
.pages td.current {
	width: 14px;
	line-height: 14px;
	text-align: center;
	font-weight: bolder;
	color: #F5F5F5;
	background: #00A927;
	border: 1px solid #005714;
}

/* News */

#news {
	padding: 0 10px;
}

#news h2 {
	padding: 10px 20px;
	background: url(../images/news-title.gif) no-repeat center left;
}

#news h3 {
	padding: 5px 0;
}

#latestnews {
	line-height: 22px;
}

#latestnews a {
	padding-left: 16px;
	color: #B89762;
	background: url(../images/news-arrow.gif) no-repeat center left;
}

#latestnews a:hover {
	padding-left: 16px;
	color: #977442;
	background: url(../images/news-arrow-hover.gif) no-repeat center left;
}

