/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #37332C;
	color: #FFFFFF;
	text-align: center;
	}
	
h5 {
	font-size: 1.8em; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #AAA18A;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 1023px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	background-color: #AAA18A;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #635E51;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 1024px;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 1024px;
	}
	
#collage {
	margin: 0x;
	padding: 0;
	height: 192px;
	width: 1024px;
	background-image: url("http://www.home-hunts.net/wp-content/themes/default/images/image_collage.jpg");
	background-repeat: no-repeat;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 650px;
	}

.widecolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 650px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 980px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 170px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 40px 0 10px 0;
	margin-left: 750px;
	width: 250px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	@charset "UTF-8";
/* CSS Document */

/* OpenID icon style */

input.system-openid {

   background: url(http://openid.net/login-bg.gif) no-repeat;

   background-color: #fff;

   background-position: 0 50%;

   color: #000;

   padding-left: 18px;

}





/* Unpublished */

.system-unpublished {

background: #e8edf1;

border-top: 4px solid #c4d3df;

border-bottom: 4px solid #c4d3df;

}



/* System Messages */

#system-message    { margin-bottom: 10px; padding: 0;}

#system-message dt { font-weight: bold; }

#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }

#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}



/* System Standard Messages */

#system-message dt.message { display: none; }

#system-message dd.message {  }



/* System Error Messages */

#system-message dt.error { display: none; }

#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}



/* System Notice Messages */

#system-message dt.notice { display: none; }

#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}



/* Debug */

#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }

#system-debug div { font-size: 11px;}


http://www.home-hunts.com/templates/system/css/general.css

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

http://www.home-hunts.com/templates/homehunts/css/template.css

/*-----------------------------custom css---------------------------------------*/

body {

	font-family: Verdana, Helvetica,Arial,sans-serif;

	line-height: 1.3em;

	margin: 0px 0px 0px 0px;

	font-size: 12px;

	color: #1A1915;

}



body.bd {

	font-family: Verdana, Helvetica,Arial,sans-serif;

	line-height: 1.3em;

	margin: 0px 0px 0px 0px;

	font-size: 12px;

	color: #fff;

background-color: #37332c;

}

.main-table{

background-color: #1A1915;

overflow: hidden;

}

/*------------------------------------------------*/

.moduletable-search{

	margin: 0px 50px 0px 0px;

}

input#mod_search_searchword.inputbox-search{

	height: 13px;

}

.moduletable-logo{

	margin: 0px 0px 0px 30px;

}

.moduletable-bannetr img{

	width: 822px;

	margin: 0px 0px 0px 0px;

}

.moduletable-mod-area{

	text-align: left;

	vertical-align: top;

	margin: 0px 0px 0px 0px;

	padding: 5px 0px 0px 25px;

		line-height: 20px;

		width: 179px;

}



.moduletable-mod-area .head a:link, .moduletable-mod-area .head a:visited {

        text-decoration: none;

        font-size: 16px;

        font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;

        color: #F0F0EF;

	font-weight: bold;

}



.moduletable-mod-area .head a:hover {

        background: url('../../../images/hover.jpg') no-repeat;

        display: block;

        text-decoration: none;

        font-size: 16px;

        font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;

        color: #F0F0EF;

	font-weight: bold;

}



.moduletable-mod-area span.location a:link, a:visited {
}



.moduletable-mod-area span.location a:hover {

        background: url('../../../images/hover.jpg');

        display: block;

        text-decoration: none;

        font-weight: bold;

        color: #f0f0ef;

}



strong.heading{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #AAA18A;

	

}

span.head{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #fff;

	font-weight: bold;

	line-height: 28px;

}

#after-banner-div01{

	/*background-color: #37332C;*/

        background-color: #A41C00;

width: 199px;

float: left;

	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;

	font-size: 13px;

	color: #fff;

        text-align:center;

padding: 5px 0px 5px 5px;

bottom: 4px;

position: relative;

}

#after-banner-div01 span{

margin: 0px 0px 5px 0px;

}

#after-banner-div01 a:link, #after-banner-div01 a:visited, #after-banner-div01 a:hover {

  color:ffffff;

  text-decoration: none;

  font-family: Arial;

  font-size:12px;

font-weight:bold;

}



#after-banner-div02{

	background-color: #AAA18A;

width: 819px;

float: left;

	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;

	font-size: 13px;

	color: #24211C;

	font-weight: bold;

padding: 5px 0px 5px 0px;	

text-align: center;

bottom: 4px;

left: 0px;

position: relative;

/*margin-bottom:10px;*/

}

#after-banner-div02 span{

margin: 0px 5px 0px 5px;



}

.moduletable-right-quick-search{

	margin: 0px 30px 10px 20px;

	padding: 10px 0px 10px 20px;

	color: #000;

	background-color: #37332C;

	padding: 5px 5px 5px 5px;

	width: 310px;

}



.moduletable-right-quick-search .staff {

        color : #ffffff;

}



.moduletable-right-quick-search .staff .name {

        color: #aaa18a;

        font-weight: bold;

}





.moduletable-properti-search h3{

	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	 font-size: 14px;

	 color: #AAA18A;

	 text-align: right;

}

.moduletable-properti-search{

	width: 170px;

}

/*-------------------------------------------------*/





.moduletable-logo-mod{

	background-image: url(../images/top-bg.jpg);

	height: 101px;

	border-left:1px solid  #E5E5E5;

	border-right:1px solid  #E5E5E5;

}

.moduletable-logo{

	margin: 10px 0px 20px 20px;

}

#top-logo-img{

	padding:40px 0px 0px 40px;

	

}

#main-menu-bg,

.moduletablemain-mod{

	background-color: #AAA18A;

	height: 25px;

	width: 1023px;

}

.moduletable-user4-banner{

	border-left:1px solid  #E5E5E5;

	border-right:1px solid  #E5E5E5;

}





#separator-td{

	border-left: 1px dashed #575757;

}

.moduletable-right-text{

	margin: 0px 30px 0px 20px;

	padding: 10px 0px 10px 20px;

	background-color: #AAA18A;

	width: 300px;

	color: #000;

	}

	

.moduletable-latest-news{

	border-top: 5px solid #E9854A;

	border-left: 1px solid #ADADAD;

	border-right: 1px solid #ADADAD;

	border-bottom: 1px solid #ADADAD;

	margin: 10px 30px 10px 20px;

	padding: 00px 0px 10px 00px;



	}

	.moduletable-latest-news h3{

	border-bottom: 1px dashed #575757;

	padding: 5px 0px 5px 20px;



	}

	li.latestnews-latest-news{





		display:inline-block;

	}

#content{

	padding: 0px 10px 10px 30px;

	text-align: left;

	line-height: 20px;

/*        margin-top: 25px;*/



}

.moduletable-main-mod td{

	text-align: center;

}



.moduletable-main-mod td a:link, .moduletable-main-mod td a:visited{

	text-align: center;

        color:#000000;

        font-weight:bold;

        font-family : Arial;

	font-size: 13px;

}



a.mainlevel-main-menu{

	margin: 0px 0px 0px 35px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000;

	font-weight: bold;

	text-decoration: none;

}

a.latestnews-latest-news{

	margin: 0px 0px 0px 10px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000;

	font-weight: bold;

	text-decoration: none;

}

#right-text{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-style: italic;

	font-size: 11px;

	color: #fff;

	font-weight: bold;

	line-height: 17px;

}

#right-text span{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #fff;

	line-height: 17px;

}

#footer-bg{

background-color: #AAA18A;

height: 20px;

}

#right-td{

vertical-align: top;

}

#footer-last-text01{

	padding: 0px 0px 0px 10px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 9px;

	color: #000;

}

#footer-last-text02{

	padding: 0px 10px 0px 0px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000;

}



.moduletable-right-featured-property{

/*	width: 360px;*/

	margin: 4px 5px 0px 0px;

        overflow:hidden;

}

.moduletable-properti-search{

	margin: 20px 0px 0px 0px;

}

#france-home-right{

		background-color: #37332C;

}

#france-home-right img{

margin: 10px 10px 10px 10px;

}





#france-home-right span{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #AAA18A;

	 font-weight: bold;

}

.moduletable-right-featured-property h3{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 17px;

	color: #AAA18A;

	 font-weight: bold;

}

.moduletable-right-featured-property td{

	padding: 0px 2px 0px 0px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #fff;

}





/*------------------------------------------------------------------------------

html {

  height: 100%;

  margin-bottom: 0px;

}



form {

  margin: 0;

  padding: 0;

}



img,table {

	border:none;

}



a:link, a:visited {

	text-decoration: none;

	font-weight: normal;

        color: #FFFFFF;

}



a:hover {

	text-decoration: underline;

	font-weight: normal;

}



input.button {

 cursor: pointer;

 background:none;

}



p {

  margin-top: 0;

  margin-bottom: 5px;

  text-align:justify;

}



/*****************************************/

/*** Template specific layout elements ***/

/*****************************************/

*/



div.center {

  text-align: center;

  margin:20px 40px 20px 40px;

}



div#wrapper {

	margin-left: auto;

	margin-right: auto;

	width:980px;

	

}





#logo {

	padding:46px 40px;

	text-align: left;

}

/*

#logo a, #logo a:link, #logo a:hover {

	font-weight: bold;

	font-family: Arial,Verdana, Helvetica,sans-serif;

	font-size: 3em;

	padding:0;

	margin:0;

	line-height:1.4em;

	color:#fefefe;

	text-decoration:none;

}

*/

div#newsflash {

	width: auto;

	margin-left: 350px;

	margin-right: 30px;

	border: 1px solid #00f;

}



div#tabarea {

	background: url(../images/top_menu_m_bg.jpg) top left repeat-x;

}



div#tabarea_r {

	background: url(../images/top_menu_r_bg.jpg) top right no-repeat;

}



div#tabarea_l {

	background: url(../images/top_menu_l_bg.jpg) top left no-repeat;

	height:33px;

}





div#footer_r {

	height: 52px;

	overflow: hidden;

}



div#footer_r div {

	text-align: center;

	font-size: .90em;

	color: #aaa;

}



div#footer_r a:link, div#footer_r a:visited  {

	color: #fff;

}



#pathway {

	padding: 0px 10px 8px;

	width: auto;

	text-align: left;

}



#search {

	float: right;

	width:320px;

	margin-top: -20px;

	margin-right: 20px;

	height: 40px;

	overflow: hidden;

	text-align:right;

}



#area {

	padding: 0;

	width:100%;

	background: transparent url(../images/leftcolumn_bg.jpg) top left repeat;

}



#whitebox {

	margin: 0;

	width: auto;

}



#whitebox div {

	text-align: left;

}



#whitebox_t {

	

}



#whitebox_tl {



}





#whitebox_m {

	width: auto;

	padding: 0;

	margin:0 8px;

}





#whitebox_br {

	

	

}



/* horizontal pill menu */

table.pill {

  margin-left: auto;

  margin-right: auto;

  padding: 0;

}



td.pill_m {

  padding: 0;

  margin: 0;

  width: auto;

}







#pillmenu {

  white-space: nowrap;

  float: left;

}





#pillmenu ul {

  margin: 0;

  padding: 0;

  list-style:none;

}



#pillmenu li {

	float: left;

	margin: 0;

	padding: 0;

}

/*

#pillmenu a {

  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;

  font-size: 11px;

  font-weight: bold;

  float:left;

  display:block;

  line-height: 32px;

  padding: 0px 15px;

  color: #fefefe;

  text-decoration: none;

}



#pillmenu a:hover {

  color: #fff;

  background: transparent url(../images/top_menu_arrow.gif) top center no-repeat;

}



#pillmenu a#active_menu-nav {

}



#leftcolumn ,#rightcolumn {

	margin: 0;

	width: 200px;

	padding:10px;

	float:left;

}



div#maincolumn {

padding:10px 0;

float:left;

width: 524px;

}



div#maincolumn_full {

padding:10px 0;

width: 734px;

float:left;

}



div.nopad {

	padding: 0;

}



td.middle_pad {

	width: 20px;

}

*/

/*****************************************/

/*** Joomla! specific content elements ***/

/****************************************



div.offline {

	background: #fffebb;

	width: 100%;

	position: absolute;

	top: 0;

	left: 0;

	font-size: 1.2em;

	padding: 5px;

}



span.pathway {

  display: block;

  margin: 0 20px;

  height: 16px;

  line-height: 16px;

  font-size:11px;

  overflow: hidden;

}

*/

/* headers 

div.componentheading {

  padding-left: 0px;

}



h1 {

	padding: 0;

	font-family: Verdana, Helvetica ,Arial,sans-serif;

	font-size: 1.3em;

	font-weight: bold;

	vertical-align: bottom;

	color: #666;

	text-align: left;

	width: 100%;

}



h2, .contentheading {

	padding: 0;

	font-family: Verdana, Tahoma, Helvetica,sans-serif;

	font-size: 11px;

	font-weight: bold;

	vertical-align: bottom;

	color: #5076b6;

	text-align: left;

	width: 100%;

}



table.contentpaneopen h3 {

	margin-top: 25px;

}



h4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #333;

}



h3, .componentheading, table.moduletable th, legend {

  margin: 0;

  font-weight: bold;

  font-family: Verdana, Tahoma,Helvetica,Arial,sans-serif;

  color:#5076b6;

  font-size: 1.4em;

  padding-left: 0px;

	margin-bottom: 10px;

	text-align: left;

}

*/

/* small text 

.small {

	font-size: .90em;

	color: #999;

	font-weight: normal;

	text-align: left;

}



.modifydate {

  height: 20px;

  vertical-align: bottom;

	font-size: .90em;

	color: #999;

	font-weight: normal;

	text-align: left;

}



.createdate {

	height: 20px;

	vertical-align: top;

	font-size: .90em;

	color: #999;

	font-weight: normal;

	vertical-align: top;

	padding-bottom: 5px;

	padding-top: 0px;



}



a.readon {

	margin-top: 10px;

	display: block;

	float: left;

	background: url(../images/mw_readon.png) top right no-repeat;

	padding-right: 20px;

	line-height: 14px;

	height: 16px;

}

*/

/* form validation 

.invalid { border-color: #ff0000; }

label.invalid { color: #ff0000; }





/** overlib *



.ol-foreground {

	background-color: #f6f6f6;

}



.ol-background {

	background-color: #666;

}



.ol-textfont {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

}



.ol-captionfont {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #f6f6f6;

	font-weight: bold;

}

.ol-captionfont a {

	color: #0B55C4;

	text-decoration: none;

	font-size: 11px;

        font-family: Arial;

}



.ol-closefont {}

*/

/* menu links 

a.mainlevel:link, a.mainlevel:visited {

	padding-left: 5px;

}



a.mainlevel:hover {

        font-family: Arial;

}*/



/* spacers 

span.article_separator {

	display: block;

	height: 20px;

}



.article_column {

	padding-right: 5px;

}



.column_separator {

	border-left: 1px dashed #e0e0e0;

	padding-left: 10px;



}



td.buttonheading {



}



.clr {





	clear: both;

}





div#moduletable-footerdivider {

  border-top: 1px solid #ddd;

  margin-bottom: 10px;

  overflow: hidden;

  height: 1px;

}



table.blog span.article_separator {

	display: block;

	height: 20px;

}

*/

/* table of contents

table.contenttoc {



  margin: 5px;

  border: 1px solid #ccc;

  padding: 5px;

}



table.contenttoc td {

  padding: 0 5px;

}



 */

/* content tables 

td.sectiontableheader {

  background: #efefef;

  color: #333;

  font-weight: bold;

  padding: 4px;

  border-right: 1px solid #fff;

}



tr.sectiontableentry0 td,

tr.sectiontableentry1 td,

tr.sectiontableentry2 td {

  padding: 4px;

}





td.sectiontableentry0,

td.sectiontableentry1,

td.sectiontableentry2 {

  padding: 3px;

}

*/



/* content styles 

table.contentpaneopen, table.contentpane {

	margin:0px 0px 0px 0px;

	padding: 0px;

	width: auto;

        font-size : 12px;  /* MAIN TEXT ON PAGES */

}



table.contentpaneopen li {

	margin-bottom: 5px;

}



table.contentpaneopen fieldset {

	border: 0;

	border-top: 1px solid #ddd;

}



table.contentpaneopen h3 {

	margin-top: 25px;

}





table.contentpaneopen h4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #333;

}



.highlight {

	background-color: #fffebb;

}*/



/* module control elements 

table.user1user2 div.moduletable {

	margin-bottom: 0px;

}



div.moduletable, div.module {

  margin-bottom: 25px;

  left: 10px;

}



div.moduletable-property-types {

  margin-left: 25px;

}



div.module_menu {

	margin: 0;

	padding: 0;

	margin-bottom: 15px;



}



div.module_menu div div div {

	padding: 0px;

	padding-top: 30px;

	padding-bottom: 10px;

	width: auto;

}



div.module_menu div div div div {

	background: none;

	padding: 0;

}



div.module_menu ul {

	margin: 10px 0;

	padding-left: 10px;

	list-style:none;

}



div.module_menu ul li {

	margin: 0;

	padding: 0;

}



div.module_menu ul li a:link, div.module_menu ul li a:visited {

	font-weight: bold;

	background:transparent url(../images/blue/bullet2.jpg) top left no-repeat;

	padding:2px 0 2px 25px;

	line-height:24px;

	

}



#leftcolumn div.module table ,#rightcolumn div.module table {

	width: auto;

}



#leftcolumn h3, #rightcolumn h3 {

	margin: 0;

	color:#fefefe;

	font-weight: bold;

	font-family: Verdana, Helvetica,Arial,sans-serif;

	font-size: 1.1em;

	background:#eeeeee;

	padding:2px 0 2px 10px;

	line-height:20px;

	text-align: left;

	background:transparent url(../images/menu_t.jpg) top left repeat-x;

	

}





#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 

#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {

	margin:0 0 22px 0;

	padding: 3px;

	border:1px solid #ccc;

	background:#fefefe;	

}



#leftcolumn ul.menu, #rightcolumn ul.menu {

	margin:0;

	padding:0;

	list-style:none;

	border:1px solid #ccc;

	border-top:none;

}



#leftcolumn ul.menu li, #rightcolumn ul.menu li {

	margin:0;

	padding:0;

	background: #f5f5f5;

}



#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,

#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {

	display:block;

	line-height:20px;

	background:#f5f5f5 url(../images/menu_link_bg.gif) left no-repeat;

	padding:2px 20px;

	border-top:1px solid #dddddd;

	text-decoration:none;

	color:#5076b6;

        font-family: Arial;

}



#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {

	background:#eeeeee url(../images/menu_link_bg.gif) left no-repeat;

	color:#666666;

}*/



/* ****** left col current menu ****** 

#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 

#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {

	display:block;

	line-height:20px;

	background:#f5f5f5 url(../images/menu_curren_link_bg.gif) left no-repeat;

	padding:2px 20px;

	border-top:1px solid #dddddd;

	text-decoration:none;

	color:#ff8800;

        font-family: Arial;

}



#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {

	background:#eeeeee url(../images/menu_curren_link_bg.gif) left no-repeat;

	color:#666666;

}















*/

/* ****** left col sub menu ****** 

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {

	margin:0;

	padding:0 0 0 0px;

	list-style:none;



}



#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link,

#rightcolumn ul.menu li#current ul li a, #rightcolumn ul.menu li#current ul li a:link {

	background:#f5f5f5 url(../images/menu_sub_link_bg.gif) left no-repeat;

	text-decoration:none;

        font-family: Arial;

	color:#5076b6;

	padding:2px 25px;

}



#leftcolumn ul.menu li#current ul li a:hover, #rightcolumn ul.menu li#current ul li a:hover {

	background:#f5f5f5 url(../images/menu_sub_link_bg.gif) left no-repeat;

	color:#666666;

}

*/

/* forms 

#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {

	margin:6px 0;



	padding:0;

	list-style:none;

}



#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {

	margin:0;

	padding:0 2px;



}













table.adminform textarea {

  width: 540px;

  height: 400px;

  font-size: 1em;

  color: #000099;

}



div.search input {

	width: 145px;

	border: 1px solid #ccc;

	margin: 15px 0 10px 0;

}



form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}

form#form-login ul { padding-left: 20px; }

*/

/* thumbnails 

div.mosimage         {  margin: 5px; }

div.mosimage_caption {  font-size: .90em; color: #666; }



div.caption       { padding: 0 10px 0 10px; }

div.caption img   { border: 1px solid #CCC; }

div.caption p     { font-size: .90em; color: #666; text-align: center; }

*/

/* Parameter Table 

table.paramlist {

	margin-top: 5px;

}



table.paramlist td.paramlist_key {

	width: 128px;

	text-align: left;

	height: 30px;

}



table.paramlist td.paramlist_value {

}



div.message {

	font-family : Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size : 14px;

	color : #c30;

	text-align: center;

	width: auto;

	background-color: #f9f9f9;

	border: solid 1px #d5d5d5;

	margin: 3px 0px 10px;

	padding: 3px 20px;

}*/



/* Banners module 



/* Default skyscraper style */

.bannergroup {

}



.banneritem {

}

*/

/* Text advert style 



.banneritem_text {

	padding: 4px;

	font-size: 12px;

}



.bannerfooter_text {

	padding: 4px;

	font-size: 11px;

	background-color: #F7F7F7;

	text-align: right;

}

*/

/* System Messages */

/* see system general.css 



.pagination span { padding: 2px; }

.pagination a    { padding: 2px;         font-family: Arial;}

*/

/* Polls 

.pollstableborder td {

	text-align: left;

}

*/

/* Frontend Editing

fieldset {

	border: 1px solid #ccc;

	margin-top: 15px;

	padding: 15px;

}



legend {

	margin: 0;

	padding: 0 10px;

}



td.key {

	border-bottom:1px solid #eee;

	color: #666;

}*/



/* Tooltips 

.tool-tip {

	float: left;

	background: #ffc;

	border: 1px solid #D4D5AA;

	padding: 5px;

	max-width: 200px;

}



.tool-title {

	padding: 0;

	margin: 0;

	font-size: 100%;

	font-weight: bold;

	margin-top: -15px;

	padding-top: 15px;

	padding-bottom: 5px;

	background: url(../../system/images/selector-arrow.png) no-repeat;

}



.tool-text {

	font-size: 100%;

	margin: 0;

}

*/

/* System Standard Messages 



#system-message dd.message ul { background: #C3D2E5 url(../../images/notice-info.png) 4px center no-repeat;}

*/

/* System Error Messages 

#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

*/

/* System Notice Messages 

#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}



*/



/* ****************************************************************************** */

/* blue 

input,button {

	border:1px solid #dcdcdc;

	background:transparent;

}



*/

/* blue

a:link, a:visited {

	color: #5076b6;

}



a:hover {

	color: #0b3768;

}



#pillmenu a#active_menu-nav {

  color: #fff;







  background: transparent url(../images/top_menu_arrow.jpg) top center no-repeat;

}



#pillmenu a#active_menu-nav:hover {

  color: #fff;

  background: transparent url(../images/top_menu_arrow.gif) top center no-repeat;



}









h3, .componentheading, table.moduletable th {

  color: #5076b6;

}



div.module_menu {

	background: url(../images/blue/module_mright_bg.jpg) 100% 100% no-repeat;

}



div.module_menu div {

	background: url(../images/blue/module_mleft_bg.jpg) 0 100% no-repeat;

}



div.module_menu div div {

	background: url(../images/blue/module_right_bg.jpg) 100% 0 no-repeat;

}



div.module_menu div div div {

	background: url(../images/blue/module_left_bg.jpg) 0 0 no-repeat;

}

 */

/* ********************************************************************************* */

/* blue 



div#wrapper {

	background: url(../images/left_shadow.jpg) 0 0 repeat-y;

}



div#wrapper_r {

	background: url(../images/right_shadow.jpg) 100% 0 repeat-y;

}



div#header {

	background: #5076b6 url(../images/header_top_middle_shadow_bg.jpg) bottom left repeat-x;

	height:164px;

}



div#header_r {

	background: transparent url(../images/header_r_bg.jpg) top right no-repeat;

	height:164px;

}

div#header_l {

	background: transparent url(../images/header_l_bg.jpg) top left no-repeat;

	height:164px;

}

div#logo_bg {

	background: transparent url(../images/logo.jpg) top center no-repeat;

	height:164px;	

}



div#logo_bg div {

	text-align: center;

}



div#footer {

	background: url(../images/footer_m_bg.jpg) 0 100% repeat-x;

}









div#footer_l {

	background: url(../images/footer_l_bg.jpg) 0 0 no-repeat;

}



div#footer_r {

	background: url(../images/footer_r_bg.jpg) 100% 0 no-repeat;

}

*/

/* **********************************************************************



input[type="checkbox"], input[type="radio"]{

   background: transparent;

   border: none;

   margin: 0px;

   padding: 0px;

}



/* -------------------------- 

a.sgfooter:link, a.sgfooter:visited {

	color			: #2861a4;

	font-family: Verdana, Arial,sans-serif;

	text-decoration:none;

}

a.sgfooter:hover {

	color: #2861a4;

	font-family: Verdana, Arial,sans-serif;

	text-decoration:none;

}

#sgf {

font-size: 12px;

text-align:center;

width:100%;

margin:0px auto;

color: #2861a4;

font-family: Verdana, Arial,sans-serif;

}

.sgf {

text-align:right;

font-size: 12px;

font-family: Verdana, Arial,sans-serif;

color: #2861a4;

text-decoration:none;

}

.sgf1 {

font-size: 12px;

font-family: Verdana, Arial,sans-serif;

color: #2861a4;

text-align:left;

}



a.sglink:link, a.sglink:visited {

	color			: #2861a4;

	font-size		: 12px;

	font-family: Verdana, Arial,sans-serif;

	text-decoration:none;

}

a.sglink:hover {

	color			: #2861a4;

	font-family: Verdana, Arial,sans-serif;

	text-decoration:none;

}

*/



/* CSS for the links page */

.category:hover {

        background: url('../../../images/hover.jpg') no-repeat;

        display: block;

        text-decoration: none;

        font-size: 16px;

        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

        color: #F0F0EF;

	font-weight: bold;

}



.category {

        display: block;

        text-decoration: none;

        font-size: 16px;

        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

        color: #F0F0EF;

	font-weight: bold;

}



.after-banner01 a:link, .after-banner01 a:visited {

      color : #ffffff;

      font-size : 10px;

}



.level_0 a:visited {

   color:#ffffff;

   text-decoration:none;

}



.moduletable-mod-top {

  margin-left: 0px;

}



.level_0 li a:visited, .level_0 li a:link, .level_0 li a:hover{

	color		: #FFFFFF;

	text-decoration	: none;

}



.staff-intro {

        font-size: 9px;

        padding : 5px 5px 5px 5px;

}



.moduletable-image-left {

    margin-left:-1px;

}



.info-link a, .info-link a:hover, .info-link a:visited {

    color:#ffffff;

    text-decoration:none;

    font-weight:bold;

    font-family: Arial;

}



moduletable-advanced-search {

    width: 1000px;

}



.articleheading {

  font-size:14px;

  font-weight:bold;

  font-color: AAA18A;

  font-family:verdana;

}



.size10 {

  font-size: 10px;

}



span.title-heading {

  font-size:15px

  font-weight:bold;

  font-family: Arial;

  color:#AAA18A; 



}





.title-heading {



/*  font-size:15px */

  font-weight:bold;

  font-family: Arial;

}



#user4-td .moduletable a{

    color:#ffffff;

    font-family:arial;

    font-size:13px;

text-decoration:underline;

}







#user4-td {

background-color: #37332c;

}
AAA18A


.mainlevel-footer {

color:#000000;

}

.mainlevel-footer a {

color:#000000;

}



.moduletable-footer{

margin-right:10px;

}



#content a:link, #content a:hover, #content a:visited {

        color:#635E51;

        text-decoration:none;

        font-weight : bold;

}



span.rentals a {

        text-decoration: none;

        font-weight: bold;

        font-family: Arial;

        color: #a41c00;

        font-size: 12px;

}



span.rentals a:hover {

        background: url('../../../images/hover.jpg');

        display: block;

        text-decoration: none;

        font-weight: bold;

        color: #a41c00;

}



p.title {

   font-weight: bold; 

   font-size: 15px; 

   color: #aaa18a; 

   font-family: Arial,Helvetica,sans-serif

   margin-top : 0px;

   padding-top : 0px;

   spacing-top : 0px;

}

http://www.home-hunts.com/modules/mod_jw_sir/mod_jw_sir/mod_jw_sir.css

/*

// JoomlaWorks "Simple Image Rotator" Module for Joomla! 1.5.x - Version 1.2

// License: http://www.gnu.org/copyleft/gpl.html

// Copyright (c) 2006 - 2008 JoomlaWorks, a Komrade LLC company.

// More info at http://www.joomlaworks.gr

// Developers: Fotis Evangelou

// ***Last update: May 20th, 2008***

*/



ul#jw-sir {position:relative;list-style:none;list-style-image:none;margin:0px auto;padding:0px;overflow:hidden;border:none;background:none;}

ul#jw-sir li {list-style:none;margin:0px;padding:0px;border:none;background:none;}

ul#jw-sir li a {margin:0px;padding:0px;border:none;background:none;}

ul#jw-sir li a img {display:none;position:absolute;top:0;left:0;border:none;background:none;}

ul#jw-sir li img {display:none;position:absolute;top:0;left:0;border:none;background:none;}

ul#jw-sir li#jw-sir-loading {background:#fff url(loading.gif) no-repeat center;}

ul#jw-sir li#jw-sir-loading-black {background:#000 url(loading_black.gif) no-repeat center;}
